diff --git a/LekangGuard.xcodeproj/project.pbxproj b/LekangGuard.xcodeproj/project.pbxproj index 3e6b8ce..8cddbda 100644 --- a/LekangGuard.xcodeproj/project.pbxproj +++ b/LekangGuard.xcodeproj/project.pbxproj @@ -283,6 +283,10 @@ 61B44DDE2946C9460035E1CC /* MarkExplainTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B44DDD2946C9460035E1CC /* MarkExplainTableViewCell.m */; }; 61B44DE22946D1A30035E1CC /* ElectronicFenceViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B44DE12946D1A30035E1CC /* ElectronicFenceViewController.m */; }; 61B44DE72946D27E0035E1CC /* ElectronicFenceTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 61B44DE62946D27E0035E1CC /* ElectronicFenceTableViewCell.m */; }; + 61BBF5452A9DC24900BCF091 /* MemberManagementViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BBF5442A9DC24900BCF091 /* MemberManagementViewController.m */; }; + 61BBF5482A9DC34B00BCF091 /* MemberListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BBF5472A9DC34B00BCF091 /* MemberListViewController.m */; }; + 61BBF54B2A9DC6FE00BCF091 /* MemberListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BBF54A2A9DC6FE00BCF091 /* MemberListTableViewCell.m */; }; + 61BBF54E2A9EDA5000BCF091 /* MoreRailAddressViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BBF54D2A9EDA5000BCF091 /* MoreRailAddressViewController.m */; }; 61BE99AD295D2A4C00962512 /* RemindModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BE99AC295D2A4C00962512 /* RemindModel.m */; }; 61BE99B0295D437E00962512 /* AttentionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BE99AF295D437E00962512 /* AttentionModel.m */; }; 61BE99B3295D686100962512 /* SystermModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 61BE99B2295D686100962512 /* SystermModel.m */; }; @@ -999,6 +1003,14 @@ 61B44DE12946D1A30035E1CC /* ElectronicFenceViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ElectronicFenceViewController.m; sourceTree = ""; }; 61B44DE52946D27E0035E1CC /* ElectronicFenceTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ElectronicFenceTableViewCell.h; sourceTree = ""; }; 61B44DE62946D27E0035E1CC /* ElectronicFenceTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ElectronicFenceTableViewCell.m; sourceTree = ""; }; + 61BBF5432A9DC24900BCF091 /* MemberManagementViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemberManagementViewController.h; sourceTree = ""; }; + 61BBF5442A9DC24900BCF091 /* MemberManagementViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MemberManagementViewController.m; sourceTree = ""; }; + 61BBF5462A9DC34B00BCF091 /* MemberListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemberListViewController.h; sourceTree = ""; }; + 61BBF5472A9DC34B00BCF091 /* MemberListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MemberListViewController.m; sourceTree = ""; }; + 61BBF5492A9DC6FE00BCF091 /* MemberListTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MemberListTableViewCell.h; sourceTree = ""; }; + 61BBF54A2A9DC6FE00BCF091 /* MemberListTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MemberListTableViewCell.m; sourceTree = ""; }; + 61BBF54C2A9EDA5000BCF091 /* MoreRailAddressViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MoreRailAddressViewController.h; sourceTree = ""; }; + 61BBF54D2A9EDA5000BCF091 /* MoreRailAddressViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MoreRailAddressViewController.m; sourceTree = ""; }; 61BE99AA295D290500962512 /* Enum.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Enum.h; sourceTree = ""; }; 61BE99AB295D2A4C00962512 /* RemindModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RemindModel.h; sourceTree = ""; }; 61BE99AC295D2A4C00962512 /* RemindModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RemindModel.m; sourceTree = ""; }; @@ -1387,6 +1399,12 @@ 61B1F7972A95E8F10022E458 /* ProtectionViewController.m */, 61B1F7A92A96F2900022E458 /* DeviceSwitchover.h */, 61B1F7AA2A96F2910022E458 /* DeviceSwitchover.m */, + 61BBF5432A9DC24900BCF091 /* MemberManagementViewController.h */, + 61BBF5442A9DC24900BCF091 /* MemberManagementViewController.m */, + 61BBF5462A9DC34B00BCF091 /* MemberListViewController.h */, + 61BBF5472A9DC34B00BCF091 /* MemberListViewController.m */, + 61D478D3295C33CC002FC2D4 /* AttentionMessageViewController.h */, + 61D478D1295C33CC002FC2D4 /* AttentionMessageViewController.m */, 61B1F7992A95E9C10022E458 /* ms */, ); path = VC; @@ -1414,6 +1432,8 @@ 611551652A3062BA00F451E5 /* CommMessageTableViewCell.m */, 61B1F7B82A972AE10022E458 /* DeviceMsgHeaderView.h */, 61B1F7B92A972AE10022E458 /* DeviceMsgHeaderView.m */, + 61BBF5492A9DC6FE00BCF091 /* MemberListTableViewCell.h */, + 61BBF54A2A9DC6FE00BCF091 /* MemberListTableViewCell.m */, ); path = View; sourceTree = ""; @@ -2488,6 +2508,8 @@ 618E9D76294723E90038735F /* RailNameTagViewController.m */, 618E9D7B2948267F0038735F /* RailAddressViewController.h */, 618E9D7C2948267F0038735F /* RailAddressViewController.m */, + 61BBF54C2A9EDA5000BCF091 /* MoreRailAddressViewController.h */, + 61BBF54D2A9EDA5000BCF091 /* MoreRailAddressViewController.m */, 618E9D8129486E560038735F /* RailSearchAddressVC.h */, 618E9D8229486E560038735F /* RailSearchAddressVC.m */, 61B44DE32946D2580035E1CC /* Model */, @@ -2750,8 +2772,6 @@ 61D478A9295C30B0002FC2D4 /* MessageViewController.m */, 61D478D0295C33CB002FC2D4 /* RemindMessageViewController.h */, 61D478CF295C33CB002FC2D4 /* RemindMessageViewController.m */, - 61D478D3295C33CC002FC2D4 /* AttentionMessageViewController.h */, - 61D478D1295C33CC002FC2D4 /* AttentionMessageViewController.m */, 61D478D2295C33CC002FC2D4 /* SystermMessageViewController.h */, 61D478D4295C33CC002FC2D4 /* SystermMessageViewController.m */, 61D478D8295C33DB002FC2D4 /* CallMessageViewController.h */, @@ -3576,6 +3596,7 @@ 61CA2BEB293EE0D800605022 /* AddAttendClassAlarmViewController.m in Sources */, 61EDC14629447802003846D8 /* PositionModel.m in Sources */, 61D478D5295C33CC002FC2D4 /* RemindMessageViewController.m in Sources */, + 61BBF54E2A9EDA5000BCF091 /* MoreRailAddressViewController.m in Sources */, 61D6D3A12966A53D0010F59C /* JSToastDialogs.m in Sources */, 61D7AA5E2987A12400E982AA /* UIView+ViewController.m in Sources */, 61CA2C08293F33AA00605022 /* EditDeviceViewController.m in Sources */, @@ -3626,6 +3647,7 @@ 614F0D18296571F0007A912A /* SECompatibility.m in Sources */, 6172C0022A72465B00B3247F /* MyChildViewController.m in Sources */, 6115514A2A2F163B00F451E5 /* SelectCountryViewController.m in Sources */, + 61BBF5482A9DC34B00BCF091 /* MemberListViewController.m in Sources */, 61D7AACF2987A28900E982AA /* QMUIRuntime.m in Sources */, 614F0D0B296571F0007A912A /* FLAnimatedImage.m in Sources */, 61D478CD295C3371002FC2D4 /* DLCustomSlideView.m in Sources */, @@ -3701,6 +3723,7 @@ 6175598928DAE1C5008E5954 /* main.m in Sources */, 6133637D28F10C0100BF4A14 /* APIManager.m in Sources */, 611551662A3062BA00F451E5 /* CommMessageTableViewCell.m in Sources */, + 61BBF54B2A9DC6FE00BCF091 /* MemberListTableViewCell.m in Sources */, 614F0CE4296571F0007A912A /* XHFileAttribute.m in Sources */, 614F0D0C296571F0007A912A /* FLAnimatedImageView.m in Sources */, 614F0D1C296571F0007A912A /* SETextView.m in Sources */, @@ -3830,6 +3853,7 @@ 614F0CE9296571F0007A912A /* XHVideoOutputSampleBufferFactory.m in Sources */, 61B440F42928B4FE00BB9EC7 /* YBPopupMenuPath.m in Sources */, 61AB7A9B28F6C5A800EEAF3F /* AddWatchViewController.m in Sources */, + 61BBF5452A9DC24900BCF091 /* MemberManagementViewController.m in Sources */, 61D6D39E2966611F0010F59C /* ChatModel.m in Sources */, 61D6D3BC296AC1410010F59C /* MyUserMsgModel.m in Sources */, 61D7AAD82987A28900E982AA /* UIColor+QMUI.m in Sources */, @@ -4162,7 +4186,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = Q4S877C83P; - EXCLUDED_ARCHS = "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8 EXCLUDED_ARCHS=$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))\n"; + EXCLUDED_ARCHS = "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8 EXCLUDED_ARCHS=$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))"; "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -4207,6 +4231,7 @@ INFOPLIST_KEY_NSContactsUsageDescription = "请为应用打开通讯录权限,以便使用联系人批量导入功能"; INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "您是否允许APP访问地理位置"; INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "请为应用打开定位权限,以便使用地图功能"; + INFOPLIST_KEY_NSLocationUsageDescription = "永不允许访问位置信息"; INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "请为应用打开定位权限,以便使用地图功能"; INFOPLIST_KEY_NSMicrophoneUsageDescription = "请为APP打开麦克风权限,以便正常使用聊天功能"; INFOPLIST_KEY_NSMotionUsageDescription = "App需要您的同意,才能访问运动与健身"; @@ -4295,6 +4320,7 @@ INFOPLIST_KEY_NSContactsUsageDescription = "请为应用打开通讯录权限,以便使用联系人批量导入功能"; INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "您是否允许APP访问地理位置"; INFOPLIST_KEY_NSLocationAlwaysUsageDescription = "请为应用打开定位权限,以便使用地图功能"; + INFOPLIST_KEY_NSLocationUsageDescription = "永不允许访问位置信息"; INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "请为应用打开定位权限,以便使用地图功能"; INFOPLIST_KEY_NSMicrophoneUsageDescription = "请为APP打开麦克风权限,以便正常使用聊天功能"; INFOPLIST_KEY_NSMotionUsageDescription = "App需要您的同意,才能访问运动与健身"; diff --git a/LekangGuard.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/xcschememanagement.plist b/LekangGuard.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/xcschememanagement.plist index 0ac3545..0f07007 100644 --- a/LekangGuard.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/LekangGuard.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ LKNotificationSerExtension.xcscheme_^#shared#^_ orderHint - 38 + 40 LekangGuard.xcscheme_^#shared#^_ diff --git a/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate b/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate index e89f254..1b1197a 100644 Binary files a/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate and b/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index c7e3554..e4a4703 100644 --- a/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -462,8 +462,8 @@ filePath = "LekangGuard/Login/RegisterViewController.m" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "258" - endingLineNumber = "258" + startingLineNumber = "261" + endingLineNumber = "261" landmarkName = "-UserRegister" landmarkType = "7"> @@ -478,11 +478,59 @@ filePath = "LekangGuard/AppDelegate.m" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "106" - endingLineNumber = "106" + startingLineNumber = "107" + endingLineNumber = "107" landmarkName = "-pushRegistry:didReceiveIncomingPushWithPayload:forType:" landmarkType = "7"> + + + + + + + + + + + + diff --git a/LekangGuard/AppDelegate.m b/LekangGuard/AppDelegate.m index df04a21..51175e5 100644 --- a/LekangGuard/AppDelegate.m +++ b/LekangGuard/AppDelegate.m @@ -13,6 +13,7 @@ #import "MessageViewController.h" #import "ReadFlowerViewController.h" #import "SchAndJobMessageViewController.h" +#import "MemberManagementViewController.h" #define kMusicTime 20 #define videoTimerCount 3 @@ -360,13 +361,26 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response if([msgType isEqualToString:@"checkResults"] || [msgType isEqualToString:@"checkedResults"] || [msgType isEqualToString:@"applicationRrecord"] - || [msgType isEqualToString:@"applicationOvertime"]){ - selectIndex = 1; + || [msgType isEqualToString:@"applicationOvertime"]) + { + /// 关注消息需要前往成员管理查看 + if ([navVC.visibleViewController isKindOfClass:[MemberManagementViewController class]]) + { + UIViewController *viewController = navVC.viewControllers.lastObject; + MemberManagementViewController *tempVC = (MemberManagementViewController*)viewController; + tempVC.selectedIndex = 1; + } + else + { + MemberManagementViewController *vc = [MemberManagementViewController new]; + vc.selectedIndex = 1; + [[UICommon currentVC].navigationController pushViewController:vc animated:YES]; + } } if([msgType isEqualToString:@"identityTransfer"] || [msgType isEqualToString:@"identityTransfered"] || [msgType isEqualToString:@"systemUpdate"]){ - selectIndex = 2; + selectIndex = 1; } if([msgType isEqualToString:@"CostFlow"]){ selectIndex = 3; @@ -383,11 +397,7 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response if(selectIndex == 0) [tempVC updataRemindMessage]; else if (selectIndex == 1) - [tempVC applicationRrecord]; - else if (selectIndex == 2) [tempVC updateAllMessage]; - else - [tempVC updataCallMessage]; } else { diff --git a/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Normal.imageset/Contents.json b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Normal.imageset/Contents.json new file mode 100644 index 0000000..8e7a87f --- /dev/null +++ b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Normal.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "comm_selectBtn_Normal@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Normal.imageset/comm_selectBtn_Normal@2x.png b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Normal.imageset/comm_selectBtn_Normal@2x.png new file mode 100644 index 0000000..ff9c824 Binary files /dev/null and b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Normal.imageset/comm_selectBtn_Normal@2x.png differ diff --git a/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Select.imageset/Contents.json b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Select.imageset/Contents.json new file mode 100644 index 0000000..a238b7a --- /dev/null +++ b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Select.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "comm_selectBtn_Select@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Select.imageset/comm_selectBtn_Select@2x.png b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Select.imageset/comm_selectBtn_Select@2x.png new file mode 100644 index 0000000..79c0195 Binary files /dev/null and b/LekangGuard/Assets.xcassets/Common/comm_selectBtn_Select.imageset/comm_selectBtn_Select@2x.png differ diff --git a/LekangGuard/Assets.xcassets/Map/map_weilan_select.imageset/Contents.json b/LekangGuard/Assets.xcassets/Map/map_weilan_select.imageset/Contents.json new file mode 100644 index 0000000..cce147b --- /dev/null +++ b/LekangGuard/Assets.xcassets/Map/map_weilan_select.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "map_weilan_select@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/LekangGuard/Assets.xcassets/Map/map_weilan_select.imageset/map_weilan_select@2x.png b/LekangGuard/Assets.xcassets/Map/map_weilan_select.imageset/map_weilan_select@2x.png new file mode 100644 index 0000000..f2992ec Binary files /dev/null and b/LekangGuard/Assets.xcassets/Map/map_weilan_select.imageset/map_weilan_select@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@2x.png b/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@2x.png index 1908b17..aeab799 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@3x.png b/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@3x.png index 7267db8..851cd76 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-1.imageset/q-en-1@3x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@2x.png b/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@2x.png index 89e9135..2ba4f9d 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@3x.png b/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@3x.png index 384689f..47c1dff 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-2.imageset/q-en-2@3x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@2x.png b/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@2x.png index 47c2f44..6258de6 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@3x.png b/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@3x.png index ed2c221..49d0142 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-3.imageset/q-en-3@3x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@2x.png b/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@2x.png index 42d60a1..2433730 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@3x.png b/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@3x.png index 6bce80d..f153560 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-en-4.imageset/q-en-4@3x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@2x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@2x.png index c935870..9ac4c2f 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@3x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@3x.png index 34c5c8d..c01559a 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-1.imageset/q-zh-1@3x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@2x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@2x.png index 8c24fb9..a80c711 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@3x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@3x.png index 9e1af23..a170ac5 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-2.imageset/q-zh-2@3x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@2x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@2x.png index 9c75fde..5feef89 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@3x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@3x.png index b7108a8..22139ab 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-3.imageset/q-zh-3@3x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@2x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@2x.png index 3998cc1..8065d0f 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@2x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@2x.png differ diff --git a/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@3x.png b/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@3x.png index 2dae89f..d47f7a9 100644 Binary files a/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@3x.png and b/LekangGuard/Assets.xcassets/启动图/q-zh-4.imageset/q-zh-4@3x.png differ diff --git a/LekangGuard/Common/Const.h b/LekangGuard/Common/Const.h index 8d772e5..3d71ff1 100644 --- a/LekangGuard/Common/Const.h +++ b/LekangGuard/Common/Const.h @@ -51,7 +51,7 @@ //高德地图 Key -#define AMapKey @"9718a5f1e68018d744c320336d0c6571" +#define AMapKey @"cc2e8880f53e768cc84c374f403ef4d4" #define GJText(x) NSLocalizedString(x, nil) diff --git a/LekangGuard/Common/UICommon.m b/LekangGuard/Common/UICommon.m index 7a3d3da..1746149 100644 --- a/LekangGuard/Common/UICommon.m +++ b/LekangGuard/Common/UICommon.m @@ -507,6 +507,8 @@ + (NSAttributedString *)labelFontSize:(NSString *)text { NSRange symbolRange = [text rangeOfString:GJText(@"条轨迹")]; + NSRange symbolRange1 = [text rangeOfString:GJText(@"多边形围栏")]; + NSRange symbolRange2 = [text rangeOfString:GJText(@"圆形围栏")]; NSMutableAttributedString *string = [[NSMutableAttributedString alloc] initWithString:text]; @@ -514,6 +516,12 @@ [string addAttribute:NSFontAttributeName value:FontADA_(13) range:NSMakeRange(symbolRange.location, symbolRange.length)]; [string addAttribute:NSForegroundColorAttributeName value:KKGrey121 range:NSMakeRange(symbolRange.location, symbolRange.length)]; } + if (symbolRange1.location != NSNotFound) { + [string addAttribute:NSForegroundColorAttributeName value:KKMainColor range:NSMakeRange(symbolRange1.location, symbolRange1.length)]; + } + if (symbolRange2.location != NSNotFound) { + [string addAttribute:NSForegroundColorAttributeName value:KKMainColor range:NSMakeRange(symbolRange2.location, symbolRange2.length)]; + } // if (xingRange.location != NSNotFound) { // [string addAttribute:NSFontAttributeName value:FontADA_(11) range:NSMakeRange(xingRange.location, xingRange.length)]; // [string addAttribute:NSForegroundColorAttributeName value:KKTextRedColor range:NSMakeRange(xingRange.location, xingRange.length)]; diff --git a/LekangGuard/Common/tabBar/TabBarViewController.m b/LekangGuard/Common/tabBar/TabBarViewController.m index 21b64c7..7ea2f3f 100644 --- a/LekangGuard/Common/tabBar/TabBarViewController.m +++ b/LekangGuard/Common/tabBar/TabBarViewController.m @@ -154,7 +154,7 @@ - (BOOL)tabBarController:(UITabBarController *)tabBarController shouldSelectViewController:(UIViewController *)viewController { UINavigationController *selectNav = (UINavigationController*)viewController; - if (APIManager.sharedManager.deviceModel.imei.length <= 0 && [NSStringFromClass([selectNav.topViewController class]) isEqualToString:@"MapViewController"]) + if ((APIManager.sharedManager.deviceModel.imei.length <= 0 && [NSStringFromClass([selectNav.topViewController class]) isEqualToString:@"MapViewController"]) || (APIManager.sharedManager.deviceModel.imei.length <= 0 && [NSStringFromClass([selectNav.topViewController class]) isEqualToString:@"ProtectionViewController"])) { self.selectedIndex = 0; EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"提示") subtitle:GJText(@"您还未绑定设备,请先绑定设备!") AlertViewType:AlertViewTypeSystemAlert config:nil]; diff --git a/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.h b/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.h index c763d51..1c15f15 100644 --- a/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.h +++ b/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.h @@ -13,6 +13,11 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic ,strong) void(^isAddSucceed)(void); +/// 是否是亲情号进入 +@property (nonatomic ,assign) BOOL isAddFamily; + +@property (nonatomic ,strong) void(^isAddFamilySucceed)(NSString *name, NSString *phone); + @end NS_ASSUME_NONNULL_END diff --git a/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.m b/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.m index b9abe86..53161e3 100644 --- a/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.m +++ b/LekangGuard/Home/Contacts(电话本)/ChoosePersonAddressVC.m @@ -32,9 +32,12 @@ make.bottom.equalTo(self.view.mas_bottom); }]; - [self zx_setRightBtnWithText:GJText(@"提交") clickedBlock:^(ZXNavItemBtn * _Nonnull btn) { - [self saveAction]; - }]; + if (!self.isAddFamily) + { + [self zx_setRightBtnWithText:GJText(@"提交") clickedBlock:^(ZXNavItemBtn * _Nonnull btn) { + [self saveAction]; + }]; + } [self initData]; } @@ -194,6 +197,7 @@ NSArray *arr = self.dataSouce[self.nameKeys[indexPath.section]]; PPPersonModel *model = arr[indexPath.row]; cell.perModel = model; + cell.isAddFamily = self.isAddFamily; return cell; } @@ -209,20 +213,28 @@ NSMutableArray *Marr = [NSMutableArray arrayWithArray:self.dataSouce[self.nameKeys[indexPath.section]]]; PPPersonModel * model = Marr[indexPath.row]; - if (model.mobileArray.count == 0) + if (!self.isAddFamily) { - LGAlertView *alertView = [[LGAlertView alloc] initWithTitle:GJText(@"添加的通讯录号码不能为空") message:@"" style:LGAlertViewStyleAlert buttonTitles:@[GJText(@"确定")] cancelButtonTitle:nil destructiveButtonTitle:nil actionHandler:^(LGAlertView * _Nonnull alertView, NSUInteger index, NSString * _Nullable title) { - - } cancelHandler:^(LGAlertView * _Nonnull alertView) { - - } destructiveHandler:^(LGAlertView * _Nonnull alertView) { - - }]; - [alertView showAnimated:YES completionHandler:nil]; - return; + if (model.mobileArray.count == 0) + { + LGAlertView *alertView = [[LGAlertView alloc] initWithTitle:GJText(@"添加的通讯录号码不能为空") message:@"" style:LGAlertViewStyleAlert buttonTitles:@[GJText(@"确定")] cancelButtonTitle:nil destructiveButtonTitle:nil actionHandler:^(LGAlertView * _Nonnull alertView, NSUInteger index, NSString * _Nullable title) { + + } cancelHandler:^(LGAlertView * _Nonnull alertView) { + + } destructiveHandler:^(LGAlertView * _Nonnull alertView) { + + }]; + [alertView showAnimated:YES completionHandler:nil]; + return; + } + model.isSelect = !model.isSelect; + [tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone]; + } + else + { + self.isAddFamilySucceed(model.name, model.mobileArray[0]); + [self.navigationController popViewControllerAnimated:YES]; } - model.isSelect = !model.isSelect; - [tableView reloadRowsAtIndexPaths:@[indexPath] withRowAnimation:UITableViewRowAnimationNone]; } diff --git a/LekangGuard/Home/Contacts(电话本)/ContactsViewController.m b/LekangGuard/Home/Contacts(电话本)/ContactsViewController.m index ef3b5f1..b12700f 100644 --- a/LekangGuard/Home/Contacts(电话本)/ContactsViewController.m +++ b/LekangGuard/Home/Contacts(电话本)/ContactsViewController.m @@ -228,7 +228,7 @@ return [EasyAlertItem itemWithTitle:GJText(@"取消") type:AlertItemTypeSystemCancel callback:nil]; }]; [alertV addAlertItemWithTitle:GJText(@"删除") type:AlertItemTypeSystemDestructive callback:^(EasyAlertView *showview, long index) { - + [weakself deleteContactFuntionWith:@[contacts.Id]]; }]; if(contacts.identity != 2 && contacts.openId) { diff --git a/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.h b/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.h index 87fa542..af0a043 100644 --- a/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.h +++ b/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.h @@ -15,6 +15,8 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic ,strong) PPPersonModel *perModel; +@property (nonatomic ,assign) BOOL isAddFamily; + @end NS_ASSUME_NONNULL_END diff --git a/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.m b/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.m index ac147dd..8a5fb87 100644 --- a/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.m +++ b/LekangGuard/Home/Contacts(电话本)/View/ChooseContactTableViewCell.m @@ -54,6 +54,19 @@ self.selectImg.image = perModel.isSelect ? ImageName_(@"icon_selectImg_Yes") : ImageName_(@"icon_selectImg_No"); } +- (void)setIsAddFamily:(BOOL)isAddFamily +{ + _isAddFamily = isAddFamily; + self.selectImg.hidden = isAddFamily; + [self.nameLabel mas_remakeConstraints:^(MASConstraintMaker *make) { + if (isAddFamily) + make.left.equalTo(self.contentView).offset(15); + else + make.left.equalTo(self.selectImg.mas_right).offset(10); + make.centerY.equalTo(self.contentView); + }]; +} + - (void)subCellView { UIImageView *selectImg = [UICommon ui_imageView:CGRectZero fileName:@"icon_selectImg_No"]; diff --git a/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m b/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m index 1351b71..f5f9904 100644 --- a/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m +++ b/LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m @@ -92,7 +92,10 @@ { UIButton *tongBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(0) normalColor:KKWhiteColorColor normalText:@"" click:^(id x) { ChoosePersonAddressVC *vc = [ChoosePersonAddressVC new]; - vc.isAddSucceed = ^{ + vc.isAddFamily = YES; + vc.isAddFamilySucceed = ^(NSString * _Nonnull name, NSString * _Nonnull phone) { + self.nameField.text = name; + self.phoneField.text = phone; }; [self.navigationController pushViewController:vc animated:YES]; }]; @@ -129,7 +132,7 @@ - NSArray *titleArr = @[@"快捷键 1",@"快捷键 2",@"快捷键 3",@"快捷键 4"]; + NSArray *titleArr = @[@"快捷键 1",@"快捷键 2",@"快捷键 3"]; UIView *bgView1 = [UICommon ui_view:CGRectZero backgroundColor:KKWhiteColorColor cornerRadius:8 borderWidth:0 borderColor:KKClearColor]; bgView1.frame = CGRectMake(120, bgView.bottom-20, 118, 0); @@ -185,7 +188,7 @@ delay:0.0f options:UIViewAnimationOptionCurveEaseOut animations:^{ - self.bgView1.size = CGSizeMake(self.bgView1.width, 4*Adapted(40)+3*1); + self.bgView1.size = CGSizeMake(self.bgView1.width, 3*Adapted(40)+3*1); } completion:^(BOOL finished) { for (UIButton *btn in self.btnArr) { diff --git a/LekangGuard/Home/Family(亲情号)/View/FamilyNumberTableViewCell.m b/LekangGuard/Home/Family(亲情号)/View/FamilyNumberTableViewCell.m index e187eba..bb6f8d7 100644 --- a/LekangGuard/Home/Family(亲情号)/View/FamilyNumberTableViewCell.m +++ b/LekangGuard/Home/Family(亲情号)/View/FamilyNumberTableViewCell.m @@ -47,7 +47,7 @@ - (void)subCellView { - UIImageView *iconImg = [UICommon ui_imageView:CGRectZero fileName:@"icon_home_phone_book"]; + UIImageView *iconImg = [UICommon ui_imageView:CGRectZero fileName:@"icon_user"]; self.iconImg = iconImg; [self.contentView addSubview:iconImg]; [iconImg mas_makeConstraints:^(MASConstraintMaker *make) { diff --git a/LekangGuard/Home/Homes/HomeViewController.m b/LekangGuard/Home/Homes/HomeViewController.m index 568c516..5ae1163 100644 --- a/LekangGuard/Home/Homes/HomeViewController.m +++ b/LekangGuard/Home/Homes/HomeViewController.m @@ -36,7 +36,7 @@ - (void)viewDidLoad { [super viewDidLoad]; - + self.view.backgroundColor = KKBackgroundGrey; self.zx_navStatusBarStyle = ZXNavStatusBarStyleDefault; self.zx_navLeftBtn.titleLabel.font = FontBoldADA_(18); [self.zx_navLeftBtn setTitleColor:KKWhiteColorColor forState:0]; @@ -47,17 +47,17 @@ self.buttonTitle = GJText(@"添加设备"); self.buttonImg = ImageName_(@"home_addBtn"); - [self.view addSubview:bgImg]; - self.zx_navRightBtn.zx_fixImageSize = ImageName_(@"home_icon_add").size; - self.zx_navRightBtn.zx_fixWidth = 40; - self.zx_navRightBtn.zx_fixHeight = 40; +// [self.view addSubview:bgImg]; +// self.zx_navRightBtn.zx_fixImageSize = ImageName_(@"home_icon_add").size; +// self.zx_navRightBtn.zx_fixWidth = 40; +// self.zx_navRightBtn.zx_fixHeight = 40; [self zx_setRightBtnWithImg:ImageName_(@"home_icon_add") clickedBlock:^(ZXNavItemBtn * _Nonnull btn) { [self isShowMenu]; }]; - [self zx_setSubRightBtnWithImgName:@"home_nav_sign" clickedBlock:^(ZXNavItemBtn * _Nonnull btn) { -// SingViewController *vc = [[SingViewController alloc] init]; -// [self.navigationController pushViewController:vc animated:YES]; - }]; +// [self zx_setSubRightBtnWithImgName:@"home_nav_sign" clickedBlock:^(ZXNavItemBtn * _Nonnull btn) { +//// SingViewController *vc = [[SingViewController alloc] init]; +//// [self.navigationController pushViewController:vc animated:YES]; +// }]; [self setTotal]; [self QueryMsg]; [self GetBannerList]; diff --git a/LekangGuard/Home/Homes/View/HomeHeaderView.m b/LekangGuard/Home/Homes/View/HomeHeaderView.m index e0cafc8..16742cb 100644 --- a/LekangGuard/Home/Homes/View/HomeHeaderView.m +++ b/LekangGuard/Home/Homes/View/HomeHeaderView.m @@ -15,7 +15,7 @@ #import "ChatViewController.h" #import "VideoChatViewController.h" #import "ReadFlowerViewController.h" - +#import "SchAndJobMessageViewController.h" @interface HomeHeaderView () @@ -43,6 +43,8 @@ @property (nonatomic ,strong) NSMutableArray *btnArr; +@property (nonatomic ,weak) UILabel *titleLabel; +@property (nonatomic ,weak) UILabel *titleLabel1; @end @implementation HomeHeaderView @@ -113,6 +115,8 @@ _isDev = isDev; self.msgView.hidden = isDev; self.btnView.hidden = isDev; + self.titleLabel.hidden = isDev; + self.titleLabel1.hidden = isDev; } - (void)subHeaderView @@ -130,6 +134,7 @@ [self addSubview:bannerView]; UILabel *titleLabel = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentCenter font:FontBold_(14) textColor:KKTextBlackColor text:@"设备信息" Radius:0]; + self.titleLabel = titleLabel; [self addSubview:titleLabel]; [titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { make.left.equalTo(self).offset(10); @@ -145,6 +150,7 @@ }]; UILabel *titleLabel1 = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentCenter font:FontBold_(14) textColor:KKTextBlackColor text:@"常用功能" Radius:0]; + self.titleLabel1 = titleLabel1; [self addSubview:titleLabel1]; [titleLabel1 mas_makeConstraints:^(MASConstraintMaker *make) { make.left.equalTo(titleLabel); @@ -211,7 +217,10 @@ } else if ([btn.currentTitle isEqualToString:GJText(@"班级作业")]) { - + SchAndJobMessageViewController *vc = [[SchAndJobMessageViewController alloc] init]; + vc.navTitle = @"班级作业"; + vc.viewType = 1; + [[UICommon currentVC].navigationController pushViewController:vc animated:YES]; } else if ([btn.currentTitle isEqualToString:GJText(@"小红花")]) { diff --git a/LekangGuard/Home/MoreService (更多功能)/View/FunctionView.m b/LekangGuard/Home/MoreService (更多功能)/View/FunctionView.m index eb2f187..2751983 100644 --- a/LekangGuard/Home/MoreService (更多功能)/View/FunctionView.m +++ b/LekangGuard/Home/MoreService (更多功能)/View/FunctionView.m @@ -15,6 +15,7 @@ #import "StepViewController.h" #import "TimingViewController.h" #import "VideoChatViewController.h" +#import "MemberManagementViewController.h" @interface FunctionView () @@ -153,6 +154,11 @@ [[UIApplication sharedApplication] openURL:[NSURL URLWithString:string] options:@{} completionHandler:nil]; } } + if ([title isEqualToString:@"成员管理"]) + { + MemberManagementViewController *vc = [[MemberManagementViewController alloc] init]; + [[UICommon currentVC].navigationController pushViewController:vc animated:YES]; + } if ([title isEqualToString:GJText(@"电话本")] || [title isEqualToString:GJText(@"管理员")]) { ContactsViewController *vc = [ContactsViewController new]; diff --git a/LekangGuard/Home/VideoChat(视频聊天)/1v1/JuPhoonCallViewController.m b/LekangGuard/Home/VideoChat(视频聊天)/1v1/JuPhoonCallViewController.m index 2f55af2..8f121db 100644 --- a/LekangGuard/Home/VideoChat(视频聊天)/1v1/JuPhoonCallViewController.m +++ b/LekangGuard/Home/VideoChat(视频聊天)/1v1/JuPhoonCallViewController.m @@ -194,7 +194,7 @@ -(void)showAlertAuthorizationTypeVideo { - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许智慧校园访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许守护星访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { //[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; @@ -205,7 +205,7 @@ - (void)showAlertAuthorizationTypeCamera { - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"在iPhone的\"设置-隐私-相机\"选项中,允许智慧校园访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"在iPhone的\"设置-隐私-相机\"选项中,允许守护星访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { //[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; diff --git a/LekangGuard/Home/VideoChat(视频聊天)/Bairui/VideoViewController.m b/LekangGuard/Home/VideoChat(视频聊天)/Bairui/VideoViewController.m index 4e6dd57..ead6f6f 100644 --- a/LekangGuard/Home/VideoChat(视频聊天)/Bairui/VideoViewController.m +++ b/LekangGuard/Home/VideoChat(视频聊天)/Bairui/VideoViewController.m @@ -132,7 +132,7 @@ - (void)showAlertAuthorizationTypeVideo { - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许智慧校园访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许守护星访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { //[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; @@ -143,7 +143,7 @@ - (void)showAlertAuthorizationTypeCamera { - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"在iPhone的\"设置-隐私-相机\"选项中,允许智慧校园访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"在iPhone的\"设置-隐私-相机\"选项中,允许守护星访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { //[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; diff --git a/LekangGuard/Home/VideoChat(视频聊天)/VideoChatViewController.m b/LekangGuard/Home/VideoChat(视频聊天)/VideoChatViewController.m index 445ecb9..3ae94a7 100644 --- a/LekangGuard/Home/VideoChat(视频聊天)/VideoChatViewController.m +++ b/LekangGuard/Home/VideoChat(视频聊天)/VideoChatViewController.m @@ -250,7 +250,7 @@ [weakself videoActionFunction]; } unAuthorizedHandler:^{ - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许智慧校园访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许守护星访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:nil]; }]; @@ -260,7 +260,7 @@ [jlManager JL_requestAuthorizationWithAuthorizationType:JLAuthorizationTypeCamera authorizedHandler:nil unAuthorizedHandler:^{ - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-相机\"选项中,允许智慧校园访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-相机\"选项中,允许守护星访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:nil]; }]; diff --git a/LekangGuard/Home/VideoChat(视频聊天)/tihu/TihuVideoCallViewController.m b/LekangGuard/Home/VideoChat(视频聊天)/tihu/TihuVideoCallViewController.m index 11fd66b..ba0eee0 100644 --- a/LekangGuard/Home/VideoChat(视频聊天)/tihu/TihuVideoCallViewController.m +++ b/LekangGuard/Home/VideoChat(视频聊天)/tihu/TihuVideoCallViewController.m @@ -165,7 +165,7 @@ static CGFloat const kBtnHeitht = 106; - (void)showAlertAuthorizationTypeVideo { - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许智慧校园访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"请在iPhone的\"设置-隐私-麦克风\"选项中,允许守护星访问你的麦克风") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { //[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; @@ -176,7 +176,7 @@ static CGFloat const kBtnHeitht = 106; - (void)showAlertAuthorizationTypeCamera { - EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"在iPhone的\"设置-隐私-相机\"选项中,允许智慧校园访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"在iPhone的\"设置-隐私-相机\"选项中,允许守护星访问你的相机") subtitle:nil AlertViewType:AlertViewTypeSystemAlert config:nil]; [alertV addAlertItem:^EasyAlertItem *{ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { //[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; diff --git a/LekangGuard/Info.plist b/LekangGuard/Info.plist index 1410dae..b90ab5a 100644 --- a/LekangGuard/Info.plist +++ b/LekangGuard/Info.plist @@ -36,6 +36,7 @@ audio fetch + location remote-notification diff --git a/LekangGuard/LaunchScreenImg@2x.png b/LekangGuard/LaunchScreenImg@2x.png index 2c63c97..7cf78c1 100644 Binary files a/LekangGuard/LaunchScreenImg@2x.png and b/LekangGuard/LaunchScreenImg@2x.png differ diff --git a/LekangGuard/LaunchScreenImg@3x.png b/LekangGuard/LaunchScreenImg@3x.png index cad6fbb..a39136b 100644 Binary files a/LekangGuard/LaunchScreenImg@3x.png and b/LekangGuard/LaunchScreenImg@3x.png differ diff --git a/LekangGuard/LekangGuard.pch b/LekangGuard/LekangGuard.pch index 56c08ec..1529746 100644 --- a/LekangGuard/LekangGuard.pch +++ b/LekangGuard/LekangGuard.pch @@ -35,8 +35,11 @@ //高德SDK -#import #import +#import +#import +#import + #import #import diff --git a/LekangGuard/Login/LoginViewController.m b/LekangGuard/Login/LoginViewController.m index 741ff44..45ff1b2 100644 --- a/LekangGuard/Login/LoginViewController.m +++ b/LekangGuard/Login/LoginViewController.m @@ -231,7 +231,10 @@ } else { - + RegisterViewController *vc = [RegisterViewController new]; + vc.navTitle = @"验证码登录"; + vc.isViewType = 3; + [self.navigationController pushViewController:vc animated:YES]; } }]; btn.size = CGSizeMake(50, 75); diff --git a/LekangGuard/Login/RegisterViewController.h b/LekangGuard/Login/RegisterViewController.h index ca1e13f..3063487 100644 --- a/LekangGuard/Login/RegisterViewController.h +++ b/LekangGuard/Login/RegisterViewController.h @@ -11,7 +11,7 @@ NS_ASSUME_NONNULL_BEGIN @interface RegisterViewController : BaseViewController -/// 页面区分,0:注册,1:忘记密码 2 :首次微信登录,未绑定个手机号 +/// 页面区分,0:注册,1:忘记密码 2 :首次微信登录,未绑定个手机号 3:验证码登录 @property (nonatomic ,assign) NSInteger isViewType; @property (nonatomic ,strong) NSString *navTitle; diff --git a/LekangGuard/Login/RegisterViewController.m b/LekangGuard/Login/RegisterViewController.m index 9bf52b0..564fa46 100644 --- a/LekangGuard/Login/RegisterViewController.m +++ b/LekangGuard/Login/RegisterViewController.m @@ -61,6 +61,11 @@ GJText(@"请输入验证码"), GJText(@"请输入6~16个字符"), GJText(@"请输入6~16个字符")]; + if (self.isViewType == 3) + { + titleArr = @[GJText(@"手机号"),GJText(@"验证码")]; + placeholderArr = @[GJText(@"请输入手机号"),GJText(@"请输入验证码"),]; + } for (int i = 0; i < titleArr.count; i++) { @@ -145,17 +150,23 @@ /// 注册 kWeakSelf(self) - UIButton *registerBtn = [UICommon ui_buttonSimple:CGRectZero font:FontADA_(15) normalColor:KKWhiteColorColor normalText:NSLocalizedString(self.isViewType == 0 ? GJText(@"注册") : self.isViewType == 1 ? GJText(@"重置密码") : GJText(@"确定"),nil) click:^(id x) { - [self UserRegister]; + NSString *btnTitle = @""; + if (self.isViewType == 0)btnTitle = @"注册"; + else if (self.isViewType == 1)btnTitle = @"重置密码"; + else if (self.isViewType == 2)btnTitle = @"确定"; + else if (self.isViewType == 3)btnTitle = @"登录"; + + UIButton *registerBtn = [UICommon ui_buttonSimple:CGRectZero font:FontADA_(15) normalColor:KKWhiteColorColor normalText:btnTitle click:^(id x) { + [weakself UserRegister]; }]; - registerBtn.backgroundColor = RGB(255, 173, 1); + registerBtn.backgroundColor = KKMainColor; registerBtn.tintColor = KKMainColor; - registerBtn.layer.cornerRadius = 5; + registerBtn.layer.cornerRadius = Adapted(22); registerBtn.layer.masksToBounds = YES; self.registerBtn = registerBtn; [self.view addSubview:registerBtn]; [registerBtn mas_makeConstraints:^(MASConstraintMaker *make) { - make.top.equalTo(self.passView.mas_bottom).inset(Adapted(15)); + make.top.equalTo(self.passView.mas_bottom).inset(Adapted(25)); make.left.right.equalTo(self.view).inset(Adapted(20)); make.height.mas_equalTo(Adapted(44)); }]; @@ -210,44 +221,36 @@ [UICommon MessageErrorText:@"请输入手机号"]; return; } - else if (self.passField.text.length < 6 || self.passField.text.length > 16) - { - [UICommon MessageErrorText:@"密码应该为6-16位数"]; - return; - } - else if (self.passIField.text.length < 6 || self.passIField.text.length > 16) - { - [UICommon MessageErrorText:@"密码应该为6-16位数"]; - return; - } - else if (![self.passField.text isEqualToString:self.passIField.text]) - { - [UICommon MessageErrorText:@"输入密码不一致"]; - return; - } else if (self.codeField.text.length <= 1) { [UICommon MessageErrorText:@"请输入验证码"]; return; } + if (self.isViewType != 3) + { + if (self.passField.text.length < 6 || self.passField.text.length > 16) + { + [UICommon MessageErrorText:@"密码应该为6-16位数"]; + return; + } + else if (self.passIField.text.length < 6 || self.passIField.text.length > 16) + { + [UICommon MessageErrorText:@"密码应该为6-16位数"]; + return; + } + else if (![self.passField.text isEqualToString:self.passIField.text]) + { + [UICommon MessageErrorText:@"输入密码不一致"]; + return; + } + } self.registerBtn.enabled = NO; [UICommon MessageUpload:@"加载中"]; - if (self.isViewType != 2) + if (self.isViewType == 0 || self.isViewType == 1) { -// [SMSSDK commitVerificationCode:weakSelf.codeField.text phoneNumber:weakSelf.emailField.text zone:@"86" result:^(NSError *error) { -// if (!error) -// { -// [self UserRegisterUp]; -// } else -// { -// [UICommon HidenLoading]; -// [UICommon MessageErrorText:@"验证码验证失败"]; -// self.registerBtn.enabled = YES; -// } -// }]; [self UserRegisterUp]; } - else + else if (self.isViewType == 2 ) { NSMutableDictionary *parameters = self.authInfo; [parameters setValue:self.emailField.text forKey:@"phone"]; @@ -256,11 +259,11 @@ [[[APIManager sharedManager] APPOST:WechatLogin_URL parameters:parameters isJson:YES resultClass:LoginModel.class] subscribeNext:^(id _Nullable x) { [UICommon HidenLoading]; NSMutableDictionary *userDic = [NSMutableDictionary dictionary]; - [userDic setValue:self.emailField.text forKey:@"phone"]; - [userDic setValue:self.passIField.text forKey:@"password"]; + [userDic setValue:weakSelf.emailField.text forKey:@"phone"]; + [userDic setValue:weakSelf.passIField.text forKey:@"password"]; [userDic setValue:@"1" forKey:@"isRememberPWD"]; - [userDic setValue:self.countryCodeLabel.text forKey:@"code"]; - [userDic setValue:self.countryTitleLabel.text forKey:@"gj"]; + [userDic setValue:weakSelf.countryCodeLabel.text forKey:@"code"]; + [userDic setValue:weakSelf.countryTitleLabel.text forKey:@"gj"]; YYCache *userCache = [YYCache cacheWithName:UserCacheName]; [userCache setObject:userDic forKey:UserCacheKey]; @@ -272,6 +275,10 @@ [UICommon MessageErrorText:dic[NSLocalizedDescriptionKey]]; }]; } + else if (self.isViewType == 3) + { + [self AuthCodeLigin]; + } } /// 注册/忘记密码 @@ -328,20 +335,38 @@ NSDictionary *dic = error.userInfo; [UICommon MessageErrorText:dic[NSLocalizedDescriptionKey]]; }]; -// [SMSSDK getVerificationCodeByMethod:SMSGetCodeMethodSMS phoneNumber:self.emailField.text zone:@"86" template:@"" result:^(NSError *error) { -// [UICommon HidenLoading]; -// if (!error) -// { -// [UICommon MessageSuccessText:@"获取验证码成功"]; -// [self timeOutCount]; -// } -// else -// { -// NSDictionary *dic = error.userInfo; -// [UICommon MessageErrorText:dic[NSLocalizedDescriptionKey]]; -// } -// }]; - +} + + +#pragma mark 验证码登录 +/// 验证码登录 +- (void)AuthCodeLigin +{ + WeakSelf + [UICommon MessageUpload:@"登录中"]; + NSMutableDictionary *parameters = [NSMutableDictionary dictionary]; + [parameters setValue:self.codeField.text forKey:@"code"]; + [parameters setValue:self.emailField.text forKey:@"phone"]; + [[[APIManager sharedManager] APPOST:AuthCodeLigin_URL parameters:parameters isJson:YES resultClass:nil] subscribeNext:^(id _Nullable x) { + [UICommon HidenLoading]; + self.registerBtn.enabled = YES; + NSMutableDictionary *userDic = [NSMutableDictionary dictionary]; + [userDic setValue:weakSelf.emailField.text forKey:@"phone"]; + [userDic setValue:@"" forKey:@"password"]; + [userDic setValue:@"1" forKey:@"isRememberPWD"]; + [userDic setValue:@"" forKey:@"code"]; + [userDic setValue:weakSelf.countryTitleLabel.text forKey:@"gj"]; + YYCache *userCache = [YYCache cacheWithName:UserCacheName]; + [userCache setObject:userDic forKey:UserCacheKey]; + + AppDelegate *app = (AppDelegate *)[UIApplication sharedApplication].delegate; + [app showRootViewController]; + + } error:^(NSError * _Nullable error) { + self.registerBtn.enabled = YES; + NSDictionary *dic = error.userInfo; + [UICommon MessageErrorText:dic[NSLocalizedDescriptionKey]]; + }]; } @@ -439,8 +464,6 @@ make.centerY.equalTo(_countryBtn); make.right.equalTo(rightImg.mas_left).inset(10); }]; - - } return _countryBtn; } diff --git a/LekangGuard/Managers/UIURL.h b/LekangGuard/Managers/UIURL.h index 1ba3586..840ec90 100644 --- a/LekangGuard/Managers/UIURL.h +++ b/LekangGuard/Managers/UIURL.h @@ -28,6 +28,9 @@ /// 微信免密登入-微信登入-微信对接 #define WechatLogin_URL @"/user/wechat/login" +/// 验证码登录 +#define AuthCodeLigin_URL @"/user/authCode/login" + #pragma mark -----------------------------------绑定设备模块----------------------------------- @@ -136,7 +139,7 @@ #define QueryWeekStep_URL @"/device-step-daily/query/weekStep" /// 查询今日计步数 -#define QueryCurrentStep_URL @"/device-step-daily/setGoalNumberOfSteps" +#define QueryCurrentStep_URL @"/device-step-daily/query/currentStep" /// 拨号盘开关 #define DeviceDialSwitch_URL @"/device-owner-info-app/device/dialSwitch" @@ -161,10 +164,10 @@ /// 根据imei号查询安全围栏信息 #define QueryRails_URL @"/safety-rail-app/query/queryRails" -/// 新增围栏 +/// 新增圆形围栏 #define AddRails_URL @"/safety-rail-app/insert/addRails" -/// 更新电子围栏 +/// 更新圆形电子围栏 #define UpdateRails_URL @"/safety-rail-app/update/updateRails" /// 删除电子围栏 @@ -179,6 +182,12 @@ /// 根据日期删除轨迹信息 #define DeleteTrackInfo_URL @"/track-info-app/delete/trackInfo" +/// 新增多边形围栏 +#define AddRails2Polygon_URL @"/safety-rail-app/insert/addRails2Polygon" + +/// 跟新多边形围栏 +#define UpdateRails2Polygon_URL @"/safety-rail-app/update/updateRails2Polygon" + #pragma mark -----------------------------------消息中心----------------------------------- @@ -189,7 +198,7 @@ #define DeleteRemind_URL @"/reminder-message-app/delete/deleteRemind" /// 修改已读/未读状态 -#define UpdateRemind_URL @"/reminder-message-app​/update​/updateRemind" +#define UpdateRemind_URL @"/notify_app/update/updateNotify" /// 查询通知信息 diff --git a/LekangGuard/Map/Fence(电子围栏)/AddRailViewController.m b/LekangGuard/Map/Fence(电子围栏)/AddRailViewController.m index df3da60..18b2b5d 100644 --- a/LekangGuard/Map/Fence(电子围栏)/AddRailViewController.m +++ b/LekangGuard/Map/Fence(电子围栏)/AddRailViewController.m @@ -8,6 +8,7 @@ #import "AddRailViewController.h" #import "RailNameTagViewController.h" #import "RailAddressViewController.h" +#import "MoreRailAddressViewController.h" @interface AddRailViewController () @@ -26,6 +27,12 @@ @property (nonatomic ,strong) NSMutableArray *btnArr; +@property (nonatomic ,weak) UIButton *duoBtn; +@property (nonatomic ,weak) UIButton *yuanBtn; + +/// 围栏类型 +@property (nonatomic ,assign) NSInteger railType; + @end @implementation AddRailViewController @@ -36,7 +43,12 @@ self.zx_navTitle = self.isRedact == 1 ? GJText(@"添加电子围栏") : GJText(@"编辑电子围栏"); if (self.isRedact == 1) + { + self.railType = 1; self.railModel = [[SafetyRailModel alloc] init]; + } + else + self.railType = self.railModel.type; [self zx_setRightBtnWithText:GJText(@"保存") clickedBlock:^(ZXNavItemBtn * _Nonnull btn) { [self AddRails]; @@ -44,7 +56,7 @@ kWeakSelf(self) - NSArray *arr = @[GJText(@"地址名称"),GJText(@"地址"),GJText(@"有效时间"),GJText(@"星期")]; + NSArray *arr = @[GJText(@"围栏类型"),GJText(@"地址名称"),GJText(@"地址"),GJText(@"有效时间"),GJText(@"星期")]; NSArray *timeArr = @[GJText(@"一"),GJText(@"二"),GJText(@"三"),GJText(@"四"),GJText(@"五"),GJText(@"六"),GJText(@"日")]; UIView *bgView = [UICommon ui_view:CGRectMake(0, iPhoneX_NavHeight, SCREEN_WIDTH, Adapted(55)*arr.count) backgroundColor:KKWhiteColorColor cornerRadius:0 borderWidth:0 borderColor:KKWhiteColorColor]; @@ -59,63 +71,129 @@ make.top.equalTo(bgView).offset(i*Adapted(55)); make.height.mas_equalTo(Adapted(55)); }]; - - if (i < 2) - { - UIImageView *rightImg = [UICommon ui_imageView:CGRectZero fileName:@"icon_enter_gray"]; - [bgView addSubview:rightImg]; - [rightImg mas_makeConstraints:^(MASConstraintMaker *make) { - make.right.equalTo(bgView.mas_right).inset(15); - make.centerY.equalTo(titleLabel); - make.size.mas_equalTo(CGSizeMake(Adapted(rightImg.image.size.width), Adapted(rightImg.image.size.height))); - }]; - NSString *text; - if (i == 0) - text = self.isRedact == 1 ? GJText(@"请设置地址名称") : self.railModel.name; - else - text = self.isRedact == 1 ? GJText(@"请设置详细地址") : self.railModel.address; - UIButton *rightBtn = [UICommon ui_buttonSimple:CGRectZero font:FontADA_(13) normalColor:self.isRedact == 1 ? KKGrey121 : KKTextBlackColor normalText:text click:^(UIButton *btn) { - if (btn.tag == 0) - { - RailNameTagViewController *vc = [RailNameTagViewController new]; - vc.addressName = weakself.nameBtn.currentTitle; - vc.isAddressName = ^(NSString * _Nonnull name) { - [weakself.nameBtn setTitle:name forState:0]; - self.railModel.name = name; - [weakself.nameBtn setTitleColor:KKTextBlackColor forState:0]; - }; - [weakself.navigationController pushViewController:vc animated:YES]; - } - else - { - RailAddressViewController *vc = [RailAddressViewController new]; - vc.railModel = self.railModel; - vc.isRedact = self.isRedact; - vc.isAddressModel = ^(SafetyRailModel * _Nonnull model) { - [weakself.addressBtn setTitle:model.address forState:0]; - self.railModel.address = model.address; - self.railModel.lat = model.lat; - self.railModel.lon = model.lon; - self.railModel.radius = model.radius; - [weakself.addressBtn setTitleColor:KKTextBlackColor forState:0]; - }; - [self.navigationController pushViewController:vc animated:YES]; - } - }]; - rightBtn.tag = i; - rightBtn.contentHorizontalAlignment = UIControlContentHorizontalAlignmentRight; - if (i == 0) self.nameBtn = rightBtn; - else self.addressBtn = rightBtn; - [bgView addSubview:rightBtn]; - [rightBtn mas_makeConstraints:^(MASConstraintMaker *make) { - make.right.equalTo(rightImg.mas_left).inset(5); - make.centerY.equalTo(titleLabel); - make.left.equalTo(bgView).offset(100); - make.height.mas_equalTo(Adapted(48)); - }]; - - } - else if (i == 2) + if (i == 0) + { + if (self.isRedact == 1) + { + UIButton *duoBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(14) normalColor:KKTextBlackColor normalText:@" 多边形" click:^(UIButton *btn) { + self.railType = 2; + [self selectbtnImg:btn :self.yuanBtn]; + }]; + self.duoBtn = duoBtn; + [bgView addSubview:duoBtn]; + [duoBtn mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(bgView.mas_right).inset(15); + make.centerY.equalTo(titleLabel); + make.size.mas_equalTo(CGSizeMake(80, 40)); + }]; + + UIButton *yuanBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(14) normalColor:KKTextBlackColor normalText:@" 圆形" click:^(UIButton *btn) { + self.railType = 1; + [self selectbtnImg:btn :self.duoBtn]; + }]; + self.yuanBtn = yuanBtn; + [bgView addSubview:yuanBtn]; + [yuanBtn mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(duoBtn.mas_left).inset(15); + make.centerY.equalTo(titleLabel); + make.size.mas_equalTo(CGSizeMake(80, 40)); + }]; + if (self.railType == 1) + [self selectbtnImg:self.yuanBtn :self.duoBtn]; + else + [self selectbtnImg:self.duoBtn :self.yuanBtn]; + } + else + { + UIButton *duoBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(14) normalColor:KKTextBlackColor normalText:self.railModel.type == 1 ? @" 圆形" : @" 多边形" click:^(UIButton *btn) { + [self selectbtnImg:btn :nil]; + }]; + [duoBtn setImage:ImageName_(@"comm_selectBtn_Select") forState:UIControlStateNormal]; + [bgView addSubview:duoBtn]; + [duoBtn mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(bgView.mas_right).inset(15); + make.centerY.equalTo(titleLabel); + make.size.mas_equalTo(CGSizeMake(80, 40)); + }]; + + } + + } + else if (i > 0 &&i < 3) + { + UIImageView *rightImg = [UICommon ui_imageView:CGRectZero fileName:@"icon_enter_gray"]; + [bgView addSubview:rightImg]; + [rightImg mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(bgView.mas_right).inset(15); + make.centerY.equalTo(titleLabel); + make.size.mas_equalTo(CGSizeMake(Adapted(rightImg.image.size.width), Adapted(rightImg.image.size.height))); + }]; + NSString *text; + if (i == 1) + text = self.isRedact == 1 ? GJText(@"请设置地址名称") : self.railModel.name; + if (i == 2) + text = self.isRedact == 1 ? GJText(@"请设置详细地址") : self.railModel.address; + UIButton *rightBtn = [UICommon ui_buttonSimple:CGRectZero font:FontADA_(13) normalColor:self.isRedact == 1 ? KKGrey121 : KKTextBlackColor normalText:text click:^(UIButton *btn) { + if (btn.tag == 1) + { + RailNameTagViewController *vc = [RailNameTagViewController new]; + vc.addressName = weakself.nameBtn.currentTitle; + vc.isAddressName = ^(NSString * _Nonnull name) { + [weakself.nameBtn setTitle:name forState:0]; + self.railModel.name = name; + [weakself.nameBtn setTitleColor:KKTextBlackColor forState:0]; + }; + [weakself.navigationController pushViewController:vc animated:YES]; + } + else + { + if (self.railType == 1) + { + RailAddressViewController *vc = [RailAddressViewController new]; + vc.railModel = self.railModel; + vc.isRedact = self.isRedact; + vc.isAddressModel = ^(SafetyRailModel * _Nonnull model) { + [weakself.addressBtn setTitle:model.address forState:0]; + self.railModel.address = model.address; + self.railModel.lat = model.lat; + self.railModel.lon = model.lon; + self.railModel.radius = model.radius; + [weakself.addressBtn setTitleColor:KKTextBlackColor forState:0]; + }; + [self.navigationController pushViewController:vc animated:YES]; + } + else + { +// [UICommon MessageErrorText:@"多边形围栏正在开发"]; + MoreRailAddressViewController *vc = [[MoreRailAddressViewController alloc] init]; + vc.railModel = self.railModel; + vc.isRedact = self.isRedact; + vc.isAddressModel = ^(SafetyRailModel * _Nonnull model) { + [weakself.addressBtn setTitle:model.address forState:0]; + self.railModel.address = model.address; +// self.railModel.lat = model.lat; +// self.railModel.lon = model.lon; + self.railModel.radius = model.radius; + [weakself.addressBtn setTitleColor:KKTextBlackColor forState:0]; + }; + [self.navigationController pushViewController:vc animated:YES]; + } + } + }]; + rightBtn.tag = i; + rightBtn.contentHorizontalAlignment = UIControlContentHorizontalAlignmentRight; + if (i == 1) self.nameBtn = rightBtn; + if (i == 2) self.addressBtn = rightBtn; + [bgView addSubview:rightBtn]; + [rightBtn mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(rightImg.mas_left).inset(5); + make.centerY.equalTo(titleLabel); + make.left.equalTo(bgView).offset(100); + make.height.mas_equalTo(Adapted(48)); + }]; + + } + else if (i == 3) { UIButton *endTime = [UICommon ui_buttonSimple:CGRectZero font:FontADA_(13) normalColor:KKTextBlackColor normalText:self.isRedact == 2 ? self.railModel.endTime : @"17:00" click:^(id x) { @@ -159,7 +237,7 @@ make.centerY.equalTo(titleLabel); make.size.mas_equalTo(CGSizeMake(Adapted(60), Adapted(32))); }]; - + } else { @@ -238,14 +316,31 @@ [parameters setValue:self.endTime.currentTitle forKey:@"endTime"]; [parameters setValue:self.startTime.currentTitle forKey:@"startTime"]; [parameters setValue:self.railModel.address forKey:@"address"]; - [parameters setValue:self.railModel.lat forKey:@"lat"]; - [parameters setValue:self.railModel.lon forKey:@"lon"]; [parameters setValue:self.nameBtn.currentTitle forKey:@"name"]; - [parameters setValue:@(self.railModel.radius) forKey:@"radius"]; [parameters setValue:[self.btnArr componentsJoinedByString:@""] forKey:@"week"]; + NSString *urlStr; + if (self.railType == 1) + { + /// 圆形电子围栏 + [parameters setValue:self.railModel.lat forKey:@"lat"]; + [parameters setValue:self.railModel.lon forKey:@"lon"]; + [parameters setValue:@(self.railModel.radius) forKey:@"radius"]; + urlStr = self.isRedact == 1 ? AddRails_URL : UpdateRails_URL; + + } + if (self.railType == 2) + { + /// 多边形电子围栏 + [parameters setValue:self.railModel.boundaryCoordinates forKey:@"coordinateDTOS"]; + urlStr = self.isRedact == 1 ? AddRails2Polygon_URL : UpdateRails2Polygon_URL; + } if (self.isRedact == 2) + { + /// 编辑电子围栏 [parameters setValue:self.railModel.Id forKey:@"id"]; - [[[APIManager sharedManager] APPOST:self.isRedact == 1 ? AddRails_URL : UpdateRails_URL parameters:parameters isJson:YES resultClass:nil] subscribeNext:^(id _Nullable x) { + [parameters setValue:self.railModel.status forKey:@"status"]; + } + [[[APIManager sharedManager] APPOST:urlStr parameters:parameters isJson:YES resultClass:nil] subscribeNext:^(id _Nullable x) { [UICommon HidenLoading]; self.isUpdataModel(); [self.navigationController popViewControllerAnimated:YES]; @@ -254,6 +349,7 @@ NSDictionary *dic = error.userInfo; [UICommon MessageErrorText:dic[NSLocalizedDescriptionKey]]; }]; + } - (NSMutableArray *)getWeekArr:(NSString *)string @@ -269,6 +365,12 @@ return weekArr; } +- (void)selectbtnImg:(UIButton *)btn :(UIButton *)btn1 +{ + [btn setImage:ImageName_(@"comm_selectBtn_Select") forState:UIControlStateNormal]; + [btn1 setImage:ImageName_(@"comm_selectBtn_Normal") forState:UIControlStateNormal]; +} + /* #pragma mark - Navigation diff --git a/LekangGuard/Map/Fence(电子围栏)/Model/SafetyRailModel.h b/LekangGuard/Map/Fence(电子围栏)/Model/SafetyRailModel.h index c0f148f..978d6eb 100644 --- a/LekangGuard/Map/Fence(电子围栏)/Model/SafetyRailModel.h +++ b/LekangGuard/Map/Fence(电子围栏)/Model/SafetyRailModel.h @@ -53,6 +53,12 @@ NS_ASSUME_NONNULL_BEGIN /// string example: 重复星期数 @property (nonatomic ,copy) NSString *week; +/// 多个经纬度的‘顶点坐标’集合,注意一定要是多边形的顶点 (多边形围栏) +@property (nonatomic ,copy) NSArray *boundaryCoordinates; + +/// 围栏类型 1或2 1就是圆形参数就是一个经纬度和半径;2就是多边形参数是一组经纬度 +@property (nonatomic ,assign) NSInteger type; + @end NS_ASSUME_NONNULL_END diff --git a/LekangGuard/Map/Fence(电子围栏)/MoreRailAddressViewController.h b/LekangGuard/Map/Fence(电子围栏)/MoreRailAddressViewController.h new file mode 100644 index 0000000..01af204 --- /dev/null +++ b/LekangGuard/Map/Fence(电子围栏)/MoreRailAddressViewController.h @@ -0,0 +1,23 @@ +// +// MoreRailAddressViewController.h +// LekangGuard +// +// Created by ecell on 2023/8/30. +// + +#import "BaseViewController.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface MoreRailAddressViewController : BaseViewController + +@property (nonatomic ,strong) SafetyRailModel *railModel; + +/// 是否编辑 1:添加,2:编辑 +@property (nonatomic ,assign) NSInteger isRedact; + +@property (nonatomic ,strong) void(^isAddressModel)(SafetyRailModel *model); + +@end + +NS_ASSUME_NONNULL_END diff --git a/LekangGuard/Map/Fence(电子围栏)/MoreRailAddressViewController.m b/LekangGuard/Map/Fence(电子围栏)/MoreRailAddressViewController.m new file mode 100644 index 0000000..47557a5 --- /dev/null +++ b/LekangGuard/Map/Fence(电子围栏)/MoreRailAddressViewController.m @@ -0,0 +1,454 @@ +// +// MoreRailAddressViewController.m +// LekangGuard +// +// Created by ecell on 2023/8/30. +// + +#import "MoreRailAddressViewController.h" +#import "AppDelegate.h" +#import "RailSearchAddressVC.h" +#import "SLMarqueeControl.h" + +@interface MoreRailAddressViewController () + +@property (nonatomic,strong) MAMapView * mapView; + +@property (nonatomic, strong) MACircle * circleView; + +@property (nonatomic, strong) MAPolygon *polygon; + +@property (nonatomic, strong) NSMutableArray *annotations; + +@property (nonatomic ,assign) CLLocationCoordinate2D points; + +@property (nonatomic ,strong) UIView *topView; +@property (nonatomic ,weak) SLMarqueeControl *marqueeControl; + +@property (nonatomic ,strong) MAAnnotationView *UserannotationView; + +/// 底部View +@property (nonatomic ,strong) UIView *bottomView; + +@property (nonatomic ,assign) NSInteger tags; + + + +@end + +@implementation MoreRailAddressViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view. + self.zx_navTitle = @"地址"; + [self zx_setRightBtnWithText:GJText(@"保存") clickedBlock:^(ZXNavItemBtn * _Nonnull btn) { + if (self.annotations.count <= 0) + { + [UICommon MessageErrorText:@"电子围栏不能为空"]; + return; + } + [self setbao]; + }]; + [MAMapView updatePrivacyShow:AMapPrivacyShowStatusDidShow privacyInfo:AMapPrivacyInfoStatusDidContain]; + [MAMapView updatePrivacyAgree:AMapPrivacyAgreeStatusDidAgree]; + [AMapSearchAPI updatePrivacyShow:(AMapPrivacyShowStatusDidShow) privacyInfo:(AMapPrivacyInfoStatusDidContain)]; + + + + [self.view addSubview:self.bottomView]; + [self.view addSubview:self.mapView]; + [self.view addSubview:self.topView]; + [self.mapView mas_makeConstraints:^(MASConstraintMaker *make) { + make.top.equalTo(self.view).offset(iPhoneX_NavHeight); + make.left.right.equalTo(self.view); + make.bottom.equalTo(self.bottomView.mas_top); + }]; + + //初始化 MAUserLocationRepresentation 对象 + MAUserLocationRepresentation *r = [[MAUserLocationRepresentation alloc] init]; + + r.showsAccuracyRing = NO;///精度圈是否显示,默认YES + [self.mapView updateUserLocationRepresentation:r]; + + if (self.isRedact == 2) + [UICommon MessageUpload:@"地图加载中"]; + kWeakSelf(self) + AfterDispatch(1, ^{ + if (self.isRedact == 2) + { + [UICommon HidenLoading]; + if (self.railModel) + { + self.marqueeControl.marqueeLabel.text = self.railModel.address; + + for (NSDictionary *dic in self.railModel.boundaryCoordinates) + { + MAPointAnnotation *a1 = [[MAPointAnnotation alloc] init]; + a1.coordinate = (CLLocationCoordinate2D){[dic[@"latitude"] doubleValue],[dic[@"longitude"] doubleValue]}; + [self.annotations addObject:a1]; + } + + CLLocationCoordinate2D points[self.annotations.count]; + for (int i = 0; i < self.annotations.count; i++) + { + self.tags = i; + MAPointAnnotation *point = self.annotations[i]; + // [self.mapView removeAnnotation:point]; + points[i] = CLLocationCoordinate2DMake(point.coordinate.latitude, point.coordinate.longitude); + [self.mapView addAnnotation:point]; + } + + self.polygon = [MAPolygon polygonWithCoordinates:points count:self.annotations.count]; + [self.mapView addOverlay:self.polygon]; + + } + } + }); +} + +//自定义标记点位置发生改变 +- (void)mapView:(MAMapView *)mapView annotationView:(MAAnnotationView *)view didChangeDragState:(MAAnnotationViewDragState)newState fromOldState:(MAAnnotationViewDragState)oldState +{ + + if ([view.reuseIdentifier isEqualToString:@"annotationReuseIndetifier"]) + { + NSLog(@"x=%f,y=%f,tag=%ld",view.annotation.coordinate.latitude,view.annotation.coordinate.longitude,view.tag); + + // MAMetersBetweenMapPoints(<#MAMapPoint a#>, <#MAMapPoint b#>) + + // 定位点拖拽结束 + if(newState == MAAnnotationViewDragStateEnding) + { + [self.mapView removeOverlay:self.polygon]; + + MAPointAnnotation *a1 = [[MAPointAnnotation alloc] init]; + a1.coordinate = (CLLocationCoordinate2D){view.annotation.coordinate.latitude,view.annotation.coordinate.longitude}; + [self.annotations replaceObjectAtIndex:view.tag withObject:a1]; + + CLLocationCoordinate2D points[self.annotations.count]; + for (int i = 0; i < self.annotations.count; i++) + { + MAPointAnnotation *p = self.annotations[i]; + points[i] = CLLocationCoordinate2DMake(p.coordinate.latitude, p.coordinate.longitude); + } + + self.polygon = [MAPolygon polygonWithCoordinates:points count:self.annotations.count]; + [self.mapView addOverlay:self.polygon]; + } + } +} + +#pragma mark - MAMapViewDelegate +//绘制区域图形的相关属性配置 可以是矩形 多边形 圆形 +- (MAOverlayRenderer *)mapView:(MAMapView *)mapView rendererForOverlay:(id)overlay +{ + if ([overlay isKindOfClass:[MAPolygon class]]) + { + MAPolygonRenderer *pol = [[MAPolygonRenderer alloc] initWithPolygon:overlay]; + pol.lineWidth = 2.f; + pol.lineJoinType = kMALineJoinRound; + pol.strokeColor = KKMainColor; + pol.fillColor = RGBA(59, 161, 245, .2); + pol.lineDashType = kMALineDashTypeNone; + pol.miterLimit = 5; + return pol; + + } + + return nil; +} + +/*! + @brief 根据anntation生成对应的View + @param mapView 地图View + @param annotation 指定的标注 + @return 生成的标注View + */ +- (MAAnnotationView*)mapView:(MAMapView *)mapView viewForAnnotation:(id )annotation +{ + //定位蓝点 如果不在此判断 自身的定位点样式会被其他自定义的样式修改 + if ([annotation isKindOfClass:[MAUserLocation class]]) + { + static NSString *customReuseIndetifier = @"customReuseIndetifier"; + self.UserannotationView = [mapView dequeueReusableAnnotationViewWithIdentifier:customReuseIndetifier]; + + if (self.UserannotationView == nil) + { + self.UserannotationView = [[MAAnnotationView alloc] initWithAnnotation:annotation reuseIdentifier:customReuseIndetifier]; + } + self.UserannotationView.canShowCallout = NO;//允许交互点击 + self.UserannotationView.draggable = NO; + self.UserannotationView.image = ImageName_(@"icon_home_page_orientation");//设置大头针视图的图片 + return self.UserannotationView; + } + + if ([annotation isKindOfClass:[MAPointAnnotation class]]) + { + static NSString *reuseIndetifier = @"annotationReuseIndetifier"; + MAAnnotationView *annotationView = (MAAnnotationView *)[mapView dequeueReusableAnnotationViewWithIdentifier:reuseIndetifier]; + if (annotationView == nil) + { + annotationView = [[MAAnnotationView alloc] initWithAnnotation:annotation reuseIdentifier:reuseIndetifier]; + } + annotationView.tag = self.tags; + annotationView.image = [UIImage imageNamed:@"map_weilan_select"]; + annotationView.canShowCallout = NO; + annotationView.draggable = YES; + //设置中心点偏移,使得标注底部中间点成为经纬度对应点 + annotationView.centerOffset = CGPointMake(0, 0); + return annotationView; + + } + + return nil; +} + +//点击屏幕获取经纬度 (手动获取模拟数据使用) +- (void)mapView:(MAMapView *)mapView didSingleTappedAtCoordinate:(CLLocationCoordinate2D)coordinate +{ + NSLog(@"%f ---- %f",coordinate.latitude,coordinate.longitude); + + MAPointAnnotation *point = [[MAPointAnnotation alloc] init]; + if (self.annotations.count > 2) + return; + + point.coordinate = (CLLocationCoordinate2D){coordinate.latitude,coordinate.longitude}; + [self.annotations addObject:point]; + + if(self.annotations.count == 3) + [self addInteractionPoint]; + + CLLocationCoordinate2D points[self.annotations.count]; + for (int i = 0; i < self.annotations.count; i++) + { + self.tags = i; + point = self.annotations[i]; + [self.mapView removeAnnotation:point]; + points[i] = CLLocationCoordinate2DMake(point.coordinate.latitude, point.coordinate.longitude); + [_mapView addAnnotation:point]; + } + + self.polygon = [MAPolygon polygonWithCoordinates:points count:self.annotations.count]; + [self.mapView addOverlay:self.polygon]; +} + +/// 点击地图形成三个点,强制在两点之间添加单个标记 +- (void)addInteractionPoint +{ + MAPointAnnotation *p = self.annotations[0]; + MAPointAnnotation *p1 = self.annotations[1]; + MAPointAnnotation *p2 = self.annotations[2]; + + double aa = (p.coordinate.latitude+p1.coordinate.latitude)/2; + double bb = (p.coordinate.longitude+p1.coordinate.longitude)/2; + MAPointAnnotation *a = [[MAPointAnnotation alloc] init]; + a.coordinate = (CLLocationCoordinate2D){aa,bb}; + + + double aaa = (p1.coordinate.latitude+p2.coordinate.latitude)/2; + double bbb = (p1.coordinate.longitude+p2.coordinate.longitude)/2; + MAPointAnnotation *as = [[MAPointAnnotation alloc] init]; + as.coordinate = (CLLocationCoordinate2D){aaa,bbb}; + + double aaaa = (p2.coordinate.latitude+p.coordinate.latitude)/2; + double bbbb = (p2.coordinate.longitude+p.coordinate.longitude)/2; + MAPointAnnotation *ass = [[MAPointAnnotation alloc] init]; + ass.coordinate = (CLLocationCoordinate2D){aaaa,bbbb}; + + + [self.annotations insertObject:a atIndex:1]; + [self.annotations insertObject:as atIndex:3]; + [self.annotations addObject:ass]; +} +/** + * @brief 长按地图,返回经纬度 + * @param mapView 地图View + * @param coordinate 经纬度 + */ +- (void)mapView:(MAMapView *)mapView didLongPressedAtCoordinate:(CLLocationCoordinate2D)coordinate; +{ + CLLocation *curLocation = [[CLLocation alloc] initWithLatitude:coordinate.latitude + longitude:coordinate.longitude]; + [self getAddressWithLocation:curLocation]; +} + +- (void)mapInitComplete:(MAMapView *)mapView +{ + if (self.isRedact == 1) + [self getAddressWithLocation:mapView.userLocation.location]; +} + +#pragma mark 根据坐标取得地名 +-(void)getAddressWithLocation:(CLLocation *)location +{ + //反地理编码 + CLGeocoder *geocoder = [[CLGeocoder alloc]init]; + + kWeakSelf(self) + [geocoder reverseGeocodeLocation:location completionHandler:^(NSArray *placemarks, NSError *error) { + CLPlacemark *placemark = [placemarks firstObject]; + NSLog(@"详细信息:%@",placemark.addressDictionary); + NSString *name; + if (placemark.addressDictionary) + { + name = placemark.addressDictionary[@"FormattedAddressLines"][0]; + } + else if(placemark.subLocality) + { + name = [NSString stringWithFormat:@"%@%@", + placemark.subLocality,placemark.name]; + }else{ + name = [NSString stringWithFormat:@"%@ %@", + placemark.locality,placemark.name]; + } + + weakself.railModel.address = name; + //在导航栏上赋值地址 + weakself.marqueeControl.marqueeLabel.text = name; +// weakself.railModel.lon = F(@"%f", location.coordinate.longitude); +// weakself.railModel.lat = F(@"%f", location.coordinate.latitude); + //[weakself.myTableView reloadData]; + }]; +} + + +- (UIView *)bottomView +{ + if (!_bottomView) + { + _bottomView = [[UIView alloc] initWithFrame:CGRectMake(0, SCREEN_HEIGHT - (iPhoneX_TabbarHeight+20), SCREEN_WIDTH, iPhoneX_TabbarHeight+20)]; + _bottomView.backgroundColor = KKWhiteColorColor; + + UIButton *deleteBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(0) normalColor:KKMainColor normalText:@"" click:^(id x) { + + if (self.annotations.count <= 0) return; + + [self.mapView removeAnnotations:self.mapView.annotations]; + [self.mapView removeOverlays:self.mapView.overlays]; + [self.annotations removeAllObjects]; + + }]; + deleteBtn.backgroundColor = KKMainColor; + [deleteBtn setImage:ImageName_(@"icon_delect_1") forState:0]; + [_bottomView addSubview:deleteBtn]; + [deleteBtn mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(_bottomView.mas_right); + make.top.equalTo(_bottomView.mas_top); + make.bottom.equalTo(_bottomView.mas_bottom); + make.width.mas_equalTo(Adapted(65)); + }]; + + + UILabel *titleLabel = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentLeft font:FontADA_(12) textColor:UIColor.redColor text:@"" Radius:0]; + titleLabel.text = @"1.绘制方法:请顺时针或逆时针依次标记电子围栏,标记点不可交叉,否则电子围栏将会产生错误;\n2.长按电子围栏标记点2秒可对电子围栏范围进行编辑."; + [_bottomView addSubview:titleLabel]; + [titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.left.equalTo(_bottomView).offset(15); + make.right.equalTo(deleteBtn.mas_left).inset(5); + make.top.equalTo(_bottomView).offset(10); + }]; + + + } + return _bottomView; +} + +- (UIView *)topView +{ + if (!_topView) + { + kWeakSelf(self) + + _topView = [UICommon ui_view:CGRectZero backgroundColor:KKWhiteColorColor cornerRadius:Adapted(12.5) borderWidth:0 borderColor:KKWhiteColorColor]; + _topView.frame = CGRectMake(10, iPhoneX_NavHeight+6, SCREEN_WIDTH-20, Adapted(25)); + + UIImageView *locationTypeImageView = [UICommon ui_imageView:CGRectZero fileName:@"home_icon_gps"]; + [_topView addSubview:locationTypeImageView]; + [locationTypeImageView mas_makeConstraints:^(MASConstraintMaker *make) { + make.left.equalTo(_topView).offset(13); + make.centerY.equalTo(_topView); + make.size.mas_equalTo(CGSizeMake(15, 15)); + }]; + + /// 位置跑马灯 + SLMarqueeControl *control = [[SLMarqueeControl alloc] initWithFrame:CGRectMake(38, Adapted(5), SCREEN_WIDTH-20-38-15, 15)]; + control.backgroundColor = KKClearColor; + control.marqueeLabel.text = @"长按地图选择位置"; + self.marqueeControl = control; + [_topView addSubview:control]; + + + UIButton *pusBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(0) normalColor:KKMainColor normalText:@"" click:^(id x) { + RailSearchAddressVC *vc = [RailSearchAddressVC new]; + vc.selectAddressCallBack = ^(NSString *searchResult, AMapGeoPoint *point) { + // weakself.curLocation = [[CLLocation alloc] initWithLatitude:point.latitude + // longitude:point.longitude]; + // + // [weakself updateRegionWithAddress:YES]; + weakself.marqueeControl.marqueeLabel.text = searchResult; + weakself.railModel.address = searchResult; + }; + [[UICommon currentVC].navigationController pushViewController:vc animated:YES]; + }]; + [_topView addSubview:pusBtn]; + [pusBtn mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.left.equalTo(_topView); + make.top.equalTo(_topView); + make.bottom.equalTo(_topView.mas_bottom); + }]; + } + return _topView; +} + +- (MAMapView *)mapView +{ + if (!_mapView) + { + _mapView = [[MAMapView alloc] initWithFrame:CGRectZero]; + _mapView.userTrackingMode = MAUserTrackingModeFollow; + ///如果您需要进入地图就显示定位小蓝点,则需要下面两行代码 + _mapView.showsUserLocation = YES; + _mapView.showsScale = NO; + _mapView.zoomLevel = 18; + _mapView.showTraffic = YES; + _mapView.showsCompass = NO; + _mapView.delegate = self; + } + return _mapView; +} + +- (NSMutableArray *)annotations +{ + if (!_annotations) _annotations = [NSMutableArray new]; + return _annotations; +} + + +- (void)setbao +{ + NSMutableArray *arr = [NSMutableArray new]; + for (MAPointAnnotation *p in self.annotations) + { + NSMutableDictionary *dic = [NSMutableDictionary dictionary]; + [dic setValue:@(p.coordinate.latitude) forKey:@"latitude"]; + [dic setValue:@(p.coordinate.longitude) forKey:@"longitude"]; + [arr addObject:dic]; + } + self.railModel.boundaryCoordinates = arr; + self.railModel.type = 2; + self.isAddressModel(self.railModel); + [self.navigationController popViewControllerAnimated:YES]; +} + +/* +#pragma mark - Navigation + +// In a storyboard-based application, you will often want to do a little preparation before navigation +- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { + // Get the new view controller using [segue destinationViewController]. + // Pass the selected object to the new view controller. +} +*/ + +@end diff --git a/LekangGuard/Map/Fence(电子围栏)/RailAddressViewController.m b/LekangGuard/Map/Fence(电子围栏)/RailAddressViewController.m index f6f2c12..8da4e02 100644 --- a/LekangGuard/Map/Fence(电子围栏)/RailAddressViewController.m +++ b/LekangGuard/Map/Fence(电子围栏)/RailAddressViewController.m @@ -9,7 +9,7 @@ #import "AppDelegate.h" #import "RailSearchAddressVC.h" -@interface RailAddressViewController () +@interface RailAddressViewController () @property (nonatomic, strong) CLLocation *curLocation; @@ -186,7 +186,7 @@ [self.mapView setRegion:MKCoordinateRegionMakeWithDistance(self.curLocation.coordinate, radius * 3, radius * 3) animated:YES]; } @catch (NSException *exception) { - NSLog(@"radius :%d coordinate: lon:%f lat: %f",radius ,self.curLocation.coordinate.longitude,self.curLocation.coordinate.latitude); + NSLog(@"radius :%ld coordinate: lon:%f lat: %f",(long)radius ,self.curLocation.coordinate.longitude,self.curLocation.coordinate.latitude); } @finally { @@ -231,7 +231,6 @@ #pragma mark MKMapViewDelegate - - (MKOverlayRenderer *)mapView:(MKMapView *)mapView rendererForOverlay:(id)overlay { NSLog(@"重新渲染 rendererForOverlay"); @@ -389,7 +388,9 @@ if (!_mapView) { _mapView = [[MKMapView alloc] initWithFrame:CGRectZero]; - // _mapView.delegate = self; + _mapView.delegate = self; +// _mapView.showsUserLocation = YES; +// _mapView.userTrackingMode = MkUserTrackingModeFollow; MKCoordinateSpan span = MKCoordinateSpanMake(0.021251, 0.016093); CLLocationCoordinate2D center = self.mapView.region.center; [_mapView setRegion:MKCoordinateRegionMake(center, span) animated:YES]; diff --git a/LekangGuard/Map/Fence(电子围栏)/RailSearchAddressVC.m b/LekangGuard/Map/Fence(电子围栏)/RailSearchAddressVC.m index 65c7fcc..b7b005b 100644 --- a/LekangGuard/Map/Fence(电子围栏)/RailSearchAddressVC.m +++ b/LekangGuard/Map/Fence(电子围栏)/RailSearchAddressVC.m @@ -45,7 +45,7 @@ self.search = [[AMapSearchAPI alloc] init]; self.search.delegate = self; - self.zx_navBar.zx_titleView.backgroundColor = KKMainColor; + self.zx_navBar.zx_titleView.backgroundColor = KKClearColor; [self.zx_navBar.zx_titleView addSubview:self.searchBar]; [self.view addSubview:self.comTable]; diff --git a/LekangGuard/Map/Fence(电子围栏)/View/ElectronicFenceTableViewCell.m b/LekangGuard/Map/Fence(电子围栏)/View/ElectronicFenceTableViewCell.m index 72f7258..37929a6 100644 --- a/LekangGuard/Map/Fence(电子围栏)/View/ElectronicFenceTableViewCell.m +++ b/LekangGuard/Map/Fence(电子围栏)/View/ElectronicFenceTableViewCell.m @@ -47,7 +47,10 @@ { _railModel = railModel; self.tagLabel.text = railModel.name; - self.scopeLabel.text = F(GJText(@"当前范围%ld米"), railModel.radius); + if (self.railModel.type == 1) + self.scopeLabel.attributedText = [UICommon labelFontSize:F(GJText(@"圆形围栏 范围%ld米"), railModel.radius)]; + else + self.scopeLabel.attributedText = [UICommon labelFontSize:@"多边形围栏"]; self.openBtn.selected = railModel.status; self.addressLabel.text = railModel.address; NSMutableArray *weekArr = [UICommon getWeekStr:railModel.week]; diff --git a/LekangGuard/Map/VC/MapViewController.m b/LekangGuard/Map/VC/MapViewController.m index 9a80e43..43f3a79 100644 --- a/LekangGuard/Map/VC/MapViewController.m +++ b/LekangGuard/Map/VC/MapViewController.m @@ -14,6 +14,7 @@ #import "SLMarqueeControl.h" #import "MapBtnTableViewCell.h" + @interface MapViewController () @property (nonatomic ,strong) UIView *topView; @@ -66,6 +67,9 @@ [super viewDidLoad]; // Do any additional setup after loading the view. self.view.backgroundColor = KKBackgroundGrey; + [MAMapView updatePrivacyShow:AMapPrivacyShowStatusDidShow privacyInfo:AMapPrivacyInfoStatusDidContain]; + [MAMapView updatePrivacyAgree:AMapPrivacyAgreeStatusDidAgree]; + [AMapSearchAPI updatePrivacyShow:(AMapPrivacyShowStatusDidShow) privacyInfo:(AMapPrivacyInfoStatusDidContain)]; self.zx_navLeftBtn.titleLabel.font = FontBoldADA_(18); [self.zx_navLeftBtn setTitleColor:KKWhiteColorColor forState:0]; diff --git a/LekangGuard/My/About(关于我们)/AboutViewController.m b/LekangGuard/My/About(关于我们)/AboutViewController.m index a83f71e..40ab281 100644 --- a/LekangGuard/My/About(关于我们)/AboutViewController.m +++ b/LekangGuard/My/About(关于我们)/AboutViewController.m @@ -59,7 +59,7 @@ } else { -// NSString *string = [NSString stringWithFormat:@"mailto://support@ecellsz.com ?subject=%@%@",GJText(@"智慧校园"),GJText(@"意见反馈")]; +// NSString *string = [NSString stringWithFormat:@"mailto://support@ecellsz.com ?subject=%@%@",GJText(@"守护星"),GJText(@"意见反馈")]; // string = [string stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; // NSURL *emailURL = [NSURL URLWithString:string]; // [[UIApplication sharedApplication] openURL:emailURL options:[NSDictionary new] completionHandler:nil]; @@ -96,7 +96,7 @@ }]; NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]; - UILabel *versionLabel = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentCenter font:FontADA_(18) textColor:KKTextBlackColor text:F(@"%@(V%@)", GJText(@"智慧校园"),version) Radius:0]; + UILabel *versionLabel = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentCenter font:FontADA_(18) textColor:KKTextBlackColor text:F(@"%@(V%@)", GJText(@"守护星"),version) Radius:0]; [_headerView addSubview:versionLabel]; [versionLabel mas_makeConstraints:^(MASConstraintMaker *make) { make.centerX.equalTo(_headerView); diff --git a/LekangGuard/My/Message(消息)/MessageViewController.h b/LekangGuard/My/Message(消息)/MessageViewController.h index c44c772..f728aff 100644 --- a/LekangGuard/My/Message(消息)/MessageViewController.h +++ b/LekangGuard/My/Message(消息)/MessageViewController.h @@ -16,14 +16,12 @@ NS_ASSUME_NONNULL_BEGIN */ @property (assign , nonatomic)NSInteger selectedIndex; -/// 申请关注 -- (void)applicationRrecord; - (void)updataSystermMessage; - (void)updataRemindMessage; -- (void)updataCallMessage; + @end diff --git a/LekangGuard/My/Message(消息)/MessageViewController.m b/LekangGuard/My/Message(消息)/MessageViewController.m index 3e52fc3..9107df5 100644 --- a/LekangGuard/My/Message(消息)/MessageViewController.m +++ b/LekangGuard/My/Message(消息)/MessageViewController.m @@ -33,17 +33,11 @@ NSMutableArray *titles = [NSMutableArray array]; [titles addObject:GJText(@"提醒")]; - [titles addObject:GJText(@"关注记录")]; [titles addObject:GJText(@"通知")]; - //[titles addObject:GJText(@"通话记录")]; RemindMessageViewController *vc = [RemindMessageViewController new]; - AttentionMessageViewController *vc1 = [AttentionMessageViewController new]; SystermMessageViewController *vc2 = [SystermMessageViewController new]; - // CallMessageViewController *vc3 = [CallMessageViewController new]; [self.controllers addObject:vc]; - [self.controllers addObject:vc1]; [self.controllers addObject:vc2]; - //[self.controllers addObject:vc3]; self.PageView = [[MCPageView alloc]initWithFrame:CGRectMake(0, iPhoneX_NavHeight, SCREEN_WIDTH,SCREEN_HEIGHT-iPhoneX_NavHeight) titles:titles controllers:self.controllers]; @@ -77,32 +71,15 @@ } else if (self.selectedIndex == 1) { - AttentionMessageViewController *vc = self.controllers[1]; + SystermMessageViewController *vc = self.controllers[1]; [vc deletAction]; } - else if (self.selectedIndex == 2) - { - SystermMessageViewController *vc = self.controllers[2]; - [vc deletAction]; - } -// else if (self.selectedIndex == 3) -// { -// CallMessageViewController *vc = self.controllers[3]; -// [vc deletAction]; -// } -} - -/// 申请关注 -- (void)applicationRrecord -{ - AttentionMessageViewController *vc = self.controllers[1]; - [vc GetQueryFollowInfo:TableisReload_h]; } - (void)updataSystermMessage { - SystermMessageViewController *vc = self.controllers[2]; + SystermMessageViewController *vc = self.controllers[1]; [vc GetNotifyList:TableisReload_h]; } @@ -112,11 +89,6 @@ [vc GetRemindList:TableisReload_h]; } -- (void)updataCallMessage -{ - CallMessageViewController *vc = self.controllers[3]; - [vc GetRemindList:TableisReload_h]; -} - (void)MCPageView:(MCPageView *)MCPageView didSelectIndex:(NSInteger)Index { diff --git a/LekangGuard/My/VC/MyViewController.m b/LekangGuard/My/VC/MyViewController.m index 05fd935..c2e74c4 100644 --- a/LekangGuard/My/VC/MyViewController.m +++ b/LekangGuard/My/VC/MyViewController.m @@ -13,6 +13,7 @@ #import "ModifyDataViewController.h" #import "MyTableViewHeaderView.h" #import "MyTableViewCell.h" +#import "SchAndJobMessageViewController.h" @interface MyViewController () @@ -120,6 +121,13 @@ vc.selectedIndex = 0; [self.navigationController pushViewController:vc animated:YES]; } + else if ([title isEqualToString:@"校园通知"]) + { + SchAndJobMessageViewController *vc = [[SchAndJobMessageViewController alloc] init]; + vc.navTitle = @"校园通知"; + vc.viewType = 0; + [[UICommon currentVC].navigationController pushViewController:vc animated:YES]; + } else if ([title isEqualToString:@"意见反馈"]) { NSString *string = [NSString stringWithFormat:@"mailto://support@ecellsz.com ?subject=%@意见反馈",APPName]; @@ -137,7 +145,7 @@ return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { [DPClearCacheTool clearCaches]; AfterDispatch(1, ^{ - [self.moreTableView reloadData]; + [weakself.moreTableView reloadData]; }); }]; }]; diff --git a/LekangGuard/My/VC/View/MyTableViewCell.m b/LekangGuard/My/VC/View/MyTableViewCell.m index 5533c87..92434b2 100644 --- a/LekangGuard/My/VC/View/MyTableViewCell.m +++ b/LekangGuard/My/VC/View/MyTableViewCell.m @@ -66,7 +66,7 @@ self.iconImg = iconImg; [self.contentView addSubview:iconImg]; [iconImg mas_makeConstraints:^(MASConstraintMaker *make) { - make.left.equalTo(self.contentView).offset(15); + make.left.equalTo(self.contentView).offset(25); make.centerY.equalTo(self.contentView); make.size.mas_equalTo(CGSizeMake(22, 22)); }]; @@ -75,7 +75,7 @@ self.titleLabel = titleLabel; [self.contentView addSubview:titleLabel]; [titleLabel mas_makeConstraints:^(MASConstraintMaker *make) { - make.left.equalTo(iconImg.mas_right).offset(29); + make.left.equalTo(iconImg.mas_right).offset(19); make.centerY.equalTo(self.contentView); }]; diff --git a/LekangGuard/My/Message(消息)/AttentionMessageViewController.h b/LekangGuard/Protection(守护星)/VC/AttentionMessageViewController.h similarity index 100% rename from LekangGuard/My/Message(消息)/AttentionMessageViewController.h rename to LekangGuard/Protection(守护星)/VC/AttentionMessageViewController.h diff --git a/LekangGuard/My/Message(消息)/AttentionMessageViewController.m b/LekangGuard/Protection(守护星)/VC/AttentionMessageViewController.m similarity index 93% rename from LekangGuard/My/Message(消息)/AttentionMessageViewController.m rename to LekangGuard/Protection(守护星)/VC/AttentionMessageViewController.m index 2680786..658e402 100644 --- a/LekangGuard/My/Message(消息)/AttentionMessageViewController.m +++ b/LekangGuard/Protection(守护星)/VC/AttentionMessageViewController.m @@ -26,7 +26,11 @@ if (!_myTableView) { kWeakSelf(self) - _myTableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain]; + if (@available(iOS 13.0, *)) { + _myTableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStyleInsetGrouped]; + } else { + // Fallback on earlier versions + } _myTableView.backgroundColor = KKClearColor; _myTableView.delegate = self; _myTableView.dataSource = self; @@ -61,8 +65,13 @@ self.ImgType = Xiaoxi; [self.view addSubview:self.myTableView]; [self.myTableView mas_makeConstraints:^(MASConstraintMaker *make) { - make.edges.equalTo(self.view); + make.top.equalTo(self.view); + make.left.right.equalTo(self.view).inset(-10); + make.bottom.equalTo(self.view.mas_bottom); }]; + if (@available(iOS 15.0, *)) { + self.myTableView.sectionHeaderTopPadding = 0.01; + } [self GetQueryFollowInfo:TableisReload_h]; // Do any additional setup after loading the view. @@ -144,15 +153,24 @@ return UITableViewCellEditingStyleNone; } -- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section +- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return self.modelListArr.count; } +- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section +{ + return 1; +} + +-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section +{ + return 12; +} - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { - AttentionModel *dMessage = self.modelListArr[indexPath.row]; + AttentionModel *dMessage = self.modelListArr[indexPath.section]; NSString *str ; if([dMessage.type isEqualToString:@"applicationRrecord"]){ @@ -181,7 +199,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { - AttentionModel *dMessage = self.modelListArr[indexPath.row]; + AttentionModel *dMessage = self.modelListArr[indexPath.section]; MessageTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"MessageTableViewCellID" forIndexPath:indexPath]; cell.timeLabel.text = [UICommon getDateFormatWithStr:@"HH:mm" date:[UICommon getTimeStrWithString:dMessage.createTime]]; //时间 @@ -247,7 +265,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ - AttentionModel *dMessage = self.modelListArr[indexPath.row]; + AttentionModel *dMessage = self.modelListArr[indexPath.section]; [UICommon MessageUpload:@"加载中"]; [self updateInfoStatus:dMessage]; } @@ -275,6 +293,7 @@ NSMutableDictionary *parameters = [NSMutableDictionary dictionary]; [[[APIManager sharedManager] APGET:F(@"%@%@/1", UpdateInfoStatus_URL,model.Id) parameters:parameters resultClass:nil] subscribeNext:^(id _Nullable x) { [UICommon HidenLoading]; + [weakself GetQueryFollowInfo:TableisReload_h]; [[NSNotificationCenter defaultCenter] postNotificationName:KK_UPDATE_ALL_NEWS_MESSAGE object:nil]; } error:^(NSError * _Nullable error) { NSDictionary *dic = error.userInfo; diff --git a/LekangGuard/Protection(守护星)/VC/MemberListViewController.h b/LekangGuard/Protection(守护星)/VC/MemberListViewController.h new file mode 100644 index 0000000..b49a445 --- /dev/null +++ b/LekangGuard/Protection(守护星)/VC/MemberListViewController.h @@ -0,0 +1,16 @@ +// +// MemberListViewController.h +// LekangGuard +// +// Created by ecell on 2023/8/29. +// + +#import "BaseViewController.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface MemberListViewController : BaseViewController + +@end + +NS_ASSUME_NONNULL_END diff --git a/LekangGuard/Protection(守护星)/VC/MemberListViewController.m b/LekangGuard/Protection(守护星)/VC/MemberListViewController.m new file mode 100644 index 0000000..1782657 --- /dev/null +++ b/LekangGuard/Protection(守护星)/VC/MemberListViewController.m @@ -0,0 +1,234 @@ +// +// MemberListViewController.m +// LekangGuard +// +// Created by ecell on 2023/8/29. +// + +#import "MemberListViewController.h" +#import "MemberListTableViewCell.h" +#import "AmendContactsViewController.h" + +@interface MemberListViewController () + +@property (nonatomic ,strong) CommonTableView *listTable; + + +/// 用户身份(0:游客,1:普通用户(关注的人),2:管理员) +@property (nonatomic ,assign) NSInteger identity; + +@end + +@implementation MemberListViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view. + self.view.backgroundColor = KKBackgroundGrey; + [self.view addSubview:self.listTable]; + [self.listTable mas_makeConstraints:^(MASConstraintMaker *make) { + make.edges.equalTo(self.view); + }]; + [self GetQueryAddressList]; +} + +- (CommonTableView *)listTable +{ + if (!_listTable) + { + _listTable = [[CommonTableView alloc] initWithFrame:CGRectZero style:UITableViewStylePlain cellHeight:88 cellRow:0 isAdaptive:NO isLine:NO commonCell:MemberListTableViewCell.class createCell:^(ZZTableViewCell * _Nonnull cells, NSIndexPath * _Nonnull indexPath) { + MemberListTableViewCell *cell = (MemberListTableViewCell *)cells; + cell.contactsModel = self.modelListArr[indexPath.row]; + + } selectedCell:^(UITableView * _Nonnull tableView, NSIndexPath * _Nonnull indexPath) { + + ContactsModel *contacts = self.modelListArr[indexPath.row]; + if(self.identity == 2)/// 如果自己是管理员可操作其他联系人 + { + //如果自己是管理员 + kWeakSelf(self) + //是自己---直接跳 + if([contacts.openId isEqualToString:APIManager.sharedManager.loginModel.openid]){ + [self jumpContactVCWith:contacts]; + return; + } + + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:nil subtitle:F(@"%@ %@",GJText(@"联系人"),contacts.name) AlertViewType:AlertViewTypeSystemActionSheet config:nil]; + [alertV addAlertItem:^EasyAlertItem *{ + return [EasyAlertItem itemWithTitle:GJText(@"取消") type:AlertItemTypeSystemCancel callback:nil]; + }]; + [alertV addAlertItemWithTitle:GJText(@"删除") type:AlertItemTypeSystemDestructive callback:^(EasyAlertView *showview, long index) { + [weakself deleteContactFuntionWith:@[contacts.Id]]; + }]; + if(contacts.identity != 2 && contacts.openId) + { + [alertV addAlertItemWithTitle:GJText(@"设置为管理员") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { + + NSString *msg = [NSString stringWithFormat:@"%@ %@ ?",GJText(@"确认将管理员转给"),contacts.relation]; + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:GJText(@"提示") subtitle:msg AlertViewType:AlertViewTypeSystemAlert config:nil]; + [alertV addAlertItem:^EasyAlertItem *{ + return [EasyAlertItem itemWithTitle:GJText(@"取消") type:AlertItemTypeSystemCancel callback:nil]; + }]; + [alertV addAlertItem:^EasyAlertItem *{ + return [EasyAlertItem itemWithTitle:GJText(@"确定") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { + [weakself SetAdmin:contacts.Id identity:2]; + }]; + }]; + [alertV showAlertView]; + }]; + } + if(contacts.setBind == 0) + { + [alertV addAlertItemWithTitle:GJText(@"编辑联系人") type:AlertItemTypeSystemDefault callback:^(EasyAlertView *showview, long index) { + [weakself jumpContactVCWith:contacts]; + }]; + } + [alertV showAlertView]; + } + else + { + //成员 + //是自己---直接跳 + if([contacts.openId isEqualToString:APIManager.sharedManager.loginModel.openid]) + { + [self jumpContactVCWith:contacts]; + return; + } + else if(contacts.openId) + { + // 非自己的成员(也包括管理员) + return; + } + else + { + //普通联系人 + kWeakSelf(self) + EasyAlertView *alertV = [EasyAlertView alertViewWithTitle:nil subtitle:[NSString stringWithFormat:@"%@ %@",GJText(@"联系人"),contacts.name] AlertViewType:AlertViewTypeSystemActionSheet config:nil]; + [alertV addAlertItem:^EasyAlertItem *{ + return [EasyAlertItem itemWithTitle:GJText(@"取消") type:AlertItemTypeSystemCancel callback:nil]; + }]; + [alertV addAlertItem:^EasyAlertItem *{ + return [EasyAlertItem itemWithTitle:GJText(@"删除") type:AlertItemTypeSystemDestructive callback:^(EasyAlertView *showview, long index) { + [weakself deleteContactFuntionWith:@[contacts.Id]]; + }]; + }]; + + [alertV addAlertItemWithTitleArray:@[GJText(@"编辑联系人")] callback:^(EasyAlertView *showview, long index) { + NSLog(@"%ld",index); + [weakself jumpContactVCWith:contacts]; + }]; + [alertV showAlertView]; + } + } + + + + } DidscrollView:^(UIScrollView * _Nonnull scrollView) { + + }]; + _listTable.backgroundColor = KKClearColor; + } + return _listTable; +} + + +#pragma mark 查询通讯录成员 +/// 查询通讯录成员 +- (void)GetQueryAddressList +{ + [UICommon MessageUpload:@"加载中"]; + NSMutableDictionary *parameters = [NSMutableDictionary dictionary]; + [parameters setValue:APIManager.sharedManager.deviceModel.imei forKey:@"imei"]; + [[[APIManager sharedManager] APGET:QueryAddressList_URL parameters:parameters resultClass:nil] subscribeNext:^(NSArray *arr) { + [UICommon HidenLoading]; + if (ARRAYHASVALUE(arr)) + { + [self.modelListArr removeAllObjects]; + for (NSDictionary *dic in arr) + { + ContactsModel *model = [ContactsModel yy_modelWithJSON:dic]; + if ([model.openId isEqualToString:APIManager.sharedManager.loginModel.openid]) + self.identity = model.identity; + model.isSelect = NO; + if (model.setBind == 1) + [self.modelListArr addObject:model]; + } + } + self.listTable.cellRow = self.modelListArr.count; + [self.listTable reloadData]; + + } error:^(NSError * _Nullable error) { + NSDictionary *dic = error.userInfo; + [UICommon MessageErrorText:dic[NSLocalizedDescriptionKey]]; + }]; +} + + +#pragma mark 跳转到 修改/添加 联系人 页面 +- (void)jumpContactVCWith:(ContactsModel*)contacts +{ + AmendContactsViewController *vc = [AmendContactsViewController new]; + vc.conModel = contacts; + vc.isUpdateSucceed = ^{ + [self GetQueryAddressList]; + }; + [[UICommon currentVC].navigationController pushViewController:vc animated:YES]; + vc.zx_navTitle = @"修改家庭成员"; +} + +#pragma mark 删除 +/// 删除 +- (void)deleteContactFuntionWith:(NSArray *)IdArr +{ + if(IdArr.count == 0) + { + LGAlertView *alertView = [[LGAlertView alloc] initWithTitle:GJText(@"注意") message:GJText(@"请选择要删除的联系人") style:LGAlertViewStyleAlert buttonTitles:@[GJText(@"确定")] cancelButtonTitle:nil destructiveButtonTitle:nil actionHandler:^(LGAlertView * _Nonnull alertView, NSUInteger index, NSString * _Nullable title) {} cancelHandler:^(LGAlertView * _Nonnull alertView) {} destructiveHandler:^(LGAlertView * _Nonnull alertView) {}]; + [alertView showAnimated:YES completionHandler:nil]; + return; + } + + LGAlertView *alertView = [[LGAlertView alloc] initWithTitle:GJText(@"注意") message:F(GJText(@"确认要删除%ld个联系人?"),IdArr.count) style:LGAlertViewStyleAlert buttonTitles:@[GJText(@"确定")] cancelButtonTitle:GJText(@"取消") destructiveButtonTitle:nil actionHandler:^(LGAlertView * _Nonnull alertView, NSUInteger index, NSString * _Nullable title) { + + [UICommon MessageUpload:@"加载中"]; + [[[APIManager sharedManager] PostBodyWithApi:F(@"%@?imei=%@", DelBatchAddress_URL,APIManager.sharedManager.deviceModel.imei) json:[IdArr yy_modelToJSONString]] subscribeNext:^(id _Nullable x) { + [UICommon MessageSuccessText:@"删除成功"]; + [self GetQueryAddressList]; + } completed:^{ + + }]; + + } cancelHandler:^(LGAlertView * _Nonnull alertView) {} destructiveHandler:^(LGAlertView * _Nonnull alertView) {}]; + [alertView showAnimated:YES completionHandler:nil]; + +} + +#pragma mark 转让管理员 +/// 转让管理员 +- (void)SetAdmin:(NSString *)Id identity:(NSInteger)identity +{ + [UICommon MessageUpload:@"加载中"]; + NSMutableDictionary *parameters = [NSMutableDictionary dictionary]; + [parameters setValue:Id forKey:@"id"]; + [parameters setValue:@(identity) forKey:@"identity"]; + [parameters setValue:APIManager.sharedManager.deviceModel.imei forKey:@"imei"]; + [[[APIManager sharedManager] APPOST:SetAdmin_URL parameters:parameters isJson:YES resultClass:nil] subscribeNext:^(id _Nullable x) { + [UICommon HidenLoading]; + [UICommon MessageSuccessText:@"管理员转让成功"]; + [self GetQueryAddressList]; + } error:^(NSError * _Nullable error) { + NSDictionary *dic = error.userInfo; + [UICommon MessageErrorText:dic[NSLocalizedDescriptionKey]]; + }]; +} + +/* +#pragma mark - Navigation + +// In a storyboard-based application, you will often want to do a little preparation before navigation +- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { + // Get the new view controller using [segue destinationViewController]. + // Pass the selected object to the new view controller. +} +*/ + +@end diff --git a/LekangGuard/Protection(守护星)/VC/MemberManagementViewController.h b/LekangGuard/Protection(守护星)/VC/MemberManagementViewController.h new file mode 100644 index 0000000..c76f10c --- /dev/null +++ b/LekangGuard/Protection(守护星)/VC/MemberManagementViewController.h @@ -0,0 +1,21 @@ +// +// MemberManagementViewController.h +// LekangGuard +// +// Created by ecell on 2023/8/29. +// + +#import "BaseViewController.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface MemberManagementViewController : BaseViewController + +/** + 选择移动到哪个页面 + */ +@property (assign , nonatomic)NSInteger selectedIndex; + +@end + +NS_ASSUME_NONNULL_END diff --git a/LekangGuard/Protection(守护星)/VC/MemberManagementViewController.m b/LekangGuard/Protection(守护星)/VC/MemberManagementViewController.m new file mode 100644 index 0000000..8025c6c --- /dev/null +++ b/LekangGuard/Protection(守护星)/VC/MemberManagementViewController.m @@ -0,0 +1,73 @@ +// +// MemberManagementViewController.m +// LekangGuard +// +// Created by ecell on 2023/8/29. +// + +#import "MemberManagementViewController.h" +#import "MCPageView.h" +#import "MemberListViewController.h" +#import "AttentionMessageViewController.h" + +@interface MemberManagementViewController () +@property (nonatomic , strong) MCPageView * PageView; +@property (nonatomic ,strong) NSMutableArray *controllers; + +@end + +@implementation MemberManagementViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view. + self.zx_navTitle = @"成员管理"; + self.view.backgroundColor = KKBackgroundGrey; + + NSMutableArray *titles = [NSMutableArray array]; + [titles addObject:GJText(@"成员管理")]; + [titles addObject:GJText(@"绑定审批/申请")]; + + self.controllers = [NSMutableArray array]; + MemberListViewController *vc = [MemberListViewController new]; + AttentionMessageViewController *vc1 = [AttentionMessageViewController new]; + [self.controllers addObject:vc]; + [self.controllers addObject:vc1]; + + + self.PageView = [[MCPageView alloc]initWithFrame:CGRectMake(0, iPhoneX_NavHeight, SCREEN_WIDTH,SCREEN_HEIGHT-iPhoneX_NavHeight) titles:titles controllers:self.controllers]; + self.PageView.delegate = self; + //self.PageView.titleButtonWidth = Adapted(94); + self.PageView.backgroundColor = KKWhiteColorColor; + self.PageView.lineWitdhScale = 0.65; + self.PageView.lineColor = KKMainColor; + self.PageView.selectTitleFont = FontBoldADA_(16); + self.PageView.defaultTitleFont = FontADA_(14); + self.PageView.defaultTitleColor = KKTextBlackColor; + self.PageView.selectTitleColor = KKMainColor; + self.PageView.lastItemBackgroundColor = KKClearColor; + [self.view addSubview:self.PageView]; + + [self zx_setPopGestureCompatibleScrollViews:@[self.PageView.titleScroll,self.PageView.contentCollection]]; + [self.PageView selectIndex:self.selectedIndex]; + +} + +- (void)MCPageView:(MCPageView *)MCPageView didSelectIndex:(NSInteger)Index +{ + NSLog(@"%ld",Index); + self.selectedIndex = Index; +} + + +/* +#pragma mark - Navigation + +// In a storyboard-based application, you will often want to do a little preparation before navigation +- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { + // Get the new view controller using [segue destinationViewController]. + // Pass the selected object to the new view controller. +} +*/ + +@end diff --git a/LekangGuard/Protection(守护星)/VC/ms/MyChildViewController.m b/LekangGuard/Protection(守护星)/VC/ms/MyChildViewController.m index 29adf69..1af3eec 100644 --- a/LekangGuard/Protection(守护星)/VC/ms/MyChildViewController.m +++ b/LekangGuard/Protection(守护星)/VC/ms/MyChildViewController.m @@ -124,7 +124,7 @@ RedFlowerModel *model = self.modelListArr[i]; if (model.Id == redModel.Id) { - [self.modelListArr removeObject:model]; +// [self.modelListArr removeObject:model]; redModel.receiveStatus = 1; [self.modelListArr replaceObjectAtIndex:i withObject:redModel]; break; diff --git a/LekangGuard/Protection(守护星)/VC/ms/OtherChildViewController.m b/LekangGuard/Protection(守护星)/VC/ms/OtherChildViewController.m index fca778e..946ed87 100644 --- a/LekangGuard/Protection(守护星)/VC/ms/OtherChildViewController.m +++ b/LekangGuard/Protection(守护星)/VC/ms/OtherChildViewController.m @@ -1,4 +1,4 @@ -// + // OtherChildViewController.m // LekangGuard // @@ -122,7 +122,7 @@ RedFlowerModel *model = self.modelListArr[i]; if (model.Id == redModel.Id) { - [self.modelListArr removeObject:model]; +// [self.modelListArr removeObject:model]; redModel.receiveStatus = 1; [self.modelListArr replaceObjectAtIndex:i withObject:redModel]; break; diff --git a/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.h b/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.h index e738cdc..3f5effe 100644 --- a/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.h +++ b/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.h @@ -11,6 +11,7 @@ NS_ASSUME_NONNULL_BEGIN @interface SchAndJobMessageViewController : BaseViewController +/// 类型 : 0 校园通知,1 班级作业 @property (nonatomic ,assign) NSInteger viewType; @property (nonatomic ,strong) NSString *navTitle; diff --git a/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.m b/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.m index 573de7b..ca0c538 100644 --- a/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.m +++ b/LekangGuard/Protection(守护星)/VC/ms/SchAndJobMessageViewController.m @@ -57,7 +57,7 @@ vc.schModel = self.modelListArr[indexPath.row]; else vc.jobModel = self.modelListArr[indexPath.row]; - [self.navigationController pushViewController:vc animated:YES]; + [[UICommon currentVC].navigationController pushViewController:vc animated:YES]; [self setMessageRead:self.modelListArr[indexPath.row] IndexPath:indexPath]; @@ -160,7 +160,7 @@ SchModel *model = self.modelListArr[i]; if (model.noticeId == schModel.noticeId) { - [self.modelListArr removeObject:model]; +// [self.modelListArr removeObject:model]; schModel.sendReadStatus = 3; [self.modelListArr replaceObjectAtIndex:i withObject:schModel]; break; @@ -173,7 +173,7 @@ JobModel *model = self.modelListArr[i]; if (model.Id == jobModel.Id) { - [self.modelListArr removeObject:model]; +// [self.modelListArr removeObject:model]; jobModel.receiveStatus = 3; [self.modelListArr replaceObjectAtIndex:i withObject:jobModel]; break; diff --git a/LekangGuard/Protection(守护星)/View/MemberListTableViewCell.h b/LekangGuard/Protection(守护星)/View/MemberListTableViewCell.h new file mode 100644 index 0000000..3b59115 --- /dev/null +++ b/LekangGuard/Protection(守护星)/View/MemberListTableViewCell.h @@ -0,0 +1,18 @@ +// +// MemberListTableViewCell.h +// LekangGuard +// +// Created by ecell on 2023/8/29. +// + +#import "ZZTableViewCell.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface MemberListTableViewCell : ZZTableViewCell + +@property (nonatomic ,strong) ContactsModel *contactsModel; + +@end + +NS_ASSUME_NONNULL_END diff --git a/LekangGuard/Protection(守护星)/View/MemberListTableViewCell.m b/LekangGuard/Protection(守护星)/View/MemberListTableViewCell.m new file mode 100644 index 0000000..be90598 --- /dev/null +++ b/LekangGuard/Protection(守护星)/View/MemberListTableViewCell.m @@ -0,0 +1,119 @@ +// +// MemberListTableViewCell.m +// LekangGuard +// +// Created by ecell on 2023/8/29. +// + +#import "MemberListTableViewCell.h" + +@interface MemberListTableViewCell () + +/// 头像 +@property (nonatomic ,weak) UIImageView *iconImg; + +/// 姓名 +@property (nonatomic ,weak) UILabel *nameLabel; + +/// 手机号 +@property (nonatomic ,weak) UILabel *phoneLabel; + + +@property (nonatomic ,weak) UILabel *typeLabel; + +@end + +@implementation MemberListTableViewCell + +- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier +{ + self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]; + if (self) + { + self.selectionStyle = UITableViewCellSelectionStyleNone; + self.backgroundColor = KKClearColor; + [self subCellView]; + } + + return self; +} + +- (void)setContactsModel:(ContactsModel *)contactsModel +{ + //NSLog(@"-->%@",contactsModel); + _contactsModel = contactsModel; + self.iconImg.image = [UICommon getClickRelationshipImageWithCodeID:contactsModel.image deviceType:APIManager.sharedManager.deviceModel.deviceType]; + self.nameLabel.text = contactsModel.relation; + self.phoneLabel.text = contactsModel.phone; + self.typeLabel.text = contactsModel.identity == 2 ? @"管理员" : @"家庭成员"; + self.typeLabel.backgroundColor = contactsModel.identity == 2 ? RGB(255, 185, 79) : RGB(255, 216, 154); + if ([contactsModel.openId isEqualToString:APIManager.sharedManager.loginModel.openid]) + self.nameLabel.text = @"家庭成员(我)"; + else + self.nameLabel.text = F(@"家庭成员(%@)",contactsModel.relation); +} + + +- (void)subCellView +{ + UIView *bgView = [UICommon ui_view:CGRectZero backgroundColor:KKWhiteColorColor cornerRadius:10 borderWidth:0 borderColor:KKWhiteColorColor]; + [self.contentView addSubview:bgView]; + [bgView mas_makeConstraints:^(MASConstraintMaker *make) { + make.left.equalTo(self.contentView.mas_left).offset(10); + make.right.equalTo(self.contentView.mas_right).inset(10); + make.top.equalTo(self.contentView.mas_top).offset(12); + make.bottom.equalTo(self.contentView.mas_bottom); + }]; + + + UIImageView *iconImg = [UICommon ui_imageView:CGRectZero fileName:@""]; + iconImg.layer.cornerRadius = 25; + iconImg.layer.masksToBounds = YES; + self.iconImg = iconImg; + [bgView addSubview:iconImg]; + [iconImg mas_makeConstraints:^(MASConstraintMaker *make) { + make.left.equalTo(bgView).offset(11); + make.centerY.equalTo(bgView); + make.size.mas_equalTo(CGSizeMake(50, 50)); + }]; + + + UILabel *nameLabel = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentCenter font:FontADA_(14) textColor:KKTextBlackColor text:@"" Radius:0]; + self.nameLabel = nameLabel; + [bgView addSubview:nameLabel]; + [nameLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.left.equalTo(iconImg.mas_right).offset(10); + make.top.equalTo(iconImg).offset(5); + }]; + + UILabel *phoneLabel = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentCenter font:FontADA_(12) textColor:KKGrey133 text:@"" Radius:0]; + self.phoneLabel = phoneLabel; + [bgView addSubview:phoneLabel]; + [phoneLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.left.equalTo(nameLabel); + make.bottom.equalTo(iconImg.mas_bottom).inset(5); + }]; + + UILabel *typeLabel = [UICommon ui_label:CGRectZero lines:0 align:NSTextAlignmentCenter font:Font_(12) textColor:KKWhiteColorColor text:@"" Radius:8]; + self.typeLabel = typeLabel; + [bgView addSubview:typeLabel]; + [typeLabel mas_makeConstraints:^(MASConstraintMaker *make) { + make.right.equalTo(bgView.mas_right).inset(11); + make.centerY.equalTo(bgView); + make.size.mas_equalTo(CGSizeMake(68, 25)); + }]; + +} + +- (void)awakeFromNib { + [super awakeFromNib]; + // Initialization code +} + +- (void)setSelected:(BOOL)selected animated:(BOOL)animated { + [super setSelected:selected animated:animated]; + + // Configure the view for the selected state +} + +@end diff --git a/LekangGuard/en.lproj/Localizable.strings b/LekangGuard/en.lproj/Localizable.strings index 974fa20..b33792d 100644 --- a/LekangGuard/en.lproj/Localizable.strings +++ b/LekangGuard/en.lproj/Localizable.strings @@ -6,7 +6,7 @@ */ -"智慧校园" = "Ecell care"; +"守护星" = "Ecell care"; "手机号" = "Phone"; @@ -503,9 +503,9 @@ "设备视频通话联系人管理(注:每次只能和一个联系人视频)" = "Device video call contact management (Note: you can only talk to one contact at a time)"; -"请在iPhone的\"设置-隐私-麦克风\"选项中,允许智慧校园访问你的麦克风" = "Please allow in the Settings - Privacy - Microphone \ option on iPhone Ecell care Access your microphone"; +"请在iPhone的\"设置-隐私-麦克风\"选项中,允许守护星访问你的麦克风" = "Please allow in the Settings - Privacy - Microphone \ option on iPhone Ecell care Access your microphone"; -"请在iPhone的\"设置-隐私-相机\"选项中,允许智慧校园访问你的相机" = "Please allow in the Settings - Privacy - Camera \ option on iPhone Ecell care Access your camera"; +"请在iPhone的\"设置-隐私-相机\"选项中,允许守护星访问你的相机" = "Please allow in the Settings - Privacy - Camera \ option on iPhone Ecell care Access your camera"; "正在发起通话请求..." = "Initiating a call request..."; diff --git a/LekangGuard/zh-Hans.lproj/InfoPlist.strings b/LekangGuard/zh-Hans.lproj/InfoPlist.strings index f3073c9..a842837 100644 --- a/LekangGuard/zh-Hans.lproj/InfoPlist.strings +++ b/LekangGuard/zh-Hans.lproj/InfoPlist.strings @@ -5,7 +5,7 @@ Created by ecell on 2023/2/9. */ -CFBundleDisplayName = "智慧校园"; +CFBundleDisplayName = "守护星"; //NSAppleMusicUsageDescription = "Do you allow the App's local concerts to access your music information for showing music information?"; //NSAppleMediaUsageDescription = "Do you allow the App's local music to access your media library for playing music?"; diff --git a/LekangGuard/zh-Hans.lproj/Localizable.strings b/LekangGuard/zh-Hans.lproj/Localizable.strings index 5cb1803..c52dfa1 100644 --- a/LekangGuard/zh-Hans.lproj/Localizable.strings +++ b/LekangGuard/zh-Hans.lproj/Localizable.strings @@ -5,7 +5,7 @@ Created by ecell on 2022/10/8. */ -"智慧校园" = "智慧校园"; +"守护星" = "守护星"; "手机号" = "手机号"; @@ -500,9 +500,9 @@ "设备视频通话联系人管理(注:每次只能和一个联系人视频)" = "设备视频通话联系人管理(注:每次只能和一个联系人视频)"; -"请在iPhone的\"设置-隐私-麦克风\"选项中,允许智慧校园访问你的麦克风" = "请在iPhone的\"设置-隐私-麦克风\"选项中,允许智慧校园访问你的麦克风"; +"请在iPhone的\"设置-隐私-麦克风\"选项中,允许守护星访问你的麦克风" = "请在iPhone的\"设置-隐私-麦克风\"选项中,允许守护星访问你的麦克风"; -"请在iPhone的\"设置-隐私-相机\"选项中,允许智慧校园访问你的相机" = "请在iPhone的\"设置-隐私-相机\"选项中,允许智慧校园访问你的相机"; +"请在iPhone的\"设置-隐私-相机\"选项中,允许守护星访问你的相机" = "请在iPhone的\"设置-隐私-相机\"选项中,允许守护星访问你的相机"; "正在发起通话请求..." = "正在发起通话请求..."; diff --git a/Podfile b/Podfile index 7476c9f..6d54cc4 100644 --- a/Podfile +++ b/Podfile @@ -27,7 +27,12 @@ pod 'WechatOpenSDK-XCFramework' # pod 'HyCycleView' pod 'DZNEmptyDataSet' - pod 'AMapSearch' +# pod 'AMapSearch' + pod 'AMap3DMap-NO-IDFA' + pod 'AMapSearch-NO-IDFA' + pod 'AMapLocation-NO-IDFA' + pod 'AMapFoundation-NO-IDFA' + pod 'MQTTClient', '0.9.5' pod 'MJExtension', '3.0.13' diff --git a/Podfile.lock b/Podfile.lock index 7677386..d8890af 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -15,9 +15,13 @@ PODS: - AFNetworking/UIKit (4.0.1): - AFNetworking/NSURLSession - AgoraRtcEngine_Special_iOS (3.6.216) - - AMapFoundation (1.8.0) - - AMapSearch (9.5.0): - - AMapFoundation (>= 1.8.0) + - AMap3DMap-NO-IDFA (9.6.0): + - AMapFoundation-NO-IDFA (>= 1.8.0) + - AMapFoundation-NO-IDFA (1.8.2) + - AMapLocation-NO-IDFA (2.10.0): + - AMapFoundation-NO-IDFA (>= 1.8.0) + - AMapSearch-NO-IDFA (9.5.0): + - AMapFoundation-NO-IDFA (>= 1.8.0) - BRPickerView (2.8.0): - BRPickerView/AddressPickerView (= 2.8.0) - BRPickerView/Base (= 2.8.0) @@ -163,7 +167,10 @@ PODS: DEPENDENCIES: - AgoraRtcEngine_Special_iOS (= 3.6.216) - - AMapSearch + - AMap3DMap-NO-IDFA + - AMapFoundation-NO-IDFA + - AMapLocation-NO-IDFA + - AMapSearch-NO-IDFA - BRPickerView - DZNEmptyDataSet - EasyShowView @@ -195,8 +202,10 @@ SPEC REPOS: https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git: - AFNetworking - AgoraRtcEngine_Special_iOS - - AMapFoundation - - AMapSearch + - AMap3DMap-NO-IDFA + - AMapFoundation-NO-IDFA + - AMapLocation-NO-IDFA + - AMapSearch-NO-IDFA - BRPickerView - DZNEmptyDataSet - EasyShowView @@ -231,8 +240,10 @@ SPEC REPOS: SPEC CHECKSUMS: AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58 AgoraRtcEngine_Special_iOS: 33d17ed6fb49f331977e29293f877ad7054e33c4 - AMapFoundation: f48153f724114b58da9b01875ab88a1f6856e3db - AMapSearch: e0c81206b8ac1d27ef349095a96ea6398e3a0da3 + AMap3DMap-NO-IDFA: f242be970ea0eb242b27b1f1fb97765832733546 + AMapFoundation-NO-IDFA: 6ce0ef596d4eb8d934ff498e56747b6de1247b05 + AMapLocation-NO-IDFA: 735791aeb1ba52dff666e4158b86caf4b68b5be7 + AMapSearch-NO-IDFA: 10cbd3ad7d122045a0c1f5760f6d46ff576ca918 BRPickerView: a0ff460bf092bc069db5a54153395b1f7e8f5300 DZNEmptyDataSet: 9525833b9e68ac21c30253e1d3d7076cc828eaa7 EasyShowView: ec832e175d5926baef413e2dc095fb4ec5c3add4 @@ -264,6 +275,6 @@ SPEC CHECKSUMS: YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30 ZXNavigationBar: a8ceb13fe37f9ca894cf6ae22d805cbdbb9ad6b1 -PODFILE CHECKSUM: efc45cb23901b187037452103d82e1020c9c040d +PODFILE CHECKSUM: de3cddc49abede86664517eb771f1a9b099b68b6 COCOAPODS: 1.12.1 diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_navi_sky_day.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_navi_sky_day.data new file mode 100644 index 0000000..4947a5a Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_navi_sky_day.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_sky_day.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_sky_day.data new file mode 100644 index 0000000..55a4616 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_sky_day.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_sky_night.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_sky_night.data new file mode 100644 index 0000000..4af6dbd Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3d_sky_night.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3dlandscape.xml b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3dlandscape.xml new file mode 100644 index 0000000..17fbb3a --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3dlandscape.xml @@ -0,0 +1,112 @@ + + v1.0 + + + 1 + + 30 + + 70 + + 40 + + 50 + + 10 + + 45 + + + 100 + + 100 + + 70 + + 40 + + + 100 + + 100 + + 75 + + 3.0 + + 4 + + + 10 + + 0 + + + 15 + + 150 + + 80 + + + 250 + + 25 + + 50 + + + 6.5 + + + 7.0 + + 0 + 174 + 255 + 204 + + + 30 + + 30 + + 7.0 + + 100 + + + + + 29 + + 30 + + 26 + + 4 + + 6 + + + 29 + + 30 + + 26 + + 2 + + 3 + + + 60 + + 120 + + 180 + + 100 + + + diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3dportrait.xml b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3dportrait.xml new file mode 100644 index 0000000..90a616c --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/3dportrait.xml @@ -0,0 +1,112 @@ + + v1.0 + + + 0 + + 30 + + 65 + + 50 + + 50 + + 10 + + 45 + + + 100 + + 100 + + 65 + + 50 + + + 100 + + 100 + + 70 + + 3.0 + + 4 + + + 10 + + 0 + + + 15 + + 150 + + 80 + + + 250 + + 25 + + 50 + + + 6.5 + + + 7.0 + + 0 + 174 + 255 + 204 + + + 30 + + 30 + + 7.0 + + 100 + + + + + 29 + + 30 + + 26 + + 4 + + 6 + + + 29 + + 30 + + 26 + + 2 + + 3 + + + 60 + + 120 + + 180 + + 100 + + + diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1015_1.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1015_1.png new file mode 100644 index 0000000..3edab19 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1015_1.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1015_2.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1015_2.png new file mode 100644 index 0000000..0f4044d Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1015_2.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1016_1.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1016_1.png new file mode 100644 index 0000000..3285339 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1016_1.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1016_2.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1016_2.png new file mode 100644 index 0000000..18c1614 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/1016_2.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_bk_grass_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_bk_grass_day.png new file mode 100644 index 0000000..b699004 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_bk_grass_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_bk_grass_night.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_bk_grass_night.png new file mode 100644 index 0000000..a42e8ce Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_bk_grass_night.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_sky_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_sky_day.png new file mode 100644 index 0000000..8af2167 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_sky_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_sky_night.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_sky_night.png new file mode 100644 index 0000000..80322ab Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/cross_sky_night.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/crossing_day_bk.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/crossing_day_bk.data new file mode 100644 index 0000000..fff1b61 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/crossing_day_bk.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/crossing_nigth_bk.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/crossing_nigth_bk.data new file mode 100644 index 0000000..928155e Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/crossing_nigth_bk.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/d_yellow_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/d_yellow_day.png new file mode 100644 index 0000000..39a10c5 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/d_yellow_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/d_yellow_night.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/d_yellow_night.png new file mode 100644 index 0000000..2b5f54c Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/d_yellow_night.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/exit_label_bk_main_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/exit_label_bk_main_day.png new file mode 100644 index 0000000..2cc5acb Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/exit_label_bk_main_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/exit_label_bk_secondary_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/exit_label_bk_secondary_day.png new file mode 100644 index 0000000..55f58a1 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/exit_label_bk_secondary_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/grass_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/grass_day.png new file mode 100644 index 0000000..a57fe33 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/grass_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/grass_night.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/grass_night.png new file mode 100644 index 0000000..0820386 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/grass_night.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/icons_42_18_1615218949.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/icons_42_18_1615218949.data new file mode 100644 index 0000000..f6f2d71 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/icons_42_18_1615218949.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/road_bottom_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/road_bottom_day.png new file mode 100644 index 0000000..5ef99c4 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/road_bottom_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/road_bottom_night.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/road_bottom_night.png new file mode 100644 index 0000000..0e0bb9e Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/road_bottom_night.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/roadbk_main_day.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/roadbk_main_day.png new file mode 100644 index 0000000..c3732fe Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/roadbk_main_day.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/roadbk_main_night.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/roadbk_main_night.png new file mode 100644 index 0000000..f9f1ae2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/VM3DRes/roadbk_main_night.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/anscii.fnt b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/anscii.fnt new file mode 100644 index 0000000..cccf994 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/anscii.fnt @@ -0,0 +1,191 @@ +info face="Arial" size=32 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 outline=0 +common lineHeight=32 base=26 scaleW=256 scaleH=256 pages=1 packed=0 alphaChnl=1 redChnl=0 greenChnl=0 blueChnl=0 +page id=0 file="anscii_0.png" +chars count=95 +char id=32 x=110 y=22 width=3 height=1 xoffset=-1 yoffset=31 xadvance=8 page=0 chnl=15 +char id=33 x=199 y=63 width=4 height=20 xoffset=2 yoffset=6 xadvance=8 page=0 chnl=15 +char id=34 x=242 y=79 width=10 height=7 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 +char id=35 x=0 y=48 width=16 height=20 xoffset=-1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=36 x=94 y=0 width=15 height=23 xoffset=0 yoffset=5 xadvance=15 page=0 chnl=15 +char id=37 x=161 y=0 width=22 height=20 xoffset=1 yoffset=6 xadvance=24 page=0 chnl=15 +char id=38 x=132 y=21 width=17 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15 +char id=39 x=0 y=106 width=5 height=7 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 +char id=40 x=47 y=0 width=8 height=25 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=15 +char id=41 x=56 y=0 width=8 height=25 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=15 +char id=42 x=230 y=79 width=11 height=8 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 +char id=43 x=187 y=84 width=14 height=12 xoffset=1 yoffset=10 xadvance=16 page=0 chnl=15 +char id=44 x=6 y=106 width=4 height=6 xoffset=2 yoffset=24 xadvance=8 page=0 chnl=15 +char id=45 x=53 y=106 width=9 height=2 xoffset=0 yoffset=18 xadvance=9 page=0 chnl=15 +char id=46 x=209 y=79 width=4 height=2 xoffset=2 yoffset=24 xadvance=8 page=0 chnl=15 +char id=47 x=153 y=63 width=10 height=20 xoffset=-1 yoffset=6 xadvance=8 page=0 chnl=15 +char id=48 x=15 y=69 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 +char id=49 x=164 y=63 width=9 height=20 xoffset=2 yoffset=6 xadvance=15 page=0 chnl=15 +char id=50 x=134 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 +char id=51 x=59 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=52 x=179 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 +char id=53 x=45 y=69 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=54 x=194 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 +char id=55 x=115 y=66 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=56 x=102 y=45 width=15 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 +char id=57 x=118 y=43 width=15 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 +char id=58 x=251 y=63 width=4 height=15 xoffset=2 yoffset=11 xadvance=8 page=0 chnl=15 +char id=59 x=204 y=63 width=4 height=19 xoffset=2 yoffset=11 xadvance=8 page=0 chnl=15 +char id=60 x=172 y=84 width=14 height=13 xoffset=1 yoffset=10 xadvance=16 page=0 chnl=15 +char id=61 x=215 y=79 width=14 height=8 xoffset=1 yoffset=12 xadvance=16 page=0 chnl=15 +char id=62 x=157 y=84 width=14 height=13 xoffset=1 yoffset=10 xadvance=16 page=0 chnl=15 +char id=63 x=101 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=64 x=0 y=0 width=26 height=26 xoffset=1 yoffset=6 xadvance=27 page=0 chnl=15 +char id=65 x=227 y=0 width=19 height=20 xoffset=-1 yoffset=6 xadvance=18 page=0 chnl=15 +char id=66 x=17 y=48 width=16 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15 +char id=67 x=58 y=26 width=18 height=20 xoffset=1 yoffset=6 xadvance=20 page=0 chnl=15 +char id=68 x=168 y=21 width=17 height=20 xoffset=2 yoffset=6 xadvance=20 page=0 chnl=15 +char id=69 x=51 y=47 width=16 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15 +char id=70 x=240 y=21 width=15 height=20 xoffset=2 yoffset=6 xadvance=17 page=0 chnl=15 +char id=71 x=0 y=27 width=19 height=20 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=15 +char id=72 x=186 y=21 width=17 height=20 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=15 +char id=73 x=184 y=63 width=4 height=20 xoffset=2 yoffset=6 xadvance=8 page=0 chnl=15 +char id=74 x=129 y=64 width=12 height=20 xoffset=0 yoffset=6 xadvance=13 page=0 chnl=15 +char id=75 x=39 y=26 width=18 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15 +char id=76 x=0 y=69 width=14 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=77 x=184 y=0 width=21 height=20 xoffset=1 yoffset=6 xadvance=23 page=0 chnl=15 +char id=78 x=96 y=24 width=17 height=20 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=15 +char id=79 x=206 y=0 width=20 height=20 xoffset=1 yoffset=6 xadvance=21 page=0 chnl=15 +char id=80 x=85 y=47 width=16 height=20 xoffset=1 yoffset=6 xadvance=17 page=0 chnl=15 +char id=81 x=110 y=0 width=21 height=21 xoffset=0 yoffset=6 xadvance=21 page=0 chnl=15 +char id=82 x=77 y=26 width=18 height=20 xoffset=2 yoffset=6 xadvance=20 page=0 chnl=15 +char id=83 x=68 y=47 width=16 height=20 xoffset=1 yoffset=6 xadvance=18 page=0 chnl=15 +char id=84 x=34 y=48 width=16 height=20 xoffset=0 yoffset=6 xadvance=16 page=0 chnl=15 +char id=85 x=204 y=21 width=17 height=20 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=15 +char id=86 x=222 y=21 width=17 height=20 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=15 +char id=87 x=132 y=0 width=28 height=20 xoffset=0 yoffset=6 xadvance=28 page=0 chnl=15 +char id=88 x=150 y=21 width=17 height=20 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=15 +char id=89 x=20 y=27 width=18 height=20 xoffset=0 yoffset=6 xadvance=18 page=0 chnl=15 +char id=90 x=114 y=22 width=17 height=20 xoffset=0 yoffset=6 xadvance=17 page=0 chnl=15 +char id=91 x=73 y=0 width=7 height=25 xoffset=1 yoffset=6 xadvance=8 page=0 chnl=15 +char id=92 x=174 y=63 width=9 height=20 xoffset=-1 yoffset=6 xadvance=8 page=0 chnl=15 +char id=93 x=65 y=0 width=7 height=25 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 +char id=94 x=202 y=84 width=12 height=10 xoffset=0 yoffset=6 xadvance=12 page=0 chnl=15 +char id=95 x=35 y=106 width=17 height=2 xoffset=-1 yoffset=29 xadvance=15 page=0 chnl=15 +char id=96 x=28 y=106 width=6 height=4 xoffset=1 yoffset=6 xadvance=9 page=0 chnl=15 +char id=97 x=48 y=90 width=14 height=15 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15 +char id=98 x=149 y=42 width=14 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=99 x=106 y=89 width=13 height=15 xoffset=0 yoffset=11 xadvance=14 page=0 chnl=15 +char id=100 x=164 y=42 width=14 height=20 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 +char id=101 x=0 y=90 width=15 height=15 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15 +char id=102 x=142 y=63 width=10 height=20 xoffset=-1 yoffset=6 xadvance=7 page=0 chnl=15 +char id=103 x=209 y=42 width=14 height=20 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15 +char id=104 x=73 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=15 page=0 chnl=15 +char id=105 x=189 y=63 width=4 height=20 xoffset=1 yoffset=6 xadvance=6 page=0 chnl=15 +char id=106 x=81 y=0 width=7 height=25 xoffset=-2 yoffset=6 xadvance=6 page=0 chnl=15 +char id=107 x=87 y=68 width=13 height=20 xoffset=1 yoffset=6 xadvance=14 page=0 chnl=15 +char id=108 x=194 y=63 width=4 height=20 xoffset=1 yoffset=6 xadvance=6 page=0 chnl=15 +char id=109 x=209 y=63 width=20 height=15 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=15 +char id=110 x=78 y=89 width=13 height=15 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=15 +char id=111 x=16 y=90 width=15 height=15 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15 +char id=112 x=30 y=69 width=14 height=20 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=15 +char id=113 x=224 y=42 width=14 height=20 xoffset=0 yoffset=11 xadvance=15 page=0 chnl=15 +char id=114 x=147 y=84 width=9 height=15 xoffset=1 yoffset=11 xadvance=9 page=0 chnl=15 +char id=115 x=63 y=89 width=14 height=15 xoffset=0 yoffset=11 xadvance=14 page=0 chnl=15 +char id=116 x=247 y=0 width=8 height=20 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 +char id=117 x=92 y=89 width=13 height=15 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=15 +char id=118 x=32 y=90 width=15 height=15 xoffset=-1 yoffset=11 xadvance=13 page=0 chnl=15 +char id=119 x=230 y=63 width=20 height=15 xoffset=-1 yoffset=11 xadvance=19 page=0 chnl=15 +char id=120 x=134 y=85 width=12 height=15 xoffset=0 yoffset=11 xadvance=12 page=0 chnl=15 +char id=121 x=239 y=42 width=14 height=20 xoffset=0 yoffset=11 xadvance=14 page=0 chnl=15 +char id=122 x=120 y=87 width=13 height=15 xoffset=0 yoffset=11 xadvance=13 page=0 chnl=15 +char id=123 x=37 y=0 width=9 height=25 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 +char id=124 x=89 y=0 width=4 height=25 xoffset=1 yoffset=6 xadvance=6 page=0 chnl=15 +char id=125 x=27 y=0 width=9 height=25 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 +char id=126 x=11 y=106 width=16 height=4 xoffset=0 yoffset=14 xadvance=16 page=0 chnl=15 +kernings count=91 +kerning first=32 second=65 amount=-2 +kerning first=32 second=84 amount=-1 +kerning first=32 second=89 amount=-1 +kerning first=121 second=46 amount=-2 +kerning first=121 second=44 amount=-2 +kerning first=119 second=46 amount=-2 +kerning first=119 second=44 amount=-2 +kerning first=118 second=46 amount=-2 +kerning first=118 second=44 amount=-2 +kerning first=114 second=46 amount=-2 +kerning first=49 second=49 amount=-2 +kerning first=65 second=32 amount=-2 +kerning first=65 second=84 amount=-2 +kerning first=65 second=86 amount=-2 +kerning first=65 second=87 amount=-1 +kerning first=65 second=89 amount=-2 +kerning first=65 second=118 amount=-1 +kerning first=65 second=119 amount=-1 +kerning first=65 second=121 amount=-1 +kerning first=114 second=44 amount=-2 +kerning first=70 second=44 amount=-3 +kerning first=70 second=46 amount=-3 +kerning first=70 second=65 amount=-2 +kerning first=76 second=32 amount=-1 +kerning first=76 second=84 amount=-2 +kerning first=76 second=86 amount=-2 +kerning first=76 second=87 amount=-2 +kerning first=76 second=89 amount=-2 +kerning first=76 second=121 amount=-1 +kerning first=102 second=102 amount=-1 +kerning first=80 second=32 amount=-1 +kerning first=80 second=44 amount=-4 +kerning first=80 second=46 amount=-4 +kerning first=80 second=65 amount=-2 +kerning first=82 second=84 amount=-1 +kerning first=82 second=86 amount=-1 +kerning first=82 second=87 amount=-1 +kerning first=82 second=89 amount=-1 +kerning first=84 second=32 amount=-1 +kerning first=84 second=44 amount=-3 +kerning first=84 second=45 amount=-2 +kerning first=84 second=46 amount=-3 +kerning first=84 second=58 amount=-3 +kerning first=89 second=118 amount=-2 +kerning first=84 second=65 amount=-2 +kerning first=84 second=79 amount=-1 +kerning first=84 second=97 amount=-3 +kerning first=84 second=99 amount=-3 +kerning first=84 second=101 amount=-3 +kerning first=84 second=105 amount=-1 +kerning first=84 second=111 amount=-3 +kerning first=84 second=114 amount=-1 +kerning first=84 second=115 amount=-3 +kerning first=84 second=117 amount=-1 +kerning first=84 second=119 amount=-2 +kerning first=84 second=121 amount=-2 +kerning first=86 second=44 amount=-3 +kerning first=86 second=45 amount=-2 +kerning first=86 second=46 amount=-3 +kerning first=86 second=58 amount=-1 +kerning first=89 second=117 amount=-2 +kerning first=86 second=65 amount=-2 +kerning first=86 second=97 amount=-2 +kerning first=86 second=101 amount=-2 +kerning first=86 second=105 amount=-1 +kerning first=86 second=111 amount=-2 +kerning first=86 second=114 amount=-1 +kerning first=86 second=117 amount=-1 +kerning first=86 second=121 amount=-1 +kerning first=87 second=44 amount=-2 +kerning first=87 second=45 amount=-1 +kerning first=87 second=46 amount=-2 +kerning first=87 second=58 amount=-1 +kerning first=89 second=113 amount=-3 +kerning first=87 second=65 amount=-1 +kerning first=87 second=97 amount=-1 +kerning first=87 second=101 amount=-1 +kerning first=89 second=112 amount=-2 +kerning first=87 second=111 amount=-1 +kerning first=87 second=114 amount=-1 +kerning first=87 second=117 amount=-1 +kerning first=89 second=111 amount=-3 +kerning first=89 second=32 amount=-1 +kerning first=89 second=44 amount=-4 +kerning first=89 second=45 amount=-3 +kerning first=89 second=46 amount=-4 +kerning first=89 second=58 amount=-2 +kerning first=89 second=105 amount=-1 +kerning first=89 second=65 amount=-2 +kerning first=89 second=97 amount=-2 +kerning first=89 second=101 amount=-3 diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/anscii_0.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/anscii_0.png new file mode 100644 index 0000000..25305da Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/anscii_0.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/arrow_topface.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/arrow_topface.data new file mode 100644 index 0000000..196ce02 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/arrow_topface.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/bktile.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/bktile.data new file mode 100644 index 0000000..6fdf33b Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/bktile.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/bktile_n.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/bktile_n.data new file mode 100644 index 0000000..e244043 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/bktile_n.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/config_1_18_1655983581.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/config_1_18_1655983581.data new file mode 100644 index 0000000..1bf1a8f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/config_1_18_1655983581.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/config_2_18_1605512060.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/config_2_18_1605512060.data new file mode 100644 index 0000000..e19cee2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/config_2_18_1605512060.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash.data new file mode 100644 index 0000000..da1b48f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash_cd.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash_cd.data new file mode 100644 index 0000000..3a59032 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash_cd.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash_tq.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash_tq.data new file mode 100644 index 0000000..c721927 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/dash_tq.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_10_18_1620803632.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_10_18_1620803632.data new file mode 100644 index 0000000..3e8f255 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_10_18_1620803632.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_11_18_1611742683.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_11_18_1611742683.data new file mode 100644 index 0000000..d2ed354 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_11_18_1611742683.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_1_18_1620803672.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_1_18_1620803672.data new file mode 100644 index 0000000..e54cc68 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_1_18_1620803672.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_24_18_1619768490.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_24_18_1619768490.data new file mode 100644 index 0000000..6a75bce Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_24_18_1619768490.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_25_18_1616413163.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_25_18_1616413163.data new file mode 100644 index 0000000..a91edc6 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_25_18_1616413163.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_2_18_1620803665.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_2_18_1620803665.data new file mode 100644 index 0000000..4db9e20 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_2_18_1620803665.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_3_18_1620803657.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_3_18_1620803657.data new file mode 100644 index 0000000..8ad873f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_3_18_1620803657.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_40_18_1629979483.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_40_18_1629979483.data new file mode 100644 index 0000000..d1d5219 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_40_18_1629979483.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_4_18_1624863920.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_4_18_1624863920.data new file mode 100644 index 0000000..4754659 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_4_18_1624863920.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_50_18_1621241047.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_50_18_1621241047.data new file mode 100644 index 0000000..bfba766 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_50_18_1621241047.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_5_18_1616413149.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_5_18_1616413149.data new file mode 100644 index 0000000..1e68538 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_5_18_1616413149.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_6_18_1624863929.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_6_18_1624863929.data new file mode 100644 index 0000000..48d3446 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_6_18_1624863929.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_9_18_1609147790.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_9_18_1609147790.data new file mode 100644 index 0000000..1144936 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/icons_9_18_1609147790.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/laneprofile_1_18_1640573575.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/laneprofile_1_18_1640573575.data new file mode 100644 index 0000000..98a9c26 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/laneprofile_1_18_1640573575.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/lineround.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/lineround.data new file mode 100644 index 0000000..0231b37 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/lineround.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/mapprofile_1_18_1626748603.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/mapprofile_1_18_1626748603.data new file mode 100644 index 0000000..6260574 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/mapprofile_1_18_1626748603.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/mapprofile_2_18_1620443466.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/mapprofile_2_18_1620443466.data new file mode 100644 index 0000000..52c1893 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/mapprofile_2_18_1620443466.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/search_scenic_icon.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/search_scenic_icon.data new file mode 100644 index 0000000..d103f2f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/search_scenic_icon.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_0_18_1641525834.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_0_18_1641525834.data new file mode 100644 index 0000000..41acc64 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_0_18_1641525834.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_100_18_1640182887.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_100_18_1640182887.data new file mode 100644 index 0000000..d11de99 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_100_18_1640182887.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_16_18_1605511194.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_16_18_1605511194.data new file mode 100644 index 0000000..f59c23a Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_16_18_1605511194.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_17_18_1605511247.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_17_18_1605511247.data new file mode 100644 index 0000000..680f2c8 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_17_18_1605511247.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_18_18_1624864928.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_18_18_1624864928.data new file mode 100644 index 0000000..12b369d Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_18_18_1624864928.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_19_18_1605511205.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_19_18_1605511205.data new file mode 100644 index 0000000..63f62e8 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_19_18_1605511205.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_1_17_for_terrain.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_1_17_for_terrain.data new file mode 100644 index 0000000..b7664e2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_1_17_for_terrain.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_1_18_1627443174.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_1_18_1627443174.data new file mode 100644 index 0000000..df27a22 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_1_18_1627443174.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_25_18_1624864857.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_25_18_1624864857.data new file mode 100644 index 0000000..aa821e2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_25_18_1624864857.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_26_18_1624864866.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_26_18_1624864866.data new file mode 100644 index 0000000..dcca0b4 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_26_18_1624864866.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_28_18_1621223375.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_28_18_1621223375.data new file mode 100644 index 0000000..b75b39b Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_28_18_1621223375.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_29_18_1637641334.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_29_18_1637641334.data new file mode 100644 index 0000000..155740b Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_29_18_1637641334.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_2_18_1655970883.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_2_18_1655970883.data new file mode 100644 index 0000000..2d2015e Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_2_18_1655970883.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_35_18_1641374969.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_35_18_1641374969.data new file mode 100644 index 0000000..883d191 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_35_18_1641374969.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_36_18_1641374988.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_36_18_1641374988.data new file mode 100644 index 0000000..ad47816 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_36_18_1641374988.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_37_18_1612505452.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_37_18_1612505452.data new file mode 100644 index 0000000..61e802f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_37_18_1612505452.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_38_18_1630469232.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_38_18_1630469232.data new file mode 100644 index 0000000..482664f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_38_18_1630469232.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_39_18_1630469193.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_39_18_1630469193.data new file mode 100644 index 0000000..86568f8 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_39_18_1630469193.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_3_18_1624864847.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_3_18_1624864847.data new file mode 100644 index 0000000..91e6e8f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_3_18_1624864847.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_40_18_1624871103.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_40_18_1624871103.data new file mode 100644 index 0000000..2ace9a3 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_40_18_1624871103.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_41_18_1623986571.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_41_18_1623986571.data new file mode 100644 index 0000000..f6d0726 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_41_18_1623986571.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_4_18_1630315891.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_4_18_1630315891.data new file mode 100644 index 0000000..3389390 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_4_18_1630315891.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_50_18_1639057433.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_50_18_1639057433.data new file mode 100644 index 0000000..bc19f03 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_50_18_1639057433.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_5_18_1630315937.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_5_18_1630315937.data new file mode 100644 index 0000000..4ef65fb Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_5_18_1630315937.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_6_18_1624866734.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_6_18_1624866734.data new file mode 100644 index 0000000..68a36f3 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_6_18_1624866734.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_8_18_1624864902.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_8_18_1624864902.data new file mode 100644 index 0000000..74295a9 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/style_8_18_1624864902.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/styleiconslist.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/styleiconslist.data new file mode 100644 index 0000000..f3212bb --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/styleiconslist.data @@ -0,0 +1,44 @@ +43 +style_1_18_1627443174.data +style_26_18_1624864866.data +style_35_18_1641374969.data +style_3_18_1624864847.data +style_6_18_1624866734.data +icons_40_18_1629979483.data +mapprofile_1_18_1626748603.data +icons_1_18_1620803672.data +style_4_18_1630315891.data +icons_2_18_1620803665.data +style_50_18_1639057433.data +style_38_18_1630469232.data +style_0_18_1641525834.data +icons_3_18_1620803657.data +style_25_18_1624864857.data +icons_10_18_1620803632.data +style_28_18_1621223375.data +style_18_18_1624864928.data +icons_25_18_1616413163.data +style_17_18_1605511247.data +style_29_18_1637641334.data +style_16_18_1605511194.data +style_8_18_1624864902.data +icons_5_18_1616413149.data +laneprofile_1_18_1640573575.data +config_2_18_1605512060.data +style_39_18_1630469193.data +icons_4_18_1624863920.data +config_1_18_1655983581.data +icons_50_18_1621241047.data +style_41_18_1623986571.data +style_19_18_1605511205.data +icons_11_18_1611742683.data +icons_24_18_1619768490.data +style_40_18_1624871103.data +mapprofile_2_18_1620443466.data +style_100_18_1640182887.data +style_37_18_1612505452.data +style_5_18_1630315937.data +style_36_18_1641374988.data +icons_6_18_1624863929.data +icons_9_18_1609147790.data +style_2_18_1655970883.data diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_allinone.data new file mode 100644 index 0000000..86f1021 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_blind_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_blind_allinone.data new file mode 100644 index 0000000..33548e2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_blind_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_l_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_l_allinone.data new file mode 100644 index 0000000..dc4bcb7 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_l_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_n_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_n_allinone.data new file mode 100644 index 0000000..63300da Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc3d_n_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_allinone.data new file mode 100644 index 0000000..cfdd6a3 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_blind_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_blind_allinone.data new file mode 100644 index 0000000..61e3f66 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_blind_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_l_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_l_allinone.data new file mode 100644 index 0000000..b7adf48 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_l_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_n_allinone.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_n_allinone.data new file mode 100644 index 0000000..26a0a70 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/tmc_n_allinone.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/waterline.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/waterline.data new file mode 100644 index 0000000..96f117d Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/AMap3D.bundle/waterline.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/GNaviConfig.xml b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/GNaviConfig.xml new file mode 100755 index 0000000..fb3eff1 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/GNaviConfig.xml @@ -0,0 +1,9 @@ + + + + ./data/ + ./diff/ + ./res900/ + ./log/ + + diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_inner.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_inner.png new file mode 100644 index 0000000..11a0b1a Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_inner.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_outer.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_outer.png new file mode 100644 index 0000000..f2b40cb Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_outer.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_shadow.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_shadow.png new file mode 100644 index 0000000..e531d68 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_3d_shadow.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_inner.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_inner.png new file mode 100644 index 0000000..6c3e709 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_inner.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_outer.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_outer.png new file mode 100644 index 0000000..26ddb2c Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/arrow_line_outer.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/calloutArrowMask.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/calloutArrowMask.png new file mode 100644 index 0000000..a89c653 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/calloutArrowMask.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/calloutArrowMask@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/calloutArrowMask@2x.png new file mode 100644 index 0000000..f3e2cf2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/calloutArrowMask@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin.png new file mode 100644 index 0000000..20d0424 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin@2x.png new file mode 100644 index 0000000..54d0460 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin@3x.png new file mode 100644 index 0000000..cd5c6a3 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift.png new file mode 100644 index 0000000..48f5c1b Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift@2x.png new file mode 100644 index 0000000..20d15d7 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift@3x.png new file mode 100644 index 0000000..f2598b7 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/greenPin_lift@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/infowindow.jpg b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/infowindow.jpg new file mode 100644 index 0000000..03ddf73 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/infowindow.jpg differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineDashTexture.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineDashTexture.png new file mode 100644 index 0000000..20c7df8 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineDashTexture.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineDashTextureDot.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineDashTextureDot.png new file mode 100644 index 0000000..1092c26 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineDashTextureDot.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineTexture.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineTexture.png new file mode 100644 index 0000000..a3d7e71 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineTexture.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineTextureThin.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineTextureThin.png new file mode 100644 index 0000000..4755362 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/lineTextureThin.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/marker_blue.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/marker_blue.png new file mode 100644 index 0000000..6368615 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/marker_blue.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/marker_blue@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/marker_blue@2x.png new file mode 100644 index 0000000..ddb06df Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/marker_blue@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_clear@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_clear@2x.png new file mode 100644 index 0000000..aed3659 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_clear@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_down@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_down@2x.png new file mode 100644 index 0000000..b950a2f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_down@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_shouqi@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_shouqi@2x.png new file mode 100755 index 0000000..9ac82af Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_shouqi@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_shouqi_2@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_shouqi_2@2x.png new file mode 100644 index 0000000..b00a79b Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_shouqi_2@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_sousuo@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_sousuo@2x.png new file mode 100644 index 0000000..23eed11 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_sousuo@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_zhankai@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_zhankai@2x.png new file mode 100644 index 0000000..0056674 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_zhankai@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_zhankai_2@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_zhankai_2@2x.png new file mode 100644 index 0000000..86ce247 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/offline_zhankai_2@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_fog.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_fog.png new file mode 100644 index 0000000..f1aa1e7 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_fog.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_haze.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_haze.png new file mode 100644 index 0000000..e24725a Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_haze.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_rain.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_rain.png new file mode 100644 index 0000000..bcb304b Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_rain.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_snow.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_snow.png new file mode 100644 index 0000000..984abeb Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_snow.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_sun_0.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_sun_0.png new file mode 100644 index 0000000..8ffaeea Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_sun_0.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_sun_1.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_sun_1.png new file mode 100644 index 0000000..b57761e Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/particle_sun_1.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow.png new file mode 100644 index 0000000..4f85ff1 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow@2x.png new file mode 100644 index 0000000..8acfc67 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow@3x.png new file mode 100644 index 0000000..fc16658 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/pin_shadow@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin.png new file mode 100644 index 0000000..ffe3892 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin@2x.png new file mode 100644 index 0000000..4a08cf2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin@3x.png new file mode 100644 index 0000000..2f92d11 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift.png new file mode 100644 index 0000000..bf1f8f4 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift@2x.png new file mode 100644 index 0000000..ef2b2a6 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift@3x.png new file mode 100644 index 0000000..d58f14f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/purplePin_lift@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin.png new file mode 100644 index 0000000..1cf4744 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin@2x.png new file mode 100644 index 0000000..0882272 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin@3x.png new file mode 100644 index 0000000..2a66034 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift.png new file mode 100644 index 0000000..24c4b9a Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift@2x.png new file mode 100644 index 0000000..cfee8aa Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift@3x.png new file mode 100644 index 0000000..5d90fa3 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/redPin_lift@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_.png new file mode 100644 index 0000000..5889ed2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_@2x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_@2x.png new file mode 100644 index 0000000..5889ed2 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_@2x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_@3x.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_@3x.png new file mode 100644 index 0000000..dd955cd Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/select_@3x.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/terrainDefault.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/terrainDefault.png new file mode 100644 index 0000000..11ef10f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/terrainDefault.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_blue.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_blue.png new file mode 100644 index 0000000..c54767e Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_blue.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_darkred.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_darkred.png new file mode 100644 index 0000000..7935f1a Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_darkred.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_gray.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_gray.png new file mode 100644 index 0000000..2a36842 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_gray.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_green.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_green.png new file mode 100644 index 0000000..1cad28c Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_green.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_red.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_red.png new file mode 100644 index 0000000..fccb898 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_red.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_yellow.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_yellow.png new file mode 100644 index 0000000..b222b87 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/images/traffic_texture_yellow.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/offline/offlinePackage.plist b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/offline/offlinePackage.plist new file mode 100644 index 0000000..786118a Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/offline/offlinePackage.plist differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/res.ck b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/res.ck new file mode 100644 index 0000000..53bd2cf --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/res.ck @@ -0,0 +1 @@ +6a99be7e3b71ecdfbba3067b4547be1f \ No newline at end of file diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/res.zip b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/res.zip new file mode 100644 index 0000000..3e01a9f Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/res.zip differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/back.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/back.png new file mode 100644 index 0000000..09df5e6 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/back.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/bottom.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/bottom.png new file mode 100644 index 0000000..b0e5f8e Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/bottom.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/front.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/front.png new file mode 100644 index 0000000..a740564 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/front.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/left.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/left.png new file mode 100644 index 0000000..a0cea69 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/left.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/right.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/right.png new file mode 100644 index 0000000..e287e6d Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/right.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/top.png b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/top.png new file mode 100644 index 0000000..ffd5340 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/skybox-1/top.png differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/terrainStyle.data b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/terrainStyle.data new file mode 100644 index 0000000..769b336 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle/terrainStyle.data differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnimatedAnnotation.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnimatedAnnotation.h new file mode 100644 index 0000000..7941fbe --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnimatedAnnotation.h @@ -0,0 +1,60 @@ +// +// MAAnimatedAnnotation.h +// MAMapKit +// +// Created by shaobin on 16/12/8. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import "MAPointAnnotation.h" +#import "MAAnnotationMoveAnimation.h" + +///支持动画效果的点标注 +@interface MAAnimatedAnnotation : MAPointAnnotation + +///移动方向. 正北为0度,顺时针方向。即正东90,正南180,正西270。since 4.5.0 +@property (nonatomic, assign) CLLocationDirection movingDirection; + +/** + @brief 添加移动动画, 第一个添加的动画以当前coordinate为起始点,沿传入的coordinates点移动,否则以上一个动画终点为起始点. since 4.5.0 + @param coordinates c数组,由调用者负责coordinates指向内存的管理 + @param count coordinates数组大小 + @param duration 动画时长,0或<0为无动画 + @param name 名字,如不指定可传nil + @param completeCallback 动画完成回调,isFinished: 动画是否执行完成 + */ +- (MAAnnotationMoveAnimation *)addMoveAnimationWithKeyCoordinates:(CLLocationCoordinate2D *)coordinates + count:(NSUInteger)count + withDuration:(CGFloat)duration + withName:(NSString *)name + completeCallback:(void(^)(BOOL isFinished))completeCallback; + +/** + @brief 添加移动动画, 第一个添加的动画以当前coordinate为起始点,沿传入的coordinates点移动,否则以上一个动画终点为起始点. since 5.4.0 + @param coordinates c数组,由调用者负责coordinates指向内存的管理 + @param count coordinates数组大小 + @param duration 动画时长,0或<0为无动画 + @param name 名字,如不指定可传nil + @param completeCallback 动画完成回调,isFinished: 动画是否执行完成 + @param stepCallback 动画每一帧回调 + */ +- (MAAnnotationMoveAnimation *)addMoveAnimationWithKeyCoordinates:(CLLocationCoordinate2D *)coordinates + count:(NSUInteger)count + withDuration:(CGFloat)duration + withName:(NSString *)name + completeCallback:(void(^)(BOOL isFinished))completeCallback + stepCallback:(void(^)(MAAnnotationMoveAnimation* currentAni))stepCallback; + +/** + * @brief 获取所有未完成的移动动画, 返回数组内为MAAnnotationMoveAnimation对象. since 4.5.0 + * @return 返回所有移动动画,数组内元素类型为 MAAnnotationMoveAnimation + */ +- (NSArray *)allMoveAnimations; + +/** + * @brief 设置需要开始动画,自定义其他类型动画时需要调用. since 6.0.0 + */ +- (void)setNeedsStart; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotation.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotation.h new file mode 100755 index 0000000..f6c8cd1 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotation.h @@ -0,0 +1,71 @@ +// +// MAAnnotation.h +// MAMapKit +// +// Created by yin cai on 11-12-13. +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import +#import +#import "MAGeometry.h" + +///该类为标注点的protocol,提供了标注类的基本信息函数 +@protocol MAAnnotation + +///标注view中心坐标 +@property (nonatomic, readonly) CLLocationCoordinate2D coordinate; + +@optional + +///annotation标题 +@property (nonatomic, copy) NSString *title; + +///annotation副标题 +@property (nonatomic, copy) NSString *subtitle; + +/** + * @brief 设置标注的坐标,在拖拽时会被调用. + * @param newCoordinate 新的坐标值 + */ +- (void)setCoordinate:(CLLocationCoordinate2D)newCoordinate; + +///annotation海拔高度,单位米,默认0 +@property (nonatomic, assign) double altitude; +@end + +/** + * 支持动画需要实现的协议. since 4.5.0 + */ +@protocol MAAnimatableAnnotation + +@required +/** + * @brief 动画帧更新回调接口,实现者可在内部做更新处理,如更新coordinate. (since 4.5.0) + * @param timeDelta 时间步长,单位秒 + */ +- (void)step:(CGFloat)timeDelta; + +/** + * @brief 动画是否已完成. 通过此方法判断是否需要将动画annotation移出渲染执行过程。(since 4.5.0) + * @return YES动画已完成,NO没有完成 + */ +- (BOOL)isAnimationFinished; + +/** + * @brief 动画是否可以开始. 通过此方法判断是否需要将动画annotation加入渲染过程,已经start且尚未finish的动画标注才会调用step方法。(since 6.0.0) + * @return YES 可以开始,NO 尚未开始。 + */ +- (BOOL)shouldAnimationStart; + +@optional +/** + * @brief 动画更新时调用此接口,获取annotationView的旋转角度,不实现默认为0. (since 4.5.0) + * @return 当前annotation的旋转角度,正北为0度,顺时针方向。即正东90,正南180,正西270。 + */ +- (CLLocationDirection)rotateDegree; + + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h new file mode 100644 index 0000000..b039d7b --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h @@ -0,0 +1,65 @@ +// +// MAAnnotationMoveAnimation.h +// MAMapKit +// +// Created by shaobin on 16/11/21. +// Copyright © 2016 Amap. All rights reserved. +// + + +#import "MAConfig.h" +#import +#import "MAAnnotation.h" + +///annotation移动动画. since 4.5.0 +@interface MAAnnotationMoveAnimation : NSObject + +/** + * @brief 获取动画名字 + * @return 添加动画时传入的名字 + */ +- (NSString *)name; + +/** + * @brief 获取经纬度坐标点数组 + * @return 返回经纬度坐标点数组 + */ +- (CLLocationCoordinate2D *)coordinates; + +/** + * @brief 获取coordinates数组内坐标点个数 + * @return coordinates数组内坐标点个数 + */ +- (NSUInteger)count; + +/** + * @brief 获取动画时长 + * @return 动画时长 + */ +- (CGFloat)duration; + +/** + * @brief 获取动画已执行的时长 + * @return 动画已执行的时长 + */ +- (CGFloat)elapsedTime; + +/** + * @brief 取消 + */ +- (void)cancel; + +/** + * @brief 是否已取消 + * @return YES已取消,NO未取消 + */ +- (BOOL)isCancelled; + +/** + * @brief 获取当前动画已走过点的总个数 + * @return 个数 + */ +- (NSInteger)passedPointCount; + + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotationView.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotationView.h new file mode 100644 index 0000000..4ef3f53 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAAnnotationView.h @@ -0,0 +1,106 @@ +// +// MAAnnotationView.h +// MAMapKitDemo +// +// Created by songjian on 13-1-7. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MACustomCalloutView.h" + +///MAAnnotationView拖动状态 +typedef NS_ENUM(NSInteger, MAAnnotationViewDragState) +{ + MAAnnotationViewDragStateNone = 0, ///< 静止状态 + MAAnnotationViewDragStateStarting, ///< 开始拖动 + MAAnnotationViewDragStateDragging, ///< 拖动中 + MAAnnotationViewDragStateCanceling, ///< 取消拖动 + MAAnnotationViewDragStateEnding ///< 拖动结束 +}; + +@protocol MAAnnotation; + +///标注view +@interface MAAnnotationView : UIView + +///复用标识 +@property (nonatomic, readonly, copy) NSString *reuseIdentifier; + +///z值,大值在上,默认为0。类似CALayer的zPosition。zIndex属性只有在viewForAnnotation或者didAddAnnotationViews回调中设置有效。 +@property (nonatomic, assign) NSInteger zIndex; + +///关联的annotation +@property (nonatomic, strong) id annotation; + +///显示的image +@property (nonatomic, strong) UIImage *image; + +///image所对应的UIImageView since 5.0.0 +@property (nonatomic, strong, readonly) UIImageView *imageView; + +///自定制弹出框view, 用于替换默认弹出框. 注意:此弹出框不会触发-(void)mapView: didAnnotationViewCalloutTapped: since 5.0.0 +@property (nonatomic, strong) MACustomCalloutView *customCalloutView; + +///annotationView的中心默认位于annotation的坐标位置,可以设置centerOffset改变view的位置,正的偏移使view朝右下方移动,负的朝左上方,单位是屏幕坐标 +@property (nonatomic) CGPoint centerOffset; + +///弹出框默认位于view正中上方,可以设置calloutOffset改变view的位置,正的偏移使view朝右下方移动,负的朝左上方,单位是屏幕坐标 +@property (nonatomic) CGPoint calloutOffset; + +///默认为YES,当为NO时view忽略触摸事件 +@property (nonatomic, getter=isEnabled) BOOL enabled; + +///是否高亮 +@property (nonatomic, getter=isHighlighted) BOOL highlighted; + +///设置是否处于选中状态, 外部如果要选中请使用mapView的selectAnnotation方法 +@property (nonatomic, getter=isSelected) BOOL selected; + +///是否允许弹出callout +@property (nonatomic) BOOL canShowCallout; + +///显示在默认弹出框左侧的view +@property (nonatomic, strong) UIView *leftCalloutAccessoryView; + +///显示在默认弹出框右侧的view +@property (nonatomic, strong) UIView *rightCalloutAccessoryView; + +///是否支持拖动 +@property (nonatomic, getter=isDraggable) BOOL draggable; + +///当前view的拖动状态 +@property (nonatomic) MAAnnotationViewDragState dragState; + +///弹出默认弹出框时,是否允许地图调整到合适位置来显示弹出框,默认为YES +@property (nonatomic) BOOL canAdjustPositon; + +/** + * @brief 设置是否处于选中状态, 外部如果要选中请使用mapView的selectAnnotation方法 + * @param selected 是否选中 + * @param animated 是否使用动画效果 + */ +- (void)setSelected:(BOOL)selected animated:(BOOL)animated; + +/** + * @brief 初始化并返回一个annotation view + * @param annotation 关联的annotation对象 + * @param reuseIdentifier 如果要重用view,传入一个字符串,否则设为nil,建议重用view + * @return 初始化成功则返回annotation view,否则返回nil + */ +- (id)initWithAnnotation:(id )annotation reuseIdentifier:(NSString *)reuseIdentifier; + +/** + * @brief 当从reuse队列里取出时被调用, 子类重新必须调用super + */ +- (void)prepareForReuse; + +/** + * @brief 设置view的拖动状态 + * @param newDragState 新的拖动状态 + * @param animated 是否使用动画动画 + */ +- (void)setDragState:(MAAnnotationViewDragState)newDragState animated:(BOOL)animated; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAArc.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAArc.h new file mode 100644 index 0000000..cebfdea --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAArc.h @@ -0,0 +1,40 @@ +// +// MAArc.h +// MAMapKit +// +// Created by liubo on 2018/4/10. +// Copyright © 2018年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_ARC + +#import "MAShape.h" +#import "MAOverlay.h" + +///该类用于定义一个圆弧, 通常MAArc是MAArcRenderer的model +@interface MAArc : MAShape + +///起点经纬度坐标,无效坐标按照{0,0}处理 +@property (nonatomic, assign) CLLocationCoordinate2D startCoordinate; + +///途径点经纬度坐标,无效坐标按照{0,0}处理 +@property (nonatomic, assign) CLLocationCoordinate2D passedCoordinate; + +///终点经纬度坐标,无效坐标按照{0,0}处理 +@property (nonatomic, assign) CLLocationCoordinate2D endCoordinate; + +/** + * @brief 根据起点、途经点和终点生成圆弧 + * @param startCoordinate 起点的经纬度坐标,无效坐标按照{0,0}处理 + * @param passedCoordinate 途径点的经纬度坐标,无效坐标按照{0,0}处理 + * @param endCoordinate 终点的经纬度坐标,无效坐标按照{0,0}处理 + * @return 新生成的圆弧 + */ ++ (instancetype)arcWithStartCoordinate:(CLLocationCoordinate2D)startCoordinate + passedCoordinate:(CLLocationCoordinate2D)passedCoordinate + endCoordinate:(CLLocationCoordinate2D)endCoordinate; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAArcRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAArcRenderer.h new file mode 100644 index 0000000..2e10db4 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAArcRenderer.h @@ -0,0 +1,30 @@ +// +// MAArcRenderer.h +// MAMapKit +// +// Created by liubo on 2018/4/10. +// Copyright © 2018年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_ARC + +#import "MAArc.h" +#import "MAOverlayPathRenderer.h" + +///此类用于绘制MAArc,可以通过MAOverlayPathRenderer修改其stroke attributes +@interface MAArcRenderer : MAOverlayPathRenderer + +///关联的MAArc model +@property (nonatomic, readonly) MAArc *arc; + +/** + * @brief 根据指定的MAArc生成一个圆弧Renderer + * @param arc 指定MAArc + * @return 新生成的圆弧Renderer + */ +- (instancetype)initWithArc:(MAArc *)arc; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MABaseOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MABaseOverlay.h new file mode 100644 index 0000000..42dd4fc --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MABaseOverlay.h @@ -0,0 +1,28 @@ +// +// MABaseOverlay.h +// MAMapKit +// +// Created by cuishaobin on 2020/6/17. +// Copyright © 2020 Amap. All rights reserved. +// + +#import +#import "MAOverlay.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface MABaseOverlay : NSObject { + double _altitude; ///<海拔 +} + +///返回区域中心坐标 +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +///区域外接矩形 +@property (nonatomic, assign) MAMapRect boundingMapRect; + +///海拔,单位米,默认0 +@property (nonatomic, assign) double altitude; +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACircle.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACircle.h new file mode 100755 index 0000000..c90c0d3 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACircle.h @@ -0,0 +1,49 @@ +// +// MACircle.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. + +#import "MAConfig.h" +#import "MAShape.h" +#import "MAOverlay.h" +#import "MAGeometry.h" + +///该类用于定义一个圆, 通常MACircle是MACircleView的model +@interface MACircle : MAShape + +///设置中空区域,用来创建中间带空洞的复杂图形。注意:传入的overlay只支持MAPolgon类型和MACircle类型,不支持与此circle边相交或在circle外部,不支持hollowShapes彼此间相交,和空洞顺序有关,不支持嵌套. since 5.5.0 +@property (nonatomic, strong) NSArray> *hollowShapes; + +///中心点经纬度坐标,无效坐标按照{0,0}处理 +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +///半径,单位:米 负数按照0处理 +@property (nonatomic, assign) CLLocationDistance radius; + +/** + * @brief 根据中心点和半径生成圆 + * @param coord 中心点的经纬度坐标,无效坐标按照{0,0}处理 + * @param radius 半径,单位:米, 负数按照0处理 + * @return 新生成的圆 + */ ++ (instancetype)circleWithCenterCoordinate:(CLLocationCoordinate2D)coord + radius:(CLLocationDistance)radius; + +/** + * @brief 根据map rect生成圆 + * @param mapRect mapRect 圆的最小外界矩形 + * @return 新生成的圆 + */ ++ (instancetype)circleWithMapRect:(MAMapRect)mapRect; + +/** + * @brief 设置圆的中心点和半径. since 5.0.0 + * @param coord 中心点的经纬度坐标,无效坐标按照{0,0}处理 + * @param radius 半径,单位:米 负数按照0处理 + * @return 是否设置成功 + */ +- (BOOL)setCircleWithCenterCoordinate:(CLLocationCoordinate2D)coord radius:(CLLocationDistance)radius; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACircleRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACircleRenderer.h new file mode 100755 index 0000000..389026e --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACircleRenderer.h @@ -0,0 +1,26 @@ +// +// MACircleRenderer.h +// MAMapKit +// +// Created by yin cai on 11-12-30. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import "MACircle.h" +#import "MAOverlayPathRenderer.h" + +///该类是MACircle的显示圆Renderer,可以通过MAOverlayPathRenderer修改其fill和stroke attributes +@interface MACircleRenderer : MAOverlayPathRenderer + +///关联的MAcirlce model +@property (nonatomic, readonly) MACircle *circle; + +/** + * @brief 根据指定圆生成对应的Renderer + * @param circle 指定的MACircle model + * @return 生成的Renderer + */ +- (instancetype)initWithCircle:(MACircle *)circle; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAConfig.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAConfig.h new file mode 100644 index 0000000..ecdb420 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAConfig.h @@ -0,0 +1,136 @@ +/* + * @Author: hunk.lc + * @Date: 2022-08-17 15:09:58 + * @Description: + */ + +#pragma once + +#pragma mark - iOS 平台特有的宏 + +#ifndef MA_INCLUDE_OFFLINE +#define MA_INCLUDE_OFFLINE 1 +#endif + +#ifndef MA_INCLUDE_TRACE_CORRECT +#define MA_INCLUDE_TRACE_CORRECT 1 +#endif + +#ifndef MA_INCLUDE_INDOOR +#define MA_INCLUDE_INDOOR 1 +#endif + +#ifndef MA_INCLUDE_CACHE +#define MA_INCLUDE_CACHE 1 +#endif + +#ifndef MA_INCLUDE_CUSTOM_MAP_STYLE +#define MA_INCLUDE_CUSTOM_MAP_STYLE 1 +#endif + +#ifndef MA_INCLUDE_WORLD_EN_MAP +#define MA_INCLUDE_WORLD_EN_MAP 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_TILE +#define MA_INCLUDE_OVERLAY_TILE 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_HEATMAP +#define MA_INCLUDE_OVERLAY_HEATMAP 1 +#endif + +#ifndef MA_INCLUDE_QUARDTREE +#define MA_INCLUDE_QUARDTREE 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_ARC +#define MA_INCLUDE_OVERLAY_ARC 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_CUSTOMBUILDING +#define MA_INCLUDE_OVERLAY_CUSTOMBUILDING 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_GROUND +#define MA_INCLUDE_OVERLAY_GROUND 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_GEODESIC +#define MA_INCLUDE_OVERLAY_GEODESIC 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_MAMultiPolyline +#define MA_INCLUDE_OVERLAY_MAMultiPolyline 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_MAMultiPoint +#define MA_INCLUDE_OVERLAY_MAMultiPoint 1 +#endif + +#ifndef MA_INCLUDE_OVERLAY_ParticleSystem +#define MA_INCLUDE_OVERLAY_ParticleSystem 1 +#endif + +#ifndef MA_INCLUDE_OVERSEA +#define MA_INCLUDE_OVERSEA 0 +#endif + +#ifndef MA_ENABLE_ThirdPartyLog +#define MA_ENABLE_ThirdPartyLog 0 +#endif + +//标识是否支持异步等待引擎线程池结束 +#ifndef MA_INCLUDE_END_THEADPOOL_ASYN +#define MA_INCLUDE_END_THEADPOOL_ASYN 1 +#endif + +//国际图 +#ifndef AMC_INCLUDE_Global +#define AMC_INCLUDE_Global 1 +#endif + +#pragma mark - iOS和android 双平台都用到的宏 + +#ifndef AMC_INCLUDE_GNaviSearch +#define AMC_INCLUDE_GNaviSearch 1 +#endif + +#ifndef AMC_INCLUDE_MAMapVectorOverlay +#define AMC_INCLUDE_MAMapVectorOverlay 1 +#endif + +//自定义楼块 +#ifndef AMC_INCLUDE_CustomBuilding +#define AMC_INCLUDE_CustomBuilding 1 +#endif + +//粒子系统 +#ifndef AMC_INCLUDE_ParticleSystem +#define AMC_INCLUDE_ParticleSystem 1 +#endif + +// 3d模型 +#ifndef MA_INCLUDE_3DModel +#define MA_INCLUDE_3DModel 1 +#endif + +// gltf +#ifndef FEATURE_GLTF +#define FEATURE_GLTF 1 +#endif + +// mvt +#ifndef FEATURE_MVT +#define FEATURE_MVT 1 +#endif + +// 3dtiles +#ifndef FEATURE_3DTiles +#define FEATURE_3DTiles 1 +#endif + +// location +#ifndef FEATURE_LOCATION +#define FEATURE_LOCATION 1 +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomBuildingOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomBuildingOverlay.h new file mode 100644 index 0000000..3456235 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomBuildingOverlay.h @@ -0,0 +1,80 @@ +// +// MACustomBuildingOverlay.h +// MAMapKit +// +// Created by liubo on 2018/5/23. +// Copyright © 2018年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_CUSTOMBUILDING + +#import "MAShape.h" +#import "MAOverlay.h" +#import "MAMultiPoint.h" + +#pragma mark - MACustomBuildingOverlayOption + +///该类用于定义一个楼块显示选项. since 6.3.0 +@interface MACustomBuildingOverlayOption : MAMultiPoint + +///楼块的高度. 修改该属性会使option范围内的所有楼块为同一个高度. (范围 (-1 U [1, 1000]). 默认-1,显示为默认高度.) +@property (nonatomic, assign) CGFloat height; + +///楼块的高度缩放比例. 修改该属性会使option范围内的所有楼块高度放大或者缩小heightScale倍. (默认1. 如果指定了height则此值将被忽略.) +@property (nonatomic, assign) CGFloat heightScale; + +///楼块的顶面颜色. (默认[UIColor lightGrayColor], 不支持透明度) +@property (nonatomic, strong) UIColor *topColor; + +///楼块的侧面颜色. (默认[UIColor darkGrayColor], 不支持透明度) +@property (nonatomic, strong) UIColor *sideColor; + +///option选项是否可见. (默认YES) +@property (nonatomic, assign) BOOL visibile; + +/** + * @brief 根据经纬度坐标数据生成楼块显示选项option + * @param coords 经纬度坐标点数据,coords对应的内存会拷贝,调用者负责该内存的释放 + * @param count 经纬度坐标点数组个数 + * @return 新生成的楼块显示选项option + */ ++ (instancetype)optionWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count; + +/** + * @brief 重新设置option范围. + * @param coords 指定的经纬度坐标点数组, C数组,内部会做copy,调用者负责内存管理 + * @param count 坐标点的个数 + * @return 是否设置成功 + */ +- (BOOL)setOptionWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count; + +@end + + +#pragma mark - MACustomBuildingOverlay + +///该类用于定义一个自定义楼块MACustomBuildingOverlay, 通常MACustomBuildingOverlay是MACustomBuildingOverlayRenderer的model.(注意: 自定义楼块仅支持在zoomLevel>=15级时显示) since 6.3.0 +@interface MACustomBuildingOverlay : MAShape + +///默认的楼块显示option, 将显示所有的楼块. (如果不需要显示所有的楼块,可以设置defaultOption.visibile = NO) +@property (nonatomic, readonly) MACustomBuildingOverlayOption *defaultOption; + +///当前自定义的楼块显示options. (options按添加顺序, 后添加的在最上层显示) +@property (nonatomic, readonly) NSArray *customOptions; + +/** + * @brief 增加自定义楼块显示的option + * @param option 要增加的自定义楼块显示option + */ +- (void)addCustomOption:(MACustomBuildingOverlayOption *)option; + +/** + * @brief 移除自定义楼块显示的option + * @param option 要移除的自定义楼块显示option + */ +- (void)removeCustomOption:(MACustomBuildingOverlayOption *)option; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h new file mode 100644 index 0000000..194ee1a --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h @@ -0,0 +1,29 @@ +// +// MACustomBuildingOverlayRenderer.h +// MAMapKit +// +// Created by liubo on 2018/5/23. +// Copyright © 2018年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_CUSTOMBUILDING + +#import "MAOverlayRenderer.h" +#import "MACustomBuildingOverlay.h" + +///该类是MACustomBuildingOverlay的显示Renderer. since 6.3.0 +@interface MACustomBuildingOverlayRenderer : MAOverlayRenderer + +///关联的MACustomBuildingOverlay model +@property (nonatomic, readonly) MACustomBuildingOverlay *customBuildingOverlay; + +/** + * @brief 根据指定MACustomBuildingOverlay生成对应的Renderer + * @param customBuildingOverlay 指定的MACustomBuildingOverlay model + * @return 生成的Renderer + */ +- (instancetype)initWithCustomBuildingOverlay:(MACustomBuildingOverlay *)customBuildingOverlay; + +@end +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomCalloutView.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomCalloutView.h new file mode 100644 index 0000000..17ebd2a --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MACustomCalloutView.h @@ -0,0 +1,29 @@ +// +// MACustomCalloutView.h +// MAMapKit +// +// Created by shaobin on 17/1/6. +// Copyright © 2017年 Amap. All rights reserved. +// + +#import +#import "MAConfig.h" + +///自定义annotationView的弹出框. 注意:不会触发-(void)mapView: didAnnotationViewCalloutTapped: since 5.0.0 +@interface MACustomCalloutView : UIView + +///init时传入的customView since 5.0.0 +@property (nonatomic, strong, readonly) UIView *customView; + +///用户自定义数据,内部不做处理 since 5.0.0 +@property (nonatomic, strong) id userData; + +/** + * @brief 初始化并返回一个MACustomCalloutView since 5.0.0 + * @param customView 自定义View,不能为nil + * @return 初始化成功则返回MACustomCalloutView,否则返回nil + */ +- (id)initWithCustomView:(UIView *)customView; + + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGeodesicPolyline.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGeodesicPolyline.h new file mode 100644 index 0000000..7ee07c3 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGeodesicPolyline.h @@ -0,0 +1,51 @@ +// +// MAGeodesicPolyline.h +// MapKit_static +// +// Created by songjian on 13-10-23. +// Copyright © 2016 Amap. All rights reserved. + +#import "MAConfig.h" + +#if MA_INCLUDE_OVERLAY_GEODESIC + +#import "MAPolyline.h" + +///大地曲线 +@interface MAGeodesicPolyline : MAPolyline + +/** + * @brief 根据MAMapPoints生成大地曲线 + * @param points MAMapPoint点 + * @param count 点的个数 + * @return 生成的大地曲线 + */ ++ (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count; + +/** + * @brief 根据经纬度生成大地曲线 + * @param coords 经纬度 + * @param count 点的个数 + * @return 生成的大地曲线 + */ ++ (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count; + +/** + * @brief 重新设置坐标点. since 5.0.0 + * @param points 指定的直角坐标点数组,C数组,内部会做copy,调用者负责内存管理。 + * @param count 坐标点的个数 + * @return 是否设置成功 + */ +- (BOOL)setPolylineWithPoints:(MAMapPoint *)points count:(NSInteger)count; + +/** + * @brief 重新设置坐标点. since 5.0.0 + * @param coords 指定的经纬度坐标点数组,C数组,内部会做copy,调用者负责内存管理 + * @param count 坐标点的个数 + * @return 是否设置成功 + */ +- (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGeometry.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGeometry.h new file mode 100644 index 0000000..dc9fa40 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGeometry.h @@ -0,0 +1,490 @@ +// +// MAGeometry.h +// MAMapKit +// +// Created by AutoNavi. +// Copyright (c) 2013年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import +#import + + +#ifdef __cplusplus +extern "C" { +#endif + + ///东北、西南两个点定义的四边形经纬度范围 + typedef struct MACoordinateBounds{ + CLLocationCoordinate2D northEast; ///< 东北角经纬度 + CLLocationCoordinate2D southWest; ///< 西南角经纬度 + } MACoordinateBounds; + + ///经度、纬度定义的经纬度跨度范围 + typedef struct MACoordinateSpan{ + CLLocationDegrees latitudeDelta; ///< 纬度跨度 + CLLocationDegrees longitudeDelta; ///< 经度跨度 + } MACoordinateSpan; + + ///中心点、跨度范围定义的四边形经纬度范围 + typedef struct MACoordinateRegion{ + CLLocationCoordinate2D center; ///< 中心点经纬度 + MACoordinateSpan span; ///< 跨度范围 + } MACoordinateRegion; + + ///平面投影坐标结构定义 + typedef struct MAMapPoint{ + double x; /// +#import "MAShape.h" +#import "MAOverlay.h" + +///该类用于确定覆盖在地图上的图片,及其覆盖区域, 通常MAGroundOverlay是MAGroundOverlayRenderer的model +@interface MAGroundOverlay : MAShape + +///绘制在地图上的覆盖图片 +@property (nonatomic, readonly) UIImage *icon; + +///透明度. 最终透明度 = 纹理透明度 * alpha. 有效范围为[0.f, 1.f], 默认为1.f +@property (nonatomic, assign) CGFloat alpha __attribute((deprecated("已废弃,since 7.7.0,请使用MAGroundOverlayRenderer中的alpha"))); + +///覆盖图片在地图尺寸等同于其像素的zoom值 +@property (nonatomic, readonly) CGFloat zoomLevel; + +///图片在地图中的覆盖范围 +@property (nonatomic, readonly) MACoordinateBounds bounds; + +/** + * @brief 根据bounds值和icon生成GroundOverlay + * @param bounds 图片的在地图的覆盖范围 + * @param icon 覆盖图片 + * @return 以bounds和icon 新生成GroundOverlay + */ ++ (instancetype)groundOverlayWithBounds:(MACoordinateBounds)bounds + icon:(UIImage *)icon; + +/** + * @brief 根据coordinate,icon,zoomLevel生成GroundOverlay + * @param coordinate 图片的在地图上的中心点 + * @param zoomLevel 图片在地图尺寸等同于像素的zoom值 + * @param icon 覆盖图片 + * @return 以coordinate,icon,zoomLevel 新生成GroundOverlay + */ ++ (instancetype)groundOverlayWithCoordinate:(CLLocationCoordinate2D)coordinate + zoomLevel:(CGFloat)zoomLevel + icon:(UIImage *)icon; + +/** + * @brief 更新GroundOverlay. since 5.0.0 + * @param bounds 图片的在地图的覆盖范围 + * @param icon 覆盖图片 + * @return 返回是否成功 + */ +- (BOOL)setGroundOverlayWithBounds:(MACoordinateBounds)bounds icon:(UIImage *)icon; + +/** + * @brief 更新GroundOverlay, 内部会自动计算覆盖物大小,以满足zoomLevel下显示大小为icon大小. since 5.0.0 + * @param coordinate 图片在地图上的中心点 + * @param zoomLevel 图片在地图尺寸等同于像素的zoom值 + * @param icon 覆盖图片 + * @return 返回是否成功 + */ +- (BOOL)setGroundOverlayWithCoordinate:(CLLocationCoordinate2D)coordinate + zoomLevel:(CGFloat)zoomLevel + icon:(UIImage *)icon; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGroundOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGroundOverlayRenderer.h new file mode 100644 index 0000000..d47842f --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAGroundOverlayRenderer.h @@ -0,0 +1,31 @@ +// +// MAGroundOverlayRenderer.h +// MapKit_static +// +// Created by Li Fei on 11/13/13. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OVERLAY_GROUND + +#import "MAOverlayRenderer.h" +#import "MAGroundOverlay.h" + +///此类是将MAGroundOverlay中的覆盖图片显示在地图上的renderer +@interface MAGroundOverlayRenderer : MAOverlayRenderer + +///具有覆盖图片,以及图片覆盖的区域 +@property (nonatomic ,readonly) MAGroundOverlay *groundOverlay; + +/** + * @brief 根据指定的GroundOverlay生成将图片显示在地图上Renderer + * @param groundOverlay 制定了覆盖图片,以及图片的覆盖区域的groundOverlay + * @return 以GroundOverlay新生成Renderer + */ +- (instancetype)initWithGroundOverlay:(MAGroundOverlay *)groundOverlay; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapTileOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapTileOverlay.h new file mode 100644 index 0000000..bb3aa5a --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapTileOverlay.h @@ -0,0 +1,69 @@ +// +// MAHeatMapTileOverlay.h +// test2D +// +// Created by xiaoming han on 15/4/21. +// Copyright (c) 2015年 Amap. All rights reserved. +// + + + +#import "MAConfig.h" + +#if MA_INCLUDE_OVERLAY_HEATMAP + +#import "MATileOverlay.h" + +///热力图节点 +@interface MAHeatMapNode : NSObject + +///经纬度 +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +///强度 +@property (nonatomic, assign) float intensity; + +@end + +///热力图渐变属性 +@interface MAHeatMapGradient : NSObject + +///颜色变化数组。 default [blue,green,red] +@property (nonatomic, readonly) NSArray *colors; + +///颜色变化起点,需为递增数组,区间为(0, 1)。default[@(0.2),@(0.5),@(0,9)] +@property (nonatomic, readonly) NSArray *startPoints; + +/** + * @brief 重新设置gradient的时候,需要执行 MATileOverlayRenderer 的 reloadData 方法重刷新渲染缓存。 + * @param colors 颜色 + * @param startPoints startPoints + * @return instance + */ +- (instancetype)initWithColor:(NSArray *)colors andWithStartPoints:(NSArray *)startPoints; + +@end + +///热力图tileOverlay +@interface MAHeatMapTileOverlay : MATileOverlay + +///MAHeatMapNode array +@property (nonatomic, strong) NSArray *data; + +///热力图半径,默认为12,范围:0-100 screen point +@property (nonatomic, assign) NSInteger radius; + +///透明度,默认为0.6,范围:0-1 +@property (nonatomic, assign) CGFloat opacity; + +///热力图梯度 +@property (nonatomic, strong) MAHeatMapGradient *gradient; + +///是否开启高清热力图,默认关闭 +@property (nonatomic, assign) BOOL allowRetinaAdapting; + +@end + +#endif + + diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorGridOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorGridOverlay.h new file mode 100644 index 0000000..a36e246 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorGridOverlay.h @@ -0,0 +1,67 @@ +// +// MAHeatMapVectorGridOverlay.h +// MAMapKit +// +// Created by ldj on 2019/7/25. +// Copyright © 2019 Amap. All rights reserved. +// 热力图网格覆盖物(通过顶点直接绘制) + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_HEATMAP + +#import "MAShape.h" +#import "MAOverlay.h" +#import "MAHeatMapVectorOverlay.h" + +///单个点对象 +@interface MAHeatMapVectorGridNode : NSObject +///经纬度 +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; +@end + +///单个网格 +@interface MAHeatMapVectorGrid : NSObject +/// 网格顶点 +@property (nonatomic, copy) NSArray *inputNodes; + +/// 网格颜色 +@property (nonatomic, strong) UIColor *color; +@end + +/// 该类用于定义热力图属性. +@interface MAHeatMapVectorGridOverlayOptions : NSObject + +/// 热力图类型 (默认为蜂窝类型MAHeatMapTypeHoneycomb) +@property (nonatomic, assign) MAHeatMapType type; + +/// option选项是否可见. (默认YES) +@property (nonatomic, assign) BOOL visible; + +/// 网格数据 +@property (nonatomic, copy) NSArray *inputGrids; + +/// 最小显示级别 default 3 +@property (nonatomic, assign) CGFloat minZoom; + +/// 最大显示级别 default 20 +@property (nonatomic, assign) CGFloat maxZoom; + +@end + +///矢量热力图,支持类型详见MAHeatMapType +@interface MAHeatMapVectorGridOverlay : MAShape + + +///热力图的配置属性 +@property (nonatomic, strong) MAHeatMapVectorGridOverlayOptions *option; + +/** + * @brief 根据配置属性option生成MAHeatMapVectorGridOverlay + * @param option 热力图配置属性option + * @return 新生成的热力图MAHeatMapVectorGridOverlay + */ ++ (instancetype)heatMapOverlayWithOption:(MAHeatMapVectorGridOverlayOptions *)option; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h new file mode 100644 index 0000000..4206160 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h @@ -0,0 +1,28 @@ +// +// MAHeatMapVectorGridOverlayRenderer.h +// MAMapKit +// +// Created by ldj on 2019/7/26. +// Copyright © 2019 Amap. All rights reserved. +// +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_HEATMAP + +#import "MAOverlayRenderer.h" +#import "MAHeatMapVectorGridOverlay.h" + +///矢量热力图绘制类 +@interface MAHeatMapVectorGridOverlayRenderer : MAOverlayRenderer + +///关联的MAHeatMapVectorOverlay +@property (nonatomic, readonly) MAHeatMapVectorGridOverlay *heatOverlay; + +/** + * @brief 根据指定的MAHeatMapVectorOverlay生成一个Renderer + * @param heatOverlay 指定MAHeatMapVectorOverlay + * @return 新生成的MAHeatMapVectorOverlayRender + */ +- (instancetype)initWithHeatOverlay:(MAHeatMapVectorGridOverlay *)heatOverlay; +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h new file mode 100644 index 0000000..936acb9 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h @@ -0,0 +1,111 @@ +// +// MAHeatMapVectorOverlay.h +// MAMapKit +// +// Created by ldj on 2019/7/25. +// Copyright © 2019 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_HEATMAP + +#import "MAShape.h" +#import "MAOverlay.h" + +///热力图类型 +typedef NS_ENUM(NSInteger, MAHeatMapType) +{ + MAHeatMapTypeSquare = 1, ///< 网格热力图 + MAHeatMapTypeHoneycomb = 2 ///< 蜂窝热力图 +}; + +///单个点对象 +@interface MAHeatMapVectorNode : NSObject + +///经纬度 +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +///权重 +@property (nonatomic, assign) float weight; + +@end + +///热力图展示节点(用以描述一个蜂窝或一个网格) +@interface MAHeatMapVectorItem : NSObject + +///中心点坐标 +@property (nonatomic, readonly) MAMapPoint center; + +///当前热力值,求和后的权重 +@property (nonatomic, readonly) float intensity; + +///落在此节点区域内的所有热力点的索引数组 +@property (nonatomic, readonly) NSArray *nodeIndices; + +@end + +///该类用于定义热力图属性. +@interface MAHeatMapVectorOverlayOptions : NSObject + +///热力图类型 (默认为蜂窝类型MAHeatMapTypeHoneycomb) +@property (nonatomic, assign) MAHeatMapType type; + +///option选项是否可见. (默认YES) +@property (nonatomic, assign) BOOL visible; + +///MAHeatMapVectorNode array +@property (nonatomic, strong) NSArray *inputNodes; + +/** + @verbatim + 节点的宽 单位:米 负数按照0处理 default 2000 + —— —— —— —— + 丨 丨 丨 丨 + 丨 丨 丨 丨 + —— —— —— —— + + 每个方框的宽就是 size(六边形同理) + 两个方框之间的间隔就是 gap (六边形同理) + @endverbatim + */ +@property (nonatomic, assign) CLLocationDistance size; + +///节点之间的间隔 单位:米 负数按照0处理。注意:改变gap可能会改变热力节点的计算,内部会用size+gap来计算热力,最终用size来画方框。 +@property (nonatomic, assign) CGFloat gap; + +///颜色变化数组。 注意:colors和startPoints两数组长度必须一致且不能为0, +@property (nonatomic, strong) NSArray *colors; + +///颜色变化起点,需为递增数组,区间为[0, 1]。 注意:colors和startPoints两数组长度必须一致且不能为0。例如:startPoints @[@(0), @(0.3),@(0.7)] 表示区间 [0,0.3)使用第一个颜色,区间[0.3,0.7)使用第二个颜色,区间[0.7,1]使用第三个颜色。注意:startPoints首位需设置成0,如果首位不是0,内部也会把首位当成0来处理。 +@property (nonatomic, strong) NSArray *startPoints; + +///透明度,取值范围[0,1] ,default为1不透明 +@property (nonatomic, assign) CGFloat opacity __attribute((deprecated("已废弃,since 7.9.0,请使用MAHeatMapVectorOverlayRender中的alpha")));; + +///权重的最大值,default为0,表示不填,不填则取数组inputNodes中权重的最大值 +@property (nonatomic, assign) int maxIntensity; + +///最小显示级别 default 3 +@property (nonatomic, assign) CGFloat minZoom; + +///最大显示级别 default 20 +@property (nonatomic, assign) CGFloat maxZoom; + +@end + +///矢量热力图,支持类型详见MAHeatMapType +@interface MAHeatMapVectorOverlay : MAShape + +///热力图的配置属性 +@property (nonatomic, strong) MAHeatMapVectorOverlayOptions *option; + +/** + * @brief 根据配置属性option生成MAHeatMapVectorOverlay + * @param option 热力图配置属性option + * @return 新生成的热力图MAHeatMapVectorOverlay + */ ++ (instancetype)heatMapOverlayWithOption:(MAHeatMapVectorOverlayOptions *)option; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h new file mode 100644 index 0000000..72a33f1 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h @@ -0,0 +1,36 @@ +// +// MAHeatMapVectorOverlayRender.h +// MAMapKit +// +// Created by ldj on 2019/7/26. +// Copyright © 2019 Amap. All rights reserved. +// +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_HEATMAP + +#import "MAOverlayRenderer.h" +#import "MAHeatMapVectorOverlay.h" + +///矢量热力图绘制类 +@interface MAHeatMapVectorOverlayRender : MAOverlayRenderer + +///关联的MAHeatMapVectorOverlay +@property (nonatomic, readonly) MAHeatMapVectorOverlay *heatOverlay; + +/** + * @brief 根据指定的MAHeatMapVectorOverlay生成一个Renderer + * @param heatOverlay 指定MAHeatMapVectorOverlay + * @return 新生成的MAHeatMapVectorOverlayRender + */ +- (instancetype)initWithHeatOverlay:(MAHeatMapVectorOverlay *)heatOverlay; + + +/** + * @brief 根据经纬度获取对应的热力节点信息MAHeatMapVectorItem + * @param coordinate 经纬度 + */ +- (MAHeatMapVectorItem *)getHeatMapItem:(CLLocationCoordinate2D )coordinate; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAIndoorInfo.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAIndoorInfo.h new file mode 100644 index 0000000..d90f410 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAIndoorInfo.h @@ -0,0 +1,49 @@ +// +// MAIndoorInfo.h +// MAMapKit +// +// Created by 翁乐 on 5/6/16. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_INDOOR + +#import + +///室内楼层信息 +@interface MAIndoorFloorInfo : NSObject +///楼层名 +@property (nonatomic, readonly) NSString *floorName; +///楼层index +@property (nonatomic, readonly) int floorIndex; +///楼层别名 +@property (nonatomic, readonly) NSString *floorNona; +///是否属于停车场 +@property (nonatomic, readonly) BOOL isPark; +@end + +///室内图信息 +@interface MAIndoorInfo : NSObject +///室内地图中文名 +@property (nonatomic, readonly) NSString *cnName; +///室内地图英文名 +@property (nonatomic, readonly) NSString *enName; +///室内地图poiID +@property (nonatomic, readonly) NSString *poiID; +///建筑类型 +@property (nonatomic, readonly) NSString *buildingType; +///当前楼层index,和floorInfo内部的index相关 +@property (nonatomic, readonly) int activeFloorIndex; +///当前激活的楼层,只和floorInfo相关,与floorInfo内部元素的index无关 +@property (nonatomic, readonly) int activeFloorInfoIndex; +///由 MAIndoorFloorInfo 组成,可直接通过 activeFloorInfoIndex 取出当前楼层 +@property (nonatomic, readonly) NSArray *floorInfo; +///楼层数量 +@property (nonatomic, readonly) int numberOfFloor; +///停车场楼层数量 +@property (nonatomic, readonly) int numberOfParkFloor; +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MALineDrawType.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MALineDrawType.h new file mode 100644 index 0000000..f4a0ad8 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MALineDrawType.h @@ -0,0 +1,40 @@ +// +// MALineDrawType.h +// MapKit_static +// +// Created by yi chen on 14-7-30. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#ifndef MapKit_static_MALineDrawType_h +#define MapKit_static_MALineDrawType_h + +enum MALineJoinType +{ + kMALineJoinBevel, ///< 斜面连接点 + kMALineJoinMiter, ///< 斜接连接点 + kMALineJoinRound ///< 圆角连接点 +}; +typedef enum MALineJoinType MALineJoinType; + +enum MALineCapType +{ + kMALineCapButt, ///< 普通头 + kMALineCapSquare, ///< 扩展头 + kMALineCapArrow, ///< 箭头 + kMALineCapRound ///< 圆形头 +}; +typedef enum MALineCapType MALineCapType; + +///虚线类型 +enum MALineDashType +{ + kMALineDashTypeNone = 0, ///<不画虚线 + kMALineDashTypeSquare, ///<方块样式 + kMALineDashTypeDot, ///<圆点样式 +}; +typedef enum MALineDashType MALineDashType; + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMVTTileOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMVTTileOverlay.h new file mode 100644 index 0000000..2f4fb0f --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMVTTileOverlay.h @@ -0,0 +1,29 @@ +// +// MAMVTTileOverlay.h +// MapKit_static +// +// Created by Li Fei on 11/22/13. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_TILE +#if FEATURE_MVT +#import "MATileOverlay.h" +#import "MABaseOverlay.h" + +@interface MAMVTTileOverlayOptions : NSObject +@property (nonatomic, copy) NSString *url; // URL +@property (nonatomic, copy) NSString *key; // key +@property (nonatomic, copy) NSString *Id; // id +@property (nonatomic, assign) BOOL visible; // 是否可见 默认YES +@end + +/// MVT瓦片数据 +@interface MAMVTTileOverlay : MATileOverlay +/// MVT配置选项 +@property (nonatomic, strong, readonly) MAMVTTileOverlayOptions *option; ++ (instancetype)mvtTileOverlayWithOption:(MAMVTTileOverlayOptions *)option; +@end +#endif +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMVTTileOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMVTTileOverlayRenderer.h new file mode 100644 index 0000000..159ee17 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMVTTileOverlayRenderer.h @@ -0,0 +1,21 @@ +// +// MAMVTTileOverlayRenderer.h +// MapKit_static +// +// Created by Li Fei on 11/25/13. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OVERLAY_TILE +#if FEATURE_MVT +#import "MATileOverlayRenderer.h" +#import "MAMVTTileOverlay.h" + +/// 此类是将MAMVTOverlayRenderer中的覆盖tiles显示在地图上的Renderer +@interface MAMVTTileOverlayRenderer : MATileOverlayRenderer +@end + +#endif +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h new file mode 100644 index 0000000..43b5e09 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h @@ -0,0 +1,27 @@ +// +// MAMapAccessibilityIdentifier.h +// MAMapKit +// +// Created by hanxiaoming on 17/1/9. +// Copyright © 2017年 Amap. All rights reserved. +// + +#ifndef MAMapAccessibilityIdentifier_h +#define MAMapAccessibilityIdentifier_h + +#define kMAAcceIdForMapView @"mamapview" +#define kMAAcceIdForRender @"marender" +#define kMAAcceIdForLogoView @"malogo" + +#define kMAAcceIdForAnnotationContainer @"maannotationcontainer" +#define kMAAcceIdForOverlayContainer @"maoverlaycontainer" +#define kMAAcceIdForAnnotationView @"maannotationview" +#define kMAAcceIdForCalloutView @"macalloutview" + +#define kMAAcceIdForUserLocationView @"mauserlocationview" + +#define kMAAcceIdForScaleView @"mascaleview" +#define kMAAcceIdForCompassView @"macompassview" +#define kMAAcceIdForIndoorView @"maindoorview" + +#endif /* MAMapAccessibilityIdentifier_h */ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapCustomStyleOptions.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapCustomStyleOptions.h new file mode 100644 index 0000000..08f45bd --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapCustomStyleOptions.h @@ -0,0 +1,29 @@ +// +// MAMapCustomStyleOptions.h +// MAMapKit +// +// Created by ldj on 2018/11/27. +// Copyright © 2018 Amap. All rights reserved. +// + +#import + +@interface MAMapCustomStyleOptions : NSObject + +///自定义样式二进制 +@property (nonatomic, strong) NSData *styleData; + +///海外自定义样式文件路径 +@property (nonatomic, strong) NSString *styleDataOverseaPath; + +///设置地图自定义样式对应的styleID,从官网获取 +@property (nonatomic, strong) NSString *styleId; + +///设置自定义纹理文件二进制 +@property (nonatomic, strong) NSData *styleTextureData; + +///样式额外的配置,比如路况,背景颜色等 since 6.7.0 +@property (nonatomic, strong) NSData *styleExtraData; + +@end + diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapKit.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapKit.h new file mode 100644 index 0000000..2a86d2a --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapKit.h @@ -0,0 +1,77 @@ +// +// MAMapKit.h +// MAMapKit +// +// Created by 翁乐 on 12/2/15. +// Copyright © 2015 Amap. All rights reserved. +// + +#import +#import + +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import + +#import +#import + +#import +#import + +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import + +#import +#import +#import +#import +#import + +#import +#import +#import +#import diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapSnapshot.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapSnapshot.h new file mode 100644 index 0000000..ac90862 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapSnapshot.h @@ -0,0 +1,54 @@ +// +// MAMapSnapshot.h +// MAMapKit +// +// Created by ZhaoRui on 2022/3/30. +// Copyright © 2022 Amap. All rights reserved. +// + +#import "MAMapKit/MAMapKit.h" + +@interface MAMapSnapshotModel : NSObject + +@property (nonatomic, assign) CGSize size; +@property (nonatomic, assign) CGPoint position; +@property (nonatomic, assign) MAMapPoint tlPoint; +@property (nonatomic, assign) MAMapPoint trPoint; +@property (nonatomic, strong) UIImage* image; + +@end + +@interface MAMapSnapshot : NSObject + +@property (nonatomic, readonly) CGSize minSize; +@property (nonatomic, readonly) CGSize maxSize; + +- (instancetype)init:(MAMapView*)mapview; + +/** + * @brief 异步在指定区域内截图(默认会包含该区域内的annotationView), 地图载入完整时回调 + * @param size 指定的区域 + * @param tl 左上 + * @param tr 右上 + * @param block 回调block(resultImages:返回的图片集合,state:0载入不完整,1完整) + */ +typedef void(^CaptureResultBlock)(NSArray *resultImages, NSInteger state); +- (BOOL)captureBigPicture:(CGSize)pixelSize + topLeft:(CLLocationCoordinate2D)tl + topRight:(CLLocationCoordinate2D)tr + complete:(CaptureResultBlock)block; +/** + * @brief 异步在指定区域内截图(默认会包含该区域内的annotationView), 地图载入完整时回调 + * @param size 指定的区域 + * @param tl 左上 + * @param tr 右上 + * @param block 回调block(resultImage:返回的图片,state:0载入不完整,1完整) + */ +typedef void(^Observer)(UIImage *resultImage, NSInteger state); +- (BOOL)capture:(CGSize)size + topLeft:(CLLocationCoordinate2D)tl + topRight:(CLLocationCoordinate2D)tr + complete:(Observer)block; + +@end + diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapStatus.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapStatus.h new file mode 100644 index 0000000..6148564 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapStatus.h @@ -0,0 +1,63 @@ +// +// MAMapStatus.h +// MapKit_static +// +// Created by yi chen on 1/27/15. +// Copyright © 2016 Amap. All rights reserved. +// + + + +#import "MAConfig.h" +#import +#import + +///地图状态对象 +@interface MAMapStatus : NSObject + +///地图的中心点,改变该值时,地图的比例尺级别不会发生变化 +@property (nonatomic) CLLocationCoordinate2D centerCoordinate; + +///缩放级别 +@property (nonatomic) CGFloat zoomLevel; + +///设置地图旋转角度(逆时针为正向), 单位度, [0,360) +@property (nonatomic) CGFloat rotationDegree; + +///设置地图相机角度(范围为[0.f, 45.f]) +@property (nonatomic) CGFloat cameraDegree; + +///地图的视图锚点。坐标系归一化,(0, 0)为MAMapView左上角,(1, 1)为右下角。默认为(0.5, 0.5),即当前地图的视图中心 +@property (nonatomic) CGPoint screenAnchor; + +/** + * @brief 根据指定参数生成对应的status + * @param coordinate 地图的中心点,改变该值时,地图的比例尺级别不会发生变化 + * @param zoomLevel 缩放级别 + * @param rotationDegree 设置地图旋转角度(逆时针为正向) + * @param cameraDegree 设置地图相机角度(范围为[0.f, 45.f]) + * @param screenAnchor 地图的视图锚点。坐标系归一化,(0, 0)为MAMapView左上角,(1, 1)为右下角。默认为(0.5, 0.5),即当前地图的视图中心 + * @return 生成的Status + */ ++ (instancetype)statusWithCenterCoordinate:(CLLocationCoordinate2D)coordinate + zoomLevel:(CGFloat)zoomLevel + rotationDegree:(CGFloat)rotationDegree + cameraDegree:(CGFloat)cameraDegree + screenAnchor:(CGPoint)screenAnchor; + +/** + * @brief 根据指定参数初始化对应的status + * @param coordinate 地图的中心点,改变该值时,地图的比例尺级别不会发生变化 + * @param zoomLevel 缩放级别 + * @param rotationDegree 设置地图旋转角度(逆时针为正向) + * @param cameraDegree 设置地图相机角度(范围为[0.f, 45.f]) + * @param screenAnchor 地图的视图锚点。坐标系归一化,(0, 0)为MAMapView左上角,(1, 1)为右下角。默认为(0.5, 0.5),即当前地图的视图中心 + * @return 生成的Status + */ +- (id)initWithCenterCoordinate:(CLLocationCoordinate2D)coordinate + zoomLevel:(CGFloat)zoomLevel + rotationDegree:(CGFloat)rotationDegree + cameraDegree:(CGFloat)cameraDegree + screenAnchor:(CGPoint)screenAnchor; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapVersion.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapVersion.h new file mode 100644 index 0000000..232fb85 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapVersion.h @@ -0,0 +1,27 @@ +// +// MAMapVersion.h +// MAMapKit +// +// Created by yi chen on 2/24/16. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import + +#ifndef MAMapVersion_h +#define MAMapVersion_h + +#define MAMapVersionNumber 90600 +#define MAMapMinRequiredFoundationVersion 10800 + +// 依赖库版本检测 +#if AMapFoundationVersionNumber < MAMapMinRequiredFoundationVersion +#error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com" +#endif + +FOUNDATION_EXTERN NSString * const MAMapKitVersion; +FOUNDATION_EXTERN NSString * const MAMapKitName; + + +#endif /* MAMapVersion_h */ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapView.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapView.h new file mode 100644 index 0000000..bdaae38 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapView.h @@ -0,0 +1,1091 @@ +// +// MAMapView.h +// MAMapKit +// +// Created by 翁乐 on 3/17/16. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import +#import "MAOverlay.h" +#import "MAOverlayRenderer.h" +#import "MAAnnotationView.h" +#import "MACircle.h" +#import "MAUserLocation.h" +#import "MAMapStatus.h" +#import "MAIndoorInfo.h" +#import "MAUserLocationRepresentation.h" +#import "MAMapCustomStyleOptions.h" +#import + +///地图类型 +typedef NS_ENUM(NSInteger, MAMapType) +{ + MAMapTypeStandard = 0, ///< 普通地图 + MAMapTypeSatellite, ///< 卫星地图 + MAMapTypeStandardNight, ///< 夜间视图 + MAMapTypeNavi, ///< 导航视图 + MAMapTypeBus ///< 公交视图 +}; + +///用户跟踪模式 +typedef NS_ENUM(NSInteger, MAUserTrackingMode) +{ + MAUserTrackingModeNone = 0, ///< 不追踪用户的location更新 + MAUserTrackingModeFollow = 1, ///< 追踪用户的location更新 + MAUserTrackingModeFollowWithHeading = 2 ///< 追踪用户的location与heading更新 +}; + +///交通拥堵状态 +typedef NS_ENUM(NSInteger, MATrafficStatus) +{ + MATrafficStatusSmooth = 1, ///< 1 通畅 + MATrafficStatusSlow, ///< 2 缓行 + MATrafficStatusJam, ///< 3 阻塞 + MATrafficStatusSeriousJam, ///< 4 严重阻塞 +}; + +///绘制overlay的层级 +typedef NS_ENUM(NSInteger, MAOverlayLevel) { + MAOverlayLevelAboveRoads = 0, ///< 在地图底图标注和兴趣点图标之下绘制overlay + MAOverlayLevelAboveLabels ///< 在地图底图标注和兴趣点图标之上绘制overlay +}; + +#pragma mark - 动画相关的key +///中心点(MAMapPoint)key, 封装成[NSValue valueWithMAMapPoint:] +extern NSString * const kMAMapLayerCenterMapPointKey; + +///缩放级别key, 范围[minZoomLevel, maxZoomLevel], 封装成NSNumber +extern NSString * const kMAMapLayerZoomLevelKey; + +///旋转角度key, 范围[0, 360), 封装成NSNumber +extern NSString * const kMAMapLayerRotationDegreeKey; + +///摄像机俯视角度, 范围[0, 45], 封装成NSNumber +extern NSString * const kMAMapLayerCameraDegreeKey; + + +@protocol MAMapViewDelegate; + +@interface MAMapView : UIView + +///标记是否开启metal,默认NO. 注意:因机型或系统限制(要求机型最低5S,系统最低iOS10),开启metal可能失败。 +@property (nonatomic, assign, class) BOOL metalEnabled; + +///是否打开地形图,默认NO. 注意:需在地图创建前设置 (since 8.2.0) +@property (nonatomic, assign, class) BOOL terrainEnabled; + +///是否有地形图授权,默认YES. 如果没有授权会回调MAMapViewDelegate的 - (void)mapView:(MAMapView *)mapView didFailLoadTerrainWithError:(NSError *)error 方法 (since 9.3.1) +@property (nonatomic, assign, readonly) BOOL terrainAuth; + +///地图view的delegate +@property (nonatomic, weak) id delegate; + +///地图类型。注意:自定义样式优先级高于mapType,如开启了自定义样式,要关闭自定义样式后mapType才生效 +@property (nonatomic) MAMapType mapType; + +///当前地图的中心点,改变该值时,地图的比例尺级别不会发生变化 +@property (nonatomic) CLLocationCoordinate2D centerCoordinate; + +///当前地图的经纬度范围,设定的该范围可能会被调整为适合地图窗口显示的范围 +@property (nonatomic) MACoordinateRegion region; + +///可见区域, 设定的该范围可能会被调整为适合地图窗口显示的范围 +@property (nonatomic) MAMapRect visibleMapRect; + +///设置可见地图区域的矩形边界,如限制地图只显示北京市范围 +@property (nonatomic, assign) MACoordinateRegion limitRegion; + +///设置可见地图区域的矩形边界,如限制地图只显示北京市范围 +@property (nonatomic, assign) MAMapRect limitMapRect; + +///缩放级别(默认3-19,有室内地图时为3-20) +@property (nonatomic) CGFloat zoomLevel; + +///最小缩放级别 +@property (nonatomic) CGFloat minZoomLevel; + +///最大缩放级别(有室内地图时最大为20,否则为19) +@property (nonatomic) CGFloat maxZoomLevel; + +///设置地图旋转角度(逆时针为正向) +@property (nonatomic) CGFloat rotationDegree; + +///设置地图相机角度(范围为[0.f, 60.f],但高于40度的角度需要在16级以上才能生效) +@property (nonatomic) CGFloat cameraDegree; + +///是否以screenAnchor点作为锚点进行缩放,默认为YES。如果为NO,则以手势中心点作为锚点 +@property (nonatomic, assign) BOOL zoomingInPivotsAroundAnchorPoint; + +///是否支持缩放, 默认YES +@property (nonatomic, getter = isZoomEnabled) BOOL zoomEnabled; + +///是否支持平移, 默认YES +@property (nonatomic, getter = isScrollEnabled) BOOL scrollEnabled; + +///是否支持旋转, 默认YES +@property (nonatomic, getter = isRotateEnabled) BOOL rotateEnabled; + +///是否支持camera旋转, 默认YES +@property (nonatomic, getter = isRotateCameraEnabled) BOOL rotateCameraEnabled; + +///是否显示楼块,默认为YES +@property (nonatomic, getter = isShowsBuildings) BOOL showsBuildings; + +///是否显示底图标注, 默认为YES +@property (nonatomic, assign, getter = isShowsLabels) BOOL showsLabels; + +///是否显示交通路况图层, 默认为NO +@property (nonatomic, getter = isShowTraffic) BOOL showTraffic; + +///设置实时交通颜色,key为 MATrafficStatus +@property (nonatomic, copy) NSDictionary *trafficStatus __attribute((deprecated("已废弃 since 7.8.0"))); + +///是否支持单击地图获取POI信息(默认为YES), 对应的回调是 -(void)mapView:(MAMapView *) didTouchPois:(NSArray *) +@property (nonatomic, assign) BOOL touchPOIEnabled; + +///是否显示指南针, 默认YES +@property (nonatomic, assign) BOOL showsCompass; + +///指南针原点位置 +@property (nonatomic, assign) CGPoint compassOrigin; + +///指南针的宽高 +@property (nonatomic, readonly) CGSize compassSize; + +///是否显示比例尺, 默认YES +@property (nonatomic, assign) BOOL showsScale; + +///比例尺原点位置 +@property (nonatomic, assign) CGPoint scaleOrigin; + +///比例尺的最大宽高 +@property (nonatomic, readonly) CGSize scaleSize; + +///logo位置, 必须在mapView.bounds之内,否则会被忽略 +@property (nonatomic, assign) CGPoint logoCenter; + +///logo的宽高 +@property (nonatomic, readonly) CGSize logoSize; + +///在当前缩放级别下, 基于地图中心点, 1 screen point 对应的距离(单位是米) +@property (nonatomic, readonly) double metersPerPointForCurrentZoom; + +///标识当前地图中心位置是否在中国范围外。此属性不是精确判断,不能用于边界区域 +@property (nonatomic, readonly) BOOL isAbroad; + +///最大帧数,有效的帧数为:60、30、20、10等能被60整除的数。默认为60 +@property (nonatomic, assign) NSUInteger maxRenderFrame; + +///是否允许降帧,默认为YES +@property (nonatomic, assign) BOOL isAllowDecreaseFrame; + +///停止/开启 OpenGLES绘制, 默认NO. 对应回调是 - (void)mapView:(MAMapView *) didChangeOpenGLESDisabled:(BOOL) +@property (nonatomic, assign) BOOL openGLESDisabled __attribute((deprecated("已废弃,since 7.9.0,请使用renderringDisabled属性"))); + +///停止/开启 地图绘制, 默认NO. +@property (nonatomic, assign) BOOL renderringDisabled; + +///地图的视图锚点。坐标系归一化,(0, 0)为MAMapView左上角,(1, 1)为右下角。默认为(0.5, 0.5),即当前地图的视图中心 (since 5.0.0) +@property (nonatomic, assign) CGPoint screenAnchor; + +///地图渲染的runloop mode,默认为NSRunLoopCommonModes。如果是和UIScrollView一起使用且不希望地图在scrollView拖动时渲染,请设置此值为NSDefaultRunLoopMode。(since 5.1.0) +@property (nonatomic, copy) NSRunLoopMode runLoopMode; + +///设置语言。中文:@0: 英文:@1. 英文使用注意事项:1、不能和自定义地图样式同时使用;2、英文状态只在MAMapTypeStandard生效 +@property (nonatomic, strong) NSNumber *mapLanguage; + +/** + * @brief 设定当前地图的经纬度范围,该范围可能会被调整为适合地图窗口显示的范围 + * @param region 要设定的经纬度范围 + * @param animated 是否动画设置 + */ +- (void)setRegion:(MACoordinateRegion)region animated:(BOOL)animated; + +/** + * @brief 根据当前地图视图frame的大小调整region范围 + * @param region 要调整的经纬度范围 + * @return 调整后的经纬度范围 + */ +- (MACoordinateRegion)regionThatFits:(MACoordinateRegion)region; + +/** + * @brief 设置可见区域 + * @param mapRect 要设定的可见区域 + * @param animated 是否动画设置 + */ +- (void)setVisibleMapRect:(MAMapRect)mapRect animated:(BOOL)animated; + +/** + * @brief 重新计算可见地图矩形区域,使之匹配mapview长宽比 + * @param mapRect 要调整的地图矩形区域 + * @return 调整后的地图矩形区域 + */ +- (MAMapRect)mapRectThatFits:(MAMapRect)mapRect; + +/** + * @brief 根据边缘插入来调整地图矩形区域,使之匹配mapview加insets后的长宽比 + * @param mapRect 要调整的地图矩形区域 + * @param insets 边缘插入 + * @return 调整后的地图矩形区域 + */ +- (MAMapRect)mapRectThatFits:(MAMapRect)mapRect edgePadding:(UIEdgeInsets)insets; + +/** + * @brief 设置可见地图矩形区域 + * @param insets 边缘插入 + * @param mapRect 要显示的地图矩形区域 + * @param animated 是否动画效果 + */ +- (void)setVisibleMapRect:(MAMapRect)mapRect edgePadding:(UIEdgeInsets)insets animated:(BOOL)animated; + +/** + * @brief 设置可见地图矩形区域 + * @param insets 边缘插入 + * @param mapRect 要显示的地图矩形区域 + * @param animated 是否动画效果 + * @param duration 动画时长,单位秒 + */ +- (void)setVisibleMapRect:(MAMapRect)mapRect edgePadding:(UIEdgeInsets)insets animated:(BOOL)animated duration:(CFTimeInterval)duration; + +/** + * @brief 设置当前地图的中心点,改变该值时,地图的比例尺级别不会发生变化 + * @param coordinate 要设置的中心点 + * @param animated 是否动画设置 + */ +- (void)setCenterCoordinate:(CLLocationCoordinate2D)coordinate animated:(BOOL)animated; + +/** + * @brief 设置缩放级别(默认3-19,有室内地图时为3-20) + * @param zoomLevel 要设置的缩放级别 + * @param animated 是否动画设置 + */ +- (void)setZoomLevel:(CGFloat)zoomLevel animated:(BOOL)animated; + +/** + * @brief 根据指定的枢纽点来缩放地图 + * @param zoomLevel 缩放级别 + * @param pivot 枢纽点(基于地图view的坐标系) + * @param animated 是否动画 + */ +- (void)setZoomLevel:(CGFloat)zoomLevel atPivot:(CGPoint)pivot animated:(BOOL)animated; + +/** + * @brief 设置地图旋转角度(逆时针为正向) + * @param rotationDegree 旋转角度, 如当前角度是0,720表示逆时针旋转2周,-720表示正时针旋转2周 + * @param animated 动画 + * @param duration 动画时间 + */ +- (void)setRotationDegree:(CGFloat)rotationDegree animated:(BOOL)animated duration:(CFTimeInterval)duration; + +/** + * @brief 设置地图相机角度(范围为[0.f, 60.f],但高于40度的角度需要在16级以上才能生效) + * @param cameraDegree 要设置的相机角度 + * @param animated 是否动画 + * @param duration 动画时间 + */ +- (void)setCameraDegree:(CGFloat)cameraDegree animated:(BOOL)animated duration:(CFTimeInterval)duration; + +/** + * @brief 获取地图状态 + * @return 地图状态 + */ +- (MAMapStatus *)getMapStatus; + + +/** + * @brief 设置地图状态 + * @param status 要设置的地图状态 + * @param animated 是否动画 + */ +- (void)setMapStatus:(MAMapStatus *)status animated:(BOOL)animated; + +/** + * @brief 设置地图状态 + * @param status 要设置的地图状态 + * @param animated 是否动画 + * @param duration 动画时间,默认动画时间为0.35s + */ +- (void)setMapStatus:(MAMapStatus *)status + animated:(BOOL)animated + duration:(CFTimeInterval)duration; + +/** + * @brief 设置指南针的图片 + * @param image 新的指南针图片 + */ +- (void)setCompassImage:(UIImage *)image; + +/** + * @brief 在指定区域内截图(默认会包含该区域内的annotationView),注意不要在地图回调方法内直接调用 + * @param rect 指定的区域 + * @return 截图image + */ +- (UIImage *)takeSnapshotInRect:(CGRect)rect __attribute((deprecated("已废弃,请使用takeSnapshotInRect:withCompletionBlock:方法 since 6.0.0"))); + +/** + * @brief 异步在指定区域内截图(默认会包含该区域内的annotationView), 地图载入完整时回调 + * @param rect 指定的区域 + * @param block 回调block(resultImage:返回的图片,state:0载入不完整,1完整) + */ +- (void)takeSnapshotInRect:(CGRect)rect withCompletionBlock:(void (^)(UIImage *resultImage, NSInteger state))block; + +/** + * @brief 异步在指定区域内截图(默认会包含该区域内的annotationView), 地图载入完整时回调 (since 7.8.0) + * @param rect 指定的区域 + * @param timeout 超时时间 + * @param block 回调block(resultImage:返回的图片,state:0载入不完整,1完整) + */ +- (void)takeSnapshotInRect:(CGRect)rect timeoutInterval:(NSTimeInterval)timeout completionBlock:(void (^)(UIImage *resultImage, NSInteger state))block; + +/** + * @brief 在指定的缩放级别下, 基于地图中心点, 1 screen point 对应的距离(单位是米). + * @param zoomLevel 指定的缩放级别, 在[minZoomLevel, maxZoomLevel]范围内. + * @return 对应的距离(单位是米) + */ +- (double)metersPerPointForZoomLevel:(CGFloat)zoomLevel; + +/** + * @brief 将经纬度转换为指定view坐标系的坐标 + * @param coordinate 经纬度 + * @param view 指定的view + * @return 基于指定view坐标系的坐标 + */ +- (CGPoint)convertCoordinate:(CLLocationCoordinate2D)coordinate toPointToView:(UIView *)view; + +/** + * @brief 将指定view坐标系的坐标转换为经纬度 + * @param point 指定view坐标系的坐标 + * @param view 指定的view + * @return 经纬度 + */ +- (CLLocationCoordinate2D)convertPoint:(CGPoint)point toCoordinateFromView:(UIView *)view; + +/** + * @brief 将经纬度region转换为指定view坐标系的rect + * @param region 经纬度region + * @param view 指定的view + * @return 指定view坐标系的rect + */ +- (CGRect)convertRegion:(MACoordinateRegion)region toRectToView:(UIView *)view; + +/** + * @brief 将指定view坐标系的rect转换为经纬度region + * @param rect 指定view坐标系的rect + * @param view 指定的view + * @return 经纬度region + */ +- (MACoordinateRegion)convertRect:(CGRect)rect toRegionFromView:(UIView *)view; + +/** + * @brief 重新加载地图 + * + * 将离线地图解压到 Documents/3dvmap/ 目录下后,调用此函数使离线数据生效, + * 对应的回调分别是 offlineDataWillReload:(MAMapView *)mapView, offlineDataDidReload:(MAMapView *)mapView. + */ +- (void)reloadMap; + +/** + * @brief 清除所有磁盘上缓存的地图数据(不包括离线地图) + */ +- (void)clearDisk; + +/** + * @brief 重新加载内部纹理,在纹理被错误释放时可以执行此方法。(since 5.4.0) + */ +- (void)reloadInternalTexture; + +/** + * @brief 获取地图审图号。如果启用了“自定义样式”功能(customMapStyleEnabled 为 YES),则返回nil。(since 5.4.0) + * @return 地图审图号 + */ +- (NSString *)mapContentApprovalNumber; + +/** + * @brief 获取卫星图片审图号。(since 5.4.0) + * @return 卫星图片审图号 + */ +- (NSString *)satelliteImageApprovalNumber; + +/** + * @brief 获取地形图审图号。(since 8.2.0) + * @return 地形图审图号 + */ +- (NSString *)terrainApprovalNumber; + +/** + * @brief 添加CAKeyframeAnimation动画。(since 6.0.0) + * @param mapCenterAnimation 地图中心点动画 + * @param zoomAnimation 放大缩小动画 + * @param rotateAnimation 旋转动画 + * @param cameraDegreeAnimation 仰角动画 + */ +- (void)addAnimationWith:(CAKeyframeAnimation *)mapCenterAnimation + zoomAnimation:(CAKeyframeAnimation *)zoomAnimation + rotateAnimation:(CAKeyframeAnimation *)rotateAnimation + cameraDegreeAnimation:(CAKeyframeAnimation *)cameraDegreeAnimation; + +/** + * @brief 强制刷新。(since 6.0.0) + */ +- (void)forceRefresh; + +/** + * @brief 设置在建道路图层是否显示。默认NO(since 7.7.0) + * @param enabled 是否显示 + */ +- (void)setConstructingRoadEnable:(BOOL)enabled; + +#pragma mark - Privacy 隐私合规 +/** + * @brief 更新App是否显示隐私弹窗的状态,隐私弹窗是否包含高德SDK隐私协议内容的状态. 注意:必须在MAMapView实例化之前调用 since 8.1.0 + * @param showStatus 隐私弹窗状态 + * @param containStatus 包含高德SDK隐私协议状态 + */ ++ (void)updatePrivacyShow:(AMapPrivacyShowStatus)showStatus privacyInfo:(AMapPrivacyInfoStatus)containStatus; +/** +* @brief 更新用户授权高德SDK隐私协议状态. 注意:必须在MAMapView实例化之前调用 since 8.1.0 +* @param agreeStatus 用户授权高德SDK隐私协议状态 +*/ ++ (void)updatePrivacyAgree:(AMapPrivacyAgreeStatus)agreeStatus; + +@end + +@interface MAMapView (Annotation) + +///所有添加的标注, 注意从5.3.0开始返回数组内不再包含定位蓝点userLocation +@property (nonatomic, readonly) NSArray *annotations; + +///处于选中状态的标注数据数据(其count == 0 或 1) +@property (nonatomic, copy) NSArray *selectedAnnotations; + +///annotation 可见区域 +@property (nonatomic, readonly) CGRect annotationVisibleRect; + +/** + * @brief 向地图窗口添加标注,需要实现MAMapViewDelegate的-mapView:viewForAnnotation:函数来生成标注对应的View + * @param annotation 要添加的标注 + */ +- (void)addAnnotation:(id )annotation; + +/** + * @brief 向地图窗口添加一组标注,需要实现MAMapViewDelegate的-mapView:viewForAnnotation:函数来生成标注对应的View + * @param annotations 要添加的标注数组 + */ +- (void)addAnnotations:(NSArray *)annotations; + +/** + * @brief 移除标注 + * @param annotation 要移除的标注 + */ +- (void)removeAnnotation:(id )annotation; + +/** + * @brief 移除一组标注 + * @param annotations 要移除的标注数组 + */ +- (void)removeAnnotations:(NSArray *)annotations; + +/** + * @brief 获取指定投影矩形范围内的标注 + * @param mapRect 投影矩形范围 + * @return 标注集合 + */ +- (NSSet *)annotationsInMapRect:(MAMapRect)mapRect; + +/** + * @brief 根据标注数据获取标注view + * @param annotation 标注数据 + * @return 对应的标注view + */ +- (MAAnnotationView *)viewForAnnotation:(id )annotation; + +/** + * @brief 从复用内存池中获取制定复用标识的annotation view + * @param identifier 复用标识 + * @return annotation view + */ +- (MAAnnotationView *)dequeueReusableAnnotationViewWithIdentifier:(NSString *)identifier; + +/** + * @brief 选中标注数据对应的view。注意:如果annotation对应的annotationView因不在屏幕范围内而被移入复用池,为了完成选中操作,会将对应的annotationView添加到地图上,并将地图中心点移至annotation.coordinate的位置。 + * @param annotation 标注数据 + * @param animated 是否有动画效果 + */ +- (void)selectAnnotation:(id )annotation animated:(BOOL)animated; + +/** + * @brief 取消选中标注数据对应的view + * @param annotation 标注数据 + * @param animated 是否有动画效果 + */ +- (void)deselectAnnotation:(id )annotation animated:(BOOL)animated; + +/** + * @brief 设置地图使其可以显示数组中所有的annotation, 如果数组中只有一个则直接设置地图中心为annotation的位置。 + * @param annotations 需要显示的annotation + * @param animated 是否执行动画 + */ +- (void)showAnnotations:(NSArray *)annotations animated:(BOOL)animated; + +/** + * @brief 设置地图使其可以显示数组中所有的annotation, 如果数组中只有一个则直接设置地图中心为annotation的位置。 + * @param annotations 需要显示的annotation + * @param insets insets 嵌入边界 + * @param animated 是否执行动画 + */ +- (void)showAnnotations:(NSArray *)annotations edgePadding:(UIEdgeInsets)insets animated:(BOOL)animated; + +@end + + +@interface MAMapView (UserLocation) + +///是否显示用户位置 +@property (nonatomic) BOOL showsUserLocation; + +///当前的位置数据 +@property (nonatomic, readonly) MAUserLocation *userLocation; + +///是否自定义用户位置精度圈(userLocationAccuracyCircle)对应的 view, 默认为 NO.\n 如果为YES: 会调用 - (MAOverlayRenderer *)mapView (MAMapView *)mapView rendererForOverlay:(id )overlay 若返回nil, 则不加载.\n 如果为NO : 会使用默认的样式. +@property (nonatomic) BOOL customizeUserLocationAccuracyCircleRepresentation; + +///用户位置精度圈 对应的overlay +@property (nonatomic, readonly) MACircle *userLocationAccuracyCircle; + +///定位用户位置的模式, 注意:在follow模式下,设置地图中心点、设置可见区域、滑动手势、选择annotation操作会取消follow模式,并触发 - (void)mapView:(MAMapView *)mapView didChangeUserTrackingMode:(MAUserTrackingMode)mode animated:(BOOL)animated; +@property (nonatomic) MAUserTrackingMode userTrackingMode; + +///当前位置再地图中是否可见 +@property (nonatomic, readonly, getter=isUserLocationVisible) BOOL userLocationVisible; + +///设定定位的最小更新距离。默认为kCLDistanceFilterNone,会提示任何移动 +@property (nonatomic) CLLocationDistance distanceFilter; + +///设定定位精度。默认为kCLLocationAccuracyBest +@property (nonatomic) CLLocationAccuracy desiredAccuracy; + +///设定最小更新角度。默认为1度,设定为kCLHeadingFilterNone会提示任何角度改变 +@property (nonatomic) CLLocationDegrees headingFilter; + +///指定定位是否会被系统自动暂停 +@property (nonatomic) BOOL pausesLocationUpdatesAutomatically; + +///是否允许后台定位。默认为NO。只在iOS 9.0之后起作用。\n 设置为YES的时候必须保证 Background Modes 中的 Location updates处于选中状态,否则会抛出异常。\n 注意:定位必须在停止的状态下设置(showsUserLocation = NO),否则无效 +@property (nonatomic) BOOL allowsBackgroundLocationUpdates; + +/** + * @brief 设置定位用户位置的模式 + * @param mode 要设置的模式 + * @param animated 是否动画设置 + */ +- (void)setUserTrackingMode:(MAUserTrackingMode)mode animated:(BOOL)animated; + +/** + * @brief 设定UserLocationView样式。如果用户自定义了userlocation的annotationView,或者该annotationView还未添加到地图上,此方法将不起作用 + * @param representation 样式信息对象 + */ +- (void)updateUserLocationRepresentation:(MAUserLocationRepresentation *)representation; + +@end + +@interface MAMapView (Overlay) + +///所有添加的Overlay +@property (nonatomic, readonly) NSArray *overlays; + +/** + * @brief 取位于level下的overlays + * @param level 层级 + */ +- (NSArray *)overlaysInLevel:(MAOverlayLevel)level; + +/** + * @brief 向地图窗口添加Overlay。 + * 需要实现MAMapViewDelegate的-mapView:rendererForOverlay:函数来生成标注对应的Renderer。 + * 默认添加层级:MAGroundOverlay默认层级为MAOverlayLevelAboveRoads,其余overlay类型默认层级为MAOverlayLevelAboveLabels + * @param overlay 要添加的overlay + */ +- (void)addOverlay:(id )overlay; + +/** + * @brief 向地图窗口添加一组Overlay,需要实现MAMapViewDelegate的-mapView:rendererForOverlay:函数来生成标注对应的Renderer + * 默认添加层级:MAOverlayLevelAboveLabels + * @param overlays 要添加的overlay数组 + */ +- (void)addOverlays:(NSArray *)overlays; + +/** + * @brief 向地图窗口添加Overlay,需要实现MAMapViewDelegate的-mapView:rendererForOverlay:函数来生成标注对应的Renderer + * @param overlay 要添加的overlay + * @param level 添加的overlay所在层级 + */ +- (void)addOverlay:(id )overlay level:(MAOverlayLevel)level; + +/** + * @brief 向地图窗口添加一组Overlay,需要实现MAMapViewDelegate的-mapView:rendererForOverlay:函数来生成标注对应的Renderer + * @param overlays 要添加的overlay数组 + * @param level 添加的overlay所在层级 + */ +- (void)addOverlays:(NSArray *)overlays level:(MAOverlayLevel)level; + +/** + * @brief 移除Overlay + * @param overlay 要移除的overlay + */ +- (void)removeOverlay:(id )overlay; + +/** + * @brief 移除一组Overlay + * @param overlays 要移除的overlay数组 + */ +- (void)removeOverlays:(NSArray *)overlays; + +/** + * @brief 在指定层级的指定的索引处添加一个Overlay + * @param overlay 要添加的overlay + * @param index 指定的索引 + * @param level 指定的层级 + + * 注:各个层级的索引分开计数; + * 若index大于level层级的最大索引,则添加至level层级的最大索引之后。 + */ +- (void)insertOverlay:(id )overlay atIndex:(NSUInteger)index level:(MAOverlayLevel)level; + +/** + * @brief 在指定的Overlay之上插入一个overlay + * @param overlay 带添加的Overlay + * @param sibling 用于指定相对位置的Overlay + */ +- (void)insertOverlay:(id )overlay aboveOverlay:(id )sibling; + +/** + * @brief 在指定的Overlay之下插入一个overlay + * @param overlay 带添加的Overlay + * @param sibling 用于指定相对位置的Overlay + */ +- (void)insertOverlay:(id )overlay belowOverlay:(id )sibling; + +/** + * @brief 在指定的索引处添加一个Overlay + * @param overlay 要添加的overlay + * @param index 指定的索引 + */ +- (void)insertOverlay:(id )overlay atIndex:(NSUInteger)index; + +/** + * @brief 在MAOverlayLevelAboveLabels上交换指定索引处的Overlay + * @param index1 索引1 + * @param index2 索引2 + */ +- (void)exchangeOverlayAtIndex:(NSUInteger)index1 withOverlayAtIndex:(NSUInteger)index2; + +/** + * @brief 交换指定索引处的Overlay + * @param index1 索引1 + * @param index2 索引2 + * @param level 所处层级 + */ +- (void)exchangeOverlayAtIndex:(NSUInteger)index1 withOverlayAtIndex:(NSUInteger)index2 atLevel:(MAOverlayLevel)level; + +/** + * @brief 交换两个overlay + * @param overlay1 overlay1 + * @param overlay2 overlay2 + */ +- (void)exchangeOverlay:(id )overlay1 withOverlay:(id )overlay2; + +/** + * @brief 查找指定overlay对应的Renderer,如果该View尚未创建,返回nil + * @param overlay 指定的overlay + * @return 指定overlay对应的Renderer + */ +- (MAOverlayRenderer *)rendererForOverlay:(id )overlay; + +/** + * @brief 设置地图使其可以显示数组中所有的overlay, 如果数组中只有一个则直接设置地图中心为overlay的位置。 + * @param overlays 需要显示的overlays + * @param animated 是否执行动画 + */ +- (void)showOverlays:(NSArray *)overlays animated:(BOOL)animated; + +/** + * @brief 设置地图使其可以显示数组中所有的overlay, 如果数组中只有一个则直接设置地图中心为overlay的位置。 + * @param overlays 需要显示的overlays + * @param insets insets 嵌入边界 + * @param animated 是否执行动画 + */ +- (void)showOverlays:(NSArray *)overlays edgePadding:(UIEdgeInsets)insets animated:(BOOL)animated; + +/** + * @brief 获取点击选中的polylineRenderer, 注意:开启polylineRenderer的点击选中功能,需设置userInteractionEnabled=YES。since 7.1.0 + * @param tappedCoord 点击点的坐标 + * @param traverseAll 如果有polyline重合情况,是否返回多个。NO: 只返回最上面的 YES:返回所有 + * @return 返回选中的polylineRenderer数组,最上面的在第一个 + * */ +- (NSArray*)getHittedPolylinesWith:(CLLocationCoordinate2D)tappedCoord traverseAll:(BOOL)traverseAll; + +@end + +#if MA_INCLUDE_INDOOR +@interface MAMapView (Indoor) + +///是否显示室内地图, 默认NO +@property (nonatomic, getter = isShowsIndoorMap) BOOL showsIndoorMap; + +///是否显示室内地图默认控件, 默认YES +@property (nonatomic, getter = isShowsIndoorMapControl) BOOL showsIndoorMapControl; + +///默认室内地图控件的最大宽高 +@property (nonatomic, readonly) CGSize indoorMapControlSize; + +/** + * @brief 设置默认室内地图控件位置 + * @param origin 左上角点位置 + */ +- (void)setIndoorMapControlOrigin:(CGPoint)origin; + +/** + * @brief 设置当前室内地图楼层数 + * @param floorIndex 要设置的楼层数 + */ +- (void)setCurrentIndoorMapFloorIndex:(NSInteger)floorIndex; + +/** + * @brief 清空室内地图缓存 + */ +- (void)clearIndoorMapCache; + +@end +#endif + +///自定义样式 +@interface MAMapView (CustomMapStyle) + +///是否开启自定义样式, 默认NO. since 5.0.0 +@property (nonatomic, assign) BOOL customMapStyleEnabled; + +/** + * @brief 自定义地图样式设置,可以支持分级样式配置,如控制不同级别显示不同的颜色(自7.0.0开始样式有更新,旧的样式文件不能继续使用,必须到官网重新导出新样式文件。 自6.6.0开始使用新版样式,旧版样式无法在新版接口setCustomMapStyleOptions:(MAMapCustomStyleOptions *)styleOptions中使用,请到官网(lbs.amap.com)更新新版样式文件.) + * @param styleOptions 自定义样式options. since 6.6.0 + */ +- (void)setCustomMapStyleOptions:(MAMapCustomStyleOptions *)styleOptions; + +@end + +/// 建筑物操作 @since 9.6.0 +@interface MAMapView (Buildings) + +/** + * @brief 隐藏建筑物 + * @param polygon 围栏的经纬度信息 + * @param polygonSize 围栏的size(需 >= 3 否则无法构成围栏) + * @return 隐藏成功返回当前的operationId(>= 0) 失败返回-1 + */ +- (NSInteger)hideBuildingsWithPolygon:(CLLocationCoordinate2D *)polygon polygonSize:(NSUInteger)polygonSize; + +/** + * @brief 显示建筑物 + * @param operationId 操作Id(隐藏建筑物接口的返回值) + */ +- (void)showHiddenBuildingsWithOperationId:(NSInteger)operationId; +@end + +#pragma mark - MAMapViewDelegate +@protocol MAMapViewDelegate + +@optional + +/** + * @brief 地图区域改变过程中会调用此接口 since 4.6.0 + * @param mapView 地图View + */ +- (void)mapViewRegionChanged:(MAMapView *)mapView; + +/** + * @brief 地图区域即将改变时会调用此接口 + * @param mapView 地图View + * @param animated 是否动画 + */ +- (void)mapView:(MAMapView *)mapView regionWillChangeAnimated:(BOOL)animated; + +/** + * @brief 地图区域改变完成后会调用此接口 + * @param mapView 地图View + * @param animated 是否动画 + */ +- (void)mapView:(MAMapView *)mapView regionDidChangeAnimated:(BOOL)animated; + +/** + * @brief 地图区域即将改变时会调用此接口,如实现此接口则不会触发回掉mapView:regionWillChangeAnimated: + * @param mapView 地图View + * @param animated 是否动画 +* @param wasUserAction 标识是否是用户动作 + */ +- (void)mapView:(MAMapView *)mapView regionWillChangeAnimated:(BOOL)animated wasUserAction:(BOOL)wasUserAction; + +/** + * @brief 地图区域改变完成后会调用此接口,如实现此接口则不会触发回掉mapView:regionDidChangeAnimated: + * @param mapView 地图View + * @param animated 是否动画 + * @param wasUserAction 标识是否是用户动作 + */ +- (void)mapView:(MAMapView *)mapView regionDidChangeAnimated:(BOOL)animated wasUserAction:(BOOL)wasUserAction; + +/** + * @brief 地图将要发生移动时调用此接口 + * @param mapView 地图view + * @param wasUserAction 标识是否是用户动作 + */ +- (void)mapView:(MAMapView *)mapView mapWillMoveByUser:(BOOL)wasUserAction; + +/** + * @brief 地图移动结束后调用此接口 + * @param mapView 地图view + * @param wasUserAction 标识是否是用户动作 + */ +- (void)mapView:(MAMapView *)mapView mapDidMoveByUser:(BOOL)wasUserAction; + +/** + * @brief 地图将要发生缩放时调用此接口 + * @param mapView 地图view + * @param wasUserAction 标识是否是用户动作 + */ +- (void)mapView:(MAMapView *)mapView mapWillZoomByUser:(BOOL)wasUserAction; + +/** + * @brief 地图缩放结束后调用此接口 + * @param mapView 地图view + * @param wasUserAction 标识是否是用户动作 + */ +- (void)mapView:(MAMapView *)mapView mapDidZoomByUser:(BOOL)wasUserAction; + +/** + * @brief 地图开始加载 + * @param mapView 地图View + */ +- (void)mapViewWillStartLoadingMap:(MAMapView *)mapView; + +/** + * @brief 地图加载成功 + * @param mapView 地图View + */ +- (void)mapViewDidFinishLoadingMap:(MAMapView *)mapView; + +/** + * @brief 地图加载失败 + * @param mapView 地图View + * @param error 错误信息 + */ +- (void)mapViewDidFailLoadingMap:(MAMapView *)mapView withError:(NSError *)error; + +/** + * @brief 地形图加载失败 + * @param mapView 地图View + * @param error 错误信息 + */ +- (void)mapView:(MAMapView *)mapView didFailLoadTerrainWithError:(NSError *)error; + +/** + * @brief 根据anntation生成对应的View。 + + 注意: + 1、5.1.0后由于定位蓝点增加了平滑移动功能,如果在开启定位的情况先添加annotation,需要在此回调方法中判断annotation是否为MAUserLocation,从而返回正确的View。 + if ([annotation isKindOfClass:[MAUserLocation class]]) { + return nil; + } + + 2、请不要在此回调中对annotation进行select和deselect操作,此时annotationView还未添加到mapview。 + + * @param mapView 地图View + * @param annotation 指定的标注 + * @return 生成的标注View + */ +- (MAAnnotationView *)mapView:(MAMapView *)mapView viewForAnnotation:(id )annotation; + +/** + * @brief 当mapView新添加annotation views时,调用此接口 + * @param mapView 地图View + * @param views 新添加的annotation views + */ +- (void)mapView:(MAMapView *)mapView didAddAnnotationViews:(NSArray *)views; + +/** + * @brief 当选中一个annotation view时,调用此接口. 注意如果已经是选中状态,再次点击不会触发此回调。取消选中需调用-(void)deselectAnnotation:animated: + * @param mapView 地图View + * @param view 选中的annotation view + */ +- (void)mapView:(MAMapView *)mapView didSelectAnnotationView:(MAAnnotationView *)view; + +/** + * @brief 当取消选中一个annotation view时,调用此接口 + * @param mapView 地图View + * @param view 取消选中的annotation view + */ +- (void)mapView:(MAMapView *)mapView didDeselectAnnotationView:(MAAnnotationView *)view; + +/** + * @brief 在地图View将要启动定位时,会调用此函数 + * @param mapView 地图View + */ +- (void)mapViewWillStartLocatingUser:(MAMapView *)mapView; + +/** + * @brief 在地图View停止定位后,会调用此函数 + * @param mapView 地图View + */ +- (void)mapViewDidStopLocatingUser:(MAMapView *)mapView; + +/** + * @brief 位置或者设备方向更新后,会调用此函数 + * @param mapView 地图View + * @param userLocation 用户定位信息(包括位置与设备方向等数据) + * @param updatingLocation 标示是否是location数据更新, YES:location数据更新 NO:heading数据更新 + */ +- (void)mapView:(MAMapView *)mapView didUpdateUserLocation:(MAUserLocation *)userLocation updatingLocation:(BOOL)updatingLocation; + +/** + * @brief 当plist配置NSLocationAlwaysUsageDescription或者NSLocationAlwaysAndWhenInUseUsageDescription,并且[CLLocationManager authorizationStatus] == kCLAuthorizationStatusNotDetermined,会调用代理的此方法。 + 此方法实现调用后台权限API即可( 该回调必须实现 [locationManager requestAlwaysAuthorization] ); since 6.8.0 + * @param locationManager 地图的CLLocationManager。 + */ +- (void)mapViewRequireLocationAuth:(CLLocationManager *)locationManager; + +/** + * @brief 定位失败后,会调用此函数 + * @param mapView 地图View + * @param error 错误号,参考CLError.h中定义的错误号 + */ +- (void)mapView:(MAMapView *)mapView didFailToLocateUserWithError:(NSError *)error; + +/** + * @brief 拖动annotation view时view的状态变化 + * @param mapView 地图View + * @param view annotation view + * @param newState 新状态 + * @param oldState 旧状态 + */ +- (void)mapView:(MAMapView *)mapView annotationView:(MAAnnotationView *)view didChangeDragState:(MAAnnotationViewDragState)newState + fromOldState:(MAAnnotationViewDragState)oldState; + +/** + * @brief 根据overlay生成对应的Renderer + * @param mapView 地图View + * @param overlay 指定的overlay + * @return 生成的覆盖物Renderer + */ +- (MAOverlayRenderer *)mapView:(MAMapView *)mapView rendererForOverlay:(id )overlay; + +/** + * @brief 当mapView新添加overlay renderers时,调用此接口 + * @param mapView 地图View + * @param overlayRenderers 新添加的overlay renderers + */ +- (void)mapView:(MAMapView *)mapView didAddOverlayRenderers:(NSArray *)overlayRenderers; + +/** + * @brief 标注view的accessory view(必须继承自UIControl)被点击时,触发该回调 + * @param mapView 地图View + * @param view callout所属的标注view + * @param control 对应的control + */ +- (void)mapView:(MAMapView *)mapView annotationView:(MAAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control; + +/** + * @brief 标注view的calloutview整体点击时,触发该回调。只有使用默认calloutview时才生效。 + * @param mapView 地图的view + * @param view calloutView所属的annotationView + */ +- (void)mapView:(MAMapView *)mapView didAnnotationViewCalloutTapped:(MAAnnotationView *)view; + +/** + * @brief 标注view被点击时,触发该回调。(since 5.7.0) + * @param mapView 地图的view + * @param view annotationView + */ +- (void)mapView:(MAMapView *)mapView didAnnotationViewTapped:(MAAnnotationView *)view; + +/** + * @brief 当userTrackingMode改变时,调用此接口 + * @param mapView 地图View + * @param mode 改变后的mode + * @param animated 动画 + */ +- (void)mapView:(MAMapView *)mapView didChangeUserTrackingMode:(MAUserTrackingMode)mode animated:(BOOL)animated; + +/** + * @brief 当openGLESDisabled变量改变时,调用此接口 + * @param mapView 地图View + * @param openGLESDisabled 改变后的openGLESDisabled + */ +- (void)mapView:(MAMapView *)mapView didChangeOpenGLESDisabled:(BOOL)openGLESDisabled __attribute((deprecated("已废弃,since 7.9.0"))); + +/** + * @brief 当touchPOIEnabled == YES时,单击地图使用该回调获取POI信息 + * @param mapView 地图View + * @param pois 获取到的poi数组(由MATouchPoi组成) + */ +- (void)mapView:(MAMapView *)mapView didTouchPois:(NSArray *)pois; + +/** + * @brief 单击地图回调,返回经纬度 + * @param mapView 地图View + * @param coordinate 经纬度 + */ +- (void)mapView:(MAMapView *)mapView didSingleTappedAtCoordinate:(CLLocationCoordinate2D)coordinate; + +/** + * @brief 长按地图,返回经纬度 + * @param mapView 地图View + * @param coordinate 经纬度 + */ +- (void)mapView:(MAMapView *)mapView didLongPressedAtCoordinate:(CLLocationCoordinate2D)coordinate; + +/** + * @brief 地图初始化完成(在此之后,可以进行坐标计算) + * @param mapView 地图View + */ +- (void)mapInitComplete:(MAMapView *)mapView; + +#if MA_INCLUDE_INDOOR +/** + * @brief 室内地图出现,返回室内地图信息 + * + * @param mapView 地图View + * @param indoorInfo 室内地图信息 + */ +- (void)mapView:(MAMapView *)mapView didIndoorMapShowed:(MAIndoorInfo *)indoorInfo; + +/** + * @brief 室内地图楼层发生变化,返回变化的楼层 + * + * @param mapView 地图View + * @param indoorInfo 变化的楼层 + */ +- (void)mapView:(MAMapView *)mapView didIndoorMapFloorIndexChanged:(MAIndoorInfo *)indoorInfo; + +/** + * @brief 室内地图消失后,返回室内地图信息 + * + * @param mapView 地图View + * @param indoorInfo 室内地图信息 + */ +- (void)mapView:(MAMapView *)mapView didIndoorMapHidden:(MAIndoorInfo *)indoorInfo; +#endif //end of MA_INCLUDE_INDOOR + +/** + * @brief 离线地图数据将要被加载, 调用reloadMap会触发该回调,离线数据生效前的回调. + * @param mapView 地图View + */ +- (void)offlineDataWillReload:(MAMapView *)mapView; + +/** + * @brief 离线地图数据加载完成, 调用reloadMap会触发该回调,离线数据生效后的回调. + * @param mapView 地图View + */ +- (void)offlineDataDidReload:(MAMapView *)mapView; + +@end + diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h new file mode 100644 index 0000000..f8cceba --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h @@ -0,0 +1,36 @@ +// +// MAMultiColoredPolylineRenderer.h +// MapKit_static +// +// Created by yi chen on 12/11/15. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_MAMultiPolyline + +#import "MAPolylineRenderer.h" +#import "MAMultiPolyline.h" + +///此类用于绘制 MAMultiPolyline 对应的多彩线,支持分段颜色绘制 +@interface MAMultiColoredPolylineRenderer : MAPolylineRenderer + +///关联的MAMultiPolyline model +@property (nonatomic, readonly) MAMultiPolyline *multiPolyline; + +///分段绘制的颜色,需要分段颜色绘制时,必须设置(内容必须为UIColor)。根据multiPolyline.drawStyleIndexes属性指示的索引进行渲染。 +@property (nonatomic, strong) NSArray *strokeColors; + +///颜色是否渐变, 默认为NO。如果设置为YES,则为多彩渐变线。 +@property (nonatomic, getter=isGradient) BOOL gradient; + +/** + * @brief 根据指定的MAPolyline生成一个多段线Renderer + * @param multiPolyline 指定MAMultiPolyline + * @return 新生成的多段线Renderer +*/ +- (instancetype)initWithMultiPolyline:(MAMultiPolyline *)multiPolyline; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPoint.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPoint.h new file mode 100755 index 0000000..20ab664 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPoint.h @@ -0,0 +1,33 @@ +// +// MAMultiPoint.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAShape.h" +#import "MAGeometry.h" + +///该类是个由多个点组成的虚基类, 不能直接实例化对象, 要使用其子类MAPolyline,MAPolygon来实例化 +@interface MAMultiPoint : MAShape + +///坐标点数组 +@property (nonatomic, readonly) MAMapPoint *points; + +///坐标点的个数 +@property (nonatomic, readonly) NSUInteger pointCount; + +///是否跨越180度经度线,默认NO since 6.4.0 +@property (nonatomic, assign, readonly) BOOL cross180Longitude; + +/** + * @brief 将内部的坐标点数据转化为经纬度坐标并拷贝到coords内存中 + * @param coords 调用者提供的内存空间, 该空间长度必须大于等于要拷贝的坐标点的个数(range.length) + * @param range 要拷贝的数据范围 + */ +- (void)getCoordinates:(CLLocationCoordinate2D *)coords range:(NSRange)range; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPointOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPointOverlay.h new file mode 100644 index 0000000..8e58e0e --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPointOverlay.h @@ -0,0 +1,44 @@ +// +// MAMultiPointOverlay.h +// MAMapKit +// +// Created by hanxiaoming on 2017/4/11. +// Copyright © 2017年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_MAMultiPoint + +#import "MAShape.h" +#import "MAOverlay.h" + +///海量点overlay单个点对象(since 5.1.0) +@interface MAMultiPointItem : NSObject + +///经纬度 +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +///唯一标识,默认为nil。 +@property (nonatomic, copy) NSString *customID; + +///标题 +@property (nonatomic, copy) NSString *title; + +///副标题 +@property (nonatomic, copy) NSString *subtitle; + +@end + + +///海量点overlay(since 5.1.0) +@interface MAMultiPointOverlay : MAShape + +///点对象集合(注意:MAMultiPointItem属性不支持动态更新) +@property (nonatomic, readonly) NSArray *items; + +///初始化方法 +- (instancetype)initWithMultiPointItems:(NSArray *)items; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h new file mode 100644 index 0000000..a53a202 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h @@ -0,0 +1,54 @@ +// +// MAMultiPointOverlayRenderer.h +// MAMapKit +// +// Created by hanxiaoming on 2017/4/11. +// Copyright © 2017年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_MAMultiPoint + +#import "MAMultiPointOverlay.h" +#import "MAOverlayRenderer.h" + +@class MAMultiPointOverlayRenderer; + +///MAMultiPointOverlayRenderer代理(since 5.1.0) +@protocol MAMultiPointOverlayRendererDelegate +@optional + +/** + @brief 点击海量点图层回调 + + @param renderer 海量点图层渲染器 + @param item 被点击的单个点对象 + */ +- (void)multiPointOverlayRenderer:(MAMultiPointOverlayRenderer *)renderer didItemTapped:(MAMultiPointItem *)item; + +@end + +///海量点渲染renderer(since 5.1.0)。 注意:为了保证渲染效率,纹理不受alpha参数影响,如果需要设置透明度,请更换icon。 +@interface MAMultiPointOverlayRenderer : MAOverlayRenderer + +///MAMultiPointOverlayRendererDelegate代理对象 +@property (nonatomic, weak) id delegate; + +///标注纹理图片 +@property (nonatomic, strong) UIImage *icon; + +///纹理渲染大小,默认为icon图片大小 +@property (nonatomic, assign) CGSize pointSize; + +///经纬度对应图片中的位置,默认为(0.5,0.5),范围[0-1] 负值自动取其绝对值 左上角为 (0,0) 右下角为 (1,1) +@property (nonatomic, assign) CGPoint anchor; + +///对应的overlay +@property (nonatomic, readonly) MAMultiPointOverlay *multiPointOverlay; + +///初始化方法 +- (instancetype)initWithMultiPointOverlay:(MAMultiPointOverlay *)multiPointOverlay; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPolyline.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPolyline.h new file mode 100644 index 0000000..d830f56 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiPolyline.h @@ -0,0 +1,77 @@ +// +// MAMultiPolyline.h +// MapKit_static +// +// Created by yi chen on 12/11/15. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_MAMultiPolyline + +#import "MAPolyline.h" + +///多彩线model类。此类用于定义一个由多个点相连的多段线,绘制时支持分段采用不同颜色(纹理)绘制,点与点之间尾部相连但第一点与最后一个点不相连, 通常MAMultiPolyline是MAMultiColoredPolylineRenderer(分段颜色绘制)或MAMultiTexturePolylineRenderer(分段纹理绘制)的model +@interface MAMultiPolyline : MAPolyline + +/** + 绘制索引数组(纹理、颜色索引数组), 成员为NSNumber, 且为非负数。 + 例子:[1,3,6] 表示 0-1使用第一种颜色\纹理,1-3使用第二种,3-6使用第三种,6-最后使用第四种。 + 在渐变模式下(MAMultiColoredPolylineRenderer.gradient = YES),0-1使用第一种颜色,3使用第二种,6-最后使用第四种,1-3,3-6使用渐变色进行填充。 + + 注意:polyline在渲染时会进行抽稀以提高渲染效率,但是如果是设置为drawIndex的点,则不会被抽稀。 + 在每一个点都是索引点的极端情况下,则抽稀过程不会生效,点数量很多时会极大的影响渲染效率。所以请尽量少的设置索引点的数量。 + */ +@property (nonatomic, strong) NSArray *drawStyleIndexes; + +/** + * @brief 多彩线,根据MAMapPoint数据生成多彩线 + * + * 分段纹理绘制:其对应的MAMultiTexturePolylineRenderer必须设置strokeTextureImages属性; 否则使用默认的灰色纹理绘制。 + * 分段颜色绘制:其对应的MAMultiColoredPolylineRenderer必须设置strokeColors属性 + * + * @param points 指定的直角坐标点数组,注意:如果有连续重复点,需要去重处理,只保留一个,否则会导致绘制有问题。 + * @param count 坐标点的个数 + * @param drawStyleIndexes 纹理索引数组(颜色索引数组) + * @return 生成的折线对象 + */ ++ (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count drawStyleIndexes:(NSArray *) drawStyleIndexes; + +/** + * @brief 多彩线,根据经纬度坐标数据生成多彩线 + * + * 分段纹理绘制:其对应的MAMultiTexturePolylineRenderer必须设置strokeTextureImages属性; 否则使用默认的灰色纹理绘制。 + * 分段颜色绘制:其对应的MAMultiColoredPolylineRenderer必须设置strokeColors属性。 + * + * @param coords 指定的经纬度坐标点数组,注意:如果有连续重复点,需要去重处理,只保留一个,否则会导致绘制有问题。 + * @param count 坐标点的个数 + * @param drawStyleIndexes 纹理索引数组(颜色索引数组), 成员为NSNumber, 且为非负数。 + * @return 生成的折线对象 + */ ++ (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count drawStyleIndexes:(NSArray *) drawStyleIndexes; + +/** + * @brief 重新设置坐标点. since 5.0.0 + * @param points 指定的直角坐标点数组,C数组,内部会做copy,调用者负责内存管理。注意:如果有连续重复点,需要去重处理,只保留一个,否则会导致绘制有问题。 + * @param count 坐标点的个数 + * @param drawStyleIndexes 纹理索引数组(颜色索引数组), 成员为NSNumber, 且为非负数。 + * @return 是否设置成功 + */ +- (BOOL)setPolylineWithPoints:(MAMapPoint *)points + count:(NSUInteger)count + drawStyleIndexes:(NSArray *)drawStyleIndexes; + +/** + * @brief 重新设置坐标点. since 5.0.0 + * @param coords 指定的经纬度坐标点数组,C数组,内部会做copy,调用者负责内存管理。注意:如果有连续重复点,需要去重处理,只保留一个,否则会导致绘制有问题。 + * @param count 坐标点的个数 + * @param drawStyleIndexes 纹理索引数组(颜色索引数组), 成员为NSNumber, 且为非负数。 + * @return 是否设置成功 + */ +- (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords + count:(NSUInteger)count + drawStyleIndexes:(NSArray *)drawStyleIndexes; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h new file mode 100644 index 0000000..b9cae81 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h @@ -0,0 +1,33 @@ +// +// MAMultiTexturePolylineRenderer.h +// MapKit_static +// +// Created by yi chen on 12/11/15. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_MAMultiPolyline + +#import "MAPolylineRenderer.h" +#import "MAMultiPolyline.h" + +///此类用于绘制MAMultiPolyline对应的多彩线,支持分段纹理绘制 +@interface MAMultiTexturePolylineRenderer : MAPolylineRenderer + +///关联的MAMultiPolyline model +@property (nonatomic, readonly) MAMultiPolyline *multiPolyline; + +///分段纹理图片数组, 支持非PowerOfTwo图片 +@property (nonatomic, strong) NSArray *strokeTextureImages; + +/** + * @brief 根据指定的MAMultiPolyline生成一个多段线Renderer + * @param multiPolyline 指定MAMultiPolyline + * @return 新生成的多段线Renderer + */ +- (instancetype)initWithMultiPolyline:(MAMultiPolyline *)multiPolyline; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineCity.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineCity.h new file mode 100644 index 0000000..3b181f5 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineCity.h @@ -0,0 +1,22 @@ +// +// MAOfflineCity.h +// +// Copyright (c) 2013年 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OFFLINE + +#import +#import "MAOfflineItem.h" + +///离线地图,城市信息 +@interface MAOfflineCity : MAOfflineItem + +///城市编码 +@property (nonatomic, copy, readonly) NSString *cityCode; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItem.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItem.h new file mode 100644 index 0000000..56c0885 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItem.h @@ -0,0 +1,51 @@ +// +// MAOfflineItem.h +// MapKit_static +// +// Created by songjian on 14-4-23. +// Copyright © 2016 Amap. All rights reserved. +// + + + +#import "MAConfig.h" + +#if MA_INCLUDE_OFFLINE + +#import + +///离线地图item状态 +typedef NS_ENUM(NSInteger, MAOfflineItemStatus) +{ + MAOfflineItemStatusNone = 0, ///<不存在 + MAOfflineItemStatusCached, ///<缓存状态 + MAOfflineItemStatusInstalled, ///<已安装 + MAOfflineItemStatusExpired ///<已过期 +}; + +@interface MAOfflineItem : NSObject + +///名字 +@property (nonatomic, copy, readonly) NSString *name; + +///简拼 +@property (nonatomic, copy, readonly) NSString *jianpin; + +///拼音 +@property (nonatomic, copy, readonly) NSString *pinyin; + +///区域编码 +@property (nonatomic, copy, readonly) NSString *adcode; + +///离线数据大小 +@property (nonatomic, assign, readonly) long long size; + +///状态 +@property (nonatomic, assign, readonly) MAOfflineItemStatus itemStatus; + +///已下载大小(当itemStatus == MAOfflineItemStatusCached 时有效) +@property (nonatomic, assign, readonly) long long downloadedSize; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemCommonCity.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemCommonCity.h new file mode 100644 index 0000000..fea2596 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemCommonCity.h @@ -0,0 +1,23 @@ +// +// MAOfflineItemCommonCity.h +// MapKit_static +// +// Created by songjian on 14-4-23. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OFFLINE + +#import "MAOfflineCity.h" + +///普通城市 +@interface MAOfflineItemCommonCity : MAOfflineCity + +///所属省份 +@property (nonatomic, weak) MAOfflineItem *province; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemMunicipality.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemMunicipality.h new file mode 100644 index 0000000..37acf51 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemMunicipality.h @@ -0,0 +1,20 @@ +// +// MAOfflineItemMunicipality.h +// MapKit_static +// +// Created by songjian on 14-4-23. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OFFLINE + +#import "MAOfflineCity.h" + +///直辖市 +@interface MAOfflineItemMunicipality : MAOfflineCity + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemNationWide.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemNationWide.h new file mode 100644 index 0000000..22dc2e3 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineItemNationWide.h @@ -0,0 +1,20 @@ +// +// MAOfflineItemNationWide.h +// MapKit_static +// +// Created by songjian on 14-4-23. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OFFLINE + +#import "MAOfflineCity.h" + +///全国概要 +@interface MAOfflineItemNationWide : MAOfflineCity + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineMap.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineMap.h new file mode 100644 index 0000000..7d58699 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineMap.h @@ -0,0 +1,143 @@ +// +// MAOfflineMap.h +// +// Copyright (c) 2013年 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OFFLINE + +#import +#import "MAOfflineProvince.h" +#import "MAOfflineItemNationWide.h" +#import "MAOfflineItemMunicipality.h" + +///离线地图下载状态 +typedef NS_ENUM(NSInteger, MAOfflineMapDownloadStatus) +{ + MAOfflineMapDownloadStatusWaiting = 0, //!< 以插入队列,等待中 + MAOfflineMapDownloadStatusStart, //!< 开始下载 + MAOfflineMapDownloadStatusProgress, //!< 下载过程中 + MAOfflineMapDownloadStatusCompleted, //!< 下载成功 + MAOfflineMapDownloadStatusCancelled, //!< 取消 + MAOfflineMapDownloadStatusUnzip, //!< 解压缩 + MAOfflineMapDownloadStatusFinished, //!< 全部顺利完成 + MAOfflineMapDownloadStatusError //!< 发生错误 +}; + +///离线下载错误domain +extern NSString * const MAOfflineMapErrorDomain; + +///离线地图下载错误类型 +typedef NS_ENUM(NSInteger, MAOfflineMapError) +{ + MAOfflineMapErrorUnknown = -1, //!< 未知的错误 + MAOfflineMapErrorCannotWriteToTmp = -2, //!< 写入临时目录失败 + MAOfflineMapErrorCannotOpenZipFile = -3, //!< 打开归档文件失败 + MAOfflineMapErrorCannotExpand = -4 //!< 解归档文件失败 +}; + +/** + * 当downloadStatus == MAOfflineMapDownloadStatusProgress 时, info参数是个NSDictionary, + * 如下两个key用来获取已下载和总和的数据大小(单位byte), 对应的是NSNumber(long long) 类型. + * 当downloadStatus == MAOfflineMapDownloadStatusError 时, info参数是NSError + */ + +///下载过程info的key,表示已下载数据大小 +extern NSString * const MAOfflineMapDownloadReceivedSizeKey; + +///下载过程info的key,表示总的数据大小 +extern NSString * const MAOfflineMapDownloadExpectedSizeKey; + +/** + * @brief 离线地图下载过程回调block + * @param downloadItem 下载的item + * @param downloadStatus 下载状态 + * @param info 下载过程中的附加信息 + */ +typedef void(^MAOfflineMapDownloadBlock)(MAOfflineItem * downloadItem, MAOfflineMapDownloadStatus downloadStatus, id info); + +/** + * @brief 离线地图检查更新回调block + * @param hasNewestVersion 是否有新版本的布尔值 + */ +typedef void(^MAOfflineMapNewestVersionBlock)(BOOL hasNewestVersion); + +///离线地图管理类 +@interface MAOfflineMap : NSObject + +/** + * @brief 获取MAOfflineMap 单例 + * @return MAOfflineMap + */ ++ (MAOfflineMap *)sharedOfflineMap; + +///省份数组(每个元素均是MAOfflineProvince类型) +@property (nonatomic, readonly) NSArray *provinces; + +///直辖市数组(每个元素均是MAOfflineItemMunicipality类型) +@property (nonatomic, readonly) NSArray *municipalities; + +///全国概要图 +@property (nonatomic, readonly) MAOfflineItemNationWide *nationWide; + +///城市数组, 包括普通城市与直辖市 +@property (nonatomic, readonly) NSArray *cities; + +///离线数据的版本号(由年月日组成, 如@"20130715") +@property (nonatomic, readonly) NSString *version; + +/** + * @brief 初始化离线地图数据,如果第一次运行且offlinePackage.plist文件不存在,则需要首先执行此方法。否则MAOfflineMap中的省、市、版本号等数据都为空。 + * @param block 初始化完成回调 + */ +- (void)setupWithCompletionBlock:(void(^)(BOOL setupSuccess))block; + +/** + * @brief 启动下载 + * @param item 数据 + * @param shouldContinueWhenAppEntersBackground 进入后台是否允许继续下载 + * @param downloadBlock 下载过程block + */ +- (void)downloadItem:(MAOfflineItem *)item shouldContinueWhenAppEntersBackground:(BOOL)shouldContinueWhenAppEntersBackground downloadBlock:(MAOfflineMapDownloadBlock)downloadBlock; + +/** + * @brief 监测是否正在下载 + * @param item 条目 + * @return 是否在下载 + */ +- (BOOL)isDownloadingForItem:(MAOfflineItem *)item; + +/** + * @brief 暂停下载 + * @param item 条目 + * @return 是否在执行了cancel,如果该item并未在下载中,则返回NO + */ +- (BOOL)pauseItem:(MAOfflineItem *)item; + +/** + * @brief 删除item对应离线地图数据 + * @param item 条目 + */ +- (void)deleteItem:(MAOfflineItem *)item; + +/** + * @brief 取消全部下载 + */ +- (void)cancelAll; + +/** + * @brief 清除所有在磁盘上的离线地图数据, 之后调用[mapView reloadMap]会使其立即生效 + */ +- (void)clearDisk; + +/** + * @brief 监测新版本。注意:如果有新版本,会重建所有的数据,包括provinces、municipalities、nationWide、cities,外部使用应当在newestVersionBlock中更新所持有的对象。 + * @param newestVersionBlock 回调block + */ +- (void)checkNewestVersion:(MAOfflineMapNewestVersionBlock)newestVersionBlock; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineMapViewController.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineMapViewController.h new file mode 100644 index 0000000..d02a951 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineMapViewController.h @@ -0,0 +1,26 @@ +// +// MAOfflineMapViewController.h +// MAMapKit +// +// Created by hanxiaoming on 2017/12/14. +// Copyright © 2017年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OFFLINE + +#import +#import "MAOfflineMap.h" + +///离线地图ViewController(since 5.7.0) +@interface MAOfflineMapViewController : UIViewController + +/// MAOfflineMapViewController单例,请使用单例以保证离线地图状态正确同步。 ++ (instancetype)sharedInstance; + +///MAOfflineMap实例 +@property (nonatomic, readonly) MAOfflineMap *offlineMap; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineProvince.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineProvince.h new file mode 100644 index 0000000..fe992ef --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOfflineProvince.h @@ -0,0 +1,24 @@ +// +// MAOfflineProvince.h +// MapKit_static +// +// Created by songjian on 14-4-24. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" + +#if MA_INCLUDE_OFFLINE + +#import "MAOfflineItem.h" +#import "MAOfflineItemCommonCity.h" + +///离线地图,省地图信息 +@interface MAOfflineProvince : MAOfflineItem + +///包含的城市数组(都是MAOfflineItemCommonCity类型) +@property (nonatomic, strong, readonly) NSArray *cities; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlay.h new file mode 100755 index 0000000..d036fb7 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlay.h @@ -0,0 +1,23 @@ +// +// MAOverlay.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import "MAAnnotation.h" +#import "MAGeometry.h" + +///该类是地图覆盖物的基类,所有地图的覆盖物需要继承自此类 +@protocol MAOverlay +@required + +///返回区域中心坐标 +- (CLLocationCoordinate2D)coordinate; + +///区域外接矩形 +- (MAMapRect)boundingMapRect; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlayPathRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlayPathRenderer.h new file mode 100755 index 0000000..e4c8023 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlayPathRenderer.h @@ -0,0 +1,38 @@ +// +// MAOverlayPathRenderer.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAOverlayRenderer.h" +#import "MAPathShowRange.h" + +///该类设置overlay绘制的属性,可以使用该类的子类MACircleRenderer, MAPolylineRenderer, MAPolygonRenderer或者继承该类 +@interface MAOverlayPathRenderer : MAOverlayRenderer + +///填充颜色,默认是kMAOverlayRendererDefaultFillColor +@property (nonatomic, retain) UIColor *fillColor; + +///笔触颜色,默认是kMAOverlayRendererDefaultStrokeColor +@property (nonatomic, retain) UIColor *strokeColor; + +///笔触宽度, 单位屏幕点坐标,默认是0 +@property (nonatomic, assign) CGFloat lineWidth; + +///LineJoin,默认是kMALineJoinBevel +@property (nonatomic, assign) MALineJoinType lineJoinType; + +///LineCap,默认是kMALineCapButt +@property (nonatomic, assign) MALineCapType lineCapType; + +///MiterLimit,默认是2.f +@property (nonatomic, assign) CGFloat miterLimit; + +///虚线类型, since 5.5.0 +@property (nonatomic, assign) MALineDashType lineDashType; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlayRenderer.h new file mode 100755 index 0000000..28bad69 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAOverlayRenderer.h @@ -0,0 +1,128 @@ +// +// MAOverlayRenderer.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAOverlay.h" +#import "MALineDrawType.h" + +#define kMAOverlayRendererDefaultStrokeColor [UIColor colorWithRed:0.3 green:0.63 blue:0.89 alpha:0.8] +#define kMAOverlayRendererDefaultFillColor [UIColor colorWithRed:0.77 green:0.88 blue:0.94 alpha:0.8] + +@protocol MAOverlayRenderDelegate,MTLRenderCommandEncoder; + +///该类是地图覆盖物Renderer的基类, 提供绘制overlay的接口但并无实际的实现(render相关方法只能在重写后的glRender方法中使用) +@interface MAOverlayRenderer : NSObject { + @protected + GLuint _strokeTextureID; + CGSize _strokeTextureSize; + BOOL _needsUpdate; + BOOL _needsLoadStrokeTexture; +} + +///由地图添加时,不要手动设置。如果不是使用mapview进行添加,则需要手动设置。(since 5.1.0) +@property (nonatomic, weak) id rendererDelegate; + +///关联的overlay对象 +@property (nonatomic, readonly, retain) id overlay; + +///用于生成笔触纹理id的图片(支持非PowerOfTwo图片; 如果您需要减轻绘制产生的锯齿,您可以参考AMap.bundle中的traffic_texture_blue.png的方式,在image两边增加部分透明像素.)。(since 5.3.0) +@property (nonatomic, strong) UIImage *strokeImage; + +///笔触纹理id, 修改纹理id参考, 如果strokeImage未指定、尚未加载或加载失败返回0. 注意:仅使用gles环境 +@property (nonatomic, readonly) GLuint strokeTextureID __attribute((deprecated("已废弃,since 7.9.0"))); + +///透明度[0,1],默认为1. 使用MAOverlayRenderer类提供的渲染接口会自动应用此属性。(since 5.1.0) +@property (nonatomic, assign) CGFloat alpha; + +///overlay渲染的scale。(since 5.1.0) +@property (nonatomic, readonly) CGFloat contentScale; + +/** + * @brief 初始化并返回一个Overlay Renderer + * @param overlay 关联的overlay对象 + * @return 初始化成功则返回overlay view,否则返回nil + */ +- (instancetype)initWithOverlay:(id)overlay; + +/** + * @brief 获取当前地图view矩阵,数组长度为16,无需外界释放. 需要添加至地图后,才能获取有效矩阵数据,否则返回NULL + * @return 矩阵数组 + */ +- (float *)getViewMatrix; + +/** + * @brief 获取当前地图projection矩阵,数组长度为16,无需外界释放. 需要添加至地图后,才能获取有效矩阵数据,否则返回NULL + * @return 矩阵数组 + */ +- (float *)getProjectionMatrix; + +/** + * @brief 获取当前地图中心点偏移,用以把地图坐标转换为gl坐标。需要添加到地图获取才有效。(since 5.1.0) + * @return 偏移 + */ +- (MAMapPoint)getOffsetPoint; + +/** + * @brief 获取Metal渲染MTLRenderCommandEncoder对象。注意:打开地图MetalEnable时有效,否则为nil(since 7.9.0) + * @return 偏移 + */ +- (id)getCommandEncoder; + +/** + * @brief 获取当前地图缩放级别,需要添加到地图获取才有效。(since 5.1.0) + * @return 缩放级别 + */ +- (CGFloat)getMapZoomLevel; + +/** + * @brief 将MAMapPoint转换为opengles可以直接使用的坐标 + * @param mapPoint MAMapPoint坐标 + * @return 直接支持的坐标 + */ +- (CGPoint)glPointForMapPoint:(MAMapPoint)mapPoint; + +/** + * @brief 批量将MAMapPoint转换为opengles可以直接使用的坐标 + * @param mapPoints MAMapPoint坐标数据指针 + * @param count 个数 + * @return 直接支持的坐标数据指针(需要调用者手动释放) + */ +- (CGPoint *)glPointsForMapPoints:(MAMapPoint *)mapPoints count:(NSUInteger)count; + +/** + * @brief 将屏幕尺寸转换为OpenGLES尺寸 + * @param windowWidth 屏幕尺寸 + * @return OpenGLES尺寸 + */ +- (CGFloat)glWidthForWindowWidth:(CGFloat)windowWidth; + +/** + * @brief 绘制函数(子类需要重载来实现) + */ +- (void)glRender; + +/** + * @brief 加载纹理图片. 注意:仅使用gles环境(since 5.1.0) + * @param textureImage 纹理图片(需满足:长宽相等,且宽度值为2的次幂) + * @return openGL纹理ID, 若纹理加载失败返回0 + */ +- (GLuint)loadTexture:(UIImage *)textureImage __attribute((deprecated("已废弃,since 7.9.0"))); + +/** + @brief 删除纹理. 注意:仅使用gles环境(since 5.1.0) + @param textureId 纹理ID + */ +- (void)deleteTexture:(GLuint)textureId __attribute((deprecated("已废弃,since 7.9.0"))); + +/** + * @brief 当关联overlay对象有更新时,调用此接口刷新. since 5.0.0 + */ +- (void)setNeedsUpdate; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlay.h new file mode 100644 index 0000000..48ef249 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlay.h @@ -0,0 +1,39 @@ +// +// MAParticleOverlay.h +// MAMapKit +// +// Created by liubo on 2018/9/19. +// Copyright © 2018年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_ParticleSystem + +#import "MAShape.h" +#import "MAOverlay.h" +#import "MAParticleOverlayOptions.h" + +#pragma mark - MAParticleOverlay + +///该类用于定义一个粒子MAParticleOverlay, 通常MAParticleOverlay是MAParticleOverlayRenderer的model. since 6.5.0 +@interface MAParticleOverlay : MAShape + +/** + * @brief 根据粒子覆盖物选项option生成MAParticleOverlay + * @param option 粒子覆盖物选项option + * @return 新生成的粒子覆盖物MAParticleOverlay + */ ++ (instancetype)particleOverlayWithOption:(MAParticleOverlayOptions *)option; + +///当前粒子覆盖物的option,如果需要修改option的配置,需要修改后重新调用setOverlayOption:方法。 +@property (nonatomic, strong, readonly) MAParticleOverlayOptions *overlayOption; + +/** + * @brief 更新粒子覆盖物选项option + * @param overlayOption 要更新的粒子覆盖物选项 + */ +- (void)updateOverlayOption:(MAParticleOverlayOptions *)overlayOption; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlayOptions.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlayOptions.h new file mode 100644 index 0000000..cef8d46 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlayOptions.h @@ -0,0 +1,297 @@ +// +// MAParticleOverlayOptions.h +// MAMapKit +// +// Created by liubo on 2018/9/18. +// Copyright © 2018年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_ParticleSystem + +#import "MAShape.h" +#import "MAOverlay.h" + +#pragma mark - MAParticleOverlayType + +///天气类型 +typedef NS_ENUM(NSInteger, MAParticleOverlayType) +{ + MAParticleOverlayTypeSunny = 1, ///<晴天 + MAParticleOverlayTypeRain, ///<雨天 + MAParticleOverlayTypeSnowy, ///<雪天 + MAParticleOverlayTypeHaze, ///<雾霾 +}; + +#pragma mark - MAParticleVelocityGenerate + +///粒子的速度生成类. since 6.5.0 +@protocol MAParticleVelocityGenerate +@required + +///X轴方向上的速度变化率 +- (CGFloat)getX; + +///Y轴方向上的速度变化率 +- (CGFloat)getY; + +///Z轴方向上的速度变化率 +- (CGFloat)getZ; +@end + +#pragma mark - MAParticleRandomVelocityGenerate + +///粒子的随机速度生成类. since 6.5.0 +@interface MAParticleRandomVelocityGenerate : NSObject + +/** + * @brief 根据速度范围值生成粒子的速度变化类 + * @param x1 起始的速度x值 + * @param y1 起始的速度y值 + * @param z1 起始的速度z值 + * @param x2 结束的速度x值 + * @param y2 结束的速度y值 + * @param z2 结束的速度z值 + * @return 生成粒子的颜色变化类 + */ +- (instancetype)initWithBoundaryValueX1:(float)x1 Y1:(float)y1 Z1:(float)z1 X2:(float)x2 Y2:(float)y2 Z2:(float)z2; + +@end + +#pragma mark - MAParticleColorGenerate + +///粒子的颜色生成类. since 6.5.0 +@protocol MAParticleColorGenerate +@required +///生成的颜色值,需为包含四个float值的数组。 +- (float *)getColor; +@end + +#pragma mark - MAParticleRandomColorGenerate + +///粒子的随机颜色生成类. since 6.5.0 +@interface MAParticleRandomColorGenerate : NSObject + +/** + * @brief 根据颜色范围值生成粒子的颜色变化类 + * @param r1 起始的颜色r值 + * @param g1 起始的颜色g值 + * @param b1 起始的颜色b值 + * @param a1 起始的颜色a值 + * @param r2 结束的颜色r值 + * @param g2 结束的颜色g值 + * @param b2 结束的颜色b值 + * @param a2 结束的颜色a值 + * @return 生成粒子的颜色变化类 + */ +- (instancetype)initWithBoundaryColorR1:(float)r1 G1:(float)g1 B1:(float)b1 A1:(float)a1 R2:(float)r2 G2:(float)g2 B2:(float)b2 A2:(float)a2; + +@end + +#pragma mark - MAParticleRotationGenerate + +///粒子的角度生成类. since 6.5.0 +@protocol MAParticleRotationGenerate +@required +///生成的角度值 +- (float)getRotate; +@end + +#pragma mark - MAParticleConstantRotationGenerate + +///粒子的固定角度生成类. since 6.5.0 +@interface MAParticleConstantRotationGenerate : NSObject + +/** + * @brief 根据角度生成粒子的角度变化类 + * @param rotate 固定的角度 + * @return 生成粒子的角度变化类 + */ +- (instancetype)initWithRotate:(float)rotate; + +@end + +#pragma mark - MAParticleSizeGenerate + +///粒子的大小生成类. since 6.5.0 +@protocol MAParticleSizeGenerate +@required + +///X轴上变化比例 +- (float)getSizeX:(float)timeFrame; + +///Y轴上变化比例 +- (float)getSizeY:(float)timeFrame; + +///Z轴上变化比例 +- (float)getSizeZ:(float)timeFrame; +@end + +#pragma mark - MAParticleCurveSizeGenerate + +///粒子的大小变化类. since 6.5.0 +@interface MAParticleCurveSizeGenerate : NSObject + +/** + * @brief 根据三个轴上的变化比例生成粒子的大小变化类 + * @param x X轴上变化比例 + * @param y Y轴上变化比例 + * @param z Z轴上变化比例 + * @return 生成粒子的大小变化类 + */ +- (instancetype)initWithCurveX:(float)x Y:(float)y Z:(float)z; + +@end + +#pragma mark - MAParticleEmissionModuleOC + +///粒子的发射率类,每隔多少时间发射粒子数量,越多会越密集. since 6.5.0 +@interface MAParticleEmissionModuleOC : NSObject + +/** + * @brief 根据发射数量和发射间隔生成粒子的发射率类。关系为:"发射数量为rate粒子->等待rateTime间隔->发射数量为rate粒子->等待rateTime间隔"循环 + * @param rate 发射数量(不能为0) + * @param rateTime 发射间隔 + * @return 生成粒子的发射率类 + */ +- (instancetype)initWithEmissionRate:(int)rate rateTime:(int)rateTime; + +@end + +#pragma mark - MAParticleShapeModule + +///粒子的发射区域模型协议. since 6.5.0 +@protocol MAParticleShapeModule +@required + +///新生成的发射点坐标,需为包含三个float值的数组。 +- (float *)getPoint; + +///坐标是否按比例生成 +- (BOOL)isRatioEnable; +@end + +#pragma mark - MAParticleSinglePointShapeModule + +///粒子的发射单个点区域模型. since 6.5.0 +@interface MAParticleSinglePointShapeModule : NSObject + +/** + * @brief 生成粒子的发射矩形区域模型,以比例的形式设置发射区域 + * @param x x坐标比例 + * @param y y坐标比例 + * @param z z坐标比例 + * @param isUseRatio 是否按比例 + * @return 新生成的粒子发射单个点区域模型 + */ +- (instancetype)initWithShapeX:(float)x Y:(float)y Z:(float)z useRatio:(BOOL)isUseRatio; + +@end + +#pragma mark - MAParticleRectShapeModule + +///粒子的发射矩形区域模型. since 6.5.0 +@interface MAParticleRectShapeModule : NSObject + +/** + * @brief 生成粒子的发射矩形区域模型,以比例的形式设置发射区域。 + * @param left 左边距比例 + * @param top 上边距比例 + * @param right 右边距比例 + * @param bottom 下边距比例 + * @param isUseRatio 是否按比例 + * @return 新生成的粒子发射矩形区域模型 + */ +- (instancetype)initWithLeft:(float)left top:(float)top right:(float)right bottom:(float)bottom useRatio:(BOOL)isUseRatio; + +@end + +#pragma mark - MAParticleOverLifeModuleOC + +///粒子生命周期过程中状态变化,包含速度、旋转和颜色的变化. since 6.5.0 +@interface MAParticleOverLifeModuleOC : NSObject + +/** + * @brief 设置粒子生命周期过程中速度的变化 + * @param velocity 遵循MAParticleVelocityGenerate协议的速度生成类 + */ +- (void)setVelocityOverLife:(id)velocity; + +/** + * @brief 设置粒子生命周期过程中角度的变化 + * @param rotation 遵循MAParticleRotationGenerate协议的角度生成类 + */ +- (void)setRotationOverLife:(id)rotation; + +/** + * @brief 设置粒子生命周期过程中大小的变化 + * @param size 遵循MAParticleSizeGenerate协议的大小生成类 + */ +- (void)setSizeOverLife:(id)size; + +/** + * @brief 设置粒子生命周期过程中颜色的变化 + * @param color 遵循MAParticleColorGenerate协议的颜色生成类 + */ +- (void)setColorOverLife:(id)color; + +@end + +#pragma mark - MAParticleOverlayOptions + +///该类用于定义一个粒子覆盖物显示选项. since 6.5.0 +@interface MAParticleOverlayOptions : NSObject + +///option选项是否可见. (默认YES) +@property (nonatomic, assign) BOOL visibile; + +///粒子系统存活时间. (默认5000,单位毫秒) +@property (nonatomic, assign) NSTimeInterval duration; + +///粒子系统是否循环. (默认YES) +@property (nonatomic, assign) BOOL loop; + +///粒子系统的粒子最大数量. (默认100) +@property (nonatomic, assign) NSInteger maxParticles; + +///粒子系统的粒子图标. (默认nil) +@property (nonatomic, strong) UIImage *icon; + +///每个粒子的初始大小. (默认(32.f*[[UIScreen mainScreen] nativeScale], 32.f*[[UIScreen mainScreen] nativeScale]),单位:OpenGLESPixels数量,计算方式为: OpenGLESPixels = ScreenPoint数量 * [[UIScreen mainScreen] nativeScale]) +@property (nonatomic, assign) CGSize startParticleSize; + +///每个粒子的存活时间. (默认5000,单位毫秒) +@property (nonatomic, assign) NSTimeInterval particleLifeTime; + +///每个粒子的初始颜色. (默认nil) +@property (nonatomic, strong) id particleStartColor; + +///每个粒子的初始速度. (默认nil) +@property (nonatomic, strong) id particleStartSpeed; + +///粒子的发射率,参考 MAParticleEmissionModuleOC 类. (默认nil) +@property (nonatomic, strong) MAParticleEmissionModuleOC *particleEmissionModule; + +///粒子的发射区域模型. (默认nil) +@property (nonatomic, strong) id particleShapeModule; + +///粒子生命周期过程,参考 MAParticleOverLifeModuleOC 类. (默认nil) +@property (nonatomic, strong) MAParticleOverLifeModuleOC *particleOverLifeModule; + +@end + +#pragma mark - MAParticleOverlayOptionsFactory + +///该类用于根据指定的天气类型,生成SDK内置的天气粒子覆盖物显示选项option. since 6.5.0 +@interface MAParticleOverlayOptionsFactory : NSObject + +/** + * @brief 根据指定的天气类型生成粒子覆盖物显示选项option + * @param particleType 天气类型 + * @return 新生成的粒子覆盖物显示选项option + */ ++ (NSArray *)particleOverlayOptionsWithType:(MAParticleOverlayType)particleType; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlayRenderer.h new file mode 100644 index 0000000..00bb366 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAParticleOverlayRenderer.h @@ -0,0 +1,31 @@ +// +// MAParticleOverlayRenderer.h +// MAMapKit +// +// Created by liubo on 2018/9/19. +// Copyright © 2018年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_ParticleSystem + +#import "MAOverlayRenderer.h" +#import "MAParticleOverlayOptions.h" +#import "MAParticleOverlay.h" + +///该类是MAParticleOverlay的显示Renderer. since 6.5.0 +@interface MAParticleOverlayRenderer : MAOverlayRenderer + +///关联的MAParticleOverlay model +@property (nonatomic, readonly) MAParticleOverlay *particleOverlay; + +/** + * @brief 根据指定MAParticleOverlay生成对应的Renderer + * @param particleOverlay 指定的MAParticleOverlay model + * @return 生成的Renderer + */ +- (instancetype)initWithParticleOverlay:(MAParticleOverlay *)particleOverlay; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPathShowRange.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPathShowRange.h new file mode 100644 index 0000000..b824849 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPathShowRange.h @@ -0,0 +1,24 @@ +// +// MAPathShowRange.h +// MAMapKit +// +// Created by shaobin on 2019/12/31. +// Copyright © 2019 Amap. All rights reserved. +// + +#ifndef MAPathShowRange_h +#define MAPathShowRange_h + +struct MAPathShowRange { + float begin; ///<起点位置,整数部分表示起点索引,小数部分表示在线段上的位置 + float end; ///<终点位置,整数部分表示起点索引,小数部分表示在线段上的位置 +}; + +typedef struct MAPathShowRange MAPathShowRange; + +static inline MAPathShowRange MAPathShowRangeMake(float begin, float end) { + return (MAPathShowRange){begin, end}; +} + + +#endif /* MAPathShowRange_h */ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPinAnnotationView.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPinAnnotationView.h new file mode 100644 index 0000000..e6e866c --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPinAnnotationView.h @@ -0,0 +1,29 @@ +// +// MAPinAnnotationView.h +// MAMapKitDemo +// +// Created by songjian on 13-1-7. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import "MAMapView.h" +#import "MAAnnotationView.h" + +///MAPinAnnotationColor +typedef NS_ENUM(NSInteger, MAPinAnnotationColor){ + MAPinAnnotationColorRed = 0, ///< 红色大头针 + MAPinAnnotationColorGreen, ///< 绿色大头针 + MAPinAnnotationColorPurple ///< 紫色大头针 +}; + +///提供类似大头针效果的annotation view +@interface MAPinAnnotationView : MAAnnotationView + +///大头针的颜色 +@property (nonatomic) MAPinAnnotationColor pinColor; + +///添加到地图时是否使用下落动画效果 +@property (nonatomic) BOOL animatesDrop; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPointAnnotation.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPointAnnotation.h new file mode 100644 index 0000000..207b724 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPointAnnotation.h @@ -0,0 +1,25 @@ +// +// MAPointAnnotation.h +// MAMapKitDemo +// +// Created by songjian on 13-1-7. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import "MAShape.h" +#import + +///点标注数据 +@interface MAPointAnnotation : MAShape + +///经纬度 +@property (nonatomic, assign) CLLocationCoordinate2D coordinate; + +///是否固定在屏幕一点, 注意,拖动或者手动改变经纬度,都会导致设置失效 +@property (nonatomic, assign, getter = isLockedToScreen) BOOL lockedToScreen; + +///固定屏幕点的坐标 +@property (nonatomic, assign) CGPoint lockedScreenPoint; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolygon.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolygon.h new file mode 100755 index 0000000..409be60 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolygon.h @@ -0,0 +1,51 @@ +// +// MAPolygon.h +// MAMapKit +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAMultiPoint.h" +#import "MAOverlay.h" + +///此类用于定义一个由多个点组成的闭合多边形, 点与点之间按顺序尾部相连, 第一个点与最后一个点相连, 通常MAPolygon是MAPolygonView的model +@interface MAPolygon : MAMultiPoint + +///设置中空区域,用来创建中间带空洞的复杂图形。注意:传入的overlay只支持MAPolgon类型和MACircle类型,不支持与polygon边相交或在polygon外部,不支持hollowShapes彼此间相交,和空洞顺序有关,不支持嵌套. since 5.5.0 +@property (nonatomic, strong) NSArray> *hollowShapes; + +/** + * @brief 根据经纬度坐标数据生成闭合多边形 + * @param coords 经纬度坐标点数据,coords对应的内存会拷贝,调用者负责该内存的释放 + * @param count 经纬度坐标点数组个数 + * @return 新生成的多边形 + */ ++ (instancetype)polygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count; + +/** + * @brief 根据map point数据生成多边形 + * @param points map point数据,points对应的内存会拷贝,调用者负责该内存的释放 + * @param count 点的个数 + * @return 新生成的多边形 + */ ++ (instancetype)polygonWithPoints:(MAMapPoint *)points count:(NSUInteger)count; + +/** + * @brief 重新设置多边形顶点. since 5.0.0 + * @param points 指定的直角坐标点数组, C数组,内部会做copy,调用者负责内存管理 + * @param count 坐标点的个数 + * @return 是否设置成功 + */ +- (BOOL)setPolygonWithPoints:(MAMapPoint *)points count:(NSInteger)count; + +/** + * @brief 重新设置多边形顶点. since 5.0.0 + * @param coords 指定的经纬度坐标点数组, C数组,内部会做copy,调用者负责内存管理 + * @param count 坐标点的个数 + * @return 是否设置成功 + */ +- (BOOL)setPolygonWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolygonRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolygonRenderer.h new file mode 100755 index 0000000..af97f82 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolygonRenderer.h @@ -0,0 +1,27 @@ +// +// MAPolygonRenderer.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAPolygon.h" +#import "MAOverlayPathRenderer.h" + +///此类用于绘制MAPolygon,可以通过MAOverlayPathRenderer修改其fill和stroke attributes +@interface MAPolygonRenderer : MAOverlayPathRenderer + +///关联的MAPolygon model +@property (nonatomic, readonly) MAPolygon *polygon; + +/** + * @brief 根据指定的多边形生成一个多边形Renderer + * @param polygon polygon 指定的多边形数据对象 + * @return 新生成的多边形Renderer + */ +- (instancetype)initWithPolygon:(MAPolygon *)polygon; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolyline.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolyline.h new file mode 100755 index 0000000..6772ddf --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolyline.h @@ -0,0 +1,48 @@ +// +// MAPolyline.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import "MAMultiPoint.h" +#import "MAOverlay.h" + +///此类用于定义一个由多个点相连的多段线,点与点之间尾部相连但第一点与最后一个点不相连, 通常MAPolyline是MAPolylineView的model +@interface MAPolyline : MAMultiPoint + +/** + * @brief 根据map point数据生成多段线 + * @param points map point数据,points对应的内存会拷贝,调用者负责该内存的释放 + * @param count map point个数 + * @return 生成的多段线 + */ ++ (instancetype)polylineWithPoints:(MAMapPoint *)points count:(NSUInteger)count; + +/** + * @brief 根据经纬度坐标数据生成多段线 + * @param coords 经纬度坐标数据,coords对应的内存会拷贝,调用者负责该内存的释放 + * @param count 经纬度坐标个数 + * @return 生成的多段线 + */ ++ (instancetype)polylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSUInteger)count; + +/** + * @brief 重新设置折线坐标点. since 5.0.0 + * @param points 指定的直角坐标点数组, C数组,内部会做copy,调用者负责内存管理 + * @param count 坐标点的个数 + * @return 是否设置成功 + */ +- (BOOL)setPolylineWithPoints:(MAMapPoint *)points count:(NSInteger)count; + +/** + * @brief 重新设置折线坐标点. since 5.0.0 + * @param coords 指定的经纬度坐标点数组, C数组,内部会做copy,调用者负责内存管理 + * @param count 坐标点的个数 + * @return 是否设置成功 + */ +- (BOOL)setPolylineWithCoordinates:(CLLocationCoordinate2D *)coords count:(NSInteger)count; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolylineRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolylineRenderer.h new file mode 100755 index 0000000..705db46 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAPolylineRenderer.h @@ -0,0 +1,46 @@ +// +// MAPolylineRenderer.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAPolyline.h" +#import "MAOverlayPathRenderer.h" +#import "MAPathShowRange.h" + +///此类用于绘制MAPolyline,可以通过MAOverlayPathRenderer修改其fill和stroke attributes +@interface MAPolylineRenderer : MAOverlayPathRenderer + +///关联的MAPolyline model +@property (nonatomic, readonly) MAPolyline *polyline; + +///设置是否显示3d箭头线, 默认为NO。如果设置为YES,则为3d箭头线。since 6.7.0 +@property (nonatomic, assign) BOOL is3DArrowLine; + +///设置为立体3d箭头的侧边颜色(当is3DArrowLine为YES时有效)顶部颜色使用strokeColor。since 6.7.0 +@property (nonatomic, strong) UIColor *sideColor; + +///是否开启点击选中功能,默认NO. since 7.1.0 +@property (nonatomic, assign) BOOL userInteractionEnabled; + +///用于调整点击选中热区大小,默认为0. 负值增大热区,正值减小热区. since 7.1.0 +@property (nonatomic, assign) CGFloat hitTestInset; + +///是否启用显示范围,YES启用,不启用时展示全路径 since 7.5.0 +@property (nonatomic, assign) BOOL showRangeEnabled; + +///显示范围 since 7.5.0 +@property (nonatomic, assign) MAPathShowRange showRange; + +/** + * @brief 根据指定的MAPolyline生成一个多段线Renderer + * @param polyline 指定MAPolyline + * @return 新生成的多段线Renderer + */ +- (instancetype)initWithPolyline:(MAPolyline *)polyline; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAShape.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAShape.h new file mode 100755 index 0000000..79e3ba2 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAShape.h @@ -0,0 +1,27 @@ +// +// MAShape.h +// MAMapKit +// +// +// Copyright (c) 2011年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAAnnotation.h" +#import "MABaseOverlay.h" + +///该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用 +@interface MAShape : MABaseOverlay { + + NSString *_title; ///<标题 + NSString *_subtitle; ///<副标题 +} + +///标题 +@property (nonatomic, copy) NSString *title; + +///副标题 +@property (nonatomic, copy) NSString *subtitle; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlay.h new file mode 100644 index 0000000..75530a0 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlay.h @@ -0,0 +1,30 @@ +// +// MATopographyOverlay.h +// MAMapKit +// +// Created by JZ on 2021/3/17. +// Copyright © 2021 Amap. All rights reserved. +// + +#import "MAMapKit.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface MATerrainOverlay : MATileOverlay + +///terrainURLTemplate获取地形数据,默认使用高德地形数据 +@property (readonly) NSString *terrainURLTemplate; + +///terrainTextureURLTemplate获取地形纹理数据,默认使用高德卫星数据 +@property (readonly) NSString *terrainTextureURLTemplate; + +@property (strong, nonatomic) UIImage *terrainDefalutImage; + +/** + * @brief 初始化地形overlay + */ +- (instancetype)initDefaultTerrainOverlay; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlayRenderer.h new file mode 100644 index 0000000..ca9acda --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATerrainOverlayRenderer.h @@ -0,0 +1,18 @@ +// +// MATopographyOverlayRenderer.h +// MAMapKit +// +// Created by JZ on 2021/3/17. +// Copyright © 2021 Amap. All rights reserved. +// + +#import "MAMapKit.h" +#import "MATileOverlayRenderer.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface MATerrainOverlayRenderer : MATileOverlayRenderer + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATileOverlay.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATileOverlay.h new file mode 100644 index 0000000..85a20d1 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATileOverlay.h @@ -0,0 +1,81 @@ +// +// MATileOverlay.h +// MapKit_static +// +// Created by Li Fei on 11/22/13. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_TILE + +#import "MAOverlay.h" +#import "MABaseOverlay.h" + +///该类是覆盖在球面墨卡托投影上的图片tiles的数据源 +@interface MATileOverlay : MABaseOverlay + +///瓦片大小,默认是256x256, 最小支持64*64 +@property (nonatomic, assign) CGSize tileSize; + +///tileOverlay的可见最小Zoom值 +@property NSInteger minimumZ __attribute((deprecated("已废弃, 调用不起任何作用。since 9.6.0"))); + +///tileOverlay的可见最大Zoom值 +@property NSInteger maximumZ __attribute((deprecated("已废弃, 调用不起任何作用。since 9.6.0"))); + +///同initWithURLTemplate:中的URLTemplate +@property (readonly) NSString *URLTemplate; + +///暂未开放 +@property (nonatomic) BOOL canReplaceMapContent; + +///是否停止不在显示区域内的瓦片下载,默认NO. since 5.3.0 +@property (nonatomic, assign) BOOL disableOffScreenTileLoading; + +/** + * @brief 根据指定的URLTemplate生成tileOverlay + * @param URLTemplate URLTemplate是一个包含"{x}","{y}","{z}","{scale}"的字符串,"{x}","{y}","{z}","{scale}"会被tile path的值所替换,并生成用来加载tile图片数据的URL 。例如 http://server/path?x={x}&y={y}&z={z}&scale={scale} + * @return 以指定的URLTemplate字符串生成tileOverlay + */ +- (id)initWithURLTemplate:(NSString *)URLTemplate; + +@end + +///MATileOverlayPath +struct MATileOverlayPath{ + NSInteger x; ///< x坐标 + NSInteger y; ///< y坐标 + NSInteger z; ///< 缩放级别 + CGFloat contentScaleFactor; ///< 屏幕的scale factor + NSInteger index; ///< 对应的下载url + NSInteger requestId; ///<资源下载唯一标识,用于记录 +}; +typedef struct MATileOverlayPath MATileOverlayPath; + +///子类可覆盖CustomLoading中的方法来自定义加载MATileOverlay的行为。 +@interface MATileOverlay (CustomLoading) + +/** + * @brief 以tile path生成URL。用于加载tile,此方法默认填充URLTemplate + * @param path tile path + * @return 以tile path生成tileOverlay + */ +- (NSURL *)URLForTilePath:(MATileOverlayPath)path; + +/** + * @brief 加载被请求的tile,并以tile数据或加载tile失败error访问回调block;默认实现为首先用URLForTilePath去获取URL,然后用异步NSURLConnection加载tile + * @param path tile path + * @param result 用来传入tile数据或加载tile失败的error访问的回调block + */ +- (void)loadTileAtPath:(MATileOverlayPath)path result:(void (^)(NSData *tileData, NSError *error))result; + +/** + * @brief 取消请求瓦片,当地图显示区域发生变化时,会取消显示区域外的瓦片的下载, 当disableOffScreenTileLoading=YES时会被调用。since 5.3.0 + * @param path tile path + */ +- (void)cancelLoadOfTileAtPath:(MATileOverlayPath)path; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATileOverlayRenderer.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATileOverlayRenderer.h new file mode 100644 index 0000000..58a4f14 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATileOverlayRenderer.h @@ -0,0 +1,35 @@ +// +// MATileOverlayRenderer.h +// MapKit_static +// +// Created by Li Fei on 11/25/13. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#if MA_INCLUDE_OVERLAY_TILE + +#import "MAOverlayRenderer.h" +#import "MATileOverlay.h" + +///此类是将MAOverlayRenderer中的覆盖tiles显示在地图上的Renderer +@interface MATileOverlayRenderer : MAOverlayRenderer + +///覆盖在球面墨卡托投影上的图片tiles的数据源 +@property (nonatomic ,readonly) MATileOverlay *tileOverlay; + +/** + * @brief 根据指定的tileOverlay生成将tiles显示在地图上的Renderer + * @param tileOverlay 制定了覆盖图片 + * @return 以tileOverlay新生成Renderer + */ +- (instancetype)initWithTileOverlay:(MATileOverlay *)tileOverlay; + +/** + * @brief 清除所有tile的缓存,并刷新overlay + */ +- (void)reloadData; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATouchPoi.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATouchPoi.h new file mode 100644 index 0000000..eb7186c --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATouchPoi.h @@ -0,0 +1,25 @@ +// +// MATouchPoi.h +// MapKit_static +// +// Created by songjian on 13-7-17. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import + +///MATouchPoi 定义 +@interface MATouchPoi : NSObject + +///名称 +@property (nonatomic, copy, readonly) NSString *name; + +///经纬度坐标 +@property (nonatomic, assign, readonly) CLLocationCoordinate2D coordinate; + +///poi的ID +@property (nonatomic, copy, readonly) NSString *uid; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATraceLocation.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATraceLocation.h new file mode 100644 index 0000000..1097a8d --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATraceLocation.h @@ -0,0 +1,42 @@ +// +// MATraceLocation.h +// MAMapKit +// +// Created by shaobin on 16/9/1. +// Copyright © 2016年 Amap. All rights reserved. +// + + + +#import "MAConfig.h" + +#if MA_INCLUDE_TRACE_CORRECT + +#import +#import + +///返回轨迹点定义 +@interface MATracePoint : NSObject + +///纬度坐标 +@property (nonatomic, assign) CLLocationDegrees latitude; +///经度坐标 +@property (nonatomic, assign) CLLocationDegrees longitude; + +@end + +///传入轨迹点定义 +@interface MATraceLocation : NSObject + +///经纬度坐标 +@property (nonatomic, assign) CLLocationCoordinate2D loc; +///角度, 标识移动方向,单位度 +@property (nonatomic, assign) double angle; +///速度,单位km/h +@property (nonatomic, assign) double speed; +///时间,单位毫秒 +@property (nonatomic, assign) double time; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATraceManager.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATraceManager.h new file mode 100644 index 0000000..c6bff4f --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MATraceManager.h @@ -0,0 +1,104 @@ +// +// MATraceManager.h +// MAMapKit +// +// Created by shaobin on 16/9/1. +// Copyright © 2016年 Amap. All rights reserved. +// + + + +#import "MAConfig.h" + +#if MA_INCLUDE_TRACE_CORRECT + +#import +#import +#import "MATraceLocation.h" + +@class MATraceManager; + +///处理中回调, index: 批次编号,0 based +typedef void(^MAProcessingCallback)(int index, NSArray *points); + +///成功回调,distance:距离,单位米 +typedef void(^MAFinishCallback)(NSArray *points, double distance); + +///失败回调 +typedef void(^MAFailedCallback)(int errorCode, NSString *errorDesc); + +///定位回调, locations: 原始定位点; tracePoints: 纠偏后的点,如果纠偏失败返回nil; distance:距离; error: 纠偏失败时的错误信息 +typedef void(^MATraceLocationCallback)(NSArray *locations, NSArray *tracePoints, double distance, NSError *error); + +/** + * @brief 轨迹定位的代理协议,since v6.2.0 +*/ +@protocol MATraceDelegate + +@required + +/** + * @brief 轨迹定位纠偏的回调方法,since v6.2.0 + * @param manager 轨迹定位管理对象 + * @param locations 已经完成纠偏的原始定位数据 + * @param tracePoints 已经完成纠偏处理后的轨迹点 + * @param distance 距离,单位米 + * @param error 如果成功的话为nil,否则为失败原因 + */ +- (void)traceManager:(MATraceManager *)manager + didTrace:(NSArray *)locations + correct:(NSArray *)tracePoints + distance:(double)distance + withError:(NSError *)error; + +@optional +/** + * @brief 当plist配置NSLocationAlwaysUsageDescription或者NSLocationAlwaysAndWhenInUseUsageDescription,并且[CLLocationManager authorizationStatus] == kCLAuthorizationStatusNotDetermined,会调用代理的此方法。 + 此方法实现调用后台权限API即可( 该回调必须实现 [locationManager requestAlwaysAuthorization] ); since 6.8.1 + * @param locationManager 地图的CLLocationManager。 + */ +- (void)mapViewRequireLocationAuth:(CLLocationManager *)locationManager; + +@end + +///轨迹纠偏管理类 +@interface MATraceManager : NSObject + +/** + * @brief 单例方法 + */ ++ (instancetype)sharedInstance; + +/** + * @brief 获取纠偏后的经纬度点集 + * @param locations 待纠偏处理的点集, 顺序即为传入的顺序 + * @param type loctions经纬度坐标的类型, 如果已经是高德坐标系,传 -1 + * @param processingCallback 如果一次传入点过多,内部会分批处理。每处理完一批就调用此回调 + * @param finishCallback 全部处理完毕调用此回调 + * @param failedCallback 失败调用此回调 + * @return 返回一个NSOperation对象,可调用cancel取消 + */ +- (NSOperation *)queryProcessedTraceWith:(NSArray*)locations + type:(AMapCoordinateType)type + processingCallback:(MAProcessingCallback)processingCallback + finishCallback:(MAFinishCallback)finishCallback + failedCallback:(MAFailedCallback)failedCallback; + +/** + * @brief 轨迹定位的代理回调对象,配合start和stop方法使用,since v6.2.0 + */ +@property (nonatomic, weak) id delegate; + +/** + * @brief 开始轨迹定位, 内部使用系统CLLocationManager,distanceFilter,desiredAccuracy均为系统默认值,since v6.2.0 + */ +- (void)start; + +/** + * @brief 停止轨迹定位,since v6.2.0 + */ +- (void)stop; + +@end + +#endif diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAUserLocation.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAUserLocation.h new file mode 100755 index 0000000..42a1f05 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAUserLocation.h @@ -0,0 +1,28 @@ +// +// MAUserLocation.h +// MAMapKit +// +// Created by yin cai on 12-1-4. +// Copyright © 2016 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import "MAAnimatedAnnotation.h" + +@class CLLocation; +@class CLHeading; + +///定位信息类 +@interface MAUserLocation : MAAnimatedAnnotation + +///位置更新状态,如果正在更新位置信息,则该值为YES +@property (readonly, nonatomic, getter = isUpdating) BOOL updating; + +///位置信息,如果MAMapView的showsUserLocation为NO,或者尚未定位成功,则该值为nil +@property (readonly, nonatomic, strong) CLLocation *location; + +///heading信息 +@property (readonly, nonatomic, strong) CLHeading *heading; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAUserLocationRepresentation.h b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAUserLocationRepresentation.h new file mode 100644 index 0000000..e9eb228 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAUserLocationRepresentation.h @@ -0,0 +1,38 @@ +// +// MAUserLocationRepresentation.h +// MAMapKit +// +// Created by shaobin on 16/12/27. +// Copyright © 2016年 Amap. All rights reserved. +// + +#import "MAConfig.h" +#import +#import + +#define kAccuracyCircleDefaultColor [UIColor colorWithRed:136/255.0 green:166/255.0 blue:227/255.0 alpha:.3] + +///用户位置显示样式控制 +@interface MAUserLocationRepresentation : NSObject + +///精度圈是否显示,默认YES +@property (nonatomic, assign) BOOL showsAccuracyRing; +///是否显示方向指示(MAUserTrackingModeFollowWithHeading模式开启)。默认为YES +@property (nonatomic, assign) BOOL showsHeadingIndicator; +///精度圈 填充颜色, 默认 kAccuracyCircleDefaultColor +@property (nonatomic, strong) UIColor *fillColor; +///精度圈 边线颜色, 默认 kAccuracyCircleDefaultColor +@property (nonatomic, strong) UIColor *strokeColor; +///精度圈 边线宽度,默认0 +@property (nonatomic, assign) CGFloat lineWidth; + +///定位点背景色,不设置默认白色 +@property (nonatomic, strong) UIColor *locationDotBgColor; +///定位点蓝色圆点颜色,不设置默认蓝色 +@property (nonatomic, strong) UIColor *locationDotFillColor; +///内部蓝色圆点是否使用律动效果, 默认YES +@property (nonatomic, assign) BOOL enablePulseAnnimation; +///定位图标, 与蓝色原点互斥 +@property (nonatomic, strong) UIImage* image; + +@end diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/MAMapKit b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/MAMapKit new file mode 100644 index 0000000..1207706 Binary files /dev/null and b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/MAMapKit differ diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Modules/module.modulemap b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Modules/module.modulemap new file mode 100644 index 0000000..05888e4 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module MAMapKit { + umbrella header "MAMapKit.h" + + export * + module * { export * } +} diff --git a/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/version.txt b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/version.txt new file mode 100644 index 0000000..acae427 --- /dev/null +++ b/Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/version.txt @@ -0,0 +1 @@ +9.6.0+3dmap.9b2e16f2.1115 diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/AMapDemangleNodes.def b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapDemangleNodes.def similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/AMapDemangleNodes.def rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapDemangleNodes.def diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/AMapFoundationKit b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapFoundationKit similarity index 79% rename from Pods/AMapFoundation/AMapFoundationKit.framework/AMapFoundationKit rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapFoundationKit index a735a79..0f89528 100644 Binary files a/Pods/AMapFoundation/AMapFoundationKit.framework/AMapFoundationKit and b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapFoundationKit differ diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/AMapReferenceStorage.def b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapReferenceStorage.def similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/AMapReferenceStorage.def rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapReferenceStorage.def diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/AMapStandardTypesMangling.def b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapStandardTypesMangling.def similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/AMapStandardTypesMangling.def rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapStandardTypesMangling.def diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/AMapValueWitnessMangling.def b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapValueWitnessMangling.def similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/AMapValueWitnessMangling.def rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/AMapValueWitnessMangling.def diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationConst.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationConst.h similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationConst.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationConst.h diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationKit.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationKit.h similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationKit.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationKit.h diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationVersion.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationVersion.h similarity index 89% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationVersion.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationVersion.h index 9c7a613..124d170 100644 --- a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationVersion.h +++ b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapFoundationVersion.h @@ -11,7 +11,7 @@ #ifndef AMapFoundationVersion_h #define AMapFoundationVersion_h -#define AMapFoundationVersionNumber 10800 +#define AMapFoundationVersionNumber 10802 FOUNDATION_EXTERN NSString * const AMapFoundationVersion; FOUNDATION_EXTERN NSString * const AMapFoundationName; diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapServices.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapServices.h similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapServices.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapServices.h diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapURLSearch.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapURLSearch.h similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapURLSearch.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapURLSearch.h diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapURLSearchType.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapURLSearchType.h similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapURLSearchType.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapURLSearchType.h diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapUtility.h b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapUtility.h similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapUtility.h rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Headers/AMapUtility.h diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/Modules/module.modulemap b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Modules/module.modulemap similarity index 100% rename from Pods/AMapFoundation/AMapFoundationKit.framework/Modules/module.modulemap rename to Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/Modules/module.modulemap diff --git a/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/version.txt b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/version.txt new file mode 100644 index 0000000..72c7f81 --- /dev/null +++ b/Pods/AMapFoundation-NO-IDFA/AMapFoundationKit.framework/version.txt @@ -0,0 +1 @@ +1.8.2+foundation-no-idfa.f9a21ab diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/readFeature.py b/Pods/AMapFoundation/AMapFoundationKit.framework/readFeature.py deleted file mode 100644 index 609224e..0000000 --- a/Pods/AMapFoundation/AMapFoundationKit.framework/readFeature.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8-*- -import os -import sys - -currentPath=os.getcwd() -foundationConfigPath = currentPath + "/AMapFoundationKit/AMapFoundationConfig.h" - -#currentPath.replace("src", "src/AMapFoundationKit/AMapFoundationConfig.h") - -report_crash=sys.argv[1] - -def replaceFeature(): - # 如果Jenkins配置不需要替换,则直接返回 - if report_crash == 1 or report_crash == '1': - - search_text = "define FEATURE_REPORT_CRASH 0" - replace_text = "define FEATURE_REPORT_CRASH 1" - - with open(foundationConfigPath, 'r') as file: - data = file.read() - data = data.replace(search_text, replace_text) - - with open(foundationConfigPath, 'w') as file: - file.write(data) - -replaceFeature() diff --git a/Pods/AMapFoundation/AMapFoundationKit.framework/version.txt b/Pods/AMapFoundation/AMapFoundationKit.framework/version.txt deleted file mode 100644 index bba8392..0000000 --- a/Pods/AMapFoundation/AMapFoundationKit.framework/version.txt +++ /dev/null @@ -1 +0,0 @@ -1.8.0+foundation.cf8ab10 diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/AMapLocationKit b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/AMapLocationKit new file mode 100644 index 0000000..9319a14 Binary files /dev/null and b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/AMapLocationKit differ diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceError.h b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceError.h new file mode 100644 index 0000000..5d68451 --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceError.h @@ -0,0 +1,27 @@ +// +// AMapGeoFenceError.h +// AMapLocationKit +// +// Created by eidan on 16/12/15. +// Copyright © 2016年 Amap. All rights reserved. +// + +#ifndef AMapGeoFenceError_h +#define AMapGeoFenceError_h + + +///AMapGeoFence errorDomain +extern NSString * const AMapGeoFenceErrorDomain; + +///地理围栏错误码 +typedef NS_ENUM(NSInteger, AMapGeoFenceErrorCode) { + AMapGeoFenceErrorUnknown = 1, ///< 未知错误 + AMapGeoFenceErrorInvalidParameter = 2, ///< 参数错误 + AMapGeoFenceErrorFailureConnection = 3, ///< 网络连接异常 + AMapGeoFenceErrorFailureAuth = 4, ///< 鉴权失败 + AMapGeoFenceErrorNoValidFence = 5, ///< 无可用围栏 + AMapGeoFenceErroFailureLocating = 6, ///< 定位错误 + AMapGeoFenceErroFailureFullAccuracyLocating = 7, ///< 精确定位错误 +}; + +#endif /* AMapGeoFenceError_h */ diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceManager.h b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceManager.h new file mode 100644 index 0000000..22db441 --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceManager.h @@ -0,0 +1,234 @@ +// +// AMapGeoFenceManager.h +// AMapLocationKit +// +// Created by hanxiaoming on 16/12/5. +// Copyright © 2016年 Amap. All rights reserved. +// + +#import +#import "AMapGeoFenceRegionObj.h" + +// 以下类涉及的坐标需要使用高德坐标系坐标(GCJ02) + +@protocol AMapGeoFenceManagerDelegate; + +///地理围栏监听状态类型 +typedef NS_OPTIONS(NSUInteger, AMapGeoFenceActiveAction) +{ + AMapGeoFenceActiveActionNone = 0, ///< 不进行监听 + AMapGeoFenceActiveActionInside = 1 << 0, ///< 在范围内 + AMapGeoFenceActiveActionOutside = 1 << 1, ///< 在范围外 + AMapGeoFenceActiveActionStayed = 1 << 2, ///< 停留(在范围内超过10分钟) +}; + +///地理围栏任务状态类型 +typedef NS_OPTIONS(NSUInteger, AMapGeoFenceRegionActiveStatus) +{ + AMapGeoFenceRegionActiveUNMonitor = 0, ///< 未注册 + AMapGeoFenceRegionActiveMonitoring = 1 << 0, ///< 正在监控 + AMapGeoFenceRegionActivePaused = 1 << 1, ///< 暂停监控 +}; + +///地理围栏管理类(since 2.3.0) +@interface AMapGeoFenceManager : NSObject + + +///实现了 AMapGeoFenceManagerDelegate 协议的类指针。 +@property (nonatomic, weak) id delegate; + + +///需要进行通知的行为,默认为AMapGeoFenceActiveActionInside。 +@property (nonatomic, assign) AMapGeoFenceActiveAction activeAction; + + +///指定定位是否会被系统自动暂停。默认为NO。 +@property (nonatomic, assign) BOOL pausesLocationUpdatesAutomatically; + + +///是否允许后台定位。默认为NO。只在iOS 9.0及之后起作用。设置为YES的时候必须保证 Background Modes 中的 Location updates 处于选中状态,否则会抛出异常。 +@property (nonatomic, assign) BOOL allowsBackgroundLocationUpdates; + +///检测是否存在虚拟定位风险,默认为NO,即不检测。 \n如果设置为YES,检测到风险后,会通过amapGeoFenceManager:didGeoFencesStatusChangedForRegion:customID:error: 的error给出风险提示,error的格式为error.domain==AMapGeoFenceErrorDomain; error.code==AMapGeoFenceErroFailureLocating; +@property (nonatomic, assign) BOOL detectRiskOfFakeLocation; + + +/** + * @brief 添加一个圆形围栏 + * @param center 围栏的中心点经纬度坐标 + * @param radius 围栏的半径,单位:米,要求大于0 + * @param customID 用户自定义ID,可选,SDK原值返回 + */ +- (void)addCircleRegionForMonitoringWithCenter:(CLLocationCoordinate2D)center radius:(CLLocationDistance)radius customID:(NSString *)customID; + + +/** + * @brief 根据经纬度坐标数据添加一个闭合的多边形围栏,点与点之间按顺序尾部相连, 第一个点与最后一个点相连 + * @param coordinates 经纬度坐标点数据,coordinates对应的内存会拷贝,调用者负责该内存的释放 + * @param count 经纬度坐标点的个数,不可小于3个 + * @param customID 用户自定义ID,可选,SDK原值返回 + */ +- (void)addPolygonRegionForMonitoringWithCoordinates:(CLLocationCoordinate2D *)coordinates count:(NSInteger)count customID:(NSString *)customID; + + +/** + * @brief 根据要查询的关键字,类型,城市等信息,添加一个或者多个POI地理围栏 + * @param keyword 要查询的关键字,多个关键字用“|”分割,必填,keyword和type两者至少必选其一 + * @param type 要查询的POI类型,多个类型用“|”分割,必填,keyword和type两者至少必选其一,具体分类编码和规则详见: http://lbs.amap.com/api/webservice/guide/api/search/#text + * @param city 要查询的城市 + * @param size 要查询的数据的条数,(0,25],传入<=0的值为10,传入大于25的值为25,默认10 + * @param customID 用户自定义ID,可选,SDK原值返回 + */ +- (void)addKeywordPOIRegionForMonitoringWithKeyword:(NSString *)keyword POIType:(NSString *)type city:(NSString *)city size:(NSInteger)size customID:(NSString *)customID; + + +/** + * @brief 根据要查询的点的经纬度,搜索半径等信息,添加一个或者多个POI围栏 + * @param locationPoint 点的经纬度坐标,必填 + * @param aroundRadius 查询半径,单位:米,(0,50000],超出范围取3000,默认3000 + * @param keyword 要查询的关键字,多个关键字用“|”分割,可选 + * @param type 要查询的POI类型,多个类型用“|”分割,可选 + * @param size 要查询的数据的条数,(0,25],传入<=0的值为10,传入大于25的值为25,默认10 + * @param customID 用户自定义ID,可选,SDK原值返回 + */ +- (void)addAroundPOIRegionForMonitoringWithLocationPoint:(CLLocationCoordinate2D)locationPoint aroundRadius:(NSInteger)aroundRadius keyword:(NSString *)keyword POIType:(NSString *)type size:(NSInteger)size customID:(NSString *)customID; + + +/** + * @brief 根据要查询的行政区域关键字,添加一个或者多个行政区域围栏 + * @param districtName 行政区域关键字,必填,只支持单个关键词语:行政区名称、citycode、adcode,规则详见: http://lbs.amap.com/api/webservice/guide/api/district/#district + * @param customID 用户自定义ID,可选,SDK原值返回 + */ +- (void)addDistrictRegionForMonitoringWithDistrictName:(NSString *)districtName customID:(NSString *)customID; + +/** + * @brief 获取指定围栏的运行状态 + * @param region 要获取运行状态的围栏 + * @return 返回指定围栏的运行状态 + */ +- (AMapGeoFenceRegionActiveStatus)statusWithGeoFenceRegion:(AMapGeoFenceRegion *)region; + +/** + * @brief 根据customID获得所有已经注册的围栏,如果customID传nil,则返回全部已注册围栏 + * @param customID 用户执行添加围栏函数时传入的customID + * @return 获得的围栏构成的数组,如果没有结果,返回nil + */ +- (NSArray *)geoFenceRegionsWithCustomID:(NSString *)customID; + +/** + * @brief 根据customID获得所有正在监控的围栏,如果customID传nil,则返回全部正在监控的围栏 + * @param customID 用户执行添加围栏函数时传入的customID + * @return 获得的围栏构成的数组,如果没有结果,返回nil + */ +- (NSArray *)monitoringGeoFenceRegionsWithCustomID:(NSString *)customID; + +/** + * @brief 根据customID获得所有已经暂停的围栏,如果customID传nil,则返回全部已经暂停的围栏 + * @param customID 用户执行添加围栏函数时传入的customID + * @return 获得的围栏构成的数组,如果没有结果,返回nil + */ +- (NSArray *)pausedGeoFenceRegionsWithCustomID:(NSString *)customID; + + +/** + * @brief 暂停指定customID的围栏 + * @param customID 用户执行添加围栏函数时传入的customID + * @return 返回被暂停围栏的数组,如果没有围栏被暂停,返回nil + */ +- (NSArray *)pauseGeoFenceRegionsWithCustomID:(NSString *)customID; + + +/** + * @brief 暂停指定围栏 + * @param region 要暂停监控的围栏 + * @return 返回指定围栏是否被暂停,如果指定围栏没有注册,则返回NO + */ +- (BOOL)pauseTheGeoFenceRegion:(AMapGeoFenceRegion *)region; + +/** + * @brief 根据customID开始监控已经暂停的围栏 + * @param customID 用户执行添加围栏函数时传入的customID + * @return 返回开始监控的围栏构成的数组 + */ +- (NSArray *)startGeoFenceRegionsWithCustomID:(NSString *)customID; + +/** + * @brief 开始监控指定围栏 + * @param region 要开始监控的围栏 + * @return 返回指定围栏是否开始监控,如果指定围栏没有注册,则返回NO + */ +- (BOOL)startTheGeoFenceRegion:(AMapGeoFenceRegion *)region; + +/** + * @brief 移除指定围栏 + * @param region 要停止监控的围栏 + */ +- (void)removeTheGeoFenceRegion:(AMapGeoFenceRegion *)region; + +/** + * @brief 移除指定customID的围栏 + * @param customID 用户执行添加围栏函数时传入的customID + */ +- (void)removeGeoFenceRegionsWithCustomID:(NSString *)customID; + +/** + * @brief 移除所有围栏 + */ +- (void)removeAllGeoFenceRegions; + +@end + +///地理围栏代理协议(since 2.3.0),该协议定义了获取地理围栏相关回调方法,包括添加、状态改变等。 +@protocol AMapGeoFenceManagerDelegate + +@required + +#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 + +/** + * @brief iOS14及以上版本使用地理围栏功能,需要在plist中配置NSLocationTemporaryUsageDescriptionDictionary字典描述,且添加自定义Key描述地理围栏的使用场景,此描述会在申请临时精确定位权限的弹窗中展示。该回调触发条件:拥有定位权限,但是没有获得精确定位权限的情况下,会触发该回调。此方法实现调用申请临时精确定位权限API即可: + * [locationManager requestTemporaryFullAccuracyAuthorizationWithPurposeKey:@"PurposeKey" completion:^(NSError *error){ + * if(completion){ + * completion(error); + * } + * }]; (必须调用,不然无法正常获取临时精确定位权限) + * @param manager 地理围栏管理类。 + * @param locationManager 需要申请临时精确定位权限的locationManager。 + * @param completion 临时精确定位权限API回调结果。直接返回系统error即可 + * @since 2.6.7 + */ +- (void)amapLocationManager:(AMapGeoFenceManager *)manager doRequireTemporaryFullAccuracyAuth:(CLLocationManager*)locationManager completion:(void(^)(NSError *error))completion; + +#endif + +@optional + +/** + * @brief 当plist配置NSLocationAlwaysUsageDescription或者NSLocationAlwaysAndWhenInUseUsageDescription,并且[CLLocationManager authorizationStatus] == kCLAuthorizationStatusNotDetermined,会调用代理的此方法。 + 此方法实现申请后台权限API即可:[locationManager requestAlwaysAuthorization](必须调用,不然无法正常获取定位权限) + * @param manager 地理围栏管理类。 + * @param locationManager 需要申请后台定位权限的locationManager。 + * @since 2.6.2 + */ +- (void)amapGeoFenceManager:(AMapGeoFenceManager *)manager doRequireLocationAuth:(CLLocationManager*)locationManager; + +/** + * @brief 添加地理围栏完成后的回调,成功与失败都会调用 + * @param manager 地理围栏管理类 + * @param regions 成功添加的一个或多个地理围栏构成的数组 + * @param customID 用户执行添加围栏函数时传入的customID + * @param error 添加失败的错误信息 + */ +- (void)amapGeoFenceManager:(AMapGeoFenceManager *)manager didAddRegionForMonitoringFinished:(NSArray *)regions customID:(NSString *)customID error:(NSError *)error; + + +/** + * @brief 地理围栏状态改变时回调,当围栏状态的值发生改变,定位失败都会调用 + * @param manager 地理围栏管理类 + * @param region 状态改变的地理围栏 + * @param customID 用户执行添加围栏函数时传入的customID + * @param error 错误信息,如定位相关的错误 + */ +- (void)amapGeoFenceManager:(AMapGeoFenceManager *)manager didGeoFencesStatusChangedForRegion:(AMapGeoFenceRegion *)region customID:(NSString *)customID error:(NSError *)error; + +@end diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h new file mode 100644 index 0000000..833fa9c --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h @@ -0,0 +1,120 @@ +// +// AMapGeoFenceRegionObj.h +// AMapLocationKit +// +// Created by hanxiaoming on 16/12/5. +// Copyright © 2016年 Amap. All rights reserved. +// + +#import "AMapLocationCommonObj.h" + + +///AMapGeoFence Region State +typedef NS_ENUM(NSInteger, AMapGeoFenceRegionStatus) +{ + AMapGeoFenceRegionStatusUnknown = 0, ///< 未知 + AMapGeoFenceRegionStatusInside = 1, ///< 在范围内 + AMapGeoFenceRegionStatusOutside = 2, ///< 在范围外 + AMapGeoFenceRegionStatusStayed = 3, ///< 停留(在范围内超过10分钟) +}; + +typedef NS_ENUM(NSInteger, AMapGeoFenceRegionType) +{ + AMapGeoFenceRegionTypeCircle = 0, /// 圆形地理围栏 + AMapGeoFenceRegionTypePolygon = 1, /// 多边形地理围栏 + AMapGeoFenceRegionTypePOI = 2, /// 兴趣点(POI)地理围栏 + AMapGeoFenceRegionTypeDistrict = 3, /// 行政区划地理围栏 +}; + +#pragma mark - AMapGeoFenceRegion + + +///地理围栏基类,不可直接使用。(since 2.3.0) +@interface AMapGeoFenceRegion : NSObject + + +///AMapGeoFenceRegion的唯一标识符 +@property (nonatomic, copy, readonly) NSString *identifier; + + +///用户自定义ID,可为nil。 +@property (nonatomic, copy, readonly) NSString *customID; + + +///坐标点和围栏的关系,比如用户的位置和围栏的关系 +@property (nonatomic, assign) AMapGeoFenceRegionStatus fenceStatus; + +///用户自定义ID,可为nil。 +@property (nonatomic, assign) AMapGeoFenceRegionType regionType; + +///缓存最近获取的定位信息,可能会存在延时,可为nil,会在获取定位时更新 +@property (nonatomic, copy) CLLocation *currentLocation; + +@end + + +#pragma mark - AMapLocationCircleRegion + + +///圆形地理围栏(since 2.3.0) +@interface AMapGeoFenceCircleRegion : AMapGeoFenceRegion + + +///中心点的经纬度坐标 +@property (nonatomic, readonly) CLLocationCoordinate2D center; + + +///半径,单位:米 +@property (nonatomic, readonly) CLLocationDistance radius; + +@end + + +#pragma mark -AMapGeoFencePolygonRegion + + +///多边形地理围栏(since 2.3.0) +@interface AMapGeoFencePolygonRegion : AMapGeoFenceRegion + + +///经纬度坐标点数据 +@property (nonatomic, readonly) CLLocationCoordinate2D *coordinates; + + +///经纬度坐标点的个数 +@property (nonatomic, readonly) NSInteger count; + + +@end + + +#pragma mark -AMapGeoFencePOIRegion + + +///兴趣点(POI)地理围栏(since 2.3.0) +@interface AMapGeoFencePOIRegion : AMapGeoFenceCircleRegion + + +///POI信息 +@property (nonatomic, strong, readonly) AMapLocationPOIItem *POIItem; + + +@end + + +#pragma mark -AMapGeoFenceDistrictRegion + + +///行政区划地理围栏(since 2.3.0) +@interface AMapGeoFenceDistrictRegion : AMapGeoFenceRegion + + +///行政区域信息 +@property (nonatomic, strong, readonly) AMapLocationDistrictItem *districtItem; + + +///行政区域轮廓坐标点,每个行政区可能有多个模块,每个模块的坐标点数组由AMapLocationPoint构成 +@property (nonatomic, copy, readonly) NSArray *> *polylinePoints; + + +@end diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationCommonObj.h b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationCommonObj.h new file mode 100644 index 0000000..d5529d0 --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationCommonObj.h @@ -0,0 +1,203 @@ +// +// AMapLocationCommonObj.h +// AMapLocationKit +// +// Created by AutoNavi on 15/10/22. +// Copyright © 2015年 Amap. All rights reserved. +// + +#import +#import +#import + + +///AMapLocation errorDomain +extern NSString * const AMapLocationErrorDomain; + +///AMapLocation errorCode +typedef NS_ENUM(NSInteger, AMapLocationErrorCode) +{ + AMapLocationErrorUnknown = 1, ///<未知错误 + AMapLocationErrorLocateFailed = 2, ///<定位错误 + AMapLocationErrorReGeocodeFailed = 3, ///<逆地理错误 + AMapLocationErrorTimeOut = 4, ///<超时 + AMapLocationErrorCanceled = 5, ///<取消 + AMapLocationErrorCannotFindHost = 6, ///<找不到主机 + AMapLocationErrorBadURL = 7, /// + +///格式化地址 +@property (nonatomic, copy) NSString *formattedAddress; + +///国家 +@property (nonatomic, copy) NSString *country; + +///省/直辖市 +@property (nonatomic, copy) NSString *province; + +///市 +@property (nonatomic, copy) NSString *city; + +///区 +@property (nonatomic, copy) NSString *district; + +///乡镇 +@property (nonatomic, copy) NSString *township __attribute__((deprecated("该字段从v2.2.0版本起不再返回数据,建议您使用AMapSearchKit的逆地理功能获取."))); + +///社区 +@property (nonatomic, copy) NSString *neighborhood __attribute__((deprecated("该字段从v2.2.0版本起不再返回数据,建议您使用AMapSearchKit的逆地理功能获取."))); + +///建筑 +@property (nonatomic, copy) NSString *building __attribute__((deprecated("该字段从v2.2.0版本起不再返回数据,建议您使用AMapSearchKit的逆地理功能获取."))); + +///城市编码 +@property (nonatomic, copy) NSString *citycode; + +///区域编码 +@property (nonatomic, copy) NSString *adcode; + +///街道名称 +@property (nonatomic, copy) NSString *street; + +///门牌号 +@property (nonatomic, copy) NSString *number; + +///兴趣点名称 +@property (nonatomic, copy) NSString *POIName; + +///所属兴趣点名称 +@property (nonatomic, copy) NSString *AOIName; + +@end + +#pragma mark - AMapLocationPoint + +///经纬度坐标点对象 +@interface AMapLocationPoint : NSObject + +///纬度 +@property (nonatomic, assign) CGFloat latitude; + +///经度 +@property (nonatomic, assign) CGFloat longitude; + +/** + * @brief AMapNaviPoint类对象的初始化函数 + * @param lat 纬度 + * @param lon 经度 + * @return AMapNaviPoint类对象id + */ ++ (AMapLocationPoint *)locationWithLatitude:(CGFloat)lat longitude:(CGFloat)lon; + +@end + +///POI信息 +@interface AMapLocationPOIItem : NSObject + +///id +@property (nonatomic, copy) NSString *pId; + +///名称 +@property (nonatomic, copy) NSString *name; + +///类型 +@property (nonatomic, copy) NSString *type; + +///类型编码 +@property (nonatomic, copy) NSString *typeCode; + +///地址信息 +@property (nonatomic, copy) NSString *address; + +///经纬度 +@property (nonatomic, strong) AMapLocationPoint *location; + +///电话号码 +@property (nonatomic, copy) NSString *tel; + +///省份 +@property (nonatomic, copy) NSString *province; + +///城市 +@property (nonatomic, copy) NSString *city; + +///区 +@property (nonatomic, copy) NSString *district; + +@end + +///行政区域信息 +@interface AMapLocationDistrictItem : NSObject + +///城市编码 +@property (nonatomic, copy) NSString *cityCode; + +///区域编码 +@property (nonatomic, copy) NSString *districtCode; + +///区名 +@property (nonatomic, copy) NSString *district; + +///行政区域轮廓坐标点,每个行政区可能有多个模块,每个模块的坐标点数组由AMapLocationPoint构成 +@property (nonatomic, copy) NSArray *> *polylinePoints; + +@end + +///AMapLocation CoordinateType +typedef NS_ENUM(NSUInteger, AMapLocationCoordinateType) +{ + AMapLocationCoordinateTypeBaidu = 0, /// + +#import +#import +#import + +#import +#import +#import diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationManager.h b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationManager.h new file mode 100644 index 0000000..d151d77 --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationManager.h @@ -0,0 +1,282 @@ +// +// AMapLocationManager.h +// AMapLocationKit +// +// Created by AutoNavi on 15/10/22. +// Copyright © 2015年 Amap. All rights reserved. +// + +#import +#import +#import "AMapLocationCommonObj.h" +#import "AMapLocationRegionObj.h" + +/** + * @brief AMapLocatingCompletionBlock 单次定位返回Block + * @param location 定位信息 + * @param regeocode 逆地理信息 + * @param error 错误信息,参考 AMapLocationErrorCode + */ +typedef void (^AMapLocatingCompletionBlock)(CLLocation *location, AMapLocationReGeocode *regeocode, NSError *error); + +@protocol AMapLocationManagerDelegate; + +#pragma mark - AMapLocationManager + +///AMapLocationManager类。初始化之前请设置 AMapServices 中的apikey(例如:[AMapServices sharedServices].apiKey = @"您的key"),否则将无法正常使用服务. +@interface AMapLocationManager : NSObject + +///实现了 AMapLocationManagerDelegate 协议的类指针。 +@property (nonatomic, weak) id delegate; + +///设定定位的最小更新距离。单位米,默认为 kCLDistanceFilterNone,表示只要检测到设备位置发生变化就会更新位置信息。 +@property(nonatomic, assign) CLLocationDistance distanceFilter; + +///设定期望的定位精度。单位米,默认为 kCLLocationAccuracyBest。定位服务会尽可能去获取满足desiredAccuracy的定位结果,但不保证一定会得到满足期望的结果。 +///注意:设置为kCLLocationAccuracyBest或kCLLocationAccuracyBestForNavigation时,单次定位会在达到locationTimeout设定的时间后,将时间内获取到的最高精度的定位结果返回。 +///⚠️ 当iOS14及以上版本,模糊定位权限下可能拿不到设置精度的经纬度 +@property(nonatomic, assign) CLLocationAccuracy desiredAccuracy; + +///指定定位是否会被系统自动暂停。默认为NO。 +@property(nonatomic, assign) BOOL pausesLocationUpdatesAutomatically; + +///是否允许后台定位。默认为NO。只在iOS 9.0及之后起作用。设置为YES的时候必须保证 Background Modes 中的 Location updates 处于选中状态,否则会抛出异常。由于iOS系统限制,需要在定位未开始之前或定位停止之后,修改该属性的值才会有效果。 +@property(nonatomic, assign) BOOL allowsBackgroundLocationUpdates; + +///指定单次定位超时时间,默认为10s。最小值是2s。注意单次定位请求前设置。注意: 单次定位超时时间从确定了定位权限(非kCLAuthorizationStatusNotDetermined状态)后开始计算。 +@property(nonatomic, assign) NSInteger locationTimeout; + +///指定单次定位逆地理超时时间,默认为5s。最小值是2s。注意单次定位请求前设置。 +@property(nonatomic, assign) NSInteger reGeocodeTimeout; + +///连续定位是否返回逆地理信息,默认NO。 +@property (nonatomic, assign) BOOL locatingWithReGeocode; + +///逆地址语言类型,默认是AMapLocationRegionLanguageDefault +@property (nonatomic, assign) AMapLocationReGeocodeLanguage reGeocodeLanguage; + +///获取被监控的region集合。 +@property (nonatomic, readonly, copy) NSSet *monitoredRegions; + +///检测是否存在虚拟定位风险,默认为NO,不检测。 \n注意:设置为YES时,单次定位通过 AMapLocatingCompletionBlock 的error给出虚拟定位风险提示;连续定位通过 amapLocationManager:didFailWithError: 方法的error给出虚拟定位风险提示。error格式为 error.domain==AMapLocationErrorDomain; error.code==AMapLocationErrorRiskOfFakeLocation; \n附带的error的详细信息参考 error.localizedDescription 中的描述以及 error.userInfo 中的信息(error.userInfo.AMapLocationRiskyLocateResult 表示有虚拟风险的定位结果; error.userInfo.AMapLocationAccessoryInfo 表示外接辅助设备信息)。 +@property (nonatomic, assign) BOOL detectRiskOfFakeLocation; + + +#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 + +/** + * @brief 设置定位数据回调精度模式,默认为AMapLocationAccuracyFullAndReduce。\n + 注意:如果定位时未获得定位权限,则首先会调用申请定位权限API,实际定位精度权限取决于用户的权限设置。\n + * ————————————————————————————————————————————————————————————————\n + * | 设置选项 | doRequireTemporaryFullAccuracyAuth | 异常/定位数据回调 |\n + * | AMapLocationFullAndReduceAccuracy | 会触发申请临时精确定位回调 | 如果未获得精确定位权限,则依然开启定位,回调模糊定位 |\n + * | AMapLocationFullAccuracy | 会触发申请临时精确定位回调 | 如果未获得精确定位权限,则不开启定位,回调error |\n + * | AMapLocationReduceAccuracy | 不会触发申请临时精确定位回调 | 根据当前定位精度权限,回调定位数据 |\n + * ————————————————————————————————————————————————————————————————\n + * 当设置AMapLocationFullAndReduceAccuracy时,定位数据回调可通过currentAuthorization判断当前是否是精确定位 + * @since 2.6.7 + */ +@property (nonatomic, assign) AMapLocationAccuracyMode locationAccuracyMode API_AVAILABLE(ios(14.0)); + +/** + * @brief 获取当前定位精度权限。 + * @since 2.6.7 + */ +@property (nonatomic, readonly) CLAccuracyAuthorization currentAuthorization API_AVAILABLE(ios(14.0)); + +#endif + +/** + * @brief 设备是否支持方向识别 + * @return YES:设备支持方向识别 ; NO:设备不支持支持方向识别 + */ ++ (BOOL)headingAvailable; + +/** + * @brief 开始获取设备朝向,如果设备支持方向识别,则会通过代理回调方法 + */ +- (void)startUpdatingHeading; + +/** + * @brief 停止获取设备朝向 + */ +- (void)stopUpdatingHeading; + +/** + * @brief 停止设备朝向校准显示 + */ +- (void)dismissHeadingCalibrationDisplay; + +/** + * @brief 单次定位。如果当前正在连续定位,调用此方法将会失败,返回NO。\n该方法将会根据设定的 desiredAccuracy 去获取定位信息。如果获取的定位信息精确度低于 desiredAccuracy ,将会持续的等待定位信息,直到超时后通过completionBlock返回精度最高的定位信息。\n可以通过 stopUpdatingLocation 方法去取消正在进行的单次定位请求。 + * @param withReGeocode 是否带有逆地理信息(获取逆地理信息需要联网) + * @param completionBlock 单次定位完成后的Block + * @return 是否成功添加单次定位Request + */ +- (BOOL)requestLocationWithReGeocode:(BOOL)withReGeocode completionBlock:(AMapLocatingCompletionBlock)completionBlock; + +/** + * @brief 开始连续定位。调用此方法会cancel掉所有的单次定位请求。 + */ +- (void)startUpdatingLocation; + +/** + * @brief 停止连续定位。调用此方法会cancel掉所有的单次定位请求,可以用来取消单次定位。 + */ +- (void)stopUpdatingLocation; + +/** + * @brief 开始监控指定的region。如果已经存在相同identifier的region,则之前的region将会被移除。对 AMapLocationCircleRegion 类实例,将会优先监控radius小的region。 + * @param region 要被监控的范围 + */ +- (void)startMonitoringForRegion:(AMapLocationRegion *)region __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +/** + * @brief 停止监控指定的region + * @param region 要停止监控的范围 + */ +- (void)stopMonitoringForRegion:(AMapLocationRegion *)region __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +/** + * @brief 查询一个region的当前状态。查询结果通过amapLocationManager:didDetermineState:forRegion:回调返回 + * @param region 要查询的region + */ +- (void)requestStateForRegion:(AMapLocationRegion *)region __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +#pragma mark - Privacy 隐私合规 +/** + * @brief 更新App是否显示隐私弹窗的状态,隐私弹窗是否包含高德SDK隐私协议内容的状态,注意:必须在AMapLocationManager实例化之前调用. since 2.8.0 + * @param showStatus 隐私弹窗状态 + * @param containStatus 包含高德SDK隐私协议状态 + */ ++ (void)updatePrivacyShow:(AMapPrivacyShowStatus)showStatus privacyInfo:(AMapPrivacyInfoStatus)containStatus; +/** +* @brief 更新用户授权高德SDK隐私协议状态,注意:必须在AMapLocationManager实例化之前调用. since 2.8.0 +* @param agreeStatus 用户授权高德SDK隐私协议状态 +*/ ++ (void)updatePrivacyAgree:(AMapPrivacyAgreeStatus)agreeStatus; + +@end + +#pragma mark - AMapLocationManagerDelegate + +///AMapLocationManagerDelegate 协议定义了发生错误时的错误回调方法,连续定位的回调方法等。 +@protocol AMapLocationManagerDelegate + +@optional + +#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 140000 + +/** + * @brief 触发前提条件:1、plist配置NSLocationTemporaryUsageDescriptionDictionary。2、locationAccuracyMode设置为AMapLocationFullAndReduceAccuracy/AMapLocationFullAccuracy。3、当前用户已授权过定位权限,且为模糊定位权限。触发时机:满足前提条件时,再次发起定位请求会调用代理的此方法。此方法实现调用申请临时精确定位权限API即可: + * [manager requestTemporaryFullAccuracyAuthorizationWithPurposeKey:@"PurposeKey" completion:^(NSError *error){ + * if(completion){ + * completion(error); + * } + * }]; (必须调用,不然无法正常获取临时精确定位权限) + * @param manager 定位 AMapLocationManager 类。 + * @param locationManager 需要申请临时精确定位权限的locationManager。 + * @param completion 临时精确定位权限API回调结果,error: 直接返回系统error即可。 + * @since 2.6.7 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager doRequireTemporaryFullAccuracyAuth:(CLLocationManager*)locationManager completion:(void(^)(NSError *error))completion; + +#endif + +/** + * @brief 当plist配置NSLocationAlwaysUsageDescription或者NSLocationAlwaysAndWhenInUseUsageDescription,并且[CLLocationManager authorizationStatus] == kCLAuthorizationStatusNotDetermined,会调用代理的此方法。 + 此方法实现调用申请后台权限API即可:[locationManager requestAlwaysAuthorization] (必须调用,不然无法正常获取定位权限) + * @param manager 定位 AMapLocationManager 类。 + * @param locationManager 需要申请后台定位权限的locationManager。 + * @since 2.6.2 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager doRequireLocationAuth:(CLLocationManager*)locationManager; + +/** + * @brief 当定位发生错误时,会调用代理的此方法。 + * @param manager 定位 AMapLocationManager 类。 + * @param error 返回的错误,参考 CLError 。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didFailWithError:(NSError *)error; + +/** + * @brief 连续定位回调函数.注意:本方法已被废弃,如果实现了amapLocationManager:didUpdateLocation:reGeocode:方法,则本方法将不会回调。 + * @param manager 定位 AMapLocationManager 类。 + * @param location 定位结果。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didUpdateLocation:(CLLocation *)location; + +/** + * @brief 连续定位回调函数.注意:如果实现了本方法,则定位信息不会通过amapLocationManager:didUpdateLocation:方法回调。 + * @param manager 定位 AMapLocationManager 类。 + * @param location 定位结果。 + * @param reGeocode 逆地理信息。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didUpdateLocation:(CLLocation *)location reGeocode:(AMapLocationReGeocode *)reGeocode; + +/** + * @brief 定位权限状态改变时回调函数。注意:iOS13及之前版本回调 + * @param manager 定位 AMapLocationManager 类。 + * @param status 定位权限状态。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didChangeAuthorizationStatus:(CLAuthorizationStatus)status; + +/** + * @brief 定位权限状态改变时回调函数。注意:iOS14及之后版本回调 + * @param manager 定位 AMapLocationManager 类。 + * @param locationManager 定位CLLocationManager类,可通过locationManager.authorizationStatus获取定位权限,通过locationManager.accuracyAuthorization获取定位精度权限 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager locationManagerDidChangeAuthorization:(CLLocationManager*)locationManager; + +/** + * @brief 是否显示设备朝向校准 + * @param manager 定位 AMapLocationManager 类。 + * @return 是否显示设备朝向校准 + */ +- (BOOL)amapLocationManagerShouldDisplayHeadingCalibration:(AMapLocationManager *)manager; + +/** + * @brief 设备方向改变时回调函数 + * @param manager 定位 AMapLocationManager 类。 + * @param newHeading 设备朝向。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didUpdateHeading:(CLHeading *)newHeading; + +/** + * @brief 开始监控region回调函数 + * @param manager 定位 AMapLocationManager 类。 + * @param region 开始监控的region。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didStartMonitoringForRegion:(AMapLocationRegion *)region __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +/** + * @brief 进入region回调函数 + * @param manager 定位 AMapLocationManager 类。 + * @param region 进入的region。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didEnterRegion:(AMapLocationRegion *)region __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +/** + * @brief 离开region回调函数 + * @param manager 定位 AMapLocationManager 类。 + * @param region 离开的region。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didExitRegion:(AMapLocationRegion *)region __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +/** + * @brief 查询region状态回调函数 + * @param manager 定位 AMapLocationManager 类。 + * @param state 查询的region的状态。 + * @param region 查询的region。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager didDetermineState:(AMapLocationRegionState)state forRegion:(AMapLocationRegion *)region __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +/** + * @brief 监控region失败回调函数 + * @param manager 定位 AMapLocationManager 类。 + * @param region 失败的region。 + * @param error 错误信息,参考 AMapLocationErrorCode 。 + */ +- (void)amapLocationManager:(AMapLocationManager *)manager monitoringDidFailForRegion:(AMapLocationRegion *)region withError:(NSError *)error __attribute__((deprecated("请使用AMapGeoFenceManager"))); + +@end diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationRegionObj.h b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationRegionObj.h new file mode 100644 index 0000000..ed74aad --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationRegionObj.h @@ -0,0 +1,90 @@ +// +// AMapLocationRegionObj.h +// AMapLocationKit +// +// Created by AutoNavi on 15/11/27. +// Copyright © 2015年 Amap. All rights reserved. +// + +#import "AMapLocationCommonObj.h" + +// 以下类涉及的坐标需要使用高德坐标系坐标(GCJ02) + +#pragma mark - AMapLocationRegion + + +///AMapLocationRegion类,该类提供范围类的基本信息,并无具体实现,不要直接使用。 +@interface AMapLocationRegion : NSObject + +///AMapLocationRegion的identifier +@property (nonatomic, copy, readonly) NSString *identifier; + +///当进入region范围时是否通知,默认YES +@property (nonatomic, assign) BOOL notifyOnEntry; + +///当离开region范围时是否通知,默认YES +@property (nonatomic, assign) BOOL notifyOnExit; + +/** + * @brief 初始化方法 + * @param identifier 唯一标识符,必填,不可为nil + */ +- (instancetype)initWithIdentifier:(NSString *)identifier; + +/** + * @brief 坐标点是否在范围内 + * @param coordinate 要判断的坐标点 + * @return 是否在范围内 + */ +- (BOOL)containsCoordinate:(CLLocationCoordinate2D)coordinate; + +@end + +#pragma mark - AMapLocationCircleRegion + + +///AMapLocationCircleRegion类,定义一个圆形范围。 +@interface AMapLocationCircleRegion : AMapLocationRegion + +///中心点的经纬度坐标 +@property (nonatomic, readonly) CLLocationCoordinate2D center; + +///半径,单位:米 +@property (nonatomic, readonly) CLLocationDistance radius; + +/** + * @brief 根据中心点和半径生成圆形范围 + * @param center 中心点的经纬度坐标 + * @param radius 半径,单位:米 + * @param identifier 唯一标识符,必填,不可为nil + * @return AMapLocationCircleRegion类实例 + */ +- (instancetype)initWithCenter:(CLLocationCoordinate2D)center radius:(CLLocationDistance)radius identifier:(NSString *)identifier; + + +@end + +#pragma mark - AMapLocationPolygonRegion + + +///AMapLocationCircleRegion类,定义一个闭合多边形范围,点与点之间按顺序尾部相连, 第一个点与最后一个点相连。 +@interface AMapLocationPolygonRegion : AMapLocationRegion + +///经纬度坐标点数据 +@property (nonatomic, readonly) CLLocationCoordinate2D *coordinates; + +///经纬度坐标点的个数 +@property (nonatomic, readonly) NSInteger count; + +/** + * @brief 根据经纬度坐标数据生成闭合多边形范围 + * @param coordinates 经纬度坐标点数据,coordinates对应的内存会拷贝,调用者负责该内存的释放 + * @param count 经纬度坐标点的个数,不可小于3个 + * @param identifier 唯一标识符,必填,不可为nil + * @return AMapLocationCircleRegion类实例 + */ +- (instancetype)initWithCoordinates:(CLLocationCoordinate2D *)coordinates count:(NSInteger)count identifier:(NSString *)identifier; + + + +@end diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationVersion.h b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationVersion.h new file mode 100644 index 0000000..ba29600 --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapLocationVersion.h @@ -0,0 +1,26 @@ +// +// AMapLoctionVersion.h +// AMapLocationKit +// +// Created by AutoNavi on 16/1/22. +// Copyright © 2016年 Amap. All rights reserved. +// + +#import +#import + +#ifndef AMapLoctionVersion_h +#define AMapLoctionVersion_h + +#define AMapLocationVersionNumber 201000 +#define AMapLocationFoundationVersionMinRequired 10700 + +// 依赖库版本检测 +#if AMapFoundationVersionNumber < AMapLocationFoundationVersionMinRequired +#error "The AMapFoundationKit version is less than minimum required, please update! Any questions please to visit http://lbs.amap.com" +#endif + +FOUNDATION_EXTERN NSString * const AMapLocationVersion; +FOUNDATION_EXTERN NSString * const AMapLocationName; + +#endif /* AMapLoctionVersion_h */ diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Modules/module.modulemap b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Modules/module.modulemap new file mode 100644 index 0000000..6a1a586 --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module AMapLocationKit { + umbrella header "AMapLocationKit.h" + + export * + module * { export * } +} diff --git a/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/version.txt b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/version.txt new file mode 100644 index 0000000..2cc6ae7 --- /dev/null +++ b/Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/version.txt @@ -0,0 +1 @@ +2.10.0+loc.2427ccc diff --git a/Pods/AMapSearch/AMapSearchKit.framework/AMapSearchKit b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/AMapSearchKit similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/AMapSearchKit rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/AMapSearchKit diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapCommonObj.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapCommonObj.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapCommonObj.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapCommonObj.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapNearbySearchManager.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapNearbySearchManager.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapNearbySearchManager.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapNearbySearchManager.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchAPI.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchAPI.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchAPI.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchAPI.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchError.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchError.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchError.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchError.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchKit.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchKit.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchKit.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchKit.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchObj.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchObj.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchObj.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchObj.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchVersion.h b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchVersion.h similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Headers/AMapSearchVersion.h rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Headers/AMapSearchVersion.h diff --git a/Pods/AMapSearch/AMapSearchKit.framework/Modules/module.modulemap b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Modules/module.modulemap similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/Modules/module.modulemap rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/Modules/module.modulemap diff --git a/Pods/AMapSearch/AMapSearchKit.framework/version.txt b/Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/version.txt similarity index 100% rename from Pods/AMapSearch/AMapSearchKit.framework/version.txt rename to Pods/AMapSearch-NO-IDFA/AMapSearchKit.framework/version.txt diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 7677386..d8890af 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -15,9 +15,13 @@ PODS: - AFNetworking/UIKit (4.0.1): - AFNetworking/NSURLSession - AgoraRtcEngine_Special_iOS (3.6.216) - - AMapFoundation (1.8.0) - - AMapSearch (9.5.0): - - AMapFoundation (>= 1.8.0) + - AMap3DMap-NO-IDFA (9.6.0): + - AMapFoundation-NO-IDFA (>= 1.8.0) + - AMapFoundation-NO-IDFA (1.8.2) + - AMapLocation-NO-IDFA (2.10.0): + - AMapFoundation-NO-IDFA (>= 1.8.0) + - AMapSearch-NO-IDFA (9.5.0): + - AMapFoundation-NO-IDFA (>= 1.8.0) - BRPickerView (2.8.0): - BRPickerView/AddressPickerView (= 2.8.0) - BRPickerView/Base (= 2.8.0) @@ -163,7 +167,10 @@ PODS: DEPENDENCIES: - AgoraRtcEngine_Special_iOS (= 3.6.216) - - AMapSearch + - AMap3DMap-NO-IDFA + - AMapFoundation-NO-IDFA + - AMapLocation-NO-IDFA + - AMapSearch-NO-IDFA - BRPickerView - DZNEmptyDataSet - EasyShowView @@ -195,8 +202,10 @@ SPEC REPOS: https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git: - AFNetworking - AgoraRtcEngine_Special_iOS - - AMapFoundation - - AMapSearch + - AMap3DMap-NO-IDFA + - AMapFoundation-NO-IDFA + - AMapLocation-NO-IDFA + - AMapSearch-NO-IDFA - BRPickerView - DZNEmptyDataSet - EasyShowView @@ -231,8 +240,10 @@ SPEC REPOS: SPEC CHECKSUMS: AFNetworking: 3bd23d814e976cd148d7d44c3ab78017b744cd58 AgoraRtcEngine_Special_iOS: 33d17ed6fb49f331977e29293f877ad7054e33c4 - AMapFoundation: f48153f724114b58da9b01875ab88a1f6856e3db - AMapSearch: e0c81206b8ac1d27ef349095a96ea6398e3a0da3 + AMap3DMap-NO-IDFA: f242be970ea0eb242b27b1f1fb97765832733546 + AMapFoundation-NO-IDFA: 6ce0ef596d4eb8d934ff498e56747b6de1247b05 + AMapLocation-NO-IDFA: 735791aeb1ba52dff666e4158b86caf4b68b5be7 + AMapSearch-NO-IDFA: 10cbd3ad7d122045a0c1f5760f6d46ff576ca918 BRPickerView: a0ff460bf092bc069db5a54153395b1f7e8f5300 DZNEmptyDataSet: 9525833b9e68ac21c30253e1d3d7076cc828eaa7 EasyShowView: ec832e175d5926baef413e2dc095fb4ec5c3add4 @@ -264,6 +275,6 @@ SPEC CHECKSUMS: YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30 ZXNavigationBar: a8ceb13fe37f9ca894cf6ae22d805cbdbb9ad6b1 -PODFILE CHECKSUM: efc45cb23901b187037452103d82e1020c9c040d +PODFILE CHECKSUM: de3cddc49abede86664517eb771f1a9b099b68b6 COCOAPODS: 1.12.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 6052216..0c4a413 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -34,24 +34,25 @@ ); name = MOBFoundation; }; - 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { + 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */ = { isa = PBXAggregateTarget; - buildConfigurationList = ED04500AB34E9A6A347FF502413A4B82 /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 4BB6DBB059282CDC5130B3610AC32982 /* Build configuration list for PBXAggregateTarget "AMapLocation-NO-IDFA" */; buildPhases = ( ); dependencies = ( + AB48DD4DC4E6A10703F503663051352E /* PBXTargetDependency */, ); - name = AMapFoundation; + name = "AMapLocation-NO-IDFA"; }; - 54F872FDE6669F86C58C8075211FE643 /* AMapSearch */ = { + 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */ = { isa = PBXAggregateTarget; - buildConfigurationList = 9A781EFB19863F1A81EBD59375F3671E /* Build configuration list for PBXAggregateTarget "AMapSearch" */; + buildConfigurationList = 74F8BC6869B879C9A4487377E57EA717 /* Build configuration list for PBXAggregateTarget "AMapSearch-NO-IDFA" */; buildPhases = ( ); dependencies = ( - 4287E284F8D17E102C63382FD5235594 /* PBXTargetDependency */, + DB56F3E8A234A5B43AFB2D14F0BF07A1 /* PBXTargetDependency */, ); - name = AMapSearch; + name = "AMapSearch-NO-IDFA"; }; 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */ = { isa = PBXAggregateTarget; @@ -72,13 +73,32 @@ ); name = AgoraRtcEngine_Special_iOS; }; + 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */ = { + isa = PBXAggregateTarget; + buildConfigurationList = C938B2FDD61B80AB89D5D7868AA3D6C2 /* Build configuration list for PBXAggregateTarget "AMapFoundation-NO-IDFA" */; + buildPhases = ( + ); + dependencies = ( + ); + name = "AMapFoundation-NO-IDFA"; + }; + B44FB02BD2D3FEAD1F36808AD405A543 /* AMap3DMap-NO-IDFA */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 9CA117AC0BCD26718BF9BD3A972FB596 /* Build configuration list for PBXAggregateTarget "AMap3DMap-NO-IDFA" */; + buildPhases = ( + ); + dependencies = ( + D8E25741BAB3CC4D9A38311365B0C83F /* PBXTargetDependency */, + ); + name = "AMap3DMap-NO-IDFA"; + }; C2C6771AD3B585B48A1C9F4D3A457CC0 /* mob_smssdk */ = { isa = PBXAggregateTarget; buildConfigurationList = ED10E9E2E33B32CE8CC9EE5EBD32657A /* Build configuration list for PBXAggregateTarget "mob_smssdk" */; buildPhases = ( ); dependencies = ( - FB93C0DC2034A6089176D81E60A3D3E2 /* PBXTargetDependency */, + A1B9143F3EC22A7008A5090953AF3B69 /* PBXTargetDependency */, ); name = mob_smssdk; }; @@ -103,2560 +123,2687 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 004EDD4F57CD77701D1C63AB7518E25E /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D2DC7D540FFEFB6A59E7E81012F72C2 /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0074555474778953EA4FE40ECEB38063 /* EasyShowUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1726DE3109DD617B793ED7CA88A5262E /* EasyShowUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 008AA55D49869C8519554B6501D161D0 /* EasyAlertPart.h in Headers */ = {isa = PBXBuildFile; fileRef = FF305632FD4049D61511AA0599580648 /* EasyAlertPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 00C220762B63FBCEBAF3499BF1EB3F1C /* WHToast-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B4D2C508B55A619620A7854CD7BAA5 /* WHToast-dummy.m */; }; - 010B5C91FAAC97EEE8AF50F2B455B52B /* ZXNavHistoryStackModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AEFCBD59A023F80FDB0B3C07118FD7E /* ZXNavHistoryStackModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 010CE48DF3FCEF8B5B8D5D74A4999E37 /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = AC45CD07ABD1DB639332CD49E04F15B9 /* RACSerialDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 011F03B9842F0A81ED725844DEAAE8F9 /* KafkaArrowFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5365DA3EA7817D7C98254808A8F734F2 /* KafkaArrowFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 016EF7EE9CC7AE0EF1DAB4DD082F2A52 /* KafkaArrowFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AE032846FCC732E3ED8CA30AB153F09 /* KafkaArrowFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01CEA030E9F75CCC58338838FB9B3EE8 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = EC6B78651BBE5B1A684BB44C2391DFEA /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0325B63CF1192FC7BC94E90FCCA66401 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CBF8D0982EFF0EF6D66C4C646A10CF6 /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0373BF0EDB1487213EB7044DC171CF76 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7902E0576B97C79C4E01D1967C51C9DE /* NSButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 03D6585F44CB9066AE2BF7B07891C0A6 /* LSTPopViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F50064BB95A055D836CB3B00F8554FD4 /* LSTPopViewProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0494C7CF96CEB41D5A0A69F87926E204 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C025BD854CD181D9AB5014A1E5AC01A /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04953147003D637237AD7C4FB65080AB /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A05563C5338CC75CE92FB6E58ECE0F /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04B16DC0BD9D798F895F5870A7C7B067 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F79725DF6517968C7C4D206F9A1793BB /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 055211373B012F95DA9FAAC869575B82 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = C973CB15821F0CB69A2434113DDEF882 /* UIImage+Transform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0564D0F19DC673CF96BC6A7F3C9E7D3C /* KafkaRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A0A45B2B5D319F34BF7CE12C338EBDC /* KafkaRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 05CD4D050AF46677729558D05DD99143 /* EasyTextGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E49B969B58D71B3912A32B7C2745C151 /* EasyTextGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0633BEB736AF31E9DEC6630EC2F44717 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C405548DCD1BA90BDAD6A863A103C57 /* SDImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 063ADEA80FA080A555F670BF876B5BBC /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D60834790228C9399C013ECEABC55E2 /* SDImageCoderHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 06CA5A33D55F7DD438E3C0D290CDE009 /* SGScanCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4528E46CDD52CA2C3E8E234014027D94 /* SGScanCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 079BAD8174E3FCD2B4F487A99926B0D3 /* SGScanViewConfigure.h in Headers */ = {isa = PBXBuildFile; fileRef = 241A0657890CA00C7B91438FA7E227DB /* SGScanViewConfigure.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 004EDD4F57CD77701D1C63AB7518E25E /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 85D5EDB7855529EB8A678D38DC83F8E2 /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0074555474778953EA4FE40ECEB38063 /* EasyShowUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF4D104A908AA0260C5FD1DCCD9C810 /* EasyShowUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 008AA55D49869C8519554B6501D161D0 /* EasyAlertPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 203AAF5C4C2A43B6AA4F9123CC43D4CE /* EasyAlertPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 00C220762B63FBCEBAF3499BF1EB3F1C /* WHToast-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE43650D496BEFFC1F9411F4666EBEA /* WHToast-dummy.m */; }; + 010B5C91FAAC97EEE8AF50F2B455B52B /* ZXNavHistoryStackModel.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2AC97710EABE04DAF297F30AD8A56F /* ZXNavHistoryStackModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 010CE48DF3FCEF8B5B8D5D74A4999E37 /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = E94F26816FABF0E4CB8AA1C2F42E548D /* RACSerialDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 011F03B9842F0A81ED725844DEAAE8F9 /* KafkaArrowFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E96F269A6C5BF4DEBFA2C5D4CCCBC3 /* KafkaArrowFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 016EF7EE9CC7AE0EF1DAB4DD082F2A52 /* KafkaArrowFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D81F11E781A0A8DF09B13823B9294D1 /* KafkaArrowFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01CEA030E9F75CCC58338838FB9B3EE8 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FA091149C7F0BED517BA414ADDEE20E /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0325B63CF1192FC7BC94E90FCCA66401 /* NSBundle+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = A20A293FECC4539AB80518A9F8CC3EE9 /* NSBundle+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0373BF0EDB1487213EB7044DC171CF76 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C2445C9E12FF1BD59E1BDC5DDE4E002 /* NSButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 03D6585F44CB9066AE2BF7B07891C0A6 /* LSTPopViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 245957CDAF444BA48D33B017CD20C690 /* LSTPopViewProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0494C7CF96CEB41D5A0A69F87926E204 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9EA0D8FCEECEC88B35B61DA75A9B06 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04953147003D637237AD7C4FB65080AB /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = E435484F2046C199310FBD4AD4B7E436 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04B16DC0BD9D798F895F5870A7C7B067 /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1058E8B5BF046261BA889DACF5A86D8D /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 055211373B012F95DA9FAAC869575B82 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E06586C1E64ECBB4CADA38C6ABB22 /* UIImage+Transform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0564D0F19DC673CF96BC6A7F3C9E7D3C /* KafkaRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 86A37D223AA4122E8B58185854EFCB75 /* KafkaRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05CD4D050AF46677729558D05DD99143 /* EasyTextGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5340B10727096BE01DF17989F09805B4 /* EasyTextGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 06026A356B372C5E99476A8132A8D939 /* YYCache-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C4AF366D6397640C7A296F1F57F89FE4 /* YYCache-dummy.m */; }; + 0633BEB736AF31E9DEC6630EC2F44717 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 41A1E899DAE04347A69F126BE9BF04D2 /* SDImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 063ADEA80FA080A555F670BF876B5BBC /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CB639CCF4F43C001C8E7AD24E6B6E2EA /* SDImageCoderHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 06CA5A33D55F7DD438E3C0D290CDE009 /* SGScanCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 103C47643AB02184A8EBFCB01BA918FC /* SGScanCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 079BAD8174E3FCD2B4F487A99926B0D3 /* SGScanViewConfigure.h in Headers */ = {isa = PBXBuildFile; fileRef = EA2B94CFA4BEBC4952D89B06C85438B2 /* SGScanViewConfigure.h */; settings = {ATTRIBUTES = (Public, ); }; }; 07A6B25857900B4C1A2C450E1B6CC2C6 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A6A28A1594C595B935C54EAA8B7AA81 /* CoreGraphics.framework */; }; - 07CA9C46C0A89412436DAC606822DD6C /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B2A1CC693719198C16B904C687E1E3 /* RACEmptySignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 07EFB8A13F54DD205002B73DC2DFD76E /* ZXNavHistoryStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = A888A306427FB219836FBED9F579B964 /* ZXNavHistoryStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 07CA9C46C0A89412436DAC606822DD6C /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B11E56730E6A7D27C84D6CA3DC1BE94 /* RACEmptySignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 07EFB8A13F54DD205002B73DC2DFD76E /* ZXNavHistoryStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = D57FB146E604371C69A0A2ADB27FBB09 /* ZXNavHistoryStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 083BE8BE25FF68BC35BB3431D21F2B8F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - 08C11C7D92153D4C97C63C01D212B76A /* WHToast.h in Headers */ = {isa = PBXBuildFile; fileRef = 80545B7183BCC91B064221131866872D /* WHToast.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09257309695112A0DC099C993F10F6C4 /* YCShadowView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 77E32B434D5FCAA654AD6D9A66FFD436 /* YCShadowView-dummy.m */; }; - 095B47F893665E5179F17969AAD44DB6 /* ZXNavHistoryStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = FF413ED8143DB6BA9AAD2969790D187D /* ZXNavHistoryStackView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 097FB4643C9AAF979E6C3A97D8DB8AA7 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 619DEE8E6763F03945B4154DD345D805 /* SDImageTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 098BFE7830E4335F7B1BE502118166F5 /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC26BCDBB43A151AED2B0918E6EBBFC /* YYKVStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09947EA806F8945936A92ABFC78E46A2 /* EasyLoadingConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6170B04C78999328EB3429F5581B4A9E /* EasyLoadingConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A025A924E68493D03BA2E25A6CF80BE /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = AFA39090A912C8829E21462CB00B8456 /* RACSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0A53D09A1CF67073CE368BFF9F1F0FCE /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = EA4D425115DDCE8C7F33CAD699898451 /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A872CB7DDEDE49E8D3E1D2631BF237D /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5AC0715187C4A7B96B089480948774 /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AE6912A3DF4174D4A04EF15A9C9B55A /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BACA8761698A28BCA47E0ACBE09224 /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B59DB8E6AB6779CC25A6E28EF151996 /* IQKeyboardReturnKeyHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = DA11E210EE0143C3641BD54B5AC2AD0B /* IQKeyboardReturnKeyHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BF18B665E2ADAFC886CBBAE9F11E32E /* MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = DB7A944010D221C44631584CB7FCE88B /* MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0C32AAB77D32D92D7C3FF13312EBEE06 /* UISlider+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 05493C18DFC2B6BC856D2B53B145AB2B /* UISlider+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C36501AED332EA850D8AA718900FDDB /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = FDE5B953090850FE5570FA30653D405F /* RACTestScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0D0C4796DCB24E0C94C469D594F7C0CE /* SDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = AC4EB552F54A82325256D2E0B10A5127 /* SDCallbackQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0D4D5409BDBDDE35AFFD8AD407F4DC3C /* UIStepper+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 53B90BB297FDAFAB40CBEEB73AB13ACD /* UIStepper+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D8E9B314E732C21EEBC5B920A666A94 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = B931F26C1EEAF5606CCE1ADFDD648C6D /* SDWebImageDownloaderDecryptor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0DB3213FCBE0072BD7D56DE505B22C24 /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = A73969B44EA06F292B71509F28521970 /* RACSignalProvider.d */; }; - 0DBA80E7E1C8DE42178CF501D1F234A8 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B7B6949720FBA35C5223586E4E7BC1 /* SDWebImageTransition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0DE174B34894DA9A01E683BE552860A1 /* ZXNavigationBarNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7759FC9BA5C02547FC85419BE941A0EA /* ZXNavigationBarNavigationController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0E261E7B02190EE51E55ADE341936833 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 935936394761787E3585DCDD8FCBB010 /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 0E292E996844771E2FDE5D7ACE6A6A7A /* KafkaRefreshDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = DCB3BBD13BED3AF44DBF3BBCC8C91245 /* KafkaRefreshDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0E8CCAE597756C61B2D7B60EEF4A29E4 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 922458E86B46D5F6E3D75CFB3A73A22F /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EC02AFB9C853461B86DD163440A931F /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 086754C959C51449C0C1770D2BD3DF6D /* RACUnarySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F6EF57D39128E560C9DBD87637A08A2 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 21BAC453027FBC0925E18207244E648A /* RACBehaviorSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0FC2C7300D3DE350BD73741888D9A1A8 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 63824B442C87C39781A30BEE77B3D891 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 104680D91D640E886212EFB03D07C11E /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 778AC9AC3254D3595CD63ACE2F1C1921 /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 117F16ECC4B9FFA9A9BCDD55CFD2EF2B /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F354DB2F7BA7184082088E2C0328EF /* NSEnumerator+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 11A2D2C2D9A087C9C23D013DBF614567 /* YCShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A3D5373B6850C20291957163C71821FD /* YCShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 11D142A397023B104FEC9EBB623D8636 /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E6018AA2F2D047F2471E34641EE92AB6 /* YYCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 120EBD9EDE964D7B43C913FBFA2322DA /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0F1B0C1DE78570BFFA4960CDA1D8EF8 /* BRBaseView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1225F099D51E1D7AF59E2977AC6276AC /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F377BA59671154CA4050323B9518393 /* AFAutoPurgingImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 123F8DB11C1B98D26281FE0F2C5048D6 /* MQTTSSLSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 674C1001DFCE8659AEEA0D7B1601FE27 /* MQTTSSLSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1269C6B22B1DBC31E8082A3B9AAFCAFA /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1158D1BB1AF38A11BBE578645E821721 /* SDImageAPNGCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 133540934328789555B1C20285103894 /* ZXNavTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DAB1453F7FD1D863BB700386B836137 /* ZXNavTitleView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1336B16817F4997CAD0952D7BE57C217 /* LGAlertViewHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DF8A54C0DFE84B9D33AEB184A4CED4 /* LGAlertViewHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1339E6C9911F6C3F413CF37B1DB1207A /* MJFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = 25E2A292CA89847FFBD4BA63218E3314 /* MJFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 139C35A05588B34F3CD301766F8B6C0D /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = D162DA38ECF17A7A7BFD2582DC8EA7B9 /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14210C6BFBB10BBFE22482406B9BBEDA /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 62A3CAA21F18E65A331746CF13CD413C /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14677BC99CB1A7DEB057DD0E25BC00AD /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A596101F194FA271FB30901B215ECD /* RACSignal+Operations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 146E81BB4A6266645C4E26BFF1FCD577 /* IQKeyboardReturnKeyHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E1B03386B13FEC2CC20810904B63AD2 /* IQKeyboardReturnKeyHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1470D0C2D17E866F3C563592FA202E85 /* MQTTInMemoryPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = 91569332E9A9A329AC2E354B50C0DDF7 /* MQTTInMemoryPersistence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1481D509B3B343EF4315CA82622D8034 /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CAFB1CBA43EB11FC885CF6C6F05DA8A /* NSString+RACKeyPathUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 14BAED1A491E156F4F222FEC168A0F30 /* LSTPopViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ADFCC6615BC1A408287EB64FBC484B4 /* LSTPopViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 14C5452647CCDA2FE86DD16A291EBB9F /* UISwitch+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B61FFC6FE0ACA785B171A85994AA410A /* UISwitch+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 151642CE8487A6478607F8A7634AED2F /* KafkaRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F195827C21AA28E604AA0959948E60 /* KafkaRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 152D704F4EF60090032459B4B01C5228 /* ZXNavItemBtn.h in Headers */ = {isa = PBXBuildFile; fileRef = 486C9BCBD40867FD263CCC0B585FE56A /* ZXNavItemBtn.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 155D8F9CC8F00531750BC7FDF5432DCF /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = EAF8FA95BD5ABC4C5B0BB523E64442A2 /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15653D71EFCB134672A4773A8E51A9C9 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 592EF4CACEEB8A01F8EE7980D98FBB17 /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1569103C42F71A93BBDAD9B7C46A8808 /* MQTTSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A718FA9ED5D7DA01580171848784AD88 /* MQTTSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 15849232C8A89B56A423DB39878623E3 /* UIColor+LSTColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 113A65DE00AA89AFD637D95888E9FCC8 /* UIColor+LSTColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 159262B4098C90C716AE3434BB96888B /* KafkaRingIndicatorFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 698BD0272087D6D5AB97009A913C5E31 /* KafkaRingIndicatorFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 15EB9261E6FCEBDCB71659AA9DC01933 /* LTPageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26401009D3B94C4DF1051E49BF80448A /* LTPageView.swift */; }; - 15ED216A69B3E85B4C82CCC2BF358A40 /* MQTTCFSocketTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F55F4F5971D5C111031A3022E8D22F2 /* MQTTCFSocketTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 15F6F5E7194B5C39A8F5949638D15C06 /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6164DD8F3870DBDE4009E8DEE429728A /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 16E1C068F85377111962622C71C17C67 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = BFC530DCA0351F0F26E568280F516609 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1767C035444D43DEB86623EBA97A92EE /* SGPermissionPhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = 418E72FDD68E8C84E2F7E2F8F277BA6F /* SGPermissionPhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 176ED6B6B5DE2B60A77D08E95CB2C77C /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 7626E25A69CDDF0C14CDE1C38FFFC802 /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17A5DC48D1B030174BA01D110BF235DE /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A9AC73FAC4DB4F5451D4F1786D991E /* RACDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 191865E805255A1E800AAA7C2192CAAA /* ZXNavBacImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 945380AEF3B8A2A85470B6F1897CC3ED /* ZXNavBacImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 193438920CA896A2BFAB0B519D525EFE /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AA9D9B88943782CE3D54FA64DAA4171 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 194765BD8FA7831C8F5C29BADC031B01 /* JLAppleMusicPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 85972333A7EB0FE1CA3BFDDF9709A066 /* JLAppleMusicPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 19545EF2881D6046623EC35D115828E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = ECAED06B30569BE53412A6A061169F25 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A60872B9900CAE18D92A8F37D5D7725 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = E0C3C2467630FA92FC9B4C33C377CE50 /* NSImage+Compatibility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1A99C479849BFE7DC15DD35318DF67B8 /* MQTTClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1230E0241F67995571F9D64232A47B /* MQTTClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AC85E9E60E1C68A78E7F8BF0E7A1700 /* EasyTextBgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F6837B99D82F69E62BC4EF7E82B8549 /* EasyTextBgView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1B1BC7A4069381F090EC372426D744B4 /* LTPageScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A104E723067D73FDA6E57E90E5944D4 /* LTPageScrollView.swift */; }; - 1B433A1BF92BBD5811F61A000E4771C2 /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = A6758CCDEF721237F22EE4A012B3E54F /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B7EBA1976455FFD21999DD013FE3C8A /* EasyAlertConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A86D0536BD1091584D37C9BFA3B2FAB5 /* EasyAlertConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 08C11C7D92153D4C97C63C01D212B76A /* WHToast.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3F703D22C4B5259CF19B90E3799243 /* WHToast.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09257309695112A0DC099C993F10F6C4 /* YCShadowView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 86AD1A0B7FB43B9B5558DCA96D0C6F4B /* YCShadowView-dummy.m */; }; + 095B47F893665E5179F17969AAD44DB6 /* ZXNavHistoryStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1661C66FE611F6DBF93E7D64C547417 /* ZXNavHistoryStackView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 097FB4643C9AAF979E6C3A97D8DB8AA7 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9109BAAD284223982FC70F191E38F79E /* SDImageTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 09947EA806F8945936A92ABFC78E46A2 /* EasyLoadingConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 142B13623A5AD1FD930D7A8924712BF4 /* EasyLoadingConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A025A924E68493D03BA2E25A6CF80BE /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 499CE5CE7A6353460264B44C822781A3 /* RACSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0A53D09A1CF67073CE368BFF9F1F0FCE /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B5AEF8E8A4F054101FAC6FA836EAF4E /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A872CB7DDEDE49E8D3E1D2631BF237D /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 987A3CBB4EE2E8484D627738F462B048 /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0AE6912A3DF4174D4A04EF15A9C9B55A /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 569F95602481093E02EAEAFFAC5C8D75 /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B59DB8E6AB6779CC25A6E28EF151996 /* IQKeyboardReturnKeyHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 43DFC64D281C4D548D76C45F86F7CD20 /* IQKeyboardReturnKeyHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0BF18B665E2ADAFC886CBBAE9F11E32E /* MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE8A72D6DFD702FAFD2C741B60793C7 /* MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0C32AAB77D32D92D7C3FF13312EBEE06 /* UISlider+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 1300089E0028F5A6DB243DC281F424C6 /* UISlider+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C36501AED332EA850D8AA718900FDDB /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 33B96A628899145843D7946C18063809 /* RACTestScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0D0C4796DCB24E0C94C469D594F7C0CE /* SDCallbackQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 495CD823D1986D2D152E30D7AD23E077 /* SDCallbackQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0D4D5409BDBDDE35AFFD8AD407F4DC3C /* UIStepper+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = DC30309397F17F19A54716157DE6D3AA /* UIStepper+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D8E9B314E732C21EEBC5B920A666A94 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 699B538A0031FA3CB7384DD8EEDA6F4B /* SDWebImageDownloaderDecryptor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0DB3213FCBE0072BD7D56DE505B22C24 /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = D498A155A75A2BBBC551401F6B7AF22D /* RACSignalProvider.d */; }; + 0DBA80E7E1C8DE42178CF501D1F234A8 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 96B6F6E5D5C9B073CA2702EBE2737E3A /* SDWebImageTransition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0DE174B34894DA9A01E683BE552860A1 /* ZXNavigationBarNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = A4CE06BE3B7851E50DD105E84CF24058 /* ZXNavigationBarNavigationController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0E261E7B02190EE51E55ADE341936833 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F4475BAEE1C50086DC579D3050E45A /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0E292E996844771E2FDE5D7ACE6A6A7A /* KafkaRefreshDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 6303A4CBC2F6487CA998AEAC09EDBDDD /* KafkaRefreshDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E8CCAE597756C61B2D7B60EEF4A29E4 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC33819E1DF143F5076C61150BF07A7 /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EC02AFB9C853461B86DD163440A931F /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 56288A9E3CB5DB7D2E864114A2E055AA /* RACUnarySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0F6EF57D39128E560C9DBD87637A08A2 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = B87A8967D638E77534975F3093C7CD3F /* RACBehaviorSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0FC2C7300D3DE350BD73741888D9A1A8 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 39EB5741B10CE53961465416E8E307E1 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 104680D91D640E886212EFB03D07C11E /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDB46BE2A9A7A02857586E0E42736B1 /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 10E835F9731BAFD0414147C39AFA9B3F /* YYModel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A809F0F83B105152710AE07E6F05CBA /* YYModel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 117F16ECC4B9FFA9A9BCDD55CFD2EF2B /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E5570921B6CE08B04CA4D41A5D9AED56 /* NSEnumerator+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 11A2D2C2D9A087C9C23D013DBF614567 /* YCShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = CB9FC0CBBA892C91C6AB323C0CA98A67 /* YCShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 120EBD9EDE964D7B43C913FBFA2322DA /* BRBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7902F50FA6196F912E3AA16822BE01C /* BRBaseView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1225F099D51E1D7AF59E2977AC6276AC /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CA7966854788A0FD22A12BD1BAE96BB /* AFAutoPurgingImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 123F8DB11C1B98D26281FE0F2C5048D6 /* MQTTSSLSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CAE27F9ADB123A1FFAA3A5A2A5BA67B /* MQTTSSLSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1269C6B22B1DBC31E8082A3B9AAFCAFA /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F5C2D17262DFF3E9697628BB15C092AB /* SDImageAPNGCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 133540934328789555B1C20285103894 /* ZXNavTitleView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3320D8691031DFAAD3AD4E4237B7A787 /* ZXNavTitleView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1336B16817F4997CAD0952D7BE57C217 /* LGAlertViewHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1905B81CCBC3B1D8531080991A9F64C9 /* LGAlertViewHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1339E6C9911F6C3F413CF37B1DB1207A /* MJFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = A431DE9705CFAD62A3F0119CB59493E8 /* MJFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 139C35A05588B34F3CD301766F8B6C0D /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = D924E9E9B26733E418CA72AC4FB2590C /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14210C6BFBB10BBFE22482406B9BBEDA /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C687EFEA6330FDCBA20C6BC9E2F3F4 /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14677BC99CB1A7DEB057DD0E25BC00AD /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D38F71AA93B7C2F3D97FD42202FDC0C /* RACSignal+Operations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 146E81BB4A6266645C4E26BFF1FCD577 /* IQKeyboardReturnKeyHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 29E2C642A7149BD05B385B0AC600015A /* IQKeyboardReturnKeyHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1470D0C2D17E866F3C563592FA202E85 /* MQTTInMemoryPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = D71618B38A1DD8BE72605F58020AE505 /* MQTTInMemoryPersistence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1481D509B3B343EF4315CA82622D8034 /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 5827784C98520661AC467709F674CEFC /* NSString+RACKeyPathUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 14BAED1A491E156F4F222FEC168A0F30 /* LSTPopViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D80C1930550581DA2BD45C3BBF682F05 /* LSTPopViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 14C5452647CCDA2FE86DD16A291EBB9F /* UISwitch+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = A4B4F626691C2AA645C3F47BEB3C3644 /* UISwitch+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 151642CE8487A6478607F8A7634AED2F /* KafkaRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B32B4DB6E5B9BBCD8353CCB19F56BB77 /* KafkaRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 152D704F4EF60090032459B4B01C5228 /* ZXNavItemBtn.h in Headers */ = {isa = PBXBuildFile; fileRef = F3E4194176BADD4D9D535E25BDB79E84 /* ZXNavItemBtn.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 155D8F9CC8F00531750BC7FDF5432DCF /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EE0487418F34C9D16A180A098C9973 /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15653D71EFCB134672A4773A8E51A9C9 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E371DD2A3A4659175DBF873E376EBC90 /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1569103C42F71A93BBDAD9B7C46A8808 /* MQTTSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 778D7B6314DDD490BF16402C5786CDA2 /* MQTTSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 15849232C8A89B56A423DB39878623E3 /* UIColor+LSTColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FD2721ADB80C40574673BF7D5EC0FDC /* UIColor+LSTColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 159262B4098C90C716AE3434BB96888B /* KafkaRingIndicatorFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = BAE8B8DA065B945DFD59FD57E2903F9A /* KafkaRingIndicatorFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 15EB9261E6FCEBDCB71659AA9DC01933 /* LTPageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE768E96F533AE19F81A7D4A89086A9B /* LTPageView.swift */; }; + 15ED216A69B3E85B4C82CCC2BF358A40 /* MQTTCFSocketTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = CA523A019933F4733DB44A067A0BBE8F /* MQTTCFSocketTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 15F6F5E7194B5C39A8F5949638D15C06 /* BRAddressPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 298B4EA740DFE1531DFAF360C2A43AE9 /* BRAddressPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 16E1C068F85377111962622C71C17C67 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = ACCCAE2A9134F04D0EC19F52E0E61488 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1767C035444D43DEB86623EBA97A92EE /* SGPermissionPhoto.h in Headers */ = {isa = PBXBuildFile; fileRef = 14EE93A0877960007A347AC36788B461 /* SGPermissionPhoto.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 176ED6B6B5DE2B60A77D08E95CB2C77C /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E744096E2C4972575CE86A07F890640 /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17A5DC48D1B030174BA01D110BF235DE /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 0433D09CD430E09E8A3DBB8667A5E359 /* RACDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 191865E805255A1E800AAA7C2192CAAA /* ZXNavBacImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8D69177C8040919DC9B5AE0A37F69A /* ZXNavBacImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 193438920CA896A2BFAB0B519D525EFE /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C816A6461EB631764D4DE227ECE73A8F /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 194765BD8FA7831C8F5C29BADC031B01 /* JLAppleMusicPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = E9E2266B4C3EE868C4456B05EFFA15DB /* JLAppleMusicPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 19545EF2881D6046623EC35D115828E5 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F20C162E0F16AF5BAE1C799F62481C /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A60872B9900CAE18D92A8F37D5D7725 /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = C132956B32EE5A93E2168DDDC0856523 /* NSImage+Compatibility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1A99C479849BFE7DC15DD35318DF67B8 /* MQTTClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FF7939353411B09F306D6CD5C69231E6 /* MQTTClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1AC85E9E60E1C68A78E7F8BF0E7A1700 /* EasyTextBgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A93718310387CA2A465F23D03DB4FE5 /* EasyTextBgView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1B1BC7A4069381F090EC372426D744B4 /* LTPageScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E21086EEF2CF671A505764785399CE9 /* LTPageScrollView.swift */; }; + 1B433A1BF92BBD5811F61A000E4771C2 /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A15CC32D356FDC7F6A2EC120D45E71F /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B7EBA1976455FFD21999DD013FE3C8A /* EasyAlertConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B6DD5A1EF5187D7B623E714E1C0C0A /* EasyAlertConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1BA08D41839D2460937AF4252814C6D1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 1C0901BF6D04F7D64E82C59500E50CF5 /* ZXNavItemBtn.m in Sources */ = {isa = PBXBuildFile; fileRef = C8138C2A4AC5F1B728582168ED1FAE8D /* ZXNavItemBtn.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1C1B88B591379BAD7D543CD8C71D44A3 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = F381175DA8231311D808401BE91C82A3 /* UIImage+ForceDecode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1C4038BEA16A783B0A4C3676059ABBCF /* WHToastConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 82232E05BC4B1CF018571BEAACC64A35 /* WHToastConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1C44B228F66D8AE8288BC67D3002752B /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3C889D1E738260A44E2D5F362AE54D /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1CCA06085CDDBA8BF49ACDA3C99F68D2 /* SGPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D809D42F1BCD74908A570065EA7DA1A /* SGPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1CDC9552BEA907822DB7009B238B53B9 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = FFE403A1D5F31250E4875183427DCE29 /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1CF215B524559FA434242E369133C671 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6523FE650C3B66C978D54B83D94D472D /* BRBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C0901BF6D04F7D64E82C59500E50CF5 /* ZXNavItemBtn.m in Sources */ = {isa = PBXBuildFile; fileRef = A670D313EAFA0880B69C8C9326A84AE0 /* ZXNavItemBtn.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C1B88B591379BAD7D543CD8C71D44A3 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 87DAA58C6298DE280ABB1DC8BE4070AC /* UIImage+ForceDecode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C4038BEA16A783B0A4C3676059ABBCF /* WHToastConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E97BFF3C4313946C4EF2DDF7902ED4 /* WHToastConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C44B228F66D8AE8288BC67D3002752B /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = DF60C39F6DBA53F69B9C3425FA17C529 /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CCA06085CDDBA8BF49ACDA3C99F68D2 /* SGPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EE8C8941F007CA5BDC08BA4CC9F5B97 /* SGPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1CDC9552BEA907822DB7009B238B53B9 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AAF82AEC43D8CE322A54E6D5682960C /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CF215B524559FA434242E369133C671 /* BRBaseView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E6A916E28836102B7D24872B177CE34 /* BRBaseView.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1D49BD061C1CD8BD1B14EDF97B0C1E95 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 1DD2E3C9FA9CF7F98C71F2D1056E3881 /* LSTTimer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8BC8EB1D45C5E6BE2EFED360CE8BB9 /* LSTTimer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1DD3AAC2F7641B205C99970F25EA9497 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 21A32DC854AC9E092097FDE895C1B909 /* SDWeakProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1DF8176210D40D21982D8C2E3521FB07 /* MQTTCFSocketEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D7F7CE8B2F5102C1DEC78D02939EE91 /* MQTTCFSocketEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1E0F055CE21596E52D7C9C34C2E892BF /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C85571EDF02A1F9E971A3B28ED265D2B /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E7384F74BFD3F67AEFAFE6CFBA99B4C /* JLAuthorizationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B43F99B9571B44522DD81A8471370902 /* JLAuthorizationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 202009C65F8625A03714D421448B721F /* JLPhotosPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = E56F672560CECD013CDAD675C36A8150 /* JLPhotosPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2033125E6776F1A19FD37B4F89CF4458 /* LTFollowMoveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 873D03F41C5A4FC930EA667775B50BAB /* LTFollowMoveView.swift */; }; + 1DD3AAC2F7641B205C99970F25EA9497 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C5530D23A4AEE60532FE3B3A134DD2E /* SDWeakProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1DF8176210D40D21982D8C2E3521FB07 /* MQTTCFSocketEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A5CC677EFCB07A886F340BB6D123C301 /* MQTTCFSocketEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1E0F055CE21596E52D7C9C34C2E892BF /* SDImageAWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B9C8F32F1A1885813C5301059EE584 /* SDImageAWebPCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E7384F74BFD3F67AEFAFE6CFBA99B4C /* JLAuthorizationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 312C5AE7BC88D3BF3A8DDCD3E8130F51 /* JLAuthorizationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 202009C65F8625A03714D421448B721F /* JLPhotosPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 60516D938851220A2E884EB6AC56DA8C /* JLPhotosPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2033125E6776F1A19FD37B4F89CF4458 /* LTFollowMoveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAFC83C8A0BE4CF2CDD667BF94E71D14 /* LTFollowMoveView.swift */; }; 2074D8FFED1B7FA59FFC01A20D9097C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 2092F06D98B76ECA47C9935F5A63D9CE /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E27AC8F6B65C27A55920963038169136 /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 218E16D02AA3FCD3A531DF6D1110B022 /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB0B144C4930AC44C84EFB5FE3ADC79 /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 219E5BBE785B5DDB9932DBA19F00C8D5 /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 1588B54B406731C3EA09DA302EABA534 /* RACTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 21A2AB8E2A764186AC76252A40D503B2 /* YCShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F2DBB2E0FF156D8077CF4DDA5E17E57 /* YCShadowView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21C04E307DB5FCE62CE54F266BAC61A0 /* BRPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 607146AE7AFFDDDED6920A9FFCCD417A /* BRPickerView.bundle */; }; - 21DA0A12679AD6BBF4221880B0A01149 /* YCShadowView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A263571DA5CF6112740708890109C9EF /* YCShadowView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 228D38D0352389C2F68DBD47760BAAF4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED7BCCAE4BCD2599F3CBC72D3A1E816 /* SDAnimatedImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 22AD28E260EF21FECAAEF40B04E8E020 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 26666E048197185712EAFB74D1446C10 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23165DC2DBC22DB696A17C06EF569F7A /* LTSimpleManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3E416536A5CE36C0AE3D1EC4901318 /* LTSimpleManager.swift */; }; + 2092F06D98B76ECA47C9935F5A63D9CE /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F377CCF1F1CC68DA59772F837DE4CC /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 218E16D02AA3FCD3A531DF6D1110B022 /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1F32EC80E74D92308840CD61499DF4 /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 219E5BBE785B5DDB9932DBA19F00C8D5 /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 62288B5C2AF4FE08FF18F23922149961 /* RACTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 21A2AB8E2A764186AC76252A40D503B2 /* YCShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 26407E95EA31D028131A5ED74D9F6E47 /* YCShadowView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 21C04E307DB5FCE62CE54F266BAC61A0 /* BRPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2D676C5EB0563054F83AD1D5B65A12BE /* BRPickerView.bundle */; }; + 21DA0A12679AD6BBF4221880B0A01149 /* YCShadowView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7833B82DDB59C9427A1EA53BD207F7DA /* YCShadowView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 228D38D0352389C2F68DBD47760BAAF4 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BB60B7F24F2F51E4D7DC3B854CDC6C9 /* SDAnimatedImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 22AD28E260EF21FECAAEF40B04E8E020 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8325D4F1FA3615E61EB01FDF5D28A030 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22D0886BFAEBA21DC2E9915C9B14A179 /* Pods-LekangGuard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C97D0A75AC77D80091C2145456F186 /* Pods-LekangGuard-dummy.m */; }; + 23165DC2DBC22DB696A17C06EF569F7A /* LTSimpleManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 618CEF72857CF13FEA3B9E0CB4F0DC5B /* LTSimpleManager.swift */; }; 23AEAF5E77D59B98AE79C57BAE746C1A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 23B30135F7ABB69F0CA61D2E19C665D0 /* UIImagePickerController+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F19342B88FA62E8F6D06CFD69D0B6E3F /* UIImagePickerController+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 243D5679D072C7AE7FC011852575392E /* NSObject+MJCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = B083BED615B77B7044A720859E7DF04A /* NSObject+MJCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 24A04CCD96EAC72F9705D6D2A975DF37 /* SGScanView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BBED2078104990E2B07D038C3B6CFCF /* SGScanView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 253C453B0E6223F9FE4137783605D3B2 /* MQTTSSLSecurityPolicyTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = A971266567A7E248C1F9BF3363CB82F7 /* MQTTSSLSecurityPolicyTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 255F784154758279B11AFC1EDBCD3822 /* MQTTCFSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = EAEE313EEF86140B97706150EFD43B53 /* MQTTCFSocketTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2645A49199A958468F400E34CB161CC9 /* JLMicrophonePermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C1BA3689D1AADC3DD54E61F547B5680 /* JLMicrophonePermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 264EDB1F2FBFA4EBEB37CD8C545ECA90 /* UIScrollView+KafkaConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = EE061CCD3335BFB4EDBA2A5576C59B38 /* UIScrollView+KafkaConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 26F0CD8630BA826F870507DDFC0723F0 /* IQTitleBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D828F08A354028433797576D99160B9B /* IQTitleBarButtonItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2714E5F9EF8C06071D92BB9A0A1A55A2 /* WHToastConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB66DED8DD0746657804F8AF091D83A /* WHToastConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23B30135F7ABB69F0CA61D2E19C665D0 /* UIImagePickerController+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = E9243FEFE8FA98E386888A60979286C1 /* UIImagePickerController+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 243D5679D072C7AE7FC011852575392E /* NSObject+MJCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 407DC822675869AAED1C302BAD67140F /* NSObject+MJCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 24A04CCD96EAC72F9705D6D2A975DF37 /* SGScanView.h in Headers */ = {isa = PBXBuildFile; fileRef = 255F84BF78F0A572AD14341807A328F6 /* SGScanView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 253C453B0E6223F9FE4137783605D3B2 /* MQTTSSLSecurityPolicyTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 550E7678E7881C2AF1C5611B641DE404 /* MQTTSSLSecurityPolicyTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 255F784154758279B11AFC1EDBCD3822 /* MQTTCFSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B21C121BF62B4285B6117B9BDC7A41 /* MQTTCFSocketTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2645A49199A958468F400E34CB161CC9 /* JLMicrophonePermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 626EF276F5187F3470CBC860215F73E8 /* JLMicrophonePermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 264EDB1F2FBFA4EBEB37CD8C545ECA90 /* UIScrollView+KafkaConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EB4C8E392D5509BF1F9597499884DE4 /* UIScrollView+KafkaConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 26F0CD8630BA826F870507DDFC0723F0 /* IQTitleBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E85062A47D615B536847E442674742A5 /* IQTitleBarButtonItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2714E5F9EF8C06071D92BB9A0A1A55A2 /* WHToastConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B63DC3D061B0E17053F1EC6979BDBD /* WHToastConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; 27234A6B31340167A7CF0B4434499BC4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 276D136F44A7C10E009ABD87F624A47B /* JLAuthorizationManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EFE2DB3C9E57FE846EFD2679D3AB3412 /* JLAuthorizationManager-dummy.m */; }; - 2789A9BBACA8EAC7AF37868A04F3A686 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = F1F28254A396C31C3BDB8BDB2D0B1188 /* RACSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27A1AA22D234973BA30D8493C546884C /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = C2CDB63F2AEC687E849D941DACFE846E /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27AB52C7962046BC8963B2CD626F22BD /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 534939ED503705E69E28DFBA6CA76EB9 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27CA8EB4D201F3C4D3FA101B0818C5E2 /* JLBluetoothPeripheralPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 6566F7B733C6091F3EF348AA8EC3FCCC /* JLBluetoothPeripheralPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27EC4B14B4DEB79F802E53C7A517EFD4 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 817D58A38DF95A5124CFA23B1B148E6B /* CoreFoundation.framework */; }; - 27F99885E6644D6134B5D610C433A1E2 /* MQTTClient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7CD9C5EB8F8B98BD49C3FACF68184F4 /* MQTTClient-dummy.m */; }; - 27FB9A4A4F3A95C034B4BA9C4BC91D92 /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E9ED3249F9703D33F91485412CDD3D82 /* YYCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2839E3707C14798138E8A0C72ACE4C25 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 861AE03D241DEDE586E8C6B34477FEC3 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28B84E2BB2A9EFE933CC2565A5F154BE /* JLNotificationPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC8F80BB8D2DC0EA375043EDFDB9C77 /* JLNotificationPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28C2AD74A37005E05086F5CB425B397F /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = B0EB07A3A9B44629A12E4010C7C004F7 /* RACDynamicSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 28E8CE83687EB3C3D3ED6B08AE515D3F /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 615886E95C5A8E6C314A0ED94415F289 /* SDImageGIFCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2967447DCC191CCC4C8F6B63EB7F5632 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E82C4AED63AB176301C490A70F90400 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 29F2733087A04C94D282B6DCF81F5F6E /* LSTCategory-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3EB197CE718E24663CDB12D3125ACD /* LSTCategory-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A54837C4BA353CB173AE516AF106264 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EA9D4B8C443305BFB2F529EA1479571 /* RACReturnSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2A8C7A6400602DA797A392B88F873E44 /* UIStepper+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 88D6A43BD26B95CCE90AC025FFB69915 /* UIStepper+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 276D136F44A7C10E009ABD87F624A47B /* JLAuthorizationManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AA7B2888386DA570EF23010802F5B57 /* JLAuthorizationManager-dummy.m */; }; + 2789A9BBACA8EAC7AF37868A04F3A686 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 6330655A115C98256B4C86B15D3951B9 /* RACSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 27A1AA22D234973BA30D8493C546884C /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F3FAF7DF9F9E8CAE7F5E85FF60A3A5B /* UIImageView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27AB52C7962046BC8963B2CD626F22BD /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BC97FB8FEC997F378F1CADAF02A171B9 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27CA8EB4D201F3C4D3FA101B0818C5E2 /* JLBluetoothPeripheralPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B8F4755FBA0D3D54A41C3001A1ACB6A /* JLBluetoothPeripheralPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 27F99885E6644D6134B5D610C433A1E2 /* MQTTClient-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 19BB5335F3FA079BCD4A252BC8C20153 /* MQTTClient-dummy.m */; }; + 2839E3707C14798138E8A0C72ACE4C25 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA564037C14359B0CAA666EF9534FF5 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28B84E2BB2A9EFE933CC2565A5F154BE /* JLNotificationPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = D0A4719A2387E532750000774896FDA8 /* JLNotificationPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28C2AD74A37005E05086F5CB425B397F /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CFF8721CE7FFA5D910C460B630B7B13 /* RACDynamicSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 28E8CE83687EB3C3D3ED6B08AE515D3F /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E8BFF8E6E08B7B90C0BC6F69FD46649 /* SDImageGIFCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2967447DCC191CCC4C8F6B63EB7F5632 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF0BB30996CF780EFB6490EE28758B2 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 29F2733087A04C94D282B6DCF81F5F6E /* LSTCategory-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3827C43AF409611A781DEBB5FBB54B3F /* LSTCategory-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A54837C4BA353CB173AE516AF106264 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ABFCB2A8949DCBBE237552354F28AA3 /* RACReturnSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2A8C7A6400602DA797A392B88F873E44 /* UIStepper+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DEB10CE38C98D7B36926404597C16DE /* UIStepper+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2C26F66F0810CEF08CDEE4339A7A96A1 /* Pods-LekangGuard-LekangGuardUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B0183847ECB1D0D69362E83560BB86 /* Pods-LekangGuard-LekangGuardUITests-dummy.m */; }; 2C724BD620BC21E40439CA36DE32C2C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 2D11AADDB8180B0A203F81ED4343AAD3 /* UIView+ZXNavFrameExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C966204F0FAD6F637F62CF41EE1CB50 /* UIView+ZXNavFrameExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D1D77025A8388F5FC6844628A2AD70C /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = D0E90EC7D787FE872A3587ADF398049F /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D44E2C66E47DE04ED3CA6F9BAD96A71 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C40C79018FF50258547104927F778B4 /* RACEagerSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2D11AADDB8180B0A203F81ED4343AAD3 /* UIView+ZXNavFrameExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = CF7229D4B23EA87E0554609BB4ECEE8B /* UIView+ZXNavFrameExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D1D77025A8388F5FC6844628A2AD70C /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = FC2F2D134204D1B327B55229418E3B55 /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D44E2C66E47DE04ED3CA6F9BAD96A71 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = DFCA08D682F5A01CB0E365EA7311A94D /* RACEagerSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 2D9C9874A5E0BFD7EC15207A5008A2E9 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC36AB4A05048CB53C2C09ED61433DBE /* QuartzCore.framework */; }; - 2DF1CB8C44C26EF629FAB30AE5F18D9B /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = D87704CE07054D78418DB0F2D440B633 /* NSLayoutConstraint+MASDebugAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E068B3346A29C4D123F38A601F9973C /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2698EA30BE6FB06F4DDD1D58A79BEEAC /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E74211F380861D148858172FA0FE374 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 780879A5F65C6BCA6FA0F9700ECBD9B7 /* MASViewAttribute.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E89C4D9BA196EFDC342AD652F606211 /* KafkaAnimatableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 45A86DC1192DC4860EABB0F703E8895C /* KafkaAnimatableProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2EF1E1764A5968D63A087A7A1527B264 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 87CA9F6E338FF5D48BE41C9802C94961 /* UIImage+MemoryCacheCost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2F30D12E157166E9B667F02B79ADFD25 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 33CD5866F65AD21DAE7761FCE8CB4B80 /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F6BB8D4FBF79CC8ACBA17C78D71B4C8 /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D629E5117540B4718ABAF17FC1519A /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FB2A91B9D2B9605EC41ADFE3E31DD9A /* UIImage+ZXNavBundleExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C6BEB250502CC90DDEA146B4822AAAB /* UIImage+ZXNavBundleExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FC1305B81FAF9BA945BCA0F90807F06 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 91A141885FAEBE9099C9E5B40ADB45F5 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FDFCE3B76A2AFB764387A116677DA05 /* MQTTCFSocketEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3FA3185F074620B436B8C97E08F6E6 /* MQTTCFSocketEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3012988C5BDC0002FAA202F75434F4F7 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 91B4B8BF28C7ADBF6649A6C76A71B6B9 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 303CB508B9FD18ED30777DE2D1A5C9AE /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA81B9E4A8397EE6794ECB7A2D81749 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 307E0C99CB62EE64CB2A488121A490E4 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = 32B6DC438AEA14B75937BE506ACF5B12 /* BRDatePickerView+BR.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3097E94BA39DBAB77B609FB79293EB71 /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = C80224AB1C38B34A64CBA1EF516DFEED /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 30F7D622A43693CE2BA40496D80AE922 /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B084EDEF34DB446A20E8D05CD2FB51 /* RACScopedDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 312047385C7500A7E75D33533A214E83 /* MQTTMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F061773AEB7DDBA6A53B19D40300FC /* MQTTMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31F7C35C8863FA25A741A884E21BE7D0 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = 47EABB8F19DA6A1715A23FE909BA7526 /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32AAC7C28AFB07ECB3753B159755B47C /* MQTTCFSocketDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = CD62E1BBD82B2B5928C8AE6EB19AE628 /* MQTTCFSocketDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 32AE37792DDBF215C91F161A8C00B8F7 /* UIImagePickerController+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = E66069AF1056A977495A85844F01E492 /* UIImagePickerController+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32E038566F7235B994881DD8E58E61FC /* UIDatePicker+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B971A1B38160E7469F32E3B86BAF5B93 /* UIDatePicker+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 330090FC912FF631F509CF709C8244C2 /* UIWindow+LGAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = B146939C0025EA095001EA6B13565AA3 /* UIWindow+LGAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 331310B984B1E5657BDDF05A449F06B6 /* MQTTSSLSecurityPolicyDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E449C6C3E8507F9B31F625EF3B2EFB /* MQTTSSLSecurityPolicyDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 333A3FFEEFBD587975CF67B9BEB24E25 /* ZXNavHistoryStackCell.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD43CBB8D2065AC8CFD5131E6D03CA7 /* ZXNavHistoryStackCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 335A3E33A1C18DA985B3EAF201C33446 /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E13EF5B844FF12442BA6341183DA0CB /* NSObject+RACDeallocating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 339FD3055AFD2C3735E293974E3523DA /* NSObject+YYModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D990E2C1BD4A1F499AD8D9E6130E20E5 /* NSObject+YYModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 33DC154CACD614244DE45A53CE08EF0D /* MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = C20F12B7D9E352AD7B77286D72C8C25B /* MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 342910BA1F883202EA85062383703667 /* ZXNavHistoryStackContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA9FDF25C82E54108D7DE901BD5123EB /* ZXNavHistoryStackContentView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 347731E8D4C4F27FC53DDFAC590481D6 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = C2FBE191652BC4D9168ECEE08C769D95 /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34934D591806B25D5D91FBB8A09DDEC4 /* KafkaArcLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 21DB9B0665AAFFF828AE96CD386BAD8A /* KafkaArcLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 34C657D6135AB570FE1D7C65E996A880 /* WHToastView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B24F04730880B4FEF3D758BF991ABCD /* WHToastView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 35CBAAE518172CED43EB236C632CAAE6 /* LGAlertViewWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 38D982100A7F15274E35F5AC271B15F6 /* LGAlertViewWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 370361C8BD2A420E8B147681B115992C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - 375974144AE447854184D3E9168D1579 /* EasyTextBgView.h in Headers */ = {isa = PBXBuildFile; fileRef = 522BF9542E538E3C015806E3FE489159 /* EasyTextBgView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37728B850301AF45C365CADCF628CDF7 /* EasyShowView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BAFE672846EEC3D55B03D1C886C3F15 /* EasyShowView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37B19BADD1B471398FC1D20CF34AC240 /* whtoast_error@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 97F3C409C8277E032DBC723BF6F891A5 /* whtoast_error@2x.png */; }; - 37F6A3BECF37C125152A3BBA232AD7DC /* NSObject+MJKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 59A368254EDFE733EFE834B1B5E315E3 /* NSObject+MJKeyValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 380D589241A74B302B42EBD7220419B5 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = F66F6F62227E951D46B65D7EACDBA951 /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38F3531B1CBF1D51DAEC996868A42C8F /* ZXNavTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A9B08186FE52BEA92E0C9469132DF11 /* ZXNavTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 392EED69A741D3F3DFB293214E50C248 /* MQTTSessionSynchron.m in Sources */ = {isa = PBXBuildFile; fileRef = C8A5F25DA3E9F60A2D028541F6B534BD /* MQTTSessionSynchron.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3949C65A1B98CB38D83906E8D10E2C9E /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E5F200377C03FF0C41A21A9F72B1CC /* BRResultModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 399EC249B2555DB20D42B1E904C4C22B /* UIScrollView+KafkaRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4045D43CFA4F9051C289F2D42F60431C /* UIScrollView+KafkaRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A40F85033E95374FCFDF434B442EB2D /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C5FEB895BF4C48F8D5832685EA292BD /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A432CCCDA02CB097147709AEB7ECCC3 /* SGScanCodeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E6D47F9D43F76AC398C5FBF2998DC9 /* SGScanCodeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A6928A73EE0867CC98F8FCB1595D12C /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AA379D2A7DBDB5B8D7B2AD9A99FDDFF /* SDAnimatedImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3AF7CAD58044A895437E02A54D89803F /* IQTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B279529C14AE3BC20E813DB23AF2C03 /* IQTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B6DC523E6B675BB933D2391685F9F1E /* Pods-LekangGuard-LekangGuardUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 27558F34D525C69CF329616B631FA686 /* Pods-LekangGuard-LekangGuardUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C2095044F830DAAB1919D69A0EE0C0C /* SGTorch.m in Sources */ = {isa = PBXBuildFile; fileRef = 82C0060BD6D80B464D0AC4C9D6282183 /* SGTorch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3C212926283F1516698BD907E329D205 /* LGAlertViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E084B6A0FAD7FE0F8DB46270E355D65 /* LGAlertViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3D0EFFE30E3193932A034220E3C4C0FA /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 337F4CBB3D2F2CE94E8FAD7451AEDFC2 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D146DE2B5905828CCABB0E61F3ED03C /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB42DAF2E8E17C10B403C26A1E17111 /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D503E2D0973A61FEBD23E7A4EDED5B6 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88D03C84E045A9BC908DB7677ED23B43 /* AFSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3D5C88E530B1437101D7A620433A41B7 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 40198A7E7E52F4B372BC195AF6E1C714 /* BRAddressModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3DB6773FBB0B4E947399555DF06214A1 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 817D58A38DF95A5124CFA23B1B148E6B /* CoreFoundation.framework */; }; - 3E492B3AE1E91639CD5AC81A87AA6A9A /* UIImage+WHToast.m in Sources */ = {isa = PBXBuildFile; fileRef = 488F6190134C80810F019F9AA5A013D0 /* UIImage+WHToast.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3E5694B4987A1FDA1C2C8548A26962F3 /* EasyTextTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = E2DA0B517419CEC649014DC69C0E31F5 /* EasyTextTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3E7A25BCE5BAC256FBBA56106C3192CD /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = F19417D6D00DCABD2B39DE4AB61327EC /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3EAD79616025E9523C0D80086F3B4B33 /* MSNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEDA370DEAFDF4058C874B1C6C8B858 /* MSNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3EADDD4A504B651CE717B1EBA250B765 /* KafkaReplicatorFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 17092009ED0992F5942C436614565C61 /* KafkaReplicatorFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3EBB7CFB2770CD12A6CB14FD16229C5B /* LGAlertViewButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 5783A47FA1D79193D5E8942756B0370C /* LGAlertViewButton.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3ECB7B531DB096A93A0714F6C7137720 /* whtoast_success@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 97C3793EE39D3A16F6715639B5385FCA /* whtoast_success@2x.png */; }; - 3F02DAFD8984CB9794E6D60F98302F5B /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F208132179B85D911FB48227F4EA784 /* AFNetworking-dummy.m */; }; - 3F6484A114AC33166889C445A64B1757 /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 49AD370BDC4CD108E388E0CA4A091BA9 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F6EB828FE97FB5E07512E6AD751812F /* KafkaCategories.m in Sources */ = {isa = PBXBuildFile; fileRef = 98E6D8C37E662AA8E18FB6563EA7AEBD /* KafkaCategories.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3F7FC0EAE5F0D7A9FF04D9F8EED764B5 /* LGAlertViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FD57825A64E9DD7F0734EB2DECF85D3 /* LGAlertViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40560FCEAFAD199C3A321C9F6F0330ED /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EEBE6427B35779E60EB422AABBFCCD /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 408AA33C77EDF1880720A8ECACB44B1D /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A1FE608382C279D94A31FE394948BB5 /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40E4FB47053EE38A25565B422486D70C /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A6E7D9221FD3A0D3275655749BA1A0F /* SDImageCachesManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 40FB615FC4E299E6E037ED07022B8510 /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B46A260D56208E19903CD0F6549A12C /* RACDynamicSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 41A25D30BC7BAA2C5B589A31292918FA /* JLConstant.h in Headers */ = {isa = PBXBuildFile; fileRef = CE803540D2D89A1C4C59D06A0AE9B766 /* JLConstant.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42A08A312B1905DFAB271D67C4C3FDAF /* Pods-LekangGuard-LekangGuardUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92B0183847ECB1D0D69362E83560BB86 /* Pods-LekangGuard-LekangGuardUITests-dummy.m */; }; - 42A9BA15932135B122598C7468AFF573 /* KafkaReplicatorHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CCA30E83017976751CC809EBD143D00 /* KafkaReplicatorHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 42C96B81861BF67EFF5668CD7F563436 /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 017B909CFD6FF8726D69203884B65EC8 /* RACEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 42E8F766CD3CCD2772C7FDE7455556CA /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = FC450CDFFEE246E51F24F0EFF794E71F /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 435F6DA2C29E1F598C2715D10B877D9D /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 0038AEF22F1104ACE9D7DADDC2892202 /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 436AA83B71B7924672DCD792F04ED88B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C1DC26B2919AEAC3F8A8D70CDF0971E /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4387824583D6D5E660179823A62E3320 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 612C212475941DA8FF148704D4B7FDA8 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 43D732FFA1407800682FC5162F4F0154 /* SGPermissionPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = F8BBD091031A50174E95C6EF7CF69FDC /* SGPermissionPhoto.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43D8912702F11A2EFBBA42C64C9628D4 /* SGSoundEffect.m in Sources */ = {isa = PBXBuildFile; fileRef = 258DF93EE8BA3F30060E8A2D012B363C /* SGSoundEffect.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 43E8870FE6F0CCAD034E1F0C867163B4 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 78C8171A2E4A8A57151695AFC863DF72 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2DF1CB8C44C26EF629FAB30AE5F18D9B /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F640D3942C8B05D92F28D1725900BDD1 /* NSLayoutConstraint+MASDebugAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2E068B3346A29C4D123F38A601F9973C /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D428542731AE6D0FBFEAA90A90EE921 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E74211F380861D148858172FA0FE374 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = C8693F56818A7232D6E578BD5F8EB40A /* MASViewAttribute.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2E89C4D9BA196EFDC342AD652F606211 /* KafkaAnimatableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A760680163917AD293C0C9A1065692 /* KafkaAnimatableProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E90249FC48B170363338A6C3B254CAC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; + 2EF1E1764A5968D63A087A7A1527B264 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CF1ADBA5B001E1F7C2A9A7A45DB3F2F /* UIImage+MemoryCacheCost.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2F30D12E157166E9B667F02B79ADFD25 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5451AC0D944325DFA7A811DBAF304576 /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F6BB8D4FBF79CC8ACBA17C78D71B4C8 /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = AFEEB6B7F1F1A381471C7CEB6AEF13C9 /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FB2A91B9D2B9605EC41ADFE3E31DD9A /* UIImage+ZXNavBundleExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = E4667EFBB02AFB6C13FE9E26FA043F77 /* UIImage+ZXNavBundleExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2FC1305B81FAF9BA945BCA0F90807F06 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = A900FA0E2A3E59E0C557B066721FB5F4 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2FDFCE3B76A2AFB764387A116677DA05 /* MQTTCFSocketEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B05F6019D33281168E4A09402D49B1CE /* MQTTCFSocketEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3012988C5BDC0002FAA202F75434F4F7 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D45C8421CF5BEA5E9DABC8A111BE5C /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 303CB508B9FD18ED30777DE2D1A5C9AE /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F2E6C5929F81902DD61C20F33E9B68 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 307E0C99CB62EE64CB2A488121A490E4 /* BRDatePickerView+BR.m in Sources */ = {isa = PBXBuildFile; fileRef = A7CEEE9D2F8D09549D200BB756C34508 /* BRDatePickerView+BR.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3097E94BA39DBAB77B609FB79293EB71 /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = E97BEC67A8233520B706E085DC6FBB26 /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 30F7D622A43693CE2BA40496D80AE922 /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AE6945792C0C67C0A4B5A3CD9FC94BF /* RACScopedDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 312047385C7500A7E75D33533A214E83 /* MQTTMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = F1AD64BE98A33EEEE56E968FD50A0C4E /* MQTTMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31F7C35C8863FA25A741A884E21BE7D0 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = 66A5178E95C4319F69FC299FD90F1D17 /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32AAC7C28AFB07ECB3753B159755B47C /* MQTTCFSocketDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 57A4AC459AF86EE3FAF75307F2D9A736 /* MQTTCFSocketDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 32AE37792DDBF215C91F161A8C00B8F7 /* UIImagePickerController+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF1B4CFFE2346426709EE32A961EBE3 /* UIImagePickerController+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32E038566F7235B994881DD8E58E61FC /* UIDatePicker+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D557AB0089FF33528C109882EC42B760 /* UIDatePicker+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 330090FC912FF631F509CF709C8244C2 /* UIWindow+LGAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = BFBDAAEEDFC6BA0905580625E68CD1D7 /* UIWindow+LGAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 331310B984B1E5657BDDF05A449F06B6 /* MQTTSSLSecurityPolicyDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 089850995BD10A26C31B70916E21C466 /* MQTTSSLSecurityPolicyDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 333A3FFEEFBD587975CF67B9BEB24E25 /* ZXNavHistoryStackCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 301F2E4B2D52AE402ED2A9509DC7E951 /* ZXNavHistoryStackCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 335A3E33A1C18DA985B3EAF201C33446 /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = 9391FF855460138213D92BAC5F429B61 /* NSObject+RACDeallocating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 33DC154CACD614244DE45A53CE08EF0D /* MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5AE19D65E398F405201D05D741E292 /* MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 342910BA1F883202EA85062383703667 /* ZXNavHistoryStackContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 552249A88B3B4D3F652E3838B5B96085 /* ZXNavHistoryStackContentView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 347731E8D4C4F27FC53DDFAC590481D6 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A447057F595E884C40D84620D5B22D0 /* AFAutoPurgingImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34934D591806B25D5D91FBB8A09DDEC4 /* KafkaArcLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 99ABE4B74C9434A90038FDB2F348C9C3 /* KafkaArcLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 34C657D6135AB570FE1D7C65E996A880 /* WHToastView.m in Sources */ = {isa = PBXBuildFile; fileRef = F1654FA9B2B375D5954EC1F3A3342E43 /* WHToastView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 35CBAAE518172CED43EB236C632CAAE6 /* LGAlertViewWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A0E4CDE545F8BB19A362BA8C537C30F /* LGAlertViewWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 375974144AE447854184D3E9168D1579 /* EasyTextBgView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C428F88E37BBA3F539099E7C70D1E5D /* EasyTextBgView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37728B850301AF45C365CADCF628CDF7 /* EasyShowView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49BF563751CB8D591D4188E0B7B5F06B /* EasyShowView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37B19BADD1B471398FC1D20CF34AC240 /* whtoast_error@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C0D788F5A4BD4B5AC30F352DB4BF6799 /* whtoast_error@2x.png */; }; + 37F6A3BECF37C125152A3BBA232AD7DC /* NSObject+MJKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A1BAD2631AE070F693E69ACEAD60C7 /* NSObject+MJKeyValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 380D589241A74B302B42EBD7220419B5 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 421B345F36B409F74A0556140CED420A /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 383C44A5929A9EF01AF39B37CB2FE570 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; + 38F3531B1CBF1D51DAEC996868A42C8F /* ZXNavTitleView.h in Headers */ = {isa = PBXBuildFile; fileRef = A73F923CA2E89A0F879498A46A51B715 /* ZXNavTitleView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 392EED69A741D3F3DFB293214E50C248 /* MQTTSessionSynchron.m in Sources */ = {isa = PBXBuildFile; fileRef = 495078D36D22512E958DBAC28FF7A2D5 /* MQTTSessionSynchron.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3949C65A1B98CB38D83906E8D10E2C9E /* BRResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 69A25C940D3514F632BBA8B2F478922C /* BRResultModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3991003F49F16D978C5DEC213B11914A /* Pods-LekangGuard-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D7082E2FD019768D6BAE062E228A7D /* Pods-LekangGuard-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 399EC249B2555DB20D42B1E904C4C22B /* UIScrollView+KafkaRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 15753FDDF8C1F8A1AA533DD1252E0ED6 /* UIScrollView+KafkaRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A40F85033E95374FCFDF434B442EB2D /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = D1BF5A02391A3F6AE7B64711370D3A47 /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A432CCCDA02CB097147709AEB7ECCC3 /* SGScanCodeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A68536E0265F98C8C1E8A0316B0E684 /* SGScanCodeDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A6928A73EE0867CC98F8FCB1595D12C /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A9538249EA86CA65887779553685F9D /* SDAnimatedImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3AF7CAD58044A895437E02A54D89803F /* IQTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 67A1A98A33A0EF7DE90724C0D81FCE56 /* IQTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C2095044F830DAAB1919D69A0EE0C0C /* SGTorch.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACF3237290093E7E9416DCC18F8D224 /* SGTorch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3C212926283F1516698BD907E329D205 /* LGAlertViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E93559C934503051D439B3864E3371C /* LGAlertViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3D0EFFE30E3193932A034220E3C4C0FA /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 71685B21665386E29A52FFED3D543A66 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D146DE2B5905828CCABB0E61F3ED03C /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = F38BFA2F42E8490E6F92A02D0EC49605 /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D503E2D0973A61FEBD23E7A4EDED5B6 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 36452A5CFF4A98594F52546A9B04B00C /* AFSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3D5C88E530B1437101D7A620433A41B7 /* BRAddressModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 85995EBB1080101FC9375A637D41B90D /* BRAddressModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3E492B3AE1E91639CD5AC81A87AA6A9A /* UIImage+WHToast.m in Sources */ = {isa = PBXBuildFile; fileRef = 994D0BF6D25A9F95E839098E4E584BC9 /* UIImage+WHToast.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3E5694B4987A1FDA1C2C8548A26962F3 /* EasyTextTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 03FBDCD327592B2BE04D4BE81CB360E2 /* EasyTextTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3E7A25BCE5BAC256FBBA56106C3192CD /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C866F9AB9C4DDAC8C7746DF2C1A3F0C /* UIKit+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3EAD79616025E9523C0D80086F3B4B33 /* MSNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DB9984BD6B0594BB24E8C9DF37960BF /* MSNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3EADDD4A504B651CE717B1EBA250B765 /* KafkaReplicatorFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F37857449D4E7CD5547884566414F3A /* KafkaReplicatorFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3EBB7CFB2770CD12A6CB14FD16229C5B /* LGAlertViewButton.m in Sources */ = {isa = PBXBuildFile; fileRef = FDF9E0825F08D94DD2B70E861A6756C8 /* LGAlertViewButton.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3ECB7B531DB096A93A0714F6C7137720 /* whtoast_success@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2BCD270C7E945C2B9FE5AB55BB47D827 /* whtoast_success@2x.png */; }; + 3F02DAFD8984CB9794E6D60F98302F5B /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08A77CA9C69F5933B0CD6F87BA562C65 /* AFNetworking-dummy.m */; }; + 3F6484A114AC33166889C445A64B1757 /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 33508301CE4AB6FA63F075601D895FCA /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F6EB828FE97FB5E07512E6AD751812F /* KafkaCategories.m in Sources */ = {isa = PBXBuildFile; fileRef = 038AACA204C043A81B9CFF1EA10250C7 /* KafkaCategories.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3F7FC0EAE5F0D7A9FF04D9F8EED764B5 /* LGAlertViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F691AABAEC9E3DCDC047F2957133D3 /* LGAlertViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 40560FCEAFAD199C3A321C9F6F0330ED /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 223E0A8B61B1F48C2BE3608B5975C36E /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 408AA33C77EDF1880720A8ECACB44B1D /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 71980517E171AFE9E5F4B316FB1088FE /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 40E4FB47053EE38A25565B422486D70C /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EE231F84C50029D41ABF5B690018E46 /* SDImageCachesManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 40FB615FC4E299E6E037ED07022B8510 /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 90AD71595DB8502DF599F1DF0F3D6749 /* RACDynamicSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 41A25D30BC7BAA2C5B589A31292918FA /* JLConstant.h in Headers */ = {isa = PBXBuildFile; fileRef = CBEEF576039857EF5036B6F92FDB3EA2 /* JLConstant.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42A9BA15932135B122598C7468AFF573 /* KafkaReplicatorHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BD677D6CF0A5943F80E6EBA2431369D5 /* KafkaReplicatorHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 42C96B81861BF67EFF5668CD7F563436 /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F023BDD03901EA70CE3D0BE8C947F12 /* RACEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 42E8F766CD3CCD2772C7FDE7455556CA /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E95F822ED421F3BB55943DCBCBCBD78 /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 435F6DA2C29E1F598C2715D10B877D9D /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 89C6B655DD2C8F443C57B8A003DF89DB /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 436AA83B71B7924672DCD792F04ED88B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 429781CB2A250BB9DC271D0983EAABDF /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4387824583D6D5E660179823A62E3320 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = DDD5833A0E1423B13243C9845CA7B95D /* SDImageFrame.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43D732FFA1407800682FC5162F4F0154 /* SGPermissionPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = 619DFCDACDDC5ACA0BAFFEAD60F28229 /* SGPermissionPhoto.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 43D8912702F11A2EFBBA42C64C9628D4 /* SGSoundEffect.m in Sources */ = {isa = PBXBuildFile; fileRef = D20C3ADE6A4F13649E649E18F69F366C /* SGSoundEffect.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 43E8870FE6F0CCAD034E1F0C867163B4 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EB69EC9BD6B7145AE24764A5DF46A31 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4466B51141B07F9859C53871CE8DE178 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 446E48D76980C4A252D4E68183BCB1B4 /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 85121AC70C1D21AA30D175AFF860317A /* RACDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4486830994AB9FF480BFD6F234AD4524 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = 31E78F4E0A47C63578F1D9C2FF276C27 /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44F87590E3B420E55B8818D4BB35E2D9 /* EasyAlertGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = B11ECA5E375BC47EEFD9257D0D514CE2 /* EasyAlertGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 446E48D76980C4A252D4E68183BCB1B4 /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63690BF104FE9F9D2EF29190EA71A3C9 /* RACDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4486830994AB9FF480BFD6F234AD4524 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = B750B0975F279A2220ECC58CA1CB26E8 /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44F87590E3B420E55B8818D4BB35E2D9 /* EasyAlertGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DBC95B6DD00EAA27AE3D5DFE9959DB99 /* EasyAlertGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 45D7097E4D543ADB12EA2BA934E51D1A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 45E53B9936530A80E27C10788AD4BD13 /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = BE70D2266BB637B313CEA3AF3565C152 /* RACQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 45E53B9936530A80E27C10788AD4BD13 /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEF38C8A2E28050B041F833B0C5F08C /* RACQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 45FE34147ED5ABFAE4F70B7451A92A72 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 464F85CE24775C37B9F264483E1401F5 /* EasyTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDA881FA2D255A5521D3390CB8B9C3B /* EasyTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4671569CEF192838D6B17387A34D3981 /* MQTTCoreDataPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = F9085458D5EF7F111B81FBC2E02EE886 /* MQTTCoreDataPersistence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4770902A0F144516DEA80D66C7B23534 /* MQTTSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F7E8FCD18BC2209786CBBD5F364F489 /* MQTTSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 47739B6537854534FE9EB8FA99BE4574 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F324378600C34257397E766FA27B7D /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4813E241E52DA94C75ED71950285B72F /* LTLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63BC5EC560A089C8C226F1A57DD21F3B /* LTLayout.swift */; }; - 4845CE74BF7D61F03A3204590E8850A4 /* EasyEmptyGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EF3D43D3F973D06F51DC4E9B2DE631D /* EasyEmptyGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 484FB4B73ED8EA89D2B8F41620830065 /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B7BDD4AD6FA56F5864B44B09B9FA0F /* RACTargetQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 485DA50D5493F497878DE0472AC4B015 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 337FBDBAEBCA2BAD78A5D69185385D8F /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4881EE132E799A1CEE8A80402BECFB0C /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F8875222BCA41521192A95DB1CEEDA /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48995ECFE53F570CDA31A93B86E06BC2 /* LSTTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 07699A6AA4C5039ADC03D4F500F5B1D8 /* LSTTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48E6C81111ABE83FB43D7E16A07D423B /* IQKeyboardManagerConstantsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 175E75476841F76707E06FD2A2ECC64D /* IQKeyboardManagerConstantsInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4973CF39453EC1F122D68EB7DEA2E5C2 /* UIView+EasyShowExt.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AB86A4CB7278855D4B8B0A958220F1A /* UIView+EasyShowExt.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 49D95752B3D3B882C938A00F9EBDCC5D /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A8E5A8FAFAF4F8D6CA727A9E3CCFCEB /* RACCompoundDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 49F1B4350A7592A60D8775649C9D3128 /* NSObject+MJKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F8E82325144BAB1826AFE059BE522A /* NSObject+MJKeyValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4A0A92447B8FBAB5796956E9111A77A8 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBCDC12F07215DCF14BCBB7982E48DA /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 4A0F4484C1276FD5AC9CFE0A095A4A16 /* LTTableViewProtocal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE400AF67B72F9CCADC95AD1C6AB34E /* LTTableViewProtocal.swift */; }; - 4A4E9B6BDC38BC221B7C7B34C1076EAE /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 577285C82C102F1F6C9F44535EB53218 /* SDAssociatedObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4A71C7D397E1AD70F34D90DC028E91A7 /* JLCalendarPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = D58BE9F1B1B0702F12B9D13C608CC423 /* JLCalendarPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4A7ED80FF936977B73511C0C46B1A3CE /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = CA82CA87470708822DF5DE7DA86C9FCD /* UIActivityIndicatorView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4B5FC330A08270E51E96EA5E113F0862 /* WKWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 54DD32E95FDC0299FE94AAFCBF0D3857 /* WKWebView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4BE0E5EAB11950A0758C73468640EEE0 /* DZNEmptyDataSet-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A60EF0A0D5156812A66DCC61DB35ED /* DZNEmptyDataSet-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CB58EA940D01E95BF80F3D4064CDDA0 /* MQTTSSLSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 732C970941678F93264B082AF67B32DC /* MQTTSSLSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CF5C33B933F4360671B88458C15A852 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F73471256702021EC1AEE2CEEB4FB1 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CFA03024DDB3D22E34E21E6B93577B9 /* IQKeyboardManagerConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B935E1FE9C7733DE91EFC0F7B58BC45 /* IQKeyboardManagerConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D228E579DA288FB3580DBCAA1C34FD5 /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = B83BEB35BA21400965B37B41C7BC4CFB /* RACKVOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4D5B26CEFA41DB10FA6B94947BE68A6D /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ECE94AD8E3C693DB5481D27F09BD6DB4 /* NSString+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4D7C517E2B5682648318A564CBCBACC0 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D9A0B7691110BA71179C6E215D97C9 /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D9D9FE92DDED8216F3D58F41E246DF6 /* NSAttributedString+ZXNavCalcSizeExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BB6E6E9942550A2AA89B77B66852282 /* NSAttributedString+ZXNavCalcSizeExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DA3E886A13F59B8C595071C71911700 /* IQPreviousNextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1466290C426B32D5CB1C3E8B9A4F853B /* IQPreviousNextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DB95B5F52A46EBC785C62F172F21403 /* UIControl+RACSignalSupportPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E962A7E42469B2F99A6672B5CEAEC5 /* UIControl+RACSignalSupportPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 4DC4496EDDC473DDDC7501BF30E7B48A /* KafkaReplicatorFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4869FD260BC9D6050474F6F6890DCE11 /* KafkaReplicatorFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4EA618AD6DFC565B87AE28109A34E0B6 /* UIBarButtonItem+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = CE48DAF75E92311B483EFA939EBDE2D0 /* UIBarButtonItem+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4EC2CE7F2FE3BC310D55DD64F30A1125 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = F30977BC56958FDE57FD29BC6A77C2EE /* SDGraphicsImageRenderer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4EF60ACABF60AFE10B35D54B15F95C75 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CDE04F248C6E6630242AFFA0678324 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 50628AE1FA494D1FBB2156F99ABFE60E /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 10856A181F280903D53B392C115AF85F /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5068CC09A7E3A1225660462470EFF898 /* EasyTextConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F70250F0706BB7EC09077CCDCB169BA /* EasyTextConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 506B3A3AC69CDBAF57000E5367250852 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 029F5472C495B92B9B42AE5B76A053B9 /* SDImageHEICCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 506E00ABA64F35BF8B7EB5D9A7D6912F /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1081BD8D93A68359141C1E575E105001 /* UIImage+ExtendedCacheData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5176DB8109E830D0952E9EB2BA106FF3 /* LSTGestureEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A88C62BA5F6E8DB00DA5FD0A6B29527 /* LSTGestureEvents.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 51E49A4CA39CD1D4A0A03A54A813F9BA /* SGQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A0C742147D30149663A6F20A6550971 /* SGQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 522FC0EDBD2F2C684C0B8860FB69F719 /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 122C79CD62C98CF183D94E0FEBAAF397 /* RACBlockTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5235DCF92CE5AE6F939A53CB9DECE8C8 /* UIControl+RACSignalSupportPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = CECDED26BE433FE5589DA93F3CA69F57 /* UIControl+RACSignalSupportPrivate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 528177B4CEA281088BC4DB907A9B7145 /* LGAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EC57B5FFE5BED3BAAD1D9515810D674 /* LGAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52BBA8249642D92F8C612E8F033F8328 /* MKAnnotationView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D7419F4AFCB2E582C30A95D056E6A8FA /* MKAnnotationView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 52C3923187B02F27D4D61DF0AAC46BCB /* LSTGestureEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 06FA14F874E7BEA96F76378DA59FA625 /* LSTGestureEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52CBB6CA867F631118B2BE7AB33E7B3A /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EEA3F22B01240268B96F1B87B0D478B /* MASViewConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 52D0DB7B226D0C5CE68D68D2720DE415 /* LGAlertViewWindowsObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = ABC9577645BD555BE08F08DDD17D2243 /* LGAlertViewWindowsObserver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 52E68E9AFF4A9C20F05A07F3E55EAF59 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = B509AA10B1CC70D8C0D9C6591DBD5F65 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 533A30E7B04A0172600FF68E53040042 /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B9A0AB3F890DBE84993C14283EB1D6D /* ReactiveObjC-dummy.m */; }; - 539EE08090D19F03773506755178559D /* LGAlertViewWindowContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 608478D0A3DDAF1D908785D7D0D94842 /* LGAlertViewWindowContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53ABBAC55E2954AFF5F602FF45A78D0B /* whtoast_error.png in Resources */ = {isa = PBXBuildFile; fileRef = 26E5C21DBF6B01B54E7E507D68E324EC /* whtoast_error.png */; }; - 54B454E7A354F697A325ABBA3F0C4F69 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 579C2EF347AB84EE5E26A1FB22C2A43C /* YYMemoryCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 54DAEB1842FC8229ED3116282A79890B /* LTTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38FB7C13602CDE0234ECAE64AC607372 /* LTTableView.swift */; }; - 54F7E7F0BC3B98FBFE6781B9010E6384 /* MQTTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 752831CE190C058A96B3633926A967DF /* MQTTTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5508B5C5F38C6F76B30A8BFA5902DDBC /* MQTTSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 42FD14ADA968AE16F8E1010EBEDBE49A /* MQTTSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55CDB1740F9B2E384AC348B00A7C5738 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DD45ABC4A41AB7B61C1856FF6379085C /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55F7F208B1A3E796F467569FDD91B608 /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = D97D9E75D55BB7A9F3FA3CE287FC9D1B /* NSObject+RACDescription.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 563AADD6291D59893BDFEE9E37266DE7 /* KafkaNativeHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CFFF5B3BE8523DAB78D6C595997FBF3 /* KafkaNativeHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 563AE27CEFDD09AE6E245691515905F1 /* BRAddressPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 844A52EF4DAEAB1706BC127CD01379B2 /* BRAddressPickerView.bundle */; }; + 464F85CE24775C37B9F264483E1401F5 /* EasyTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EA2B896969CE50523617CAE350ECBE0 /* EasyTextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4671569CEF192838D6B17387A34D3981 /* MQTTCoreDataPersistence.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BB45F55F686A2A15020743AA1B0B6D9 /* MQTTCoreDataPersistence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4770902A0F144516DEA80D66C7B23534 /* MQTTSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8521E53EEB23488D140AEFA1EFFF13B3 /* MQTTSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 47739B6537854534FE9EB8FA99BE4574 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C4963439B624DE5D59421667C562B753 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4813E241E52DA94C75ED71950285B72F /* LTLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B6F1F4FBA8CD567004EA5C6F80116ED /* LTLayout.swift */; }; + 4845CE74BF7D61F03A3204590E8850A4 /* EasyEmptyGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BF8D90EA54E0472CF24C93D3A4955B /* EasyEmptyGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 484FB4B73ED8EA89D2B8F41620830065 /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C625CA95D06B25119744EC88AD2A3F /* RACTargetQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 485DA50D5493F497878DE0472AC4B015 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C141441D523D8863EEB2BCECB763D34 /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4881EE132E799A1CEE8A80402BECFB0C /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EBC6E21605BDF76E50A73A05B5D5C5D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4899B70D62C37ECBD2FAA052768AF2CE /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F3115599AF22EE73E1BF1CC87385E9F6 /* YYDiskCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 48B6F8485C610758DF4DC77E950EBC67 /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = ED422222ABC4158FB24AA5C8A5E0B87F /* YYMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48E6C81111ABE83FB43D7E16A07D423B /* IQKeyboardManagerConstantsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1D6279DD2B34448D73C8CE31BE406B /* IQKeyboardManagerConstantsInternal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4973CF39453EC1F122D68EB7DEA2E5C2 /* UIView+EasyShowExt.m in Sources */ = {isa = PBXBuildFile; fileRef = B1691B168E86840BF3D3CC3703DE3031 /* UIView+EasyShowExt.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49C61A5A81734F89C4D1CA1AB6548955 /* YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5A2DEECAB55CD73451794A97EE2C16 /* YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49D95752B3D3B882C938A00F9EBDCC5D /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = E709D70220D222B64C275468A777BA72 /* RACCompoundDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49F1B4350A7592A60D8775649C9D3128 /* NSObject+MJKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB84C387C2BC464E2FD06CE5A92B857 /* NSObject+MJKeyValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4A0A92447B8FBAB5796956E9111A77A8 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 83364EB3BCDF603C89EB1651B4E217E2 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4A0F4484C1276FD5AC9CFE0A095A4A16 /* LTTableViewProtocal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 842DE9606FC9A5E64A3D0B7526240F1A /* LTTableViewProtocal.swift */; }; + 4A4E9B6BDC38BC221B7C7B34C1076EAE /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 084C108B1EBFE2FFA85CD23B68A12EDB /* SDAssociatedObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4A71C7D397E1AD70F34D90DC028E91A7 /* JLCalendarPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 790E39DCB0DFE84FCC881FCE65AE48CC /* JLCalendarPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4A7ED80FF936977B73511C0C46B1A3CE /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E704327D1BE734DD9272366222C16363 /* UIActivityIndicatorView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4B5FC330A08270E51E96EA5E113F0862 /* WKWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 390F6FF630731D5F353E6382BC0E6ACE /* WKWebView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4BE0E5EAB11950A0758C73468640EEE0 /* DZNEmptyDataSet-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 383E2978761F71ABCC4FFBA06BAE284B /* DZNEmptyDataSet-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CB58EA940D01E95BF80F3D4064CDDA0 /* MQTTSSLSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 58B24F29345666FD2969998CDB381ABE /* MQTTSSLSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CF5C33B933F4360671B88458C15A852 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5380659D7DCFC72BC27D0BC5DF0E4F87 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CFA03024DDB3D22E34E21E6B93577B9 /* IQKeyboardManagerConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8792C5EB57FE49123A87972AC5FA9E9A /* IQKeyboardManagerConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D228E579DA288FB3580DBCAA1C34FD5 /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D65CCF6B6B8BAFBA510C7453BEA8653D /* RACKVOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D5B26CEFA41DB10FA6B94947BE68A6D /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DA6350ED1C46E3AA23C1BAC4FB92CD /* NSString+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4D7C517E2B5682648318A564CBCBACC0 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD214C76BA3D1B4BA524E8A8BEBB5DC /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D9D9FE92DDED8216F3D58F41E246DF6 /* NSAttributedString+ZXNavCalcSizeExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925628826F160F67AE21012F4A36747 /* NSAttributedString+ZXNavCalcSizeExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DA3E886A13F59B8C595071C71911700 /* IQPreviousNextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C864775A41430B51FE9143F0C5B09C /* IQPreviousNextView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DB95B5F52A46EBC785C62F172F21403 /* UIControl+RACSignalSupportPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CD79B869CF60CB7F207CD60BF8E6499C /* UIControl+RACSignalSupportPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 4DC4496EDDC473DDDC7501BF30E7B48A /* KafkaReplicatorFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B98C87FADB46E6148E94664A5408B24 /* KafkaReplicatorFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4EA618AD6DFC565B87AE28109A34E0B6 /* UIBarButtonItem+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B51E31E1AC1FF05F66E7FD8B4F9F29A /* UIBarButtonItem+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4EC2CE7F2FE3BC310D55DD64F30A1125 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E3C7351E10309DA0E413A58BC032144 /* SDGraphicsImageRenderer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4EF60ACABF60AFE10B35D54B15F95C75 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A20213F71D6D6F0AAFF520FE907BA3A2 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50628AE1FA494D1FBB2156F99ABFE60E /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E2723695EEB198BD7E1E36A54B6DEDB /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5068CC09A7E3A1225660462470EFF898 /* EasyTextConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A43DA8A8714BB9FCDB849A6678D60FAC /* EasyTextConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 506B3A3AC69CDBAF57000E5367250852 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 383F5024BC7EA9BBCF4E119D519B57A5 /* SDImageHEICCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 506E00ABA64F35BF8B7EB5D9A7D6912F /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = D8348DD8E40B8DA9CD7353BB48060DEA /* UIImage+ExtendedCacheData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5176DB8109E830D0952E9EB2BA106FF3 /* LSTGestureEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 76BD087E263C44FBDBC4C23DAC6D1453 /* LSTGestureEvents.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 51E49A4CA39CD1D4A0A03A54A813F9BA /* SGQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DB11F5FD949B744F10A8D6EE2B35476 /* SGQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 522FC0EDBD2F2C684C0B8860FB69F719 /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 64D28CE83C678D708FD4F00649E8671A /* RACBlockTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5235DCF92CE5AE6F939A53CB9DECE8C8 /* UIControl+RACSignalSupportPrivate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A7D8CC1F4864B3FDC8218FA381E0A98 /* UIControl+RACSignalSupportPrivate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 528177B4CEA281088BC4DB907A9B7145 /* LGAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4278B679439C43D80AACD0E8AF121243 /* LGAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52BBA8249642D92F8C612E8F033F8328 /* MKAnnotationView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCD552C59D7B550DC1E7F960C138588 /* MKAnnotationView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 52C3923187B02F27D4D61DF0AAC46BCB /* LSTGestureEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = EE870FB3598CD8C6D979F92A64F6AC92 /* LSTGestureEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52CBB6CA867F631118B2BE7AB33E7B3A /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = F1422F85811CEE79668A102CB010E835 /* MASViewConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 52D0DB7B226D0C5CE68D68D2720DE415 /* LGAlertViewWindowsObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = D8125CF11A574D0AF2EC7B448A286C20 /* LGAlertViewWindowsObserver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 52E68E9AFF4A9C20F05A07F3E55EAF59 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 902A84D424C958C0B3B18D3347B47ACB /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 533A30E7B04A0172600FF68E53040042 /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EF3676D1D9125652593982FAA2F6EF2 /* ReactiveObjC-dummy.m */; }; + 539EE08090D19F03773506755178559D /* LGAlertViewWindowContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 805F5158E61DB2B7D5431FE9F6C20A6D /* LGAlertViewWindowContainer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53ABBAC55E2954AFF5F602FF45A78D0B /* whtoast_error.png in Resources */ = {isa = PBXBuildFile; fileRef = 83992EFC395611B982208FE36239E4E9 /* whtoast_error.png */; }; + 54DAEB1842FC8229ED3116282A79890B /* LTTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C7FF3B163A5E7F385A3349D470D8E2 /* LTTableView.swift */; }; + 54F7E7F0BC3B98FBFE6781B9010E6384 /* MQTTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = B72D3E08B05FF0795DE47D9A808068CB /* MQTTTransport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5508B5C5F38C6F76B30A8BFA5902DDBC /* MQTTSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8708D4A033F7A06C42E006A118A37994 /* MQTTSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55CDB1740F9B2E384AC348B00A7C5738 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DAE02F0316233C8102B8A1815A75EB /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55F7F208B1A3E796F467569FDD91B608 /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = AEA1AF0BEEE11ABE513EE025E6DCF474 /* NSObject+RACDescription.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 563AADD6291D59893BDFEE9E37266DE7 /* KafkaNativeHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B7D2DD29927439DAE2FD7665FD5C9A9 /* KafkaNativeHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 563AE27CEFDD09AE6E245691515905F1 /* BRAddressPickerView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 4CD9B0580B5B13662B3A1A2014896E18 /* BRAddressPickerView.bundle */; }; 56416BAC3D09288ED6D3B7C24A34F21D /* Pods-LekangGuardTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 91F6F8BA78C9E7757B44091859BE61ED /* Pods-LekangGuardTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56BA3F6DF4F08DE0914D181C80260D00 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 53ABBB6B99B4F7AC324A199D0A382B55 /* SDImageLoadersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 574C749496B83DE1C204382C928CBB04 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 135275725817B5E1247D8E11E0CD65C1 /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57744CA757400E7183DFC0D37EFB5214 /* WKWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE4B652F91451BE0DA5152DD33CD7E3 /* WKWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57C537EF8CD0806AC673048745614A96 /* MKAnnotationView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = F6ED14F93617DBD4DF1A38150B2D01ED /* MKAnnotationView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5807E0632368B365308B44C5AE6973BD /* MJExtensionConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 636D5DA543D738714B6434D4C4ABADD6 /* MJExtensionConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 584233A4CEC7C9AA382A1A43C26B87EE /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A766A6F33DC6CD033C3746D26020D2F /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 589C79D2EF5B0E366CC56C96F52FEC4A /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C74067FA72B8082300A5E05DB7E94AB /* NSObject+RACLifting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 589E6E2EC5F30B996074A165480A9E97 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5DF4B68D70500B66356129A3FD6062 /* SDWebImageDownloaderRequestModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 58ED720465B8F58510A3C372E9122C6C /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D804D8CE23333C71ECF9ECDE488F766 /* SDWebImageOptionsProcessor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 590AD04854053AF10E3397F20A648CFF /* IQBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD06E4D761266B23DF76F3266AA1F3F /* IQBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 596400F627D14865C7D8CA5B50A6ADF9 /* JLAppleMusicPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = BA49D4FE5A376BA2A3A0908F720568E3 /* JLAppleMusicPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59996313A8F48BCDC76E0210F249D844 /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = DA930B3B0E501B00D9FAA60C7EBA3DC7 /* AFImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 56BA3F6DF4F08DE0914D181C80260D00 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BEFD78D371AAF4CB56F17F997694028 /* SDImageLoadersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 574C749496B83DE1C204382C928CBB04 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 13BD33CF1B6EE0E123765A900D29DA58 /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57744CA757400E7183DFC0D37EFB5214 /* WKWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = A2B6B1244512732DE231FE5EA0F7B3C8 /* WKWebView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57C537EF8CD0806AC673048745614A96 /* MKAnnotationView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = F883AD47D502A1BA1FDD25B5EA8FF370 /* MKAnnotationView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5807E0632368B365308B44C5AE6973BD /* MJExtensionConst.h in Headers */ = {isa = PBXBuildFile; fileRef = B5037C803EF780A714C61D7CF6B91917 /* MJExtensionConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 584233A4CEC7C9AA382A1A43C26B87EE /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A6EE98A23C82AEAE554469F317970E7 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 589C79D2EF5B0E366CC56C96F52FEC4A /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = 0368DA501936801455E676966F74489C /* NSObject+RACLifting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 589E6E2EC5F30B996074A165480A9E97 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = BD3E4BFAAAF23B0D65F50A4851510038 /* SDWebImageDownloaderRequestModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 58ED720465B8F58510A3C372E9122C6C /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = DE1AB13823784019ACC6E6704832ECDC /* SDWebImageOptionsProcessor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 590AD04854053AF10E3397F20A648CFF /* IQBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 55D39C7AC0058FD45E6214EAE7C73332 /* IQBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 596400F627D14865C7D8CA5B50A6ADF9 /* JLAppleMusicPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = D6DBBE59CD0D765789AA6B5A07E40F5E /* JLAppleMusicPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59996313A8F48BCDC76E0210F249D844 /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = D8A68F51835BE5DEF0F04BEFC561279E /* AFImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 59B200F6B3F88E548918FDD26BBFB5DC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - 59C50CF91385DC5973290DC15D70C38E /* LGAlertViewShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 55278D868D7C92525CB48DA518B2EE1E /* LGAlertViewShadowView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59E423F0C8F7A95F8E5457C90EB20103 /* KafkaFootRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 386CDF8E0D014A8CAD6FB605D988AC80 /* KafkaFootRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5AAF5F2DFBE445CBADB1ACAE5C9EE86B /* UIScrollView+EmptyDataSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 30DC1EE02FDBF38E681444036763E6FD /* UIScrollView+EmptyDataSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AB3CA480DC2494CB4146B8A0CFB6EA8 /* UIImage+WHToast.h in Headers */ = {isa = PBXBuildFile; fileRef = 03418E6AB7481BFA08AA29AAC374F530 /* UIImage+WHToast.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B4832175BFF029BF0E32D7B03953B30 /* KafkaHeadRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = F0539B69388EC96DDD42114031BAAE4D /* KafkaHeadRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BA9D7BC680807FABBEA655269449173 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FD09B3CF8269F153C20D3866836451 /* UIImage+Metadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5BC348A5B0D4ADC6B6E428907FF86E56 /* UIRefreshControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D48B6360E84AD25D4E67C3F912338E /* UIRefreshControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C071867C52D22344A6C4827A0C00AA0 /* NSString+ZXNavCalcSizeExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = AF5D6EEFD6D7DFA55E50F83D50B0BEB0 /* NSString+ZXNavCalcSizeExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5DD4C902F5C27F000B5904EC43585A12 /* JLSiriPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = EA8A7CC91CAE2A416B86169DF39EE802 /* JLSiriPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5E6EEDE9C3C0CE74ADD1B473901F8E73 /* EasyEmptyTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B1E31633319E908476D1FF03D1F1E0E /* EasyEmptyTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5F6714A0CE0DB00780DCBA1081F171D9 /* LTScrollExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB8667A1DE6E7CD03D2F6A1797B2DB48 /* LTScrollExtension.swift */; }; - 5F75FBFFE742660E4FAF4BBC2670B712 /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FCEB1370F255D717FCEB28AE7DB1B1 /* BRPickerStyle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5F8338DE6DEB1AB0B32BD58C559C0F82 /* JLLocationAlwaysPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = C3E6D5015BDCB7B322D70DDF84CBD2E7 /* JLLocationAlwaysPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60E86D17D0CDA6EF54BF080EC9E54262 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = A84D62F878EACE30152BA70F9DD7F1FB /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61225B0B9AEC591476E30C9A575013B3 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EE2C4E7DA30B89BD744E0C0E7E45B9FF /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6130390A28FACC2AAB743924489049C0 /* MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D77D3D96154E750BFE302B7618FBC6C /* MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6188A0A296EF6F890F85A10CB21D1144 /* KafkaNativeHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF8064DEF1964B66682F85DF418E7D2 /* KafkaNativeHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6229978111FDF87339D1437309471973 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = FF5C8EEF3AA8864301353A58384DD8E5 /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6306491BF6941A5D30C930A125D7914B /* UIButton+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C8EFD37E087F6EF4FB0FCCC5DD3B595 /* UIButton+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6371CFD005A0D633307473F62D1EF2C7 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 439F2B155CC4D98A47261FABDA19BD85 /* RACSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 63841CA91861F76F0DD69F2919801241 /* UIView+EasyShowExt.h in Headers */ = {isa = PBXBuildFile; fileRef = B7F18F8E7F8335BC4E132F355FE373E2 /* UIView+EasyShowExt.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63882B19691178C9C42C8F75E0E6EC60 /* UIBarButtonItem+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 217CC25F3A449CA2B27A3871F42B5417 /* UIBarButtonItem+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6440222A5B06EBEBED7079880489607B /* IQKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ECAC0FB5FEEBE6BE69A4E59A676A77ED /* IQKeyboardManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 645089805FEDC340167CAC183DC8CB5D /* LSTPopView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 76B2D28C5E9499EFA9726577C87652BB /* LSTPopView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6462A4975F850D02FA81722F2F138D2B /* LTLivePlayLoopsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8391ED31A3A51CFC0ECA78B3CEB69CB /* LTLivePlayLoopsListView.swift */; }; - 649CF202E7E03B89AA28ACFA0D65DE3B /* IQUIViewController+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D474104707F4E53CB33E1621A93DB3C /* IQUIViewController+Additions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65163D7E6539C8A1D65F5FCBA0E6EFD2 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 245A4C5E978EA6D2E7C56B35FFEA6A22 /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 656CDDB3E2DE9B2B1E3C0F70A282D77E /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F60FD688CA1E882FD5523121820D81FA /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65886C3F4D2DE9256A673D0C8320222A /* MJExtensionConst.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0AB27C266C1F13971640A8BE0493E9 /* MJExtensionConst.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 65F4CF3E370B92D0C81178F1C1C27D69 /* UITableViewCell+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DAA7642B0F6C81AA1D52A48D838CBD1 /* UITableViewCell+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EC1C273E80271267452CA0FC5309D /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D67A63A95C1109C2EAA867D2056AD5B /* RACKVOChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 66734E0A685F9E5CB6E5F4C48CA0CEAA /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 55FAA29A4BA54E19894706AD138A2FBC /* NSObject+RACSelectorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 66920956C51EB7CFDB4AC98BC6E89391 /* ZXNavigationBarTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = EE241032674C7705307CE01BCDA46E33 /* ZXNavigationBarTableViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66D7F9F0B074CFDF0F946F6AC77F5DD0 /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = E8D32449956859AEAD5778D6D9248C63 /* RACImmediateScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 66DEACB7857E79D589074311B12A3074 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = E819940E2AF37B82D8080357B39748C4 /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 676788BFD08028DD432BAA3AA3351F0C /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA2BEA6C12FF046CBE12ABD93118AA7 /* UIImageView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 67D16F8C824CAB8C1A0813B8660F9759 /* JLCameraPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DD82D1BDEEAFEBB49531060DEBA57E4 /* JLCameraPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 67E86E68CD811E30F62494E6924915C8 /* EasyAlertItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E86C99252D7934FCF8F6948B0DCEB55B /* EasyAlertItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68882C92CD198CA56C34E9E46A65EE9F /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0925D38C91DF2CAD504464A511E8D905 /* AFNetworkReachabilityManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 689F9F26E451878CD2ABBD8FAB2AC106 /* EasyEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = EAFC04FBD5B8F34A804012052F58DC79 /* EasyEmptyView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 68BF647C9196A68BF2E8206268A2A4BE /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 80949FB59B328983F670B8D923465245 /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 690AD1CB3707DD993C61703914F46AE0 /* JLNotificationPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 896E8F2AE829B7626C768D18BC6EB3B5 /* JLNotificationPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 691465EC36D77CCFA9CDF7339148E103 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBC25C32CEFC8DFCF24A95FAE8BB1B6 /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 691D3C31329D56E19BADCE5ADA2F77DE /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = CFAFFC4BD59877EC17EB1182056D2B08 /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 693434C39CAD7E2DC1FF80AA918E9E29 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CBD0D657560F7BF19B85DE498D1DCD /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A084AC6BBAE4B8C22610081088D7480 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = BD9AE3FF9969B7C5F74023C090AF6B15 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6ACE97CFE7FA9731C5D14AD65F3871A5 /* JLReminderPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A229DB0EBA5326FB16EFE79F8B216CD /* JLReminderPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6B6E8292282C653D758C25526748678F /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C528F26ED74A969054F5C41B14D6B34D /* SDImageCodersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6C212A9B99B08DB31369957C0EC6C91B /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 23F7BD553819BE2BE867AAB4AE68D76D /* SDImageCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6C3DFE77BD3C2955C17DFA844F462AEE /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = B1851EBAB8D1BA8C6DF70FBD9C12D834 /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C60969A415DE4DE93D881CBD3428B8D /* UIRefreshControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = FB67999E348AF4C28FA75E481BB8B55B /* UIRefreshControl+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6C64B7C19ADA9E71877EAA30D19E45FD /* JLCalendarPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DAB14F56D5CA379D99C1211CE2EADE1 /* JLCalendarPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C9B6C9EBDD2D7631DC7813702461357 /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = C5673F5BF4C03D71132C98AEAFE4065F /* RACEXTRuntimeExtensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6CD5123128D26E060D03D6C258A56F30 /* EasyShowLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E4A4849F8D67A331AB55135C190759 /* EasyShowLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6DB244706298D81730C5537279B7B635 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 39232C736D4C774974F272DBFCCA45FA /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E5BA38F45C9B904BAA86970852F0A9E /* NSString+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 32DBB89BDAF1C05411CBA5C9DF18A6F5 /* NSString+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E6B7F414ABC2BB8EE2A89D35A8B6954 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 45954144D30666BCFB8AC1B5DA0FDFAC /* MASConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6EB2C8DDA42732DAAF2FD67A9782B4B8 /* LSTControlEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = D685C0E7A63F10F1C179DA1A5A953984 /* LSTControlEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6ED7FE87F5DF747305F2716BB85A3AA9 /* YYClassInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C5455FECEF5E0CB694E29FC5C4CE355D /* YYClassInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6EFE6CD54C66C464D38554E561C64854 /* EasyLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B41DCAEA7894DD4332CB6ABE720872A /* EasyLoadingView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F1FB24C406303F18DED5B24372B704C /* ZXNavBacImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9163A11785E9F251F9246E1E3C2AE758 /* ZXNavBacImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F4A094CCE3233C109E8C213EB472BAF /* DZNEmptyDataSet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE931D794737FA613B7622CB1BD5D7B0 /* DZNEmptyDataSet-dummy.m */; }; - 702A1F16BEEA9F21D9D7A2AC7B78F28E /* LSTPopView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 676A831FDE28CA5677A4F6AF96063A24 /* LSTPopView-dummy.m */; }; - 7102722C5D4B73FC0671D98491CB31F4 /* EasyLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 39171037EFCA59BEE1E71C028D34EA29 /* EasyLoadingView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 710887D01DE43A17EA38A93FFA3540BF /* UIGestureRecognizer+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = BFF2CA87CA81E48D245BF55C3C6E3BE1 /* UIGestureRecognizer+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 715AB2C777F6FCAB5EE0C667A909B698 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = C24A31372FA4DA7BC5378BED359A8A5B /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71B206037C193CB44F01F3880BEF16AD /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 169942D7965410B61AF8BC1164EBFE22 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72A9F74B14061265515015E9B39B42D2 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B246A32292052B19A150C1B0C184622C /* SDImageIOCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7394808FDCF2550650F65E2082AA0B82 /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2558DE0B97636F6368A5015C416BDD6C /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 739664337B70DD276FF41DC927D3E0E6 /* MQTTSessionLegacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1503AE4633DB2D5F9CF4BAA397D3188E /* MQTTSessionLegacy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73A190A12F8AD98A99CFF7A108A97557 /* IQUIView+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = C003E96285771033DDD87CB46D737228 /* IQUIView+Hierarchy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 741ECC11C2F415824214428776AAC62A /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F8F74854400B75B298FC89817271D2 /* BRDatePickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 59C50CF91385DC5973290DC15D70C38E /* LGAlertViewShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 241E70F9BD80238075D6344D8CA610D7 /* LGAlertViewShadowView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59E423F0C8F7A95F8E5457C90EB20103 /* KafkaFootRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 38B0A88CBF7C478AD8BCE58F4B436D48 /* KafkaFootRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5AAF5F2DFBE445CBADB1ACAE5C9EE86B /* UIScrollView+EmptyDataSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B817A5FA125B85B39EF1D802492569B /* UIScrollView+EmptyDataSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AB3CA480DC2494CB4146B8A0CFB6EA8 /* UIImage+WHToast.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F3162488698D2B0311575251BC38A34 /* UIImage+WHToast.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B4832175BFF029BF0E32D7B03953B30 /* KafkaHeadRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B75A1859AD5005CED5A563129751E7 /* KafkaHeadRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BA9D7BC680807FABBEA655269449173 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 9804AED1E1C92CEBC0DA7B376350A324 /* UIImage+Metadata.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5BC348A5B0D4ADC6B6E428907FF86E56 /* UIRefreshControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ED11A942A8E957CE84A88E81BA68B49 /* UIRefreshControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C071867C52D22344A6C4827A0C00AA0 /* NSString+ZXNavCalcSizeExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C72078558EBB2B63B8F4BDE5E67419 /* NSString+ZXNavCalcSizeExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5DD4C902F5C27F000B5904EC43585A12 /* JLSiriPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 9651F308B5FFED4557C40D3AE494A22A /* JLSiriPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5E6EEDE9C3C0CE74ADD1B473901F8E73 /* EasyEmptyTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = B95C823AA3635E5DEC5362848BCCDEB6 /* EasyEmptyTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5EBD3BA607C346691983F460DB283F15 /* YYModel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D65C4ADD48B078CDFD41D539A81AB2 /* YYModel-dummy.m */; }; + 5F6714A0CE0DB00780DCBA1081F171D9 /* LTScrollExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C20F8BFF3FF313450B7D98D3078606A /* LTScrollExtension.swift */; }; + 5F75FBFFE742660E4FAF4BBC2670B712 /* BRPickerStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 09D5E29F3A31B56CD71764FFCDA21438 /* BRPickerStyle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5F8338DE6DEB1AB0B32BD58C559C0F82 /* JLLocationAlwaysPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = AE609266E1F46539413AF4B3633E20D6 /* JLLocationAlwaysPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60C360B71670D8EDCCDC60116F61D525 /* LSTTimer-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DAD8932C1613C0B276588A056B8B6B /* LSTTimer-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60E86D17D0CDA6EF54BF080EC9E54262 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = BD4C3180A7DF6ED464E089B4D64C3506 /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61225B0B9AEC591476E30C9A575013B3 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0970B06E1E6C26B92CB060C9C49E28AB /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6130390A28FACC2AAB743924489049C0 /* MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = CFD45D697BA4140DC1BD3E71E6AF90B8 /* MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6188A0A296EF6F890F85A10CB21D1144 /* KafkaNativeHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B063688B9BCD50478359A9F01DD4C7B /* KafkaNativeHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6229978111FDF87339D1437309471973 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = ADBCA6ED6D3BB12F7357AE1932F88797 /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6306491BF6941A5D30C930A125D7914B /* UIButton+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A2CF1673CEF002DC3D5228502DBD9DF2 /* UIButton+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6371CFD005A0D633307473F62D1EF2C7 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 5610597474BB5D0CB40A4088BA8A8A44 /* RACSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 63841CA91861F76F0DD69F2919801241 /* UIView+EasyShowExt.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FCD23546DE331A7746ABE46B8587144 /* UIView+EasyShowExt.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63882B19691178C9C42C8F75E0E6EC60 /* UIBarButtonItem+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 3728EBBCFA11616C5EC49D6C50E77499 /* UIBarButtonItem+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63F6003DD6D4C5DCA3DA56B1AEC6DC5A /* LSTTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EFE9E4EE035353FDD2F4FBA79E168DF /* LSTTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6440222A5B06EBEBED7079880489607B /* IQKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FE0BFC155EA733787C4B87EFA56D4F28 /* IQKeyboardManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 645089805FEDC340167CAC183DC8CB5D /* LSTPopView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 84B6E16AABB1A6078555F2AFE193A2A0 /* LSTPopView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6462A4975F850D02FA81722F2F138D2B /* LTLivePlayLoopsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 535512BD43A150411C1FADFEA1620CEE /* LTLivePlayLoopsListView.swift */; }; + 649CF202E7E03B89AA28ACFA0D65DE3B /* IQUIViewController+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = FD45968E1662DB654969A17FB03B4CAA /* IQUIViewController+Additions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65163D7E6539C8A1D65F5FCBA0E6EFD2 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = EE176FFB7C716579AB81EA79F5CECCCA /* UIRefreshControl+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 656CDDB3E2DE9B2B1E3C0F70A282D77E /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D2FAE9C782F22408F162AF1CD5D0BC01 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65886C3F4D2DE9256A673D0C8320222A /* MJExtensionConst.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD42CCBE0862612427F72F611AEDB62 /* MJExtensionConst.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65F4CF3E370B92D0C81178F1C1C27D69 /* UITableViewCell+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 584F30E002F2E84637346E868E1A7CE6 /* UITableViewCell+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 660EC1C273E80271267452CA0FC5309D /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 90138DC4344566E162BBA8BEBE0B69B6 /* RACKVOChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 66734E0A685F9E5CB6E5F4C48CA0CEAA /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 876DB28B01250E44473216AE192159AD /* NSObject+RACSelectorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 66920956C51EB7CFDB4AC98BC6E89391 /* ZXNavigationBarTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F6EA43144E231EFE6BD423617985824 /* ZXNavigationBarTableViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66D7F9F0B074CFDF0F946F6AC77F5DD0 /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = CAE3FDC354E15D13737519CC7E604BFD /* RACImmediateScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 66DEACB7857E79D589074311B12A3074 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C0F998A32223BB32BB48C12FEFAB63B /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 676788BFD08028DD432BAA3AA3351F0C /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 858B02387A3374870FA1D5660F13EE16 /* UIImageView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 67D16F8C824CAB8C1A0813B8660F9759 /* JLCameraPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = EA8F8BD73CD73F2D381F37B9275A1E34 /* JLCameraPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 67E86E68CD811E30F62494E6924915C8 /* EasyAlertItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E311C9BB412A06B40D25AE3F8D38554A /* EasyAlertItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68882C92CD198CA56C34E9E46A65EE9F /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED51A323E5858BC692436174A3A89641 /* AFNetworkReachabilityManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 689F9F26E451878CD2ABBD8FAB2AC106 /* EasyEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 10CE1611185E539474E99FAEBB77F3DD /* EasyEmptyView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 68BF647C9196A68BF2E8206268A2A4BE /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 40CBA07E99B6CD985C4EDCFF234A2DBE /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 690AD1CB3707DD993C61703914F46AE0 /* JLNotificationPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = A3D9D91E8A8C8DAB6C5A0F28DE25428A /* JLNotificationPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 691465EC36D77CCFA9CDF7339148E103 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = E107C461B75D738599AAF363022304E0 /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 691D3C31329D56E19BADCE5ADA2F77DE /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 38E7EE9027B4A024CF827755F0B10ACF /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 693434C39CAD7E2DC1FF80AA918E9E29 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4792D71F378767FA8B882E2253F057 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A084AC6BBAE4B8C22610081088D7480 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 01D472FABD7476462E7B6E44D1A84524 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6ACE97CFE7FA9731C5D14AD65F3871A5 /* JLReminderPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = D86BEE554CB9AFB65F2D78EEED8EA52A /* JLReminderPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6B6E8292282C653D758C25526748678F /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AF7C088FEE9D3FAF8F38DCC80E9AF9C6 /* SDImageCodersManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6BBDA6FDBF18BAA8259347C9D6393A20 /* YYCache-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C7F230A259187BDBA76E9FFB1866B74 /* YYCache-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C212A9B99B08DB31369957C0EC6C91B /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 13F3CE755E3B00D5ACBC465B1604D249 /* SDImageCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6C3DFE77BD3C2955C17DFA844F462AEE /* BRStringPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E2AE2FFBA184A157ADC959CDD54E94 /* BRStringPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C60969A415DE4DE93D881CBD3428B8D /* UIRefreshControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 50B4564ABE964DF6E4D2C03BD217377F /* UIRefreshControl+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6C64B7C19ADA9E71877EAA30D19E45FD /* JLCalendarPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B185736084B4F63D1329E720D2EAA41 /* JLCalendarPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C9B6C9EBDD2D7631DC7813702461357 /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = AC55CE5CD7841255EC7AA7EF83684FBC /* RACEXTRuntimeExtensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6CD5123128D26E060D03D6C258A56F30 /* EasyShowLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 10994D0A43543606623C663ECDD59655 /* EasyShowLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DB244706298D81730C5537279B7B635 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D40BE24B4914551B2542FD7292CB91B /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E5BA38F45C9B904BAA86970852F0A9E /* NSString+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = D77554E0885B49D0CE2BC6C3134CF102 /* NSString+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E6B7F414ABC2BB8EE2A89D35A8B6954 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D05EDA86C5ECAB74C8DAC1F7D2EF88E /* MASConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6EB2C8DDA42732DAAF2FD67A9782B4B8 /* LSTControlEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FAD955B6BB4EBEA31743D8B3E42A28F /* LSTControlEvents.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EFE6CD54C66C464D38554E561C64854 /* EasyLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F1ECDE175DADF2D7C699F6956086833 /* EasyLoadingView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F1FB24C406303F18DED5B24372B704C /* ZXNavBacImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = C61939DD6AA70358563735603F48962C /* ZXNavBacImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F4A094CCE3233C109E8C213EB472BAF /* DZNEmptyDataSet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F08148929D5F3D3588D1DBD46F04964 /* DZNEmptyDataSet-dummy.m */; }; + 702A1F16BEEA9F21D9D7A2AC7B78F28E /* LSTPopView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F42E080EA2125C1E1907CB113FE0470E /* LSTPopView-dummy.m */; }; + 70613323EE2540318A94835FC24A23C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC36AB4A05048CB53C2C09ED61433DBE /* QuartzCore.framework */; }; + 7102722C5D4B73FC0671D98491CB31F4 /* EasyLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A98FFAD5FF5854ADEB3C9EA8AB906FC /* EasyLoadingView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 710887D01DE43A17EA38A93FFA3540BF /* UIGestureRecognizer+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = EEEC4A88BCCCA51B695E0229FAB7DBF1 /* UIGestureRecognizer+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71123C7E9C23E18865C5C40376800422 /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = AF516BA28B18D45A042F998DF70E000D /* YYMemoryCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 715AB2C777F6FCAB5EE0C667A909B698 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 83DC3E50DE741D210EB97B3EBF135CC9 /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71B206037C193CB44F01F3880BEF16AD /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1752845EF91F908C951E3360EE69836F /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72A9F74B14061265515015E9B39B42D2 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 19A4D912729B7FFF7D8CDF164A03BF23 /* SDImageIOCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7394808FDCF2550650F65E2082AA0B82 /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5A533DB13DCE768744D9502C1BE6DB /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 739664337B70DD276FF41DC927D3E0E6 /* MQTTSessionLegacy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F31E3CC0BE4D20298D6EA95AF134C6B /* MQTTSessionLegacy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73A190A12F8AD98A99CFF7A108A97557 /* IQUIView+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = 688B24621E53AEABC822CAEC454B70D9 /* IQUIView+Hierarchy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 741ECC11C2F415824214428776AAC62A /* BRDatePickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = EB5897B558A71860A77B037A8AC31F63 /* BRDatePickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 751D8EFCA102C160C14B3B7C4BF776CD /* Pods-LekangGuardTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC720642EBA35BDFC8A791774E1CA9CF /* Pods-LekangGuardTests-dummy.m */; }; - 7547CF904555AA01501C9AF2671D9A5C /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F87AE4348C04165B8E648467D7BC0E1 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 758F666D996492D7607307D0A1AE528A /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5B06E9AC9C3F1D7B7939C99EBF31F6 /* SDAsyncBlockOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7609A2EC1E36798A4D6BB346F84778FE /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BB2A7BE530B1901ABF59756C4997A775 /* NSArray+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 761D3CF9D6F18000317F8D2B3C491DD7 /* UIWindow+LGAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = A7702D46E9CC848B359743CAD9C955D2 /* UIWindow+LGAlertView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77BE416C98D3538C30ECF99190EE7414 /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = C7404A9CD0F918B128707AB41DE95EFA /* BRStringPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77C758BB185D23F21B8B0664174F115A /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 448AF752F05B52DFD2CEAA6CF48521E2 /* AFNetworkActivityIndicatorManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77FC44E56B78017C60FC2119CBCAD906 /* SGTorch.h in Headers */ = {isa = PBXBuildFile; fileRef = A1E76FB664226E9671A3688D6A63F2F6 /* SGTorch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7547CF904555AA01501C9AF2671D9A5C /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F675536FC16B6A47E529520BCF0452BF /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 758F666D996492D7607307D0A1AE528A /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B339AB8045B6592F325C0D760B5556C8 /* SDAsyncBlockOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7609A2EC1E36798A4D6BB346F84778FE /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BD4002CC11C8DD28CD50E67EBA8C0D81 /* NSArray+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 761D3CF9D6F18000317F8D2B3C491DD7 /* UIWindow+LGAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C2E20351D2ABFAB9E6ADE5D5C90C6D /* UIWindow+LGAlertView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77BE416C98D3538C30ECF99190EE7414 /* BRStringPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8155F59656F3095E58A4A3CD0D7375BA /* BRStringPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77C758BB185D23F21B8B0664174F115A /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6712DF6E877D88CBE743C7A393E4FAB8 /* AFNetworkActivityIndicatorManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77FC44E56B78017C60FC2119CBCAD906 /* SGTorch.h in Headers */ = {isa = PBXBuildFile; fileRef = BEDEA6476EFB2F9528A8842C6229F57F /* SGTorch.h */; settings = {ATTRIBUTES = (Public, ); }; }; 78251F42EB680FB72F040A1986279CD2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 783DB612C7AF8067F148DA4469729C1C /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A4BD25E97C3221C9830D4B79E1B5D469 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7854E7C82A5E6A54385E076FFCD65455 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = ED9E628874D8ED189D599696E78DBB36 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78CEB16E06AD5631D535EE0528FE512F /* YYModel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B4D1270BA73C51DED9BAB03CC989AE /* YYModel-dummy.m */; }; - 78D60356CB5B2F633DAD8F7073777D89 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FEAF1BA8A609A12962F571B2C6116EA /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78F7583B4297EA848241826339FBB0E5 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 446789DEF354FA5FA16EB82A0A1738B5 /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 791992D70C9E0AEE52196229C68ED88D /* LSTTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5298D853513301CB719AC66EC7DD0D41 /* LSTTimer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 792C388025E1B7A5992952F761A7F350 /* JLPhotosPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 1361990B354F4BDA1A38D22C5AF3B189 /* JLPhotosPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7932B304EEFD92B9F7CB25333CD976E5 /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE7D4476A014D8EF6BC9C9D2171A8EB /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 794ECD224886BF4C91F63264594A335F /* IQPreviousNextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 91FE0CC69BB11923E88429FF9A715064 /* IQPreviousNextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 79B4C6C3B056EC1ACD825C5EEAA71938 /* JLCellularNetWorkPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C56C62E46808D3B3177CCBCFA1DAF8F /* JLCellularNetWorkPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7A45C732DF4FF5F01569D2678CA67E58 /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DAF43F623E0784749449FB7F9AF079C /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7A730A48E312D870F607A6BCF5769EF1 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BFF4245CA8F869F2E0A0DBEEA1645D46 /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 7AF2265B2E13667EE80878E413AC525F /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = D985BBF9D633508EB6AA569166936675 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B303C7F8C93F47898248EBDC887AB6E /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = B927EF1472B1C4BCFF6615F8FDEAC8E3 /* RACCommand.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7B479269EF2DC69A22F01F555259D620 /* UIImage+ZXNavColorRender.h in Headers */ = {isa = PBXBuildFile; fileRef = F8D91BF4429FAEA03B72346A4B499AC8 /* UIImage+ZXNavColorRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B93EDEA3405BAE1FEF6131618A774C6 /* LTCollectionFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4569F9278A95D9C009031926B75DC089 /* LTCollectionFlowLayout.swift */; }; - 7BEAFADAFA6A9D1D3929076C3C36F085 /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AF6C1687B13E54ECFFDFED5AF11705 /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 783DB612C7AF8067F148DA4469729C1C /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D830E96E5DC8E38C9F34F91721357B7C /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7854E7C82A5E6A54385E076FFCD65455 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6B414878BE92B1C66492907910E2C7 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78D60356CB5B2F633DAD8F7073777D89 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DE8D59EB3AD7A0DF84D48478797282 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78F7583B4297EA848241826339FBB0E5 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FA0EF74615F52020C045DFE69335015 /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 792C388025E1B7A5992952F761A7F350 /* JLPhotosPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = BE2907C22101DB78C6D9F3F58B4D57FB /* JLPhotosPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7932B304EEFD92B9F7CB25333CD976E5 /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 603DBE9FCA5F3E18F4C91FC3A5D84BAE /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 794ECD224886BF4C91F63264594A335F /* IQPreviousNextView.m in Sources */ = {isa = PBXBuildFile; fileRef = E11362AC621E84665FA01E4C769C6C53 /* IQPreviousNextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 79B4C6C3B056EC1ACD825C5EEAA71938 /* JLCellularNetWorkPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 3588430E5DC546987B96DA818EFB368E /* JLCellularNetWorkPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7A45C732DF4FF5F01569D2678CA67E58 /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DA533D9EF237798F82738CE26723183A /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A730A48E312D870F607A6BCF5769EF1 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECB3E8F87A50DBE3D6AD7BC5619AC5F /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7AF2265B2E13667EE80878E413AC525F /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 919710A8E700E46CF4C789D869484330 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B303C7F8C93F47898248EBDC887AB6E /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 257F775E28F08FFE01FA24CE51A4F591 /* RACCommand.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7B479269EF2DC69A22F01F555259D620 /* UIImage+ZXNavColorRender.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E76C2605C8A22DFF8A228B26824FF14 /* UIImage+ZXNavColorRender.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B93EDEA3405BAE1FEF6131618A774C6 /* LTCollectionFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371DF45913A0EF21FECFD822DD308437 /* LTCollectionFlowLayout.swift */; }; + 7BEAFADAFA6A9D1D3929076C3C36F085 /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3427D27F74E728EE20A5972126B7403C /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; 7C534B05C9F8A8CA0A573629B03C076B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - 7C660C6A836B635A7E122E3B16715D4D /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = FC6EBBE4C3F09B0ACB1D498F1E3D6556 /* MASCompositeConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7CA84D5796C932CC9F09B38CB0871723 /* UIActionSheet+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 33A491B0FABCC8911DE6A9E5F54998FC /* UIActionSheet+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CBC523F48C05D6DAA1EBCF14F3AD5BD /* MQTTSessionSynchron.h in Headers */ = {isa = PBXBuildFile; fileRef = B60C20E3AFF9DD0AD09F3E86D367924A /* MQTTSessionSynchron.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D1AC28DCE65A9AD224C7850B66855CE /* ZXNavigationBar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DCC970A4CCB054EE1B6CF8905BBE0BC0 /* ZXNavigationBar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E1A6DB5AF4D41BCE5CF63A6D9EDD761 /* NSString+LSTString.h in Headers */ = {isa = PBXBuildFile; fileRef = 543EBED7823D3D9EAB7C85E7966566EF /* NSString+LSTString.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E32005628D7650E3689F816E42AD08F /* EasyTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = A3F87C8EDC5F1B01F26E1CB3D0650A0C /* EasyTextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7E69A0FBB1586B6FD8A2E53F41C901CB /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F002B43EE2E943F4076281B666DEF5F /* YYMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E80E13661BE4B65CE4A2F50A627556B /* SGPermissionCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = CBCE1C3E89DF8C1EF14675F4335AA5CA /* SGPermissionCamera.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7E929C2E7D03DC6ABED1E5DA08275D31 /* MSNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 390B73E069650FCFD652A806107A67B5 /* MSNetwork-dummy.m */; }; - 7EBDC764C413B9CDD72A4DAC4F43C348 /* UISlider+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = EE71CE7FBFD1A530A6C3F8C14B85467D /* UISlider+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7EDFEF7DAE8F395DD7098659805D1A45 /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 15428AA74B439C76FCBD4CC7102AFF3B /* BRAddressModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7EE17E3F0D83A07F3884B21136F3216F /* LGAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A3B88DA9B0DFDD5D20630D585AD55E /* LGAlertView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7EE6C492AE0E485B8FACB352821E0542 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D4299B9D6B4A792E0AE47F19E4F0C12 /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7F4D886166E1B4FB68D0B34EE40BF071 /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DBE01F8F9CBD4D8F50DA53A4F59311D /* BRPickerView-dummy.m */; }; - 7F74AF4CBADD8C1FD35EE1D6F1ED39EE /* IQNSArray+Sort.m in Sources */ = {isa = PBXBuildFile; fileRef = CA52A8AB4A00D56D9B4C8CE34C9BE9E4 /* IQNSArray+Sort.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7C5F1DA0E8CA67E9481FEA25AC7C7C04 /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = B04B1D3041AAA49CDCC98B4A5B3BECA8 /* YYKVStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C660C6A836B635A7E122E3B16715D4D /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 2425061267D3CCBBA85B57718D852B9E /* MASCompositeConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7CA84D5796C932CC9F09B38CB0871723 /* UIActionSheet+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 579E0A0998560C2F425314B2F6E8E8D4 /* UIActionSheet+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7CBC523F48C05D6DAA1EBCF14F3AD5BD /* MQTTSessionSynchron.h in Headers */ = {isa = PBXBuildFile; fileRef = DCE5E5380FE5DE812D268D5A60EF5CA9 /* MQTTSessionSynchron.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D1AC28DCE65A9AD224C7850B66855CE /* ZXNavigationBar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 82DCD60BC952F45108FE4BC3DD4A3770 /* ZXNavigationBar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E1A6DB5AF4D41BCE5CF63A6D9EDD761 /* NSString+LSTString.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCBDEA47F4A52C56D93AD64CFD2882A /* NSString+LSTString.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E32005628D7650E3689F816E42AD08F /* EasyTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7752903120E46F32B080B4E314ECE238 /* EasyTextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7E80E13661BE4B65CE4A2F50A627556B /* SGPermissionCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = 922CC960EB85940B1EB6523A55367463 /* SGPermissionCamera.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7E929C2E7D03DC6ABED1E5DA08275D31 /* MSNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9755CA7061BC66E0F285C091469FFF14 /* MSNetwork-dummy.m */; }; + 7EBDC764C413B9CDD72A4DAC4F43C348 /* UISlider+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = FE5B6BBA3DD0F6FD672F1A47ACE709CC /* UISlider+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7EDFEF7DAE8F395DD7098659805D1A45 /* BRAddressModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E3FBD97CB27F9C80D028C891490CD62 /* BRAddressModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7EE17E3F0D83A07F3884B21136F3216F /* LGAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5769E0E94897AF21B05B63A63896DB43 /* LGAlertView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7EE6C492AE0E485B8FACB352821E0542 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 182199DFFCBAE1960DA918E7F4933D3A /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F4D886166E1B4FB68D0B34EE40BF071 /* BRPickerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1C04140DEB4C6B8EBDCD0F26B2546A7 /* BRPickerView-dummy.m */; }; + 7F74AF4CBADD8C1FD35EE1D6F1ED39EE /* IQNSArray+Sort.m in Sources */ = {isa = PBXBuildFile; fileRef = C4EBB2983562B73A12687D64858A0B0D /* IQNSArray+Sort.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7FEBA97DC67CF20BA258EF60A075C39F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 802A924BF56C85AE8BCA96628EDC06D8 /* KafkaRefreshStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 619A5A6A6676471BC96CA8F8CFAC519D /* KafkaRefreshStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 804A7DB984BD0AD6E18B41CC5686A908 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 51A2BCB8AB682ED14E131DBBF387301F /* AFURLSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8060DCECF3FF723FD950EA8DE106F110 /* UITextView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A7254F23982F877EA6ED42DC28529E69 /* UITextView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 80A2D9DDF3D9D0EFA5B3B2D70DCC85CB /* UIActionSheet+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B33E3420E172652F991335A89A8B2DB /* UIActionSheet+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 812CD5C088050C9505ECD8B6DC2E4353 /* UISwitch+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3505E4DA9D7A98C21F69D092AD17A2 /* UISwitch+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 814F34A25F2CE9EE6DA75F93EB74547E /* SGWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A82135BB1AE6F385E913D21F46E585C /* SGWeakProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 802A924BF56C85AE8BCA96628EDC06D8 /* KafkaRefreshStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A9A47414F15C7878E0C92A48C592A6D /* KafkaRefreshStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 804A7DB984BD0AD6E18B41CC5686A908 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9A69804EC6E277FB3E5F497DF7E8755 /* AFURLSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 804DFA2600B8025A977BCD47FCD99D89 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; + 8060DCECF3FF723FD950EA8DE106F110 /* UITextView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A5CEE0EDB56DDE05394F6C6A5F1823C4 /* UITextView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80A2D9DDF3D9D0EFA5B3B2D70DCC85CB /* UIActionSheet+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D9DE699D60D2DFDF23EB7767FB4E2342 /* UIActionSheet+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 812CD5C088050C9505ECD8B6DC2E4353 /* UISwitch+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A5D661A29012B5448EAF0AE00368117 /* UISwitch+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 814F34A25F2CE9EE6DA75F93EB74547E /* SGWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BC726EF6E4358F2B9B4CD5D1F65D013 /* SGWeakProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8171D105E2C5CD3C1357D544942B4446 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - 818346947427C40A13FFB6FE30DBD583 /* JLBluetoothPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 032A274353F0AC260F4062EEA94EF62E /* JLBluetoothPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81B0A880263E42B4A7682B8D656E9433 /* MJExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 82C8AB2E489E9CC151E3BEC2AB193B15 /* MJExtension-dummy.m */; }; - 81C76941D750B3F226E07AE600A67FC6 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CB62E35EBC7D58217AC5F6D1378F99 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 821AD71F281DF259C125400818EC172F /* ZXNavigationBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = CCE9DA6DFFE5319B8FEC00CDCD6713A5 /* ZXNavigationBarController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82C3C7E3F54F905A1EE61FEF20BAB9FD /* EasyLoadingGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 036BAD87740E8936F2B430F1E0753B02 /* EasyLoadingGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 834C4550144319D4C23F8189495202AA /* JLReminderPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = BE6001706BFCF6AE672B7658626DC2A3 /* JLReminderPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 835C8FA7AF10ED94162D4BB28009632B /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 860AE830759082067A84EDAA4C4FE356 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 836D33615A7F3A0D9FB952EC721C0354 /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F48B5972A4227C80B42EF59577DC41AC /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83AE7E284EDC1B8AC3923D64B199E080 /* JLBasePermisssion.h in Headers */ = {isa = PBXBuildFile; fileRef = 131CD5647EB281823FFC334F53D91081 /* JLBasePermisssion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83CD9BD994418B3858E165D9073F9178 /* KafkaReplicatorLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 711D8137509B33A5B32AA164ADF75639 /* KafkaReplicatorLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8450F9EE5945044116DA1F411F91F262 /* LTDispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2DBCA83B4BE274CF93B23E96C50D2E4 /* LTDispatchQueue.swift */; }; - 846189041EDA797C53B93A39AC323B4A /* LGAlertViewHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = BB8CC82CBF93A76424E03E98675BE34C /* LGAlertViewHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8472A68DAC59C8A00FA60F81C9B3157F /* IQUITextFieldView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EF5DB1D93A6F2F4E7214E0CE1C18A40 /* IQUITextFieldView+Additions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 84A54D5D589CDFF1935301EA85E855BE /* UITextField+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 24367C7EF5A50F48B504023290C4C028 /* UITextField+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8534F2F7B7A995C85E4DFA10D6E44164 /* UIView+LTExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E797A56EFCB45BB276D3053B623F6550 /* UIView+LTExtension.swift */; }; - 85435F4035E16E4B6E7BEC082506FA55 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 466467BF8D61981AE8ED0038AE42AEF9 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 855D1909B6C8DE1EBC93247B958FB1FC /* MQTTSSLSecurityPolicyTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 60F76AB46AB0A05DB27B7EB9D21EC06B /* MQTTSSLSecurityPolicyTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 858E86368D5BFF4EDFC4F2EE8AD1AC0A /* LGAlertViewTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D69770425F625A15B4D874F4F7C4F15 /* LGAlertViewTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85DE838D1E477E2E8335725E8F3E91C1 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 351EF51AB2D4B21D180ECF79D3FE869C /* ViewController+MASAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85E5630185E23FB6012A5092DCE4BADA /* EasyAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 791B01A728D0D559A95943AB868ABFBF /* EasyAlertView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 861804BE618B8132C7B9BD7A0CF4FDC7 /* LGAlertView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F30B78317F273E3BCDEE03149C4507 /* LGAlertView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 868697EC48E9DE2A9F1738B3B596601D /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 97A580BEA5472F661724244F5E67B9D7 /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86D09BB46A0388470C3D4E6397D9ED9C /* IQKeyboardManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 519D58A3121FC4EC13EB3260340B7FD2 /* IQKeyboardManager-dummy.m */; }; - 86D1385170BC5DE1B1174A6F58112AF2 /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 17554C6C5172AD034FF6D987A7DE0521 /* RACUnit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 86F1A26F1A733583B39171FFB4F3BB15 /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9B458E284D427F572F29C4CDA74578 /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86F622821F3A97BFF803810323C3B40D /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 523020E2179ACF4189680A5141DEC1C3 /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 870F05199CB80CAE5CCB2D804FEBDBC8 /* IQTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9964A8A0DE26090F99DCF573EBFAB841 /* IQTextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 872BBA1EF25956476F1F37A38757BDFF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 877252B54B8DA78C712C3578376FF90D /* EasyAlertConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C049F5AC851978EF4F6A47F1FE96270 /* EasyAlertConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8790E63CABD4AAC3CC7944AEAE99C1E8 /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = BAF641866230FB7C73BCB5C184DC66CF /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87E8FE429C021389885899C502AF3359 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2B5C7F1642DD05E4B8F21C7254FCA6 /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87F9AEB7B1E2083C608A4EA57A081600 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 008226659CD88EF376F949A789EFEB2C /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88156D4F10FDF0342EB283F7706CB772 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = B1E9D2FFDEA13C45EDD60011B47DA7FF /* RACKVOTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 886B4AC9B1FE36EFF7CD38820E10BFAD /* MJPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A4549173F0E6A78B1C499EC5ED11BF4 /* MJPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 89810DF51B6C23EC0173EEC19219789E /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 93DC15ED99E539906047EC083CC67187 /* UIButton+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 898356EA7D81A6CAD04E750750A82A1C /* MQTTSessionLegacy.m in Sources */ = {isa = PBXBuildFile; fileRef = FBF3000825A045B99D937CF9E30861C0 /* MQTTSessionLegacy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8A7136C14A79F1A94044A2848D0AD409 /* UICollectionReusableView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 365980B9E66624487CD2B0E2DFC97E01 /* UICollectionReusableView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A9031D60D1ACA0BAB930441ADDE278E /* EasyLoadingGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = F35045B63F3D3F79B63D184910D4B54B /* EasyLoadingGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8AA6F531CBA5D98A869C5E8F070609BA /* KafkaArrowHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0959275B36208D763B044E800ED264B5 /* KafkaArrowHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8AB18A7148BA5ABD80B4D96F89D3D5EC /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E636143A8C6A054FDAFC64A9B7AB35A /* SDWebImageOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8AE868BC3E2E6FC92F4717835180C47D /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = AAA5F2288A045565FFCDA85B06B0AEEE /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B7AD3132D4935F4F71AC67630264E4D /* EasyEmptyPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 397AC164843E756754E46FFAE6AD77B7 /* EasyEmptyPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8BD68DF0FB961BEB79BD77F67E794056 /* LTVCExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C69B854CB79BC9C86CE9596932243CA /* LTVCExtension.swift */; }; + 818346947427C40A13FFB6FE30DBD583 /* JLBluetoothPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 13028C4939CDB2A496C83912425E683C /* JLBluetoothPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81B0A880263E42B4A7682B8D656E9433 /* MJExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5BFC281CB1C8666603093A54B8E74AE /* MJExtension-dummy.m */; }; + 81C76941D750B3F226E07AE600A67FC6 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F197CA60ABA2B5180344DE2560562B0 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 821AD71F281DF259C125400818EC172F /* ZXNavigationBarController.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C8C78DFE09A8271E38F7C3345558E3 /* ZXNavigationBarController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82C3C7E3F54F905A1EE61FEF20BAB9FD /* EasyLoadingGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E77D0441103082C4DCEAAC40E88DAD15 /* EasyLoadingGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 834C4550144319D4C23F8189495202AA /* JLReminderPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD8097E6E3656EBF0428C270E963273 /* JLReminderPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 835C8FA7AF10ED94162D4BB28009632B /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FFA638D8857B2930AC39DE7449913823 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 836D33615A7F3A0D9FB952EC721C0354 /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A3E33A3D8FEC045D8344798CCC89FB0 /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83AE7E284EDC1B8AC3923D64B199E080 /* JLBasePermisssion.h in Headers */ = {isa = PBXBuildFile; fileRef = 68AC3142342EA4A0FE044EA3E6D73292 /* JLBasePermisssion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83CD9BD994418B3858E165D9073F9178 /* KafkaReplicatorLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = E761C6E9CB1AE1F3E1AF1B9D610E1A35 /* KafkaReplicatorLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8450F9EE5945044116DA1F411F91F262 /* LTDispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1D7AAC515B5846A88923DEF4580CB8F /* LTDispatchQueue.swift */; }; + 846189041EDA797C53B93A39AC323B4A /* LGAlertViewHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DE1BE5B085F46D426769A607D3E931 /* LGAlertViewHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8472A68DAC59C8A00FA60F81C9B3157F /* IQUITextFieldView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = A26E066AF5721003A6DA82988B9EC480 /* IQUITextFieldView+Additions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 84A54D5D589CDFF1935301EA85E855BE /* UITextField+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B2586DC58DF9B46238C240F7A8B895 /* UITextField+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8534F2F7B7A995C85E4DFA10D6E44164 /* UIView+LTExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEC54170EE1B4D215D4F3B72C545CB0F /* UIView+LTExtension.swift */; }; + 85435F4035E16E4B6E7BEC082506FA55 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E79198751B00F42793C2123498B8DE8 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 855D1909B6C8DE1EBC93247B958FB1FC /* MQTTSSLSecurityPolicyTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4347C027B3A9A7139EA3708C21445AA0 /* MQTTSSLSecurityPolicyTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 856E3342BAD2E351119188C65EEE7D86 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; + 858E86368D5BFF4EDFC4F2EE8AD1AC0A /* LGAlertViewTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 22FF4E5A7083AC91C25970537507190F /* LGAlertViewTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 85DE838D1E477E2E8335725E8F3E91C1 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 366EFB8A521B6CAA3C195640797F3E93 /* ViewController+MASAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 85E5630185E23FB6012A5092DCE4BADA /* EasyAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE7FC223732C9FB7CEDD2178AA0CFC8F /* EasyAlertView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 861804BE618B8132C7B9BD7A0CF4FDC7 /* LGAlertView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E750257BE8594619C0BB8854E45DB2E8 /* LGAlertView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 868697EC48E9DE2A9F1738B3B596601D /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 33FBC2B4596C2346A61A8D0AF21655A2 /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86D09BB46A0388470C3D4E6397D9ED9C /* IQKeyboardManager-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C10040EA30C95BC038EE96F221A6BB82 /* IQKeyboardManager-dummy.m */; }; + 86D1385170BC5DE1B1174A6F58112AF2 /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FD8707A8F505B246A461DEC9A0490DE /* RACUnit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 86F1A26F1A733583B39171FFB4F3BB15 /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F17656B1AC22D21A690CEBD5F25A03 /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86F622821F3A97BFF803810323C3B40D /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = E26B01798B8D2519789EA1A5AC1EEFB5 /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 870F05199CB80CAE5CCB2D804FEBDBC8 /* IQTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B074A06BF67176D38B2367D1C981C50 /* IQTextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 877252B54B8DA78C712C3578376FF90D /* EasyAlertConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = EF83DE20A2EB8A0EC086B93DB354D0CF /* EasyAlertConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8790E63CABD4AAC3CC7944AEAE99C1E8 /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C0A84BC71C14D324FC0B9759BD02F7 /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87E8FE429C021389885899C502AF3359 /* BRPickerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E17D1896147A61A81FA440D873705F50 /* BRPickerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87F9AEB7B1E2083C608A4EA57A081600 /* NSDate+BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8FA05DD31E543A14A86F46F768EEC0 /* NSDate+BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 88156D4F10FDF0342EB283F7706CB772 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = B11B2DAF656626FE76503EAAF7F8A9C5 /* RACKVOTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 886B4AC9B1FE36EFF7CD38820E10BFAD /* MJPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4040101D2026F690D21E5382766EA381 /* MJPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 892BFD41590503900BA08CEFFEEA9141 /* NSObject+YYModel.m in Sources */ = {isa = PBXBuildFile; fileRef = C1C0D1223C7B6A9CF989C885786B48D9 /* NSObject+YYModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 89345C9E9C3F53B4DFDE2F7F727B7F18 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 817D58A38DF95A5124CFA23B1B148E6B /* CoreFoundation.framework */; }; + 89810DF51B6C23EC0173EEC19219789E /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 58BA8D665336DA4D2E898C3231A7C1EB /* UIButton+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 898356EA7D81A6CAD04E750750A82A1C /* MQTTSessionLegacy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C65F7CF78078541D36C54F4D0C5B00 /* MQTTSessionLegacy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A7136C14A79F1A94044A2848D0AD409 /* UICollectionReusableView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF2F70F3D1C4C15FFA728564C2D737F /* UICollectionReusableView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A9031D60D1ACA0BAB930441ADDE278E /* EasyLoadingGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 27967AF1E4347601D63D1A2206BEFE85 /* EasyLoadingGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8AA6F531CBA5D98A869C5E8F070609BA /* KafkaArrowHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 17041CC36A302B3789F36F076AF78BB6 /* KafkaArrowHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8AB18A7148BA5ABD80B4D96F89D3D5EC /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AFB63D5B947479778CD58D244B0E314 /* SDWebImageOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8AE868BC3E2E6FC92F4717835180C47D /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 09C2673F1F20802BC1213BAB2D96355D /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B7AD3132D4935F4F71AC67630264E4D /* EasyEmptyPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 874E6B3477E895CE948D5481EAB975E4 /* EasyEmptyPart.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BD68DF0FB961BEB79BD77F67E794056 /* LTVCExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8B6F49FA41F749D32C683F6D9AE6092 /* LTVCExtension.swift */; }; 8BD8C9610476C61B71E75FD01C627051 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 8BE9251C842BC9E5956651C8B8466EE9 /* MQTTSSLSecurityPolicyEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 184B14AFC7E2B44581F65D0A80322668 /* MQTTSSLSecurityPolicyEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8C450FC7E1CB66D28CD46981530E0A8C /* IQUIScrollView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = B0E3A988E93BA62800DCB208E4079BE0 /* IQUIScrollView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C57885E941541F37AA75F3A0C66B3A0 /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ACBEE87A03690A69E63B9D465135703 /* RACSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D4CC07B7E1F8D9614A9719FD5ED013C /* UIButton+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = ACE74F7D6CE404313C690C56CA113CA3 /* UIButton+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D60106C945C79EF97A7A3DF398B33FC /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C9295C79AF99C255EF846983815A35 /* SDDiskCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8DAB01561CD5C6C87CD0C1AEA3A9A68E /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F2EAAD7E761A86C84BBD4483292B288 /* NSSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8E3823F141F5C809F64BD3750F7F50C7 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4DA58AC86829022AD3B068199A4E7B /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E9F93CB2D5DB86D3AC2366D71088055 /* UITableViewHeaderFooterView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 510177436CE101E633372D808F14CCCA /* UITableViewHeaderFooterView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EEF8A9731DE9C088F894071C9248FB3 /* IQUIView+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 05532CC36AD22F0924E70AD9E76CBD1D /* IQUIView+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EF3FE72175815C72E6CD76FC2CA8989 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 24435FC6418D9668DD155964A2D58B1A /* SDImageGraphics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8EF9ACBF52EA66F2A13EE738F2543F1E /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F1664CBFCCAD641BC2C7C811BAC7AB3 /* SDAnimatedImageRep.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8F611B1606DE31802F8474E9015A003E /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AE967B1A13B34CE935E72148E263268 /* RACIndexSetSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8F6349591D6D9D4318A6CE13E447B6A5 /* ZXNavTitleLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E211F663307F501E3E173AB4F6095C /* ZXNavTitleLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F758D53D2DE198862F047F6E7316DC1 /* EasyLoadingConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C32E5C8447CCD9199299139BC3D4002D /* EasyLoadingConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8FCE53B58FE3618468F0366260B2CF1A /* SGQRCodeLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D071A03C9FB460DD53EE9D90A6FB1B /* SGQRCodeLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 903C8DC24C79496F974D5BCD2D5AB0E3 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C6925A581545BC92C15B9CD6AD7C9D1 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 911116BC39BD1D2C4AA6D277E257D9F1 /* EasyEmptyPart.m in Sources */ = {isa = PBXBuildFile; fileRef = 8222CDBCF2E88AD6A776CD7CDA7BD88E /* EasyEmptyPart.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 911DC5371559C6A0180398028CEA8D3F /* ZXNavigationBar.h in Headers */ = {isa = PBXBuildFile; fileRef = C628C1DB87BAC81046BC68617C7DBB6E /* ZXNavigationBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 912F8F64B24EFEDB568D65AC73E49510 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = E8519CFD6CA85D3B0FE261088AF21C9F /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 915511EA94D47613186FC840D4B92837 /* MQTTCFSocketDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 36E70A590E6EFAEBA6F563CB48CC9FBA /* MQTTCFSocketDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9176C8CAFDC41F9F5588E810C9CBD3AB /* IQUIWindow+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719BACA2DF49D3B5ED7D56DCFB445556 /* IQUIWindow+Hierarchy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 91802354D06256A385A14DF79B7E3B6F /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A8E17B3BD6E35BA226CCFF14F1742756 /* RACValueTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 918AD88A49B79CD1B13BAD5415FE5621 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 4915ECA2EF0B9307D49E16A726F59E6B /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91D55C70041AF6E1DC4D2CD6CF31415A /* KafkaRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81E13CA3F91E0ADE129D69FCB325ADFE /* KafkaRefresh-dummy.m */; }; - 921A1693C101E726391275B138AF0ACB /* EasyShowLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3250D7CE0EBCEDE2A4B976302A63C822 /* EasyShowLabel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 93CF6272AF3DA8716A794767A97ADD22 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 2087631B42C6717B010DBF178690EDA6 /* SDWebImageIndicator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 948CEACAE03E6C3296D8B1CB161C415C /* UITableViewCell+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D3FCBCB5302F8921CB4987E6334AA0F2 /* UITableViewCell+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 94CD60811B52061A6000532AA40DF065 /* ZXNavigationBarTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C34FD14D8D2764FBD2ED6812EDF6635E /* ZXNavigationBarTableViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 94D633029ACEBA3EFED55BED311B706E /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 65B4C39B646EA77FB2F1877646B7E333 /* SDWebImageDownloaderResponseModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 95471A09C361C781E21144EFC7BC9552 /* UIView+LSTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A0034D6812B9E77738D084F84BA27A9 /* UIView+LSTView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 954E0170780202DE23A0DDA2F67D690A /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 64EDD94ED48569D95FD8762C4D79EBE0 /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95CBCC298D4DE3A6E4E90C3D1F93E2A9 /* JLLocationInUsePermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D2A2D94C3FA71B6EE4F73D9CB86D54A /* JLLocationInUsePermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95CDDD4FCDBCFD57127CB8F2C19F5B7F /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BD61B3C1FF8286FB1DF8507ED1422BE /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95E47D9B6B455DEA588EE9E66C7BF27C /* LTScrollView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E1E13B0902360668A059017994C7252E /* LTScrollView-dummy.m */; }; - 9612BD8DA3E18142039CFAFF85C315D6 /* WHToast-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E6B58075609EB598FCE373F3AAE5F02 /* WHToast-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 96B9B71D9E2B917EBB387A0A138424B6 /* UIView+LSTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3918045830A38B8F2539D00AD9542121 /* UIView+LSTView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 96C3B8226BBD4CA968A551B6C962C86F /* UIControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 018B88FE6087A960F4958649F68A7345 /* UIControl+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9705AA0C2734CDB318885469DF3E02B5 /* MQTTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 560427207A3F1BCEE5DF34CAE31A47C3 /* MQTTLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 970B0644C443215EE85529600E6FF68A /* KafkaArcLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 876F906318243DB2E553288CF9591EF1 /* KafkaArcLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97244E3B5FF4E21DC23909491BEF2A18 /* NSObject+MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 90EA457BC46336C53F0DD1D93CBFE710 /* NSObject+MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 972FAF1D42676116E69E8322D931E08E /* UIColor+LSTColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F0CA8BE3E4B460F335A7BFB14585F28 /* UIColor+LSTColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 97DA99E93DEBE407BFC5B61DFE103C93 /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D475BAB0C127D46799576B366B3F3FA /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 982F7184101098DC9F4171520F6E95EC /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 08A0878A6735916BF7100A14A0444FF1 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9890F04BF5AB464E6397F9982CFABC7F /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = FEB4A8C93ECBC806D50A9F241DF0E996 /* SDImageCacheConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9A00E2AFB19D533738EE80216459CF32 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = DB614D36BFBE16588250DBF9A5839C90 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A699D2B9569F827A68DC20E97FCDF49 /* UIView+ZXNavFrameExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 1979B0940AFE043ED11FFE1CE280A7B8 /* UIView+ZXNavFrameExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9AA88C34AE514E608D5F2090A05362BD /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 66D59B8232E6D445FC9374F49E774C8A /* RACArraySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B533C4B6686830B0B30C822777256BD /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = C46990B5467E54CF9CFD1362F6977815 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 9B5FFDA611EEA9A77D4BB09C2CE8D88A /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1592EE2B8E0F1097181449B09B05890E /* MASConstraintMaker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B6E78AB6F78998EA5DBC8F4ADCBF130 /* LGAlertViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = ACCBFC56ACDF5AFD5A1E5C932628C412 /* LGAlertViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B81C8FFF1D535ACAEC53609872DE884 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD0F3167DDC6A73110A628E8FA48571 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B8D89E5EDEF88D1326400083FFBA7F3 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = B19DD31E1E98D01BAA7870F2D262C6E4 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C105F13A8DE425180B2ED18E87BF327 /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = 52571BBCDE3BB631E6C3B602335067B9 /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C316CFBDFA4275E546AD9CEFD44A208 /* LGAlertViewWindowContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 719F9D0575672F1EF94CBA7925399E61 /* LGAlertViewWindowContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9C32B9478E0952837FF1CEB15055E769 /* ZXNavigationBarNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = A6163DBBC0A2DD74D729E2A4B82178A2 /* ZXNavigationBarNavigationController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C658F6C42CA0C11F9EA9D4977570272 /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5909A0D941CDBC34A3154FBD0D234DCF /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CCC2354F2BC7C4F2DA9E5658C31FC46 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = CD8637F5B71B43C39B898C93A3D7675B /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9DFF2C1EA12264885CF98B78343D373D /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 916373F81C1271414DB51E0A972AB8BC /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 9E3098C158146EBB501BCF0CDC895AF6 /* UITextView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8944CDA5A275A97B0DA94A59D1B07B /* UITextView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E4F5CDEEE091D095F1769FD0423C07C /* IQToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C66BDC7DA10910523E69D6C938335AB /* IQToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E8E2923259259846647769B58CBE784 /* EasyShowView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 736B1259051EC0415023E8B36632C770 /* EasyShowView-dummy.m */; }; - 9EC370BAB9F5C862F1CF067DD692B350 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 39597A89F62CC6E9B95EF7573D519E23 /* RACStringSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9F3135B073FC38A19156AA74A284852D /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4368FBCFC0AAB48B49D8749E6CE6D031 /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F5D472E0B58C95613C76C43148FC8B5 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B575CEA18D3208BFAE1433C5DF69B9 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F5F3DC0140BA08241DAEBDCA5CE0A28 /* UIScrollView+EmptyDataSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F392EA6471159DF3A2F7ED5678F30F4 /* UIScrollView+EmptyDataSet.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9F762E4C3FF62A35B641E7161CE401BC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - 9FB528E624F4969C413A8067B2D041B5 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C013BDD5E0652E27A764ED8C3697AA3 /* NSBundle+BRPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A02A3459E37950D7F4CE35ADB56FA864 /* UISegmentedControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 9195CEB7AA50525FBEB4400A0DA2D387 /* UISegmentedControl+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A0301AED7E0391CEDD4C30D8DF6A1B1C /* NSString+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B132FC3095360581C3EFE5B049DCCB /* NSString+MJExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A0DADC195D5BC77CBB76E7EA684DC69A /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = F9AE61833D3144377155145C400B1931 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A11A588C5F4C317C1B3232F57D7C3D39 /* Pods-LekangGuard-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F5D7082E2FD019768D6BAE062E228A7D /* Pods-LekangGuard-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A1304938911882F301DF2F2114828B71 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D294CE5DD40D78D3FDC5AC140ED6285 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A144E6513C7C78C957AAE621948C1447 /* WHToastView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C7FD4D4D6CB2CA9B51BD618CF28CB6F /* WHToastView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BE9251C842BC9E5956651C8B8466EE9 /* MQTTSSLSecurityPolicyEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 15C22A54EFC27D9A63B394B27D5672CF /* MQTTSSLSecurityPolicyEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8C450FC7E1CB66D28CD46981530E0A8C /* IQUIScrollView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = C6266EE7C61DA778B9A0012EB136DCC5 /* IQUIScrollView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C57885E941541F37AA75F3A0C66B3A0 /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F98AAB86F5D0EF21E2180DD166AEE7F /* RACSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D4CC07B7E1F8D9614A9719FD5ED013C /* UIButton+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C04E633D808766F15A076CEAD6C6BA9 /* UIButton+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D60106C945C79EF97A7A3DF398B33FC /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6116CDDA8302A73D8B9F82F7327CCD43 /* SDDiskCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8DAB01561CD5C6C87CD0C1AEA3A9A68E /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2CEFEE6C12F7D537726E859BC1D734 /* NSSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8E3823F141F5C809F64BD3750F7F50C7 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 2070AF794115A633509A37AC38DC888A /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E9F93CB2D5DB86D3AC2366D71088055 /* UITableViewHeaderFooterView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = FDBDEDE8875E25DF2992451D40240997 /* UITableViewHeaderFooterView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8EEF8A9731DE9C088F894071C9248FB3 /* IQUIView+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 006B8A9E067D44148F328BE04FBB977F /* IQUIView+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8EF3FE72175815C72E6CD76FC2CA8989 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F7B28734768A8F1B35F781892E3044 /* SDImageGraphics.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EF9ACBF52EA66F2A13EE738F2543F1E /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 637EC8A1DF8DA3A4C25D21D8A42699DC /* SDAnimatedImageRep.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8F611B1606DE31802F8474E9015A003E /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = F78DD56CAD9F7D52523FA2C50580032E /* RACIndexSetSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8F6349591D6D9D4318A6CE13E447B6A5 /* ZXNavTitleLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 780631690B587AB3D50936804E22C567 /* ZXNavTitleLabel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F758D53D2DE198862F047F6E7316DC1 /* EasyLoadingConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A1A26CC691D63157C67916D0FC2863 /* EasyLoadingConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8FCE53B58FE3618468F0366260B2CF1A /* SGQRCodeLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CC46CA711D133237B46523F45DDA863 /* SGQRCodeLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 903C8DC24C79496F974D5BCD2D5AB0E3 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 57FDB97367CA30DA05A1663EB042BE71 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 911116BC39BD1D2C4AA6D277E257D9F1 /* EasyEmptyPart.m in Sources */ = {isa = PBXBuildFile; fileRef = FB7A3C354961629F295EE1CB3EE17A1B /* EasyEmptyPart.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 911DC5371559C6A0180398028CEA8D3F /* ZXNavigationBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 89360417A16D2FACDAFF395F7C126649 /* ZXNavigationBar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 912F8F64B24EFEDB568D65AC73E49510 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 041BFC354E5982457AE6721CB208DB60 /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 915511EA94D47613186FC840D4B92837 /* MQTTCFSocketDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6C6A929B380A7C904660BCD8754DCD /* MQTTCFSocketDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9176C8CAFDC41F9F5588E810C9CBD3AB /* IQUIWindow+Hierarchy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD29CC1D8CD198F34D2E0D3C74E5FE10 /* IQUIWindow+Hierarchy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 91802354D06256A385A14DF79B7E3B6F /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = F00C55F403F229A96D5BA8A2EDC625FB /* RACValueTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 918AD88A49B79CD1B13BAD5415FE5621 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 0318C6B7D1BFFA034786D152024FF2A6 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91D55C70041AF6E1DC4D2CD6CF31415A /* KafkaRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 92336D5A20F2119A023387FA4384C945 /* KafkaRefresh-dummy.m */; }; + 921A1693C101E726391275B138AF0ACB /* EasyShowLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DC48A6EF59EAC783E01797FEC86C501 /* EasyShowLabel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 93CF6272AF3DA8716A794767A97ADD22 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 51A4E0BFF1C50C750FAC6EA1FD3AA09E /* SDWebImageIndicator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 948CEACAE03E6C3296D8B1CB161C415C /* UITableViewCell+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F384BA0AF0844B0677E64767DDE2D041 /* UITableViewCell+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 94CD60811B52061A6000532AA40DF065 /* ZXNavigationBarTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E6A253FF4DC4774B7085C496A9513A43 /* ZXNavigationBarTableViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 94D633029ACEBA3EFED55BED311B706E /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = C93CF600BFE4236F6CE8EFBCCDE2198F /* SDWebImageDownloaderResponseModifier.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 95471A09C361C781E21144EFC7BC9552 /* UIView+LSTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B72AA39B8C2EA8EE444A3D2BD323957 /* UIView+LSTView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 954E0170780202DE23A0DDA2F67D690A /* BRDatePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DF02E3C1FF67A9256B1E4FBB8549AD83 /* BRDatePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95CBCC298D4DE3A6E4E90C3D1F93E2A9 /* JLLocationInUsePermission.h in Headers */ = {isa = PBXBuildFile; fileRef = D6256D3327BE97CF1BA31772DA42F122 /* JLLocationInUsePermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95CDDD4FCDBCFD57127CB8F2C19F5B7F /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 332CEC6AE58D738CA144AC4A0262943E /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95E47D9B6B455DEA588EE9E66C7BF27C /* LTScrollView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54F7C41F353233463764F226DFE830CD /* LTScrollView-dummy.m */; }; + 9612BD8DA3E18142039CFAFF85C315D6 /* WHToast-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D72519B4914A51850E59B150827D336 /* WHToast-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 96B9B71D9E2B917EBB387A0A138424B6 /* UIView+LSTView.h in Headers */ = {isa = PBXBuildFile; fileRef = A8E382EFA6ADF17E39C7EBCF73CD5B5A /* UIView+LSTView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 96C3B8226BBD4CA968A551B6C962C86F /* UIControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 06301EDC3839F1F4FB875B4C38F90664 /* UIControl+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9705AA0C2734CDB318885469DF3E02B5 /* MQTTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 1055E2C66E15DE8948088F63D1244AE9 /* MQTTLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 970B0644C443215EE85529600E6FF68A /* KafkaArcLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = C4AA61BDAD1B68C93C68A4F0C035DB73 /* KafkaArcLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97244E3B5FF4E21DC23909491BEF2A18 /* NSObject+MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 24A04755908F53F763A5DDB8175914A4 /* NSObject+MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 972FAF1D42676116E69E8322D931E08E /* UIColor+LSTColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A722C1C07D50FC1E894C3A60752B254 /* UIColor+LSTColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 97DA99E93DEBE407BFC5B61DFE103C93 /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F99111D6B800F300C4A5CA6E2F6271C /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 982F7184101098DC9F4171520F6E95EC /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BA27E941D24CF84F3F25732A422B114E /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9890F04BF5AB464E6397F9982CFABC7F /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C9031621B8371B712E6AF5194CCCFE /* SDImageCacheConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9A00E2AFB19D533738EE80216459CF32 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 77F498E70F56F8D8504D86F4497EB8FA /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A699D2B9569F827A68DC20E97FCDF49 /* UIView+ZXNavFrameExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = D41C85479E752C37790E8C40487B4BBA /* UIView+ZXNavFrameExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9AA88C34AE514E608D5F2090A05362BD /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E67536A8759ABB83D3BFFE4F0A609E9 /* RACArraySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9B533C4B6686830B0B30C822777256BD /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 86775C68BFC911966D96931D57EA1199 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9B5FFDA611EEA9A77D4BB09C2CE8D88A /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 762C783FACC99A8D02CC9F6FDDCFA953 /* MASConstraintMaker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9B6E78AB6F78998EA5DBC8F4ADCBF130 /* LGAlertViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 287E26C8A6265AE2F106CA017561C92B /* LGAlertViewCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B81C8FFF1D535ACAEC53609872DE884 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C15E1C59245ECA1BFEA2CF8B68A985F /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B8D89E5EDEF88D1326400083FFBA7F3 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 698C9B9E30BA41BE18ECD5532F55B83A /* SDWebImageError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C105F13A8DE425180B2ED18E87BF327 /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DF01C72C891E4A7CA7A915A4A6EB2FB /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C316CFBDFA4275E546AD9CEFD44A208 /* LGAlertViewWindowContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B85AFE5592A9B8939E3D0361750B3BE /* LGAlertViewWindowContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9C32B9478E0952837FF1CEB15055E769 /* ZXNavigationBarNavigationController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A4B0F5CC7FF56CAB913570347ACB56B /* ZXNavigationBarNavigationController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C658F6C42CA0C11F9EA9D4977570272 /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = A0AE0EEE2E03C2A04AA4D03C233A5503 /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CCC2354F2BC7C4F2DA9E5658C31FC46 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = F3303E77ADE3553732D6BF31A4A747DF /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DFF2C1EA12264885CF98B78343D373D /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 80E0022727077AEAECC7C6668F2C3044 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9E3098C158146EBB501BCF0CDC895AF6 /* UITextView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 223EE64B877C33B9729702D1E364C7DA /* UITextView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9E4F5CDEEE091D095F1769FD0423C07C /* IQToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 1356438F0FAF79CB87F115504E8FABB0 /* IQToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E8E2923259259846647769B58CBE784 /* EasyShowView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 156D28E7E3E39C808AD9B1D1D2D94320 /* EasyShowView-dummy.m */; }; + 9EC370BAB9F5C862F1CF067DD692B350 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = D512939573C430553F6943A5AFB936C3 /* RACStringSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9EF951C2E991E48EA8E1376981F9AC31 /* YYClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7068A2B31D8F595722A1E03F708B9556 /* YYClassInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9F3135B073FC38A19156AA74A284852D /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = AF7A5E65A522704FBC1470940B1A5A2E /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F5D472E0B58C95613C76C43148FC8B5 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 20051FD03127763B0C235AC70F28BA28 /* UIButton+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9F5F3DC0140BA08241DAEBDCA5CE0A28 /* UIScrollView+EmptyDataSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 819761576B62448531179C716F4421A5 /* UIScrollView+EmptyDataSet.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9FB528E624F4969C413A8067B2D041B5 /* NSBundle+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E75F6DAFB5831EC7820105ED480D7F01 /* NSBundle+BRPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A02A3459E37950D7F4CE35ADB56FA864 /* UISegmentedControl+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A8940B29D194A12A16EAC9D6F9596A8 /* UISegmentedControl+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0301AED7E0391CEDD4C30D8DF6A1B1C /* NSString+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CEDD68EA17CC7B4569232A1F793CB2C /* NSString+MJExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0DADC195D5BC77CBB76E7EA684DC69A /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 956A8C5543172FCFEA1C171350DD7341 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A1304938911882F301DF2F2114828B71 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B1C29CEF4BA126D75586542C04FF5E13 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A144E6513C7C78C957AAE621948C1447 /* WHToastView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD20E1B45E8BFE1AE1A69A08477D5A5 /* WHToastView.h */; settings = {ATTRIBUTES = (Public, ); }; }; A20B246B4E7E52F4EC9E024A9D13BFE6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - A2650DFA26926160A22D65B7EFCA51F0 /* SGGenerateQRCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D7467E03314380954617EAC04F3AF67 /* SGGenerateQRCode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A26E83BC534044EA4AE40727E6967A28 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 6220BA3CB7643B2A7FF8CA4746DAC95A /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2BBBE1AD802367761068F28A944B63D /* UIDatePicker+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A4755E181024C07BAD3D14D0DAC826A2 /* UIDatePicker+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A363BCC582110E1D28D3BF15325A8711 /* EasyLoadingTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC69E8E073A9B4139233C84CC639643 /* EasyLoadingTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A36B349F4F080AAA4038E80CBFCD0140 /* NSObject+MJClass.h in Headers */ = {isa = PBXBuildFile; fileRef = AAD9CD938FE18201D39CE77969F9FAD2 /* NSObject+MJClass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3D711868C8C1AC778B5A5C8587615FE /* LGAlertViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 73720F6B2279012C5060A008B821190B /* LGAlertViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A3DECBBA8AB42A630E3B52E14B70436B /* KafkaCategories.h in Headers */ = {isa = PBXBuildFile; fileRef = 100102AF6D69B8A1782F60DC45237C32 /* KafkaCategories.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4C41237540CF7505D2E986024B74AD3 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 597486273DF0C8E21970EA80B6DED44C /* SDWebImageDownloaderConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A4C736E58BDA8172D6667A19851FDEC2 /* IQUITextFieldView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 725D87002DA392CD3C75375AAE04320B /* IQUITextFieldView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4CB0A8444CDC07C74ED8E8A643D8C0F /* LGAlertViewWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 46FF7EB1745C04C2BE99CD6234E13CCE /* LGAlertViewWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4FA94DB61EA3AF7EBC03D263F6FB4D3 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 34AC732C9ACD49F487321D5093AD2B5D /* NSArray+MASAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A582A523DAD4F38DBD479DD8B93A3EBD /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DCF60D1797D913D335A433C071E2376 /* NSNotificationCenter+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A5E247AA7A7C52190F0DB52ABC21E497 /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = DA826FFDBE1765EBCB7F6E2F7C2BDCEC /* NSInvocation+RACTypeParsing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A61081582CA3A2D579D68AA46F6D2734 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = F2610AAE4E1254AA0F001265AFCEA7FE /* MASLayoutConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A63DBEEDE0CFC3AAD9A7744B83266638 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = AA66AB5544403B54333A24CB6EA96F5A /* RACScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A83A6757F6C0003332D57B41FE24BEEA /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BD71BAA861E4719A4BB24E872D4EB966 /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A855AA9E00C5FB881086181DB68513AA /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = A9ECDC622ECBCBB270B6BAA0FDAF3885 /* NSUserDefaults+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A8E98E3F5774872DC0438ACDFA9BB6A9 /* Pods-LekangGuard-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8C97D0A75AC77D80091C2145456F186 /* Pods-LekangGuard-dummy.m */; }; - A939BB96843691E012D9D320478B7D88 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = B49361989F4BB25B557F5B95C51C406A /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A948CE92D77AC70373A51223D9196125 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = E1445B4138F88EC4B31EB20E37C1399C /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9805C101F7261A63A94B69E0E420992 /* LGAlertViewButtonProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = C7EE91EA1A0ED7A84812C013F61A7513 /* LGAlertViewButtonProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9A365AA964E885440249D66AAF076EE /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 891F0C72AC4F69F6FB353D7D347FFB59 /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9BB75ED5478204713AAF790E786DA20 /* UINavigationController+ZXNavBarAllHiddenExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = BB20F98816C4F792C181112C1AAC39F6 /* UINavigationController+ZXNavBarAllHiddenExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AA752E0DECBC55E6D6FB11D6B82029C5 /* YYCache-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C135EF1C86D3629FEAD026F45EBFA30 /* YYCache-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2650DFA26926160A22D65B7EFCA51F0 /* SGGenerateQRCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 15ADBE3C6F8059E3D22909B564D6F22F /* SGGenerateQRCode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A26E83BC534044EA4AE40727E6967A28 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = F83682E5C37322759F0E93B9AE085FCA /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2BBBE1AD802367761068F28A944B63D /* UIDatePicker+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = DB65C2AE36DB6638BBF19444681CC5E2 /* UIDatePicker+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A363BCC582110E1D28D3BF15325A8711 /* EasyLoadingTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = BB03847C0B800292A376E36814E17CCD /* EasyLoadingTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A36B349F4F080AAA4038E80CBFCD0140 /* NSObject+MJClass.h in Headers */ = {isa = PBXBuildFile; fileRef = F95EAF228FEDC4127677645EE9C2861A /* NSObject+MJClass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3D711868C8C1AC778B5A5C8587615FE /* LGAlertViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 483A306B71B47A7E3C2A23FAD28C2BCB /* LGAlertViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A3DECBBA8AB42A630E3B52E14B70436B /* KafkaCategories.h in Headers */ = {isa = PBXBuildFile; fileRef = C2FB133F2AF72F020E35D61A797E6E37 /* KafkaCategories.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4C41237540CF7505D2E986024B74AD3 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B0976558C136B163E8D10CB16EFF64E /* SDWebImageDownloaderConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A4C736E58BDA8172D6667A19851FDEC2 /* IQUITextFieldView+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = EA47B757559062E876D44C693C57C464 /* IQUITextFieldView+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4CB0A8444CDC07C74ED8E8A643D8C0F /* LGAlertViewWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E02546F0FC74842EF1F1ED8C0F74CCA /* LGAlertViewWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4FA94DB61EA3AF7EBC03D263F6FB4D3 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = C98B1500CE5C7E9C0BA3A12FE3989D72 /* NSArray+MASAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A582A523DAD4F38DBD479DD8B93A3EBD /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = FED24807ADE85A38B09D095595D88EF4 /* NSNotificationCenter+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A5E247AA7A7C52190F0DB52ABC21E497 /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F495931FE3A9F366FBB089899E58385 /* NSInvocation+RACTypeParsing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A61081582CA3A2D579D68AA46F6D2734 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = BD72590ECA402323231536474E0F2FB8 /* MASLayoutConstraint.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A63DBEEDE0CFC3AAD9A7744B83266638 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 55441E183081323A0FFE3AA51F6AD9E4 /* RACScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A83A6757F6C0003332D57B41FE24BEEA /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8538322B0F59E11A117A42BEC20F725B /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A855AA9E00C5FB881086181DB68513AA /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F1959C6D37F97AB6DBA598843F37C470 /* NSUserDefaults+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A939BB96843691E012D9D320478B7D88 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 90F2D2C6BFE45EC325E579D02833F609 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A948CE92D77AC70373A51223D9196125 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAF03B9F63062D9FF02A3633D38C5E0 /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9805C101F7261A63A94B69E0E420992 /* LGAlertViewButtonProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE9D49AB0A86A722376A6C181EB297B /* LGAlertViewButtonProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9A365AA964E885440249D66AAF076EE /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7F4AC944F675C73963E50982C4C319 /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9BB75ED5478204713AAF790E786DA20 /* UINavigationController+ZXNavBarAllHiddenExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = BA9740DBFDBE93E2291AE3B98C981AAF /* UINavigationController+ZXNavBarAllHiddenExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; AA7855A534E3AB75F6B39548310D5F0D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - AA8A404D3CD9FD8B834BF6330528BBCE /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B8BF5F9DF982A857F0B753F76642DF5 /* NSOrderedSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AAE595E187A527275DFDAB2578FA460C /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C41E7FF9D6C4412C536061EA5EFDE30A /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; - AAFEBA66EFB3CBDAE630CE8404FFD9E7 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 5012B3AC9F0D9B0819F33456938B368B /* RACSignalSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AB763AAAEA31D74195FBF8CC3B0ABAC8 /* UITableViewHeaderFooterView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF60F687E1D34250BCE3AB8AEA650B8 /* UITableViewHeaderFooterView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AB81FB28107218EB1ACA6C8976BB9C14 /* SGQRCodeLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 86B603F552C27D4E38926ADD73428920 /* SGQRCodeLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABC855DE28FEC482806973D395B3E08E /* LSTPopView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB673632E40891D93D22EACB183FA23F /* LSTPopView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC437AB3F30FD2D50B2F02256A50BC22 /* NSObject+MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E3DCDF83181CF612977EF0B379A25C /* NSObject+MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC6AAA7C03766119A5C7BE252FA01834 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 737DEF08F96A95925A302A15F92F25C3 /* NSBezierPath+SDRoundedCorners.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AC7587DEC8E8DA8296750E1CC73706F6 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C64FB6FBC3EDDE1E711B93C6A2AB1E /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC9E3861A4DFE8DF44ED342873DB8FF1 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BBCEAE161F46B8DFDA801EA12C8FFEA /* SDImageIOAnimatedCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AD41BD808F62CB12E1A525F3DAB3FCCE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = CE1527B835C67185F305C83C9356C639 /* SDImageFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AD5B2DDB770139BC302D061B9B77590D /* JLBasePermisssion.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BAF7EFB366A493183B21F397DD77525 /* JLBasePermisssion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AE35ADCF1DB3A2FCC9A4AEBFCCC13FBC /* LGAlertViewShared.h in Headers */ = {isa = PBXBuildFile; fileRef = D2530363BFD29B833AE905D51E996BB7 /* LGAlertViewShared.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE8487956CA2F0ADEB6AA1CAADCB30AC /* JLBluetoothPeripheralPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 07DC8AD95F00A95ADB8FC926E7B530B8 /* JLBluetoothPeripheralPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AEA0B39EEB11B319AAC1C97519883E63 /* whtoast_success@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = BB8A9666ED5B5D6F96F1EA9A8CF24683 /* whtoast_success@3x.png */; }; - AF5855233F1F8719804CCF0EE1F3433F /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 81657F8E5323B72696A7073A4617B5B7 /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF7BBACDF973861A00513CF3E38DA85E /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E3115CD244978B6AE4E37ACA7F8CB9 /* SDDeviceHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B09D1EC56BDC4728A4D7EF8366D1F342 /* KafkaRingIndicatorFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B8788F7C5C538E32F956BCE84F97B933 /* KafkaRingIndicatorFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B10646B6AF73D470221EF25A5DEEEB6F /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 565B382208B7CD670D87CA7E376E7CC1 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B126DF24E158E9A7D21E77ADB8C9A22B /* EasyTextTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 27FF913F365089AFCEC91D77B7EDC4B6 /* EasyTextTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B151F06CA84C98275DBADAFCE70A719F /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = DD91A44C6047B0F8D6FF2CF1042ACF11 /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B16617EDB7D91F1084774D94C2D1FA44 /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = BE1A65158DB5C88AE8DE0A6DF59AEA89 /* NSObject+RACKVOWrapper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B1B62F2DB053BEAFA9AF4B4E9DC26AB4 /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 265EF896357E3BF32E040659962C7A11 /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B1DE25F73E277B9D1724AE1F26C310D5 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C62055C0953BEE79EAFCE4E3F054554 /* SDImageCachesManagerOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B1EBDA27394CBA0798B0534487FC5517 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F8EC207299B98336C757A1CB5BC55EE /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B286CD19C81B855D5A6D9EE0F5B702F5 /* MQTTProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = B76C27EEFAE67746D19EAF6BB4CDED16 /* MQTTProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2BAC5CD5E8886668FFC5673FB5DB6F2 /* UINavigationController+ZXNavBarAllHiddenExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = CB77E1B6494F97DA287B4C8D5F1036C4 /* UINavigationController+ZXNavBarAllHiddenExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2E66909C95B0E217ABC09436C53A4F5 /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 9022250FA8E4C9E6F7C3C786FF2EBF4C /* RACCompoundDisposableProvider.d */; }; - B2F2EF4A41664E656D6E0F2E9A8DDCBB /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = B73F5D8D95BEF9DE54429BB7158B8AB3 /* RACTupleSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B2F43ACBCFE5596CE46D95C7AA1399D1 /* IQKeyboardManager.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0D2C82B4BE1321EFF3DF382F2AC4088A /* IQKeyboardManager.bundle */; }; - B30D94A640421260070D0F91B7B31AF4 /* UITextField+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D7D5A2860D283E3CF4013F05FE2CF26 /* UITextField+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B372ADBCD09DBFD1B7DC8772C72604CB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - B385A1D3AF3F8863C7B52A8E4D48A02D /* SGScanView.m in Sources */ = {isa = PBXBuildFile; fileRef = EE10CDB8870E22A6CD000313178ED19F /* SGScanView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B38E6CBB03CA563D778E585FA93ABAC1 /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9890004AB8167A96128F32FB57B1075E /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3950A85E06D7540F2F5A3F1E28AD54E /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C823AFCAE14A52399FCCEEAD0D3C1766 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3B903E5716E72C535AD725F714E4B88 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B31D1476CBCD5BCB1DB5D1197AC7D0D /* SDAnimatedImagePlayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B428FA9B77FCE8C3BD3590C18299FE3A /* KafkaRefreshDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 19D48D20B3F73F271C319746B9A0FD4B /* KafkaRefreshDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B4BE7728D87333785F811FED48CF134E /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = EEA8EBFB2D6424EFBFB8DC257B8A0675 /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4F51225624893D27A7606776E713D8D /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = D716A230D25D1E3501CDC45AFBD5A0F9 /* SDImageCacheDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B4F6FDE88929BC2EC776875AF07034B2 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E484B7E880EA31BEE15835081A54D961 /* SDFileAttributeHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B5B1B48AB0FF2ADAA2929A21A5134DC9 /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E2E736CAFBAF397FF29A0A762C308A3 /* View+MASAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B5C2F36E7BF69EB17A839F41536B1B16 /* SGPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC754F7203A7F30DE0EFDE396D32DC2 /* SGPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5D8EADF274F77A7C14FC20F9E886141 /* MQTTMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = AF2086D23F0F9C80CD2A46CBEBD79E79 /* MQTTMessage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B61AA5459C2B345AD6D84D8A5111C9CE /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 882DB32624934679A122311FE8A890EA /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B62533A0323A2B31F9B853B8AFBF0E45 /* KafkaRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 66EC62B8CA34173B27A75A31B65BEE16 /* KafkaRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B62DCD47AC27F3942D31B086A178411E /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = B1608ABC8926B3499D247F42B6C9A523 /* RACReplaySubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B65C0018D7F65E9FF500A12C136A9339 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = A85B08CE6B1713763863AF7970F8AF11 /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6C77874149CC44381C1B84A515DA966 /* EasyAlertTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D797D72CBB040F2DB257C2E157D96D /* EasyAlertTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6C8B47D2AE2CF2AAFBA46E2AA630FB4 /* MQTTPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = C27F090903F97F673DD684321BFC94F9 /* MQTTPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA8A404D3CD9FD8B834BF6330528BBCE /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 52F52CD22AEACB678B432A619F05FEC1 /* NSOrderedSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AAE595E187A527275DFDAB2578FA460C /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7683C640551C240B6E00A68CF7AA9C15 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Private, ); }; }; + AAFEBA66EFB3CBDAE630CE8404FFD9E7 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = D23D603E08A4B8BA38425A6FB72C476B /* RACSignalSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AB763AAAEA31D74195FBF8CC3B0ABAC8 /* UITableViewHeaderFooterView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4DC2A9B49FD8FB8329C7C1F24E7E3B /* UITableViewHeaderFooterView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AB81FB28107218EB1ACA6C8976BB9C14 /* SGQRCodeLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F273070C293D8E178E8F847B9CA2BEA /* SGQRCodeLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ABC855DE28FEC482806973D395B3E08E /* LSTPopView.h in Headers */ = {isa = PBXBuildFile; fileRef = 192340C1A3223EF9CF588298C89452A5 /* LSTPopView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC437AB3F30FD2D50B2F02256A50BC22 /* NSObject+MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 880C31EDEBDEEDC78D595E26C04BF25D /* NSObject+MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC6AAA7C03766119A5C7BE252FA01834 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE786728DEA7729E85B2261976FC958 /* NSBezierPath+SDRoundedCorners.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AC7587DEC8E8DA8296750E1CC73706F6 /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = BE85984CD7DAE1C3AD210A4F97A57DB5 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC9E3861A4DFE8DF44ED342873DB8FF1 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD904F285256A82F79745F32C38907C /* SDImageIOAnimatedCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AD41BD808F62CB12E1A525F3DAB3FCCE /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 45BD39C3572F6D09DAE6F071F93B9B4D /* SDImageFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AD5B2DDB770139BC302D061B9B77590D /* JLBasePermisssion.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EA886E8B8943460D1129E52F358C3C4 /* JLBasePermisssion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AE35ADCF1DB3A2FCC9A4AEBFCCC13FBC /* LGAlertViewShared.h in Headers */ = {isa = PBXBuildFile; fileRef = A858260C721AC2AF8DA89A058463B495 /* LGAlertViewShared.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE8487956CA2F0ADEB6AA1CAADCB30AC /* JLBluetoothPeripheralPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B8CC60FDD2AF1D7916B82DF4784648E /* JLBluetoothPeripheralPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AEA0B39EEB11B319AAC1C97519883E63 /* whtoast_success@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0DFF6A9346AC8F73CAB8600EFD9421CC /* whtoast_success@3x.png */; }; + AF5855233F1F8719804CCF0EE1F3433F /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 606A34474940C7A8228657888611D49E /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AF7BBACDF973861A00513CF3E38DA85E /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F241FFDCE26F72F10B1FB3DE843DD111 /* SDDeviceHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B09D1EC56BDC4728A4D7EF8366D1F342 /* KafkaRingIndicatorFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF4FFC8C1269A4A2295ADAD4885F7F1 /* KafkaRingIndicatorFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B10646B6AF73D470221EF25A5DEEEB6F /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F69864EA748A8167E0517D77A85E96 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B126DF24E158E9A7D21E77ADB8C9A22B /* EasyTextTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4E6872A36C316729129F2DF0FCD3B5 /* EasyTextTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B151F06CA84C98275DBADAFCE70A719F /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CD68D6E6EA842F6289B6C55C210CEC9 /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B16617EDB7D91F1084774D94C2D1FA44 /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A02DE34176C2CC9B7B2F179E17A500C /* NSObject+RACKVOWrapper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B1B62F2DB053BEAFA9AF4B4E9DC26AB4 /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B26AC68058216F4F318AE69FA5F08B92 /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1DE25F73E277B9D1724AE1F26C310D5 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 43BE9DD921A20AF27EED25BE49C22E11 /* SDImageCachesManagerOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B1EBDA27394CBA0798B0534487FC5517 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A354FF3400A997435D2278533CD6377C /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B286CD19C81B855D5A6D9EE0F5B702F5 /* MQTTProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A25714CF9DB731D8175123702142965 /* MQTTProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2BAC5CD5E8886668FFC5673FB5DB6F2 /* UINavigationController+ZXNavBarAllHiddenExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 28AEF6405B5AF688CCD7ACE70663191E /* UINavigationController+ZXNavBarAllHiddenExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2C22BE179B62DF259D62B7905D2DD6C /* LSTTimer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B3C9381B4FC9E397083AF419B6A89F3A /* LSTTimer-dummy.m */; }; + B2E66909C95B0E217ABC09436C53A4F5 /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = F50D1174AA07215F057478E07B56D794 /* RACCompoundDisposableProvider.d */; }; + B2F2EF4A41664E656D6E0F2E9A8DDCBB /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = F753DF0445D7EE54255B51B7DA8B8E83 /* RACTupleSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B2F43ACBCFE5596CE46D95C7AA1399D1 /* IQKeyboardManager.bundle in Resources */ = {isa = PBXBuildFile; fileRef = F1860C5DDE58CB8BC4BD201C7770B022 /* IQKeyboardManager.bundle */; }; + B30D94A640421260070D0F91B7B31AF4 /* UITextField+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F28F05BC40997D9327105C049528A79 /* UITextField+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B385A1D3AF3F8863C7B52A8E4D48A02D /* SGScanView.m in Sources */ = {isa = PBXBuildFile; fileRef = 39EC86B5ED9CCC1C00AC095659FB616B /* SGScanView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B38E6CBB03CA563D778E585FA93ABAC1 /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B1ACFE2F1C011F05F62C245F725F0AD /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3950A85E06D7540F2F5A3F1E28AD54E /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FC779DF0A6E0F083A6843B0C6F710667 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3B903E5716E72C535AD725F714E4B88 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = BB94AC73DE500149546AC51508EB1CF1 /* SDAnimatedImagePlayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B428FA9B77FCE8C3BD3590C18299FE3A /* KafkaRefreshDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AC19389EB846CF981BAC202F8F922DD /* KafkaRefreshDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B4BE7728D87333785F811FED48CF134E /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F0638D59F72DA64EB82833096C7873 /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4F51225624893D27A7606776E713D8D /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 98125F039DD7A72E00222E701C3E58E0 /* SDImageCacheDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B4F6FDE88929BC2EC776875AF07034B2 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = CD2EABB85E03A8F6306F98D0F400AA35 /* SDFileAttributeHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B5B1B48AB0FF2ADAA2929A21A5134DC9 /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E744468C75C3225DB177FB3857E21D69 /* View+MASAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B5C2F36E7BF69EB17A839F41536B1B16 /* SGPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A31F9B6A704AC45ADD8650B992E3772 /* SGPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5D8EADF274F77A7C14FC20F9E886141 /* MQTTMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F619444EDA6EFFFED37D65505F0BD3E /* MQTTMessage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B61AA5459C2B345AD6D84D8A5111C9CE /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E0A78207020E917A5206FB1BF1F46B /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B62533A0323A2B31F9B853B8AFBF0E45 /* KafkaRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B08D1944FD2268253542FDC7E409079 /* KafkaRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B62DCD47AC27F3942D31B086A178411E /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 7742709C26C0EF89957530B012C6B5DB /* RACReplaySubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B65C0018D7F65E9FF500A12C136A9339 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = A85CABB1C0107DCF0AEA483CE8632E7E /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B68D993AC7534990F59AF4F0A2289BD2 /* LSTTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = CD70921A9C1C33A9616075A41CFC7F0F /* LSTTimer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B6C77874149CC44381C1B84A515DA966 /* EasyAlertTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CFD21802EE20360FBC238FD1F3B5AE /* EasyAlertTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6C8B47D2AE2CF2AAFBA46E2AA630FB4 /* MQTTPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = B57949A674AC5B84D5B79EBE83D6928D /* MQTTPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; B74F33EDF21A27F22F6F16230126A426 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - B75A949B0AF0942A51CC41B59866C4D8 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 44090242BE3533BCA3B810872F39F48D /* UIView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B7C19602C79067C50FA73345B1218D38 /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7C5BEF2DE687367CDD2B57D39C67F1 /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7DD8ECB590827E4CEA39AC15F45CFD0 /* EasyTextGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 605B5B031B3FD8168C5F24B5AB511090 /* EasyTextGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B81225F6032240EF8A3E67F0757EE8F6 /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CE0FB94B08EC2383D34A4B324DD870A /* RACMulticastConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B823870A023DCE643C915126C695975E /* JLAuthorizationManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 98981C65C833CA7ACA0E4D54E854F629 /* JLAuthorizationManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8A1835E43184C6BB5FC7D1D0690903D /* JLLocationAlwaysPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 79DDDC7EA8CE24181D884EA1F0F574C5 /* JLLocationAlwaysPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B8AD58C4501F99461CB07AC05DCB8705 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = F096603F1BC2FE4AEC7130BF93A634D5 /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8B4A245FEFA2CE20339CA8CA8BE68EC /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7A3D155F70732788205DC27533F40F /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8D532807FF708D4A75E89AE6B97BC19 /* IQToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 126FF098D635756D72755BAA9845FAA3 /* IQToolbar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B95C304FC50FC974ACA14D7E7E1561C2 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C72CFFC95A76DE03BF6C534FDCF911 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B95F891F19D6223164D5A1364A76BB12 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5E7545A12012B72D85B05550AE832A /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA20B1753EA0C65714500CB52191835E /* UIScrollView+KafkaRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C4F1C12C5CC3421982EE3D9736881A5 /* UIScrollView+KafkaRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BA406A66CDAE704F1E52D0B7C64634F8 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = A20F2B54EE8987F661765CCC6B2AE347 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA5DBF606BA3BA9BF3970E4D855DE8D7 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 397EC2235A12FDB4AC2B4A0964261C2E /* BRAddressPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BAB5A730B9186FBDC4C75C7CEA1D8428 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = BB50BC0F6168E92845A697601E807AFF /* BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC12A155E4C4868FCD7B010CC05D1AE6 /* KafkaRingIndicatorHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = DC790964360111862683E6EB0DFC2491 /* KafkaRingIndicatorHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BC2C4039E93B75BD3873E3E6B35B14E3 /* SGQRCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 09CA157CBF1C6C4C6890F92C01A95BC6 /* SGQRCode-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BC48F7C71A45AFDF5C808F5D5276A5DB /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DECA6AC2048CABA54D7EC30013DC3A61 /* SDImageAWebPCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BC5E5A583E297648B3167369AECA978B /* JLMotionPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = AB004FFBA74D39524055DF08C5A8E1F2 /* JLMotionPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BE050DABC9BF806B3379AFD2367F4194 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E5CC448CE8333B433F4911AF3ACAFC8B /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEA99A49E5F8DA685E33DABA606041FF /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 888338A1CF13A492331A5E8C34035961 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF074C904BAB9367E45B18EF0C589F53 /* SGScanCode.m in Sources */ = {isa = PBXBuildFile; fileRef = A61383EBDB54D19BD176867FE57E89EC /* SGScanCode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BF14EAD55738EC74B85FD05C34BB6C5C /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = E254102FCACAA3C07ADF92066FE70BC5 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF5A8A15A89F6404C414B50209A18407 /* SGQRCode.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D0EEE95488CC0E77853E6175E65EF934 /* SGQRCode.bundle */; }; - BF67010BB3794D838E1A0DD2FAF1EC44 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 98AF0F7BE9F1BB01F30F6288D4E97B1F /* AFURLResponseSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BFFF2D235A1E00F445CEF88247269D83 /* EasyEmptyConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CEF790DD2B3346D04AC14629178E137 /* EasyEmptyConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C00514CCEA00F9405D2CC728C4816688 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9801ADE8FC7E207D52A8F3A5F7030D8B /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1E2A497E1465C305E1DFF9F6676B530 /* MQTTClient-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 99B954891D9A41ED9ABE8B2CC6EFE61B /* MQTTClient-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C286097B91EC696D42545EEDBC98E87C /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B6B16ADE3381C4DF7900CD1ABA6174 /* NSFileHandle+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C29C500AE02AA16C34DE7D6C6992D550 /* KafkaRefreshProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 697E6516C67B7AA950468F2E0DBC416C /* KafkaRefreshProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2AF34C2050B05CDEBADC55650C40CE5 /* NSObject+YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 509A00872DC27369825D5C8AB52E9676 /* NSObject+YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C321332E980EB084F07252EC8F6DAC95 /* JLMotionPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF95086610EBE24095260E83E79F7B9 /* JLMotionPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3B643A612B4DB9725CFD2408DEE1291 /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E32F457CB157F3DEB860DD167596890E /* YYKVStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C3B68AD90F88E347E41E71C1F8BB4736 /* MQTTInMemoryPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AFF9BBBF94E8ECBDA0352DE35C31957 /* MQTTInMemoryPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3D87040A83EA6075D62B4CDB7652116 /* NSObject+MJClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EBEE3581891A59B9AA1E8C829917242 /* NSObject+MJClass.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C3EE8A2C0D042B32AB01F33AFEE88859 /* ZXNavigationBarDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = E116D6A3A10BDAD7FE4EB1004C6E778D /* ZXNavigationBarDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C43D3C2A4BACC64DAFAACE14BAA89D1B /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F8BEDB230A52033E226A5DBD81F94CFA /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4C5F423A6A7F36A26AF1F4A445188D4 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = 08BEAF7EF967C98ECC6A7040A3DD0CD6 /* SDWebImageError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C4FD69F3560A1D420BE5F7F668B9B0E3 /* LSTPopViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E4A6B057F0F72A0165E4466C8B8486 /* LSTPopViewManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C532E233BA52B459892224FA48AA717B /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C60510677BDBE1D3B5B5A388F258A5 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B75A949B0AF0942A51CC41B59866C4D8 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 80CE9909B9AB3BF402F798CCE78F3F13 /* UIView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B7C19602C79067C50FA73345B1218D38 /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 1726D789557C10FE20753829C6A16B45 /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7DD8ECB590827E4CEA39AC15F45CFD0 /* EasyTextGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = EF9BF38042B37B30FF460AABF73FBCEC /* EasyTextGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B81225F6032240EF8A3E67F0757EE8F6 /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 4697F8090F886B7AB2434E4949805FD7 /* RACMulticastConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B823870A023DCE643C915126C695975E /* JLAuthorizationManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADA2428E6748B7B4D7DB1D0964575AEA /* JLAuthorizationManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8A1835E43184C6BB5FC7D1D0690903D /* JLLocationAlwaysPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = A3D63FE7C9E35293425047906FCC680B /* JLLocationAlwaysPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B8AD58C4501F99461CB07AC05DCB8705 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = ECFD64F1B09CAFD4861E5200A6A5A36F /* UIActivityIndicatorView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8B4A245FEFA2CE20339CA8CA8BE68EC /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B7C5ED80149A41BC37485A4B6BEC8D /* UIProgressView+AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8D532807FF708D4A75E89AE6B97BC19 /* IQToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCC2B00F6D610BF2C182B9262E73CE1 /* IQToolbar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B95C304FC50FC974ACA14D7E7E1561C2 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 25361B283613840291C96085B5297314 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B95F891F19D6223164D5A1364A76BB12 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7450F587AB091FF92390920B04C579A8 /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA20B1753EA0C65714500CB52191835E /* UIScrollView+KafkaRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = B70E96351109CAE201C5F4EE4D04F63C /* UIScrollView+KafkaRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BA406A66CDAE704F1E52D0B7C64634F8 /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = B181174E3281FBA09A7FE616A8ADAB0E /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA5DBF606BA3BA9BF3970E4D855DE8D7 /* BRAddressPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C79DD2A31D2AA709531CDDC479EB888 /* BRAddressPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BAB5A730B9186FBDC4C75C7CEA1D8428 /* BRPickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB415619A0A25620F6808F5A4BACE25 /* BRPickerView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB1B47FD8C04E3CA8285DA47A21818C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; + BC12A155E4C4868FCD7B010CC05D1AE6 /* KafkaRingIndicatorHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BDB3109BBA41647FDF970668DA928F47 /* KafkaRingIndicatorHeader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BC2C4039E93B75BD3873E3E6B35B14E3 /* SGQRCode-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 557E6EE5FA084190E7513DA400634A27 /* SGQRCode-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC48F7C71A45AFDF5C808F5D5276A5DB /* SDImageAWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A7F577497ACF312C820140B6A3AF4956 /* SDImageAWebPCoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BC5E5A583E297648B3167369AECA978B /* JLMotionPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 85A2A3D57046DB9B4EDF8658DF7187DC /* JLMotionPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE050DABC9BF806B3379AFD2367F4194 /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E66773B950E3F0D5599DBE75E0802F78 /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BEA99A49E5F8DA685E33DABA606041FF /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 36321B026D3230BE46A6233DACCE059C /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF074C904BAB9367E45B18EF0C589F53 /* SGScanCode.m in Sources */ = {isa = PBXBuildFile; fileRef = C4AB5602414200A01F20329215D098AD /* SGScanCode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BF14EAD55738EC74B85FD05C34BB6C5C /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C6263477F95BD9D5C9A4FBCCB8DC61A /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF5A8A15A89F6404C414B50209A18407 /* SGQRCode.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 11A9AB0161CA13E88B45935C12615719 /* SGQRCode.bundle */; }; + BF67010BB3794D838E1A0DD2FAF1EC44 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 67CBB6E01429D6C624E7A6B674138D0E /* AFURLResponseSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BFFF2D235A1E00F445CEF88247269D83 /* EasyEmptyConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F77CFAD4CDABDC43EFE193525B8E095 /* EasyEmptyConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C00514CCEA00F9405D2CC728C4816688 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6438A1C48F240D93A44B585D623BA533 /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C1C7F58D0F23F933DBE7DF238F88077C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; + C1E2A497E1465C305E1DFF9F6676B530 /* MQTTClient-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D5074AB988EFF140CACD97A31DC32F /* MQTTClient-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C286097B91EC696D42545EEDBC98E87C /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 57A55AF42BE63B21DA2CA7A8FCE73C3D /* NSFileHandle+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C29C500AE02AA16C34DE7D6C6992D550 /* KafkaRefreshProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 57D25EADC06EC452513E6A78520C8F0A /* KafkaRefreshProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C321332E980EB084F07252EC8F6DAC95 /* JLMotionPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 234583CD024127B69F6D3004D1AD89C4 /* JLMotionPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3B68AD90F88E347E41E71C1F8BB4736 /* MQTTInMemoryPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = 804EF0D4B1D1D22A4917BFD1319FBBBE /* MQTTInMemoryPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3D87040A83EA6075D62B4CDB7652116 /* NSObject+MJClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 67DB3AB0D053BCB9363076CFFD18C146 /* NSObject+MJClass.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C3EE8A2C0D042B32AB01F33AFEE88859 /* ZXNavigationBarDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D0506F1E1EF54B79E449AC5E70A0771 /* ZXNavigationBarDefine.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C43D3C2A4BACC64DAFAACE14BAA89D1B /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 29DCB6E412AEB39B9DE6823B5F8A1696 /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C4C5F423A6A7F36A26AF1F4A445188D4 /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F4370A79C29764EBD7D54AC0B0415C /* SDWebImageError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C4FD69F3560A1D420BE5F7F668B9B0E3 /* LSTPopViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8046453955FC06B2BDD0C4C240875586 /* LSTPopViewManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C532E233BA52B459892224FA48AA717B /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E598DE7787F47CB86BB391CE93AD692 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Private, ); }; }; C53CC421A9866765E7EB788D5868BE58 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - C5A71148DF588D0BF7276A4A57F04DBC /* YYCache-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 027139CE7EA2A082440DADDC158F7B11 /* YYCache-dummy.m */; }; - C612217E900E05B83BADCF38CCF84919 /* JLBluetoothPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 82E497C446831EBC609C311881F282B7 /* JLBluetoothPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C633E62BE35A79083D0CFAD950438D06 /* MJFoundation.m in Sources */ = {isa = PBXBuildFile; fileRef = D62308D11CC741CE089AD9C18EE01D1D /* MJFoundation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C65BC9E398BAD2EA7B2DB3B901523DDE /* MQTTSSLSecurityPolicyDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B1DA7CE320607CAA51321B10E4A0C570 /* MQTTSSLSecurityPolicyDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C715B5373FD2EC3B0CB22A2711E07F52 /* KafkaRingIndicatorHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 44861DCD0F997139D519D96DEFB9ACB1 /* KafkaRingIndicatorHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C72339C53F51C9C8E8AC0D228121117B /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 58D9D21CAB886EC9B1C5CC95F38E7052 /* RACStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C750F63880DB120CF50274B324E06F56 /* UICollectionReusableView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 83363FC3E48BDE3B33AD351528D9D773 /* UICollectionReusableView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C7F4B4D8B22CDC4A8F33A166059675B0 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D51ADAE76EDA90B6BDBF480960E70D9 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7F5E4E05604B5ABC2B37F8FA933A19F /* IQUIViewController+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 16A942CE3404B49C5EFD3840434FB1AE /* IQUIViewController+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7F6708EC65958C9C79C0F5C4493DAA8 /* LGAlertViewButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A15B8F26C0478102790E5BEE7EFEF2F /* LGAlertViewButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C81E2819ADB33D8571B395A1CD4DCC34 /* KafkaArrowHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6313AC412756254CDEFC19868B9A5668 /* KafkaArrowHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C862D06F4B7CEDFC2660889DEC0A7A09 /* JLSiriPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 5139BF8945C4A5524AE878265E03A11D /* JLSiriPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8764E06867120F36221508A1AB6E617 /* YYClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F749428AA878DBD60D4735AF96EC3D2F /* YYClassInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C914C13F4FB626B71B4BBAB8CD561AE8 /* LTAdvancedManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D31A7CE8A061B233A4F573AB88C9A8B /* LTAdvancedManager.swift */; }; + C612217E900E05B83BADCF38CCF84919 /* JLBluetoothPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A567A7D34E07CFD73D4DF2B9004517B /* JLBluetoothPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C633E62BE35A79083D0CFAD950438D06 /* MJFoundation.m in Sources */ = {isa = PBXBuildFile; fileRef = 087ED35C5B5FC5EB27B4DA9CC08606DC /* MJFoundation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C65BC9E398BAD2EA7B2DB3B901523DDE /* MQTTSSLSecurityPolicyDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6077290F027C664FE9D81F3D89385431 /* MQTTSSLSecurityPolicyDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C715B5373FD2EC3B0CB22A2711E07F52 /* KafkaRingIndicatorHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA96CF1A6D987463D9329F3741332C9 /* KafkaRingIndicatorHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C72339C53F51C9C8E8AC0D228121117B /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 603A53BB386A17230B125D0E41CB4640 /* RACStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C750F63880DB120CF50274B324E06F56 /* UICollectionReusableView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EC584FE8A643E0CDA337937A601BE6D /* UICollectionReusableView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C7F4B4D8B22CDC4A8F33A166059675B0 /* BRDatePickerView+BR.h in Headers */ = {isa = PBXBuildFile; fileRef = B94B5FCE149BB3F1AE3938871FABD851 /* BRDatePickerView+BR.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7F5E4E05604B5ABC2B37F8FA933A19F /* IQUIViewController+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FBEF25E4E737F6016776EF1E1FB1838 /* IQUIViewController+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7F6708EC65958C9C79C0F5C4493DAA8 /* LGAlertViewButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5A8617CDA681704E83BBE751D49AD1 /* LGAlertViewButton.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C81E2819ADB33D8571B395A1CD4DCC34 /* KafkaArrowHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = ED98D9929328BA2DE3183DDCC4FB9456 /* KafkaArrowHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C862D06F4B7CEDFC2660889DEC0A7A09 /* JLSiriPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = E7253301AD5A287E466CD712C204F140 /* JLSiriPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C914C13F4FB626B71B4BBAB8CD561AE8 /* LTAdvancedManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4589A6E3D7DAA177DBE43FB833C8B13A /* LTAdvancedManager.swift */; }; C989C636EE775577D66FBB1029836879 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - C98A1327500D8D6E0D91C26620EDE8C2 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 14F44906BD066D0B85EFD4F4D96A1C1E /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C99710B17FEAD730FE75FA8C5D7521F6 /* SGSoundEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = FA92A9D8D9620AB62E33AC6D4E684C46 /* SGSoundEffect.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9D6C0ADC72853B5C681F5A0336CF2EA /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 09E0C39461F09E109D2AEE6BD7794C09 /* NSData+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CB1E44C07CCF93BBF6F2E41196AB5252 /* MQTTSSLSecurityPolicyEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A3EC83709FDF3D8E77ADD87AD16DD5 /* MQTTSSLSecurityPolicyEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB47FFC51F1365E248BADA1858F90B99 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 47C50CB0C4AA4003FAB35A815A3D0A30 /* Masonry-dummy.m */; }; - CBAFC43F5FA6E7E782C20F7D0256BE09 /* LGAlertView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6149C17AF2AE90C5BD0554203AD749AB /* LGAlertView-dummy.m */; }; - CC5D27D0C742DF59AA3437DCBABE1BDD /* KafkaFootRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 90961E5F8ABAC9D105B5EEC74834E297 /* KafkaFootRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCC1BE348BF551AE8013BF067FEE2143 /* EasyAlertPart.m in Sources */ = {isa = PBXBuildFile; fileRef = 04F3D93EE8A30FA95354FFEA3B5A8657 /* EasyAlertPart.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CCD4362E8522B5BC2820666098E91B93 /* NSObject+MJCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C564B7F87A01121CF951F5999F5BD82 /* NSObject+MJCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD366C92F7016984269D0821F073C34B /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEA25435332BA642516F7697C97F044 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDBBB8193D6E7921062DE1D6F81AEB49 /* MQTTLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 002E5FAABCE2D212E83642278CD53DE2 /* MQTTLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CDBBE6A9A37DFE55628FA9C2B73DC16B /* LTPageTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D98FABB7819219D3A3E2B78433BFD852 /* LTPageTitleView.swift */; }; - CDDE374A3BA40571B03826E28509E322 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = B35AA8E182E2DC5C506CC8E8F1A9837C /* NSDate+BRPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CDF711332E0FBA685416BFFC6CC2450F /* ZXNavigationBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 877B679E4E654C3D392C02952B5B3CBB /* ZXNavigationBar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CE89FA0898CBC6B28104D6D808888E44 /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 59808C31C01FB4A99A7D838D8615FEFF /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE9F398B1DAD84FEA79B6E830A05E852 /* MJExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A54F0CAAEDEBB31D2F8E288FB72EAA /* MJExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEA7309DF89D78F4052A2820A50C6496 /* KafkaNativeFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A4009081D1CF2449C92B6CCB1475445E /* KafkaNativeFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEE405545C3900E101E7BF0568C6362A /* EasyLoadingTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 14BC226EF79F990FF5CF9426CDF4AAAE /* EasyLoadingTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CEE7BDCC3F3073CBBF7A76BC6CF3E519 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = D6FFE5F1E5EF4271E2491F20C7BBE0A7 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF12435276DF2F17AE69A25C25FE0BE1 /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0168ED003C57EB5D536068E467DF3131 /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - CF28E1EECC20C17E84F4FDE2EDD91538 /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E91BE3F095DDF46735E02E0BED19EB5 /* NSURLConnection+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D0413ACDBA111AA9CCDC419919C87944 /* NSString+ZXNavCalcSizeExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D685F32684FD3434C1F596F58946D56 /* NSString+ZXNavCalcSizeExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D05D7B2C9E36291A6BE080CFB34AE8AF /* UIAlertView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E02C603166C7A1F0AECC72BD1AD2E3B /* UIAlertView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C98A1327500D8D6E0D91C26620EDE8C2 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = A1EB7DA1023FEEAD86F41DDBAEF71926 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C99710B17FEAD730FE75FA8C5D7521F6 /* SGSoundEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5261C2E3FD05D08A5490D87F3D876C /* SGSoundEffect.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9D6C0ADC72853B5C681F5A0336CF2EA /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0E340FD2F01E9451A708FB46CCD7E7 /* NSData+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CB1E44C07CCF93BBF6F2E41196AB5252 /* MQTTSSLSecurityPolicyEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A34BAAD8C76E2FF363D825D99822A2D /* MQTTSSLSecurityPolicyEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB47FFC51F1365E248BADA1858F90B99 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 07ACEA45A1BD72436888ED0111A47644 /* Masonry-dummy.m */; }; + CBAFC43F5FA6E7E782C20F7D0256BE09 /* LGAlertView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B42C950C760703577B1BFA8FF927EAF /* LGAlertView-dummy.m */; }; + CC5D27D0C742DF59AA3437DCBABE1BDD /* KafkaFootRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A4676C5038ACDD5482BD783BA299E8 /* KafkaFootRefreshControl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CCC1BE348BF551AE8013BF067FEE2143 /* EasyAlertPart.m in Sources */ = {isa = PBXBuildFile; fileRef = BC0D65759DC8F172D8A84445E026F36D /* EasyAlertPart.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CCD4362E8522B5BC2820666098E91B93 /* NSObject+MJCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 8456C509786B394BF4F6C425A25134D7 /* NSObject+MJCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CD366C92F7016984269D0821F073C34B /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 609414659D8BC38E90C3A4B2CCAC723C /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDBBB8193D6E7921062DE1D6F81AEB49 /* MQTTLog.m in Sources */ = {isa = PBXBuildFile; fileRef = CF05D490DA95E595498C3E6158DFF2A0 /* MQTTLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDBBE6A9A37DFE55628FA9C2B73DC16B /* LTPageTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98FC76A84CE656DD7068D5A3ACC27207 /* LTPageTitleView.swift */; }; + CDDE374A3BA40571B03826E28509E322 /* NSDate+BRPickerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 55ACB217FC94D25E47FBB827F028857A /* NSDate+BRPickerView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CDF711332E0FBA685416BFFC6CC2450F /* ZXNavigationBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 636EE7E3377D3329DF77F589058C84EC /* ZXNavigationBar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CE89FA0898CBC6B28104D6D808888E44 /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 125FC71EB1B1D2D572474125EF8A8642 /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE9F398B1DAD84FEA79B6E830A05E852 /* MJExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3513B073AEC5D25CD235E0CCBAEB10A2 /* MJExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEA7309DF89D78F4052A2820A50C6496 /* KafkaNativeFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CF6ECFBE3F6D2BDF21A52CF42B24DF35 /* KafkaNativeFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEE405545C3900E101E7BF0568C6362A /* EasyLoadingTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F7790847E7461BB6B6665CD01EE919 /* EasyLoadingTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CEE7BDCC3F3073CBBF7A76BC6CF3E519 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 227693B4C491F79EE07E167857D53595 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF12435276DF2F17AE69A25C25FE0BE1 /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03B6EBB5850E1100491936600A904818 /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CF28E1EECC20C17E84F4FDE2EDD91538 /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 46E22391271520D4A3E69839F2A6246B /* NSURLConnection+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D0413ACDBA111AA9CCDC419919C87944 /* NSString+ZXNavCalcSizeExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 24177B6C25D3393ED1C162D0CF68DACC /* NSString+ZXNavCalcSizeExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D05D7B2C9E36291A6BE080CFB34AE8AF /* UIAlertView+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 165126A6BD0B10D8372A2F693101A50A /* UIAlertView+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; D063D3CDDF11520615DE0ACF27628C1E /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 512536599BF57186A1A0BB753C0A0C17 /* ImageIO.framework */; }; - D0B96ABBF0C9569C905FF1B2E4A23F4B /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 80600C34D9298E7B73515B20A46EEDD8 /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - D14EE3E2D64A84E3A4594C69CE7D7334 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 56B8E05FAB80F852EF727E211DD493BC /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - D16E150C6C26AD79C964DEE002679C95 /* JLSpeechRecognizerPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACBD216A315C7FB5015EAE1C41FD58D /* JLSpeechRecognizerPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D184483D8564CEEE9E25688918814972 /* IQNSArray+Sort.h in Headers */ = {isa = PBXBuildFile; fileRef = AC0D04EFA9C274C10226D3825B8E3984 /* IQNSArray+Sort.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D19A363667B72810A0E5AF6A88A15B54 /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 854C5E7A7C3A606448773114B55880F6 /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D24662BA741E5E29042723A64FC38D30 /* ZXNavigationBar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49FD02FD1ECF912DA87F945124FEB612 /* ZXNavigationBar-dummy.m */; }; + D0B96ABBF0C9569C905FF1B2E4A23F4B /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 135FE3615212973DE7689945D743B41A /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D14EE3E2D64A84E3A4594C69CE7D7334 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 933343F39BB01B84EF1535580F1B89C3 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D16E150C6C26AD79C964DEE002679C95 /* JLSpeechRecognizerPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 10599378458F161E7AF607C5E24908AB /* JLSpeechRecognizerPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D184483D8564CEEE9E25688918814972 /* IQNSArray+Sort.h in Headers */ = {isa = PBXBuildFile; fileRef = B1370D27413FAE64FF56276EF52F5321 /* IQNSArray+Sort.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D19A363667B72810A0E5AF6A88A15B54 /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = E4C40AC4A24BB3EF096543FCF6E47898 /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D24662BA741E5E29042723A64FC38D30 /* ZXNavigationBar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 506CBEB88CCB2A117A0C347DAF9BA5E3 /* ZXNavigationBar-dummy.m */; }; D295C576F34F80487A0FA37A1DDA22E4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */; }; - D2BCBC7CBDBAFF5F986CFB6A62197D86 /* MQTTSession.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A85B51067A0B2EAD5F0B65685AA102 /* MQTTSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D3112999C608D201F6E1D38D4A74317B /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 77FD9E30748D57E7BC1DF9C6BE22961D /* YYDiskCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D36B14A34F7EAE8ABDA1359D231B3F71 /* MQTTProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = C649A4EAA239BD0471DFB29AE0D5678C /* MQTTProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D3739AA5B6CF4736D7D444F5F06FF2AC /* EasyEmptyTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D1BA98EBFD0C5BE252B0897B55A6C7E8 /* EasyEmptyTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D37B4D5552E3B79D76BE7B52ADC6D3BF /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 81449CC53668689429575000388973CA /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; - D3FF1B67E3F53153EBD47039239579EC /* UIAlertView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7599023BC3C0D07E528B47E9A7EFCE21 /* UIAlertView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D41EA3601044E18DF725E28722EF3D9B /* LGAlertViewTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC8550D4828AA874CE8D0E98050CB2A /* LGAlertViewTextField.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D453A3ED30FB12480F4294B035921B20 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 378171F137BEDC6ECD0DCF209B8A50CD /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4A1D63AC0C2D371DB763E05C2CBD4DD /* ZXNavHistoryStackContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = F67B42B31C6B84D90BB05D930D41B834 /* ZXNavHistoryStackContentView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2BCBC7CBDBAFF5F986CFB6A62197D86 /* MQTTSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AEA4BE9C72BB98F662D4EDDD4535808 /* MQTTSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D36B14A34F7EAE8ABDA1359D231B3F71 /* MQTTProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 1725F473FD4171EDB72AD63533167678 /* MQTTProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D3739AA5B6CF4736D7D444F5F06FF2AC /* EasyEmptyTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B44644044A7BDF2F53EE27521959D64 /* EasyEmptyTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D37B4D5552E3B79D76BE7B52ADC6D3BF /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 68876EF798DEB76B6C7C71AE26718A62 /* SDmetamacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D3FF1B67E3F53153EBD47039239579EC /* UIAlertView+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D81D8924BA63EEC7B02443460773E8 /* UIAlertView+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D41EA3601044E18DF725E28722EF3D9B /* LGAlertViewTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = F1240BD4C4B9B45BD0877D3F861D1B01 /* LGAlertViewTextField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D453A3ED30FB12480F4294B035921B20 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2459E8D2FD601C4566C8C8FD51C4DB /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4A1D63AC0C2D371DB763E05C2CBD4DD /* ZXNavHistoryStackContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BDC872A6D857DEF3C0378CFD8612A0 /* ZXNavHistoryStackContentView.h */; settings = {ATTRIBUTES = (Public, ); }; }; D5245783DD6091088CC902AFAB65542D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - D5B1F28C17002CBE60420F56B85DC2BF /* IQUIView+IQKeyboardToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 87006828DC7DDFB7EA4E8AFEE26013DC /* IQUIView+IQKeyboardToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5CBA6D924A6DB8D8169471588310B9F /* JLCellularNetWorkPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C7857BF442449979E076E1DEFE5911C /* JLCellularNetWorkPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D648876ED26FD7CA528D628664F5CE76 /* MQTTCoreDataPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A73AEF2AC6D3F6C7D1B2475A72EFF6 /* MQTTCoreDataPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6A9361AF519AAD199F3EC8FFA5C08DA /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D51AE65F3B449F4994A2475C51BC764 /* SDAnimatedImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D6B040DD19EFAAD4AE988E087C031311 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = B336C30966E3570C3314E640103533C9 /* UIColor+SDHexString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D6B9216743757D8CCF0DC1BAFAAEFBE6 /* MJPropertyKey.h in Headers */ = {isa = PBXBuildFile; fileRef = E4637F41AF1ABB650A1BC24D00F6318B /* MJPropertyKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6C23A547197F648A8300CE9A52A7E48 /* Image.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 1757F784A093A9DD46D1607451C5D42C /* Image.bundle */; }; - D723F16D294B42F8DEC71FF60BF43501 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1689D2905D000E07D0771AA19F54262B /* BRResultModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D76CB52C2BA4D24982D1C38C683C0989 /* JLContactPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 98E07E99194AC99B41056F0724414727 /* JLContactPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D7755936E0B39B803E7CD6DDDB02D595 /* ZXNavigationBar.bundle in Resources */ = {isa = PBXBuildFile; fileRef = E9156BF77B63201C2B2CBF3BEC34DAC3 /* ZXNavigationBar.bundle */; }; - D7D469808ABB7575F86B8F7B688294C9 /* EasyEmptyView.h in Headers */ = {isa = PBXBuildFile; fileRef = C12178211448A8E7FE7D6232C963B089 /* EasyEmptyView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7FD8D91486B42F1A9F6BCDEBA04A6AF /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = F344319495BD5E40E1E82F2841AADC75 /* UIProgressView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D83BF73C86CC1FA471BFD2952D2BEFBF /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = BB9854F055C88C16F062F62A9EAC1E3A /* RACSubscriptingAssignmentTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D8570A7E38458E16DCD32BD7153FBA0A /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = FBA2CE4AEFDEAFDA9B93F9FECB11AF44 /* RACEmptySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D8935B0465A68A306A4942DEB5B2A0C1 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = E85B0DEA96D9DBBF8DB59090DB3128B7 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D940B325DE5EFE8AA07F5B2E4D32803B /* JLSpeechRecognizerPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC75F8C64926069D537161C9205D1B5 /* JLSpeechRecognizerPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D9F4CF7B10DE5ADFD3F0BC41E45C3342 /* UIImage+ZXNavColorRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA4E649FB5CA8DBCC59638D2740B7EF /* UIImage+ZXNavColorRender.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DA181CD4FB2DF07A0261B58D0C8D64F9 /* ZXNavHistoryStackModel.m in Sources */ = {isa = PBXBuildFile; fileRef = F6B42302C5633362AE07BF07FDC4575E /* ZXNavHistoryStackModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DA1C1A800D06E9C9D8B74109130C91B0 /* KafkaHeadRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D871D1B238D9255ECBF8C62BC4B7D31 /* KafkaHeadRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DA3F62457B94BF401CEC3E41FB11252D /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DEE413B9DB6F8FA28969840178490DE /* NSDictionary+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DA65D9B5770977E9752C172892C91568 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - DA73C58F3FE4CB3EBD8FF55B50BE065A /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC5A3DA56D0A15805357689FC42F1E3 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DAA164B6B85CA93D4928059C0D3B3B3B /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED896737FC5E247EC66BC39A386BE8E /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DAC9D6DE6EA62824C961234589C80A1D /* ZXNavTitleLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = B58558E23D8F0C40A90E6E68815F4DD6 /* ZXNavTitleLabel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DAD831E37BE7937B9545C0BC24C81468 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 06222A31755CFE4F01B5E48E768C47DE /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB2E058CA9F07F56880159530CA37F28 /* JLContactPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 6007F4F593CBE95A8636BF3BF2AC6E3C /* JLContactPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB3DEB445515A80ED9D1FE529A6CB7FD /* EasyEmptyConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B258F68C976AD2B021252800197ED88 /* EasyEmptyConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC5D25B13A9E0EA59B7011845900958B /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = EC5CB56C00633EBE94F283C8E3E2EB3C /* AFURLRequestSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC9A632D13C294C6122DE9FA833D9AD0 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E13B7FD301F10DB9203B18371CBFD6 /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DCF98A3CCEDF4450D1964153213FC76D /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4358222B54A557C1AADAE5CA39E7520F /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Private, ); }; }; - DD0490B5C147547B485BAB4013C2EBC8 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D8F5A87E8C2C92A1ADBCF6FFB394B2C3 /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD821B6F9DF2F7B5213F08BE56F9C536 /* UIScrollView+KafkaConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 093238BAF936EF261DD47851D483D7EA /* UIScrollView+KafkaConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD9962147C85FEA360A2FE3B5CCF0DB3 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = BB5DB08D1832D2F5068C307045297C3B /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE035D768C9889AE4F8179C5ABAEF292 /* MQTTDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 663DE0302B7CD436754D734B5EFE2454 /* MQTTDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DE6C7332E27C74BA0613C146A2DA006D /* SGWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = FFECCFED9E3FA2D241C83D647F436EB4 /* SGWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DECD6A4897736FDD57947B08E3B885A6 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 47B1C9584913E5A2A01F9F4A864C9E8A /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF0E315EA9DA3FC7D2F78129903CEA00 /* EasyTextConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DEE1AA83E6F20CB780EC225C7E1B415 /* EasyTextConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF483CB1C3939332592388494E48F4EA /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 8988B809FDB0AB81D9B4F42A72B96ABF /* NSIndexSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF519F55289626A3C22286862B7FD9BF /* IQUIScrollView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2E3083DA837CF39B1D319251BAD6A5 /* IQUIScrollView+Additions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF7420DF1D7936E829CA49D298942736 /* LGAlertViewWindowsObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 47EC2C09D34B6D26F93B21C7C101E6F7 /* LGAlertViewWindowsObserver.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF8BA4B579587DD342659294015198A0 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m in Sources */ = {isa = PBXBuildFile; fileRef = C52E00E31AC1E52170ACE9B2C6A538FF /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF97DBDE7CCC7A82CBD83DC36E67A49B /* EasyShowUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D2A23A81D4BB6C9336C00620E372C866 /* EasyShowUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D5B1F28C17002CBE60420F56B85DC2BF /* IQUIView+IQKeyboardToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 10EE72D96C18499A1526B14F52EE12AE /* IQUIView+IQKeyboardToolbar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5CBA6D924A6DB8D8169471588310B9F /* JLCellularNetWorkPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 45BC67B335D50FF9A269D57DAA2D3103 /* JLCellularNetWorkPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D60591A0D58CC9056BB9EA1F7B80938F /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 745E9354620DAD91B2D1E8FF96388474 /* YYKVStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D648876ED26FD7CA528D628664F5CE76 /* MQTTCoreDataPersistence.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BDEAE102E1A81C09A2CD03C0945F58E /* MQTTCoreDataPersistence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6A9361AF519AAD199F3EC8FFA5C08DA /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D99005B85C2F7759B6B673BAAF5F8838 /* SDAnimatedImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D6B040DD19EFAAD4AE988E087C031311 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FF18E946F967D2A48A58645ABDD973 /* UIColor+SDHexString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D6B9216743757D8CCF0DC1BAFAAEFBE6 /* MJPropertyKey.h in Headers */ = {isa = PBXBuildFile; fileRef = A14233301933F81BB9196260797051D8 /* MJPropertyKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6C23A547197F648A8300CE9A52A7E48 /* Image.bundle in Resources */ = {isa = PBXBuildFile; fileRef = AE683BE77F7AE047A4A86017F7A20A06 /* Image.bundle */; }; + D723F16D294B42F8DEC71FF60BF43501 /* BRResultModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CF9EE339D114D27419EB03332DE8F5F /* BRResultModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D76CB52C2BA4D24982D1C38C683C0989 /* JLContactPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = C2CEF3BFEF4E5B680D15BE194AEC95D3 /* JLContactPermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D7755936E0B39B803E7CD6DDDB02D595 /* ZXNavigationBar.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 572C79715CE57EC5B654680134CEBA6E /* ZXNavigationBar.bundle */; }; + D7D469808ABB7575F86B8F7B688294C9 /* EasyEmptyView.h in Headers */ = {isa = PBXBuildFile; fileRef = DCABACA12E7F316371CD5289AC1C1FDD /* EasyEmptyView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7FD8D91486B42F1A9F6BCDEBA04A6AF /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BAC9A218C6DC1F386BCDC8C044E9E0D /* UIProgressView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D83BF73C86CC1FA471BFD2952D2BEFBF /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C64B6DA318229606A1A142957667C4D /* RACSubscriptingAssignmentTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D8570A7E38458E16DCD32BD7153FBA0A /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A9A537D30D0684C91B2150C83DE08D /* RACEmptySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D8935B0465A68A306A4942DEB5B2A0C1 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 01C36DE49271B07A5652CEC9EEAA926A /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8EC3463B83292B4DA4E5E4C0FFCBB5B /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9238C9DE8EADC6544A944834F1C52825 /* YYCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D940B325DE5EFE8AA07F5B2E4D32803B /* JLSpeechRecognizerPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE90BB60B4A1CBD9669C444E5AE40CA /* JLSpeechRecognizerPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9F4CF7B10DE5ADFD3F0BC41E45C3342 /* UIImage+ZXNavColorRender.m in Sources */ = {isa = PBXBuildFile; fileRef = 46B8C1C013642F6ABD3CE943C689AE69 /* UIImage+ZXNavColorRender.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DA181CD4FB2DF07A0261B58D0C8D64F9 /* ZXNavHistoryStackModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B7BC2F2662C5E1C040644EAE0590CC /* ZXNavHistoryStackModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DA1C1A800D06E9C9D8B74109130C91B0 /* KafkaHeadRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B9F0B0751BDCFF8C6B46E33912EF5A2 /* KafkaHeadRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DA3F62457B94BF401CEC3E41FB11252D /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 953834EE0FA561D5830CAE1E5189BBAD /* NSDictionary+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DA73C58F3FE4CB3EBD8FF55B50BE065A /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = EA60D041A858609F9E63931BE6DA6559 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DAA164B6B85CA93D4928059C0D3B3B3B /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 75B3FFA42AA2BB21CB7447CB837BC7AB /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAC9D6DE6EA62824C961234589C80A1D /* ZXNavTitleLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 441C2FD918CAE8FDC649CE3014D3BDBF /* ZXNavTitleLabel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DAD831E37BE7937B9545C0BC24C81468 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = A532162C4F0B4F671813BD8A57ADC9AB /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB2E058CA9F07F56880159530CA37F28 /* JLContactPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 26EFB9CE8866B24673B33B42FE30E911 /* JLContactPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB3DEB445515A80ED9D1FE529A6CB7FD /* EasyEmptyConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A31919BCE9BF48F416CB64A93118656 /* EasyEmptyConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DC5D25B13A9E0EA59B7011845900958B /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = C5FF7196CC8CCFFCB47A7C849E70AB47 /* AFURLRequestSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DC9A632D13C294C6122DE9FA833D9AD0 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F6D29FB8345DA6FEE9D89599A3B4183 /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DCF98A3CCEDF4450D1964153213FC76D /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 385897B3B96FDEF6906440325CF4A262 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DD0490B5C147547B485BAB4013C2EBC8 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 96AB5FC7916830254881ED72F76557EE /* SDWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD821B6F9DF2F7B5213F08BE56F9C536 /* UIScrollView+KafkaConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A98981DF56696B7869A4C85A9AB46EE /* UIScrollView+KafkaConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD9962147C85FEA360A2FE3B5CCF0DB3 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BCCF4D7B2EAE6B82D0BF92DE679A393 /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE035D768C9889AE4F8179C5ABAEF292 /* MQTTDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EFF8EFFD0B58736B62CE800255CD591 /* MQTTDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE6C7332E27C74BA0613C146A2DA006D /* SGWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7150EDBAFAE212097FE7B1188EF33D69 /* SGWeakProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DEB4504A24BBA162907116D3381DC16A /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA0181D5409A9027F5BA8B7D680FB75 /* YYCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DECD6A4897736FDD57947B08E3B885A6 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5823D63DA6DFB8ABF2B34CA59A88F265 /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF0E315EA9DA3FC7D2F78129903CEA00 /* EasyTextConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3A7B0AC5630AC14FDF241D4CCDC45E /* EasyTextConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF483CB1C3939332592388494E48F4EA /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = AC1C14B2330974CD3E6BD2FB60BB69A5 /* NSIndexSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF519F55289626A3C22286862B7FD9BF /* IQUIScrollView+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = C862F303F8969C7E7BBFE75D99D0952C /* IQUIScrollView+Additions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF7420DF1D7936E829CA49D298942736 /* LGAlertViewWindowsObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 3808C064EA271B5A4BE41BCDEAED2F2B /* LGAlertViewWindowsObserver.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF8BA4B579587DD342659294015198A0 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m in Sources */ = {isa = PBXBuildFile; fileRef = 806A0B77DE1F88C95CF2029795DA7CA0 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF97DBDE7CCC7A82CBD83DC36E67A49B /* EasyShowUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = D0293BD33DE414EF24C5C364914B8F1C /* EasyShowUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; DFA57BC7705BEA564355F07D921005B0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - DFE163C2B7E3F1ECFA8BC1299FB00B28 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = D420E47E684636406649025B0CA8452E /* SDWebImageCacheKeyFilter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E0684492FF7D7D8734D23596451B1ABB /* NSString+LSTString.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D47B17C726F1DD9CC7A72642F1510C5 /* NSString+LSTString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E0A6D57D09D6F03AFEDC692FF41F07C8 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 28E858B42E20AA9A9DF6FC3058CCDB1E /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0C846751A370252B0563DD4A874D39F /* UIControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 825EBEA94A7AF5D55C1ADD55A4B55593 /* UIControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E104B0F3E2C5A3E385B51C89E0E60470 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 061FC148CDA242EE292A139DBF944450 /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E182C749462DEA75EA1F07133092048B /* LGAlertViewButtonProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 872EF2C25A3D6BAA76A1E904301A2123 /* LGAlertViewButtonProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E239A20D6A49192EC5ECAF1405C201EA /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 552807AE52416760FAA3BEC53F0A0E26 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2D2D144CF63161CEB2FD57D39734F84 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A339E482DD154743660B2C66255838 /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E34088C61FF0F395D209FBBFB14FB203 /* SDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DE67AD1C3FBC8341D9C7E97E3644F1 /* SDCallbackQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3ADA8CDD1A1895F69C1E3A6F48CBF25 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = 092D9C2A0A9CB4FFCD15157ED36B4751 /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3DBD3F4CEDAA21F1FA4C1A499A2AC7E /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = C078360A10A8C0A1D79A537890EBA145 /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3FB76389F2C6F33AF4BBAACD9F3CE0D /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D36263A61822172CCBF7C96C8ACA25F /* SDMemoryCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E422F67D252057443EFB68B49DE82FF9 /* JLMicrophonePermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D5F871990E557D2D748D724A76D7D4D /* JLMicrophonePermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E4467C4A355979E35296E8EC3D70329B /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 1089EE13A930E77C6E02B9A73280A82D /* RACPassthroughSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E46BF57C66CAD6898F337ACFA947B9E9 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B2C1A72D7EA3C4E0EA49D14B5B0DB5C /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D162DF6E3E238BCEC0950A8F650AF2 /* YYModel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7FBCF2320F18AA19A19E3A4F1D5F17 /* YYModel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFE163C2B7E3F1ECFA8BC1299FB00B28 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AA60CBD356D29AFE94EE74AA5B30F3B /* SDWebImageCacheKeyFilter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E0684492FF7D7D8734D23596451B1ABB /* NSString+LSTString.m in Sources */ = {isa = PBXBuildFile; fileRef = 35081D7F2BC949A7BBC701A7A878FEE4 /* NSString+LSTString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E0A6D57D09D6F03AFEDC692FF41F07C8 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 716A9EA809A2043E4EF258A5BF062147 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0C846751A370252B0563DD4A874D39F /* UIControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A397D543B94D98BE49995B02FA9F7E5 /* UIControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E104B0F3E2C5A3E385B51C89E0E60470 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 2642E27B5DB343264A479EEC46407CF0 /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E182C749462DEA75EA1F07133092048B /* LGAlertViewButtonProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 043ABDFD1A91290B59B89A00E629A619 /* LGAlertViewButtonProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E239A20D6A49192EC5ECAF1405C201EA /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C7535C5235FDBB0E9E2C62527CC351 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2D2D144CF63161CEB2FD57D39734F84 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 70C8CA1857708517425A9229F576A0DD /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E34088C61FF0F395D209FBBFB14FB203 /* SDCallbackQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0631191F7CDC94E4FC788DB7744B9AC2 /* SDCallbackQueue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3ADA8CDD1A1895F69C1E3A6F48CBF25 /* BRPickerViewMacro.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEC187DB8FE3381E0480099F86474B5 /* BRPickerViewMacro.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3DBD3F4CEDAA21F1FA4C1A499A2AC7E /* BRPickerStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 129638149C6B8DA483CB2FA4949DCE66 /* BRPickerStyle.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3FB76389F2C6F33AF4BBAACD9F3CE0D /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8BBC12BB60D5EADB7C1B6C8FFAD053 /* SDMemoryCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E422F67D252057443EFB68B49DE82FF9 /* JLMicrophonePermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D6F0D557B17C5DB06C52F1A90960C69 /* JLMicrophonePermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E4467C4A355979E35296E8EC3D70329B /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = CDEC75AFD2DA49C5FD42789079C5E824 /* RACPassthroughSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E46BF57C66CAD6898F337ACFA947B9E9 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 46B2686964BEC4479EE3D76F07B1060C /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4BA63C72147490FAC9D43CCCF5DD956 /* YYClassInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 915447F506785008DA1E3973781D1757 /* YYClassInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; E4DF00FFB1B4F6FCABCAC2463891C1D4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - E53FCD0CD1526B53074ED4EEF00131E9 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E8C56E7ECF2B0C8B3BF3BB840C32C1 /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E58592746B66F5ECC2D785B5F1E30E80 /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEF73DCA96DB19A4172146EC8A29661 /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E5EB7AB735F0C7E963AF40442A95E9CE /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B5A8AF905F25DE9BEBE8FFD31C84A34 /* SDImageAssetManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E6BB9982EE74406BAA2BB01952D43C8F /* LTPageTitleItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E66C231088EDFD47383B63F6A9C8EE5 /* LTPageTitleItemType.swift */; }; - E795DA187B29F19D195AA11273DA60F8 /* JLCameraPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 0878B6A9262A4996DAFFA00360CA5D40 /* JLCameraPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7B986E4266A539B5CCD01FF378D3DED /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EBA2E67920D8229AFEA6B62026B805DF /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7D5135CB0AF84D2F472F0ED7FC7A882 /* LSTCategory-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 735E16CF1B74BA9DCC45E2935BEC69D8 /* LSTCategory-dummy.m */; }; - E7D69CBDA7702C166FCAE0F344555507 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = F9CB7940A1405303BBF138D6CBA89EF6 /* SDInternalMacros.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E8372DA8FDA0830EF5FF160493C0B37A /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A05C01E935E2D90F1DA37521DAB0A0FB /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E8F6222D4A69EA5BA0BDCE4FDF85A66D /* SGScanViewConfigure.m in Sources */ = {isa = PBXBuildFile; fileRef = 144F47FDDC38586E7A049956FA5F81F5 /* SGScanViewConfigure.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E9110162803F162B803E865C3C7C6731 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4445AC8776419AE15704918DA08B9C7C /* RACChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E9469BE8C0A79F93FACEDFB67663E944 /* KafkaNativeFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 023C4E500AEB6D2713928FA806DFFA0C /* KafkaNativeFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E980A5020081C6C05F2BDBB8E41E7768 /* ZXNavigationBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9D4FE03E5A36A18B744E36E36B8EC82 /* ZXNavigationBarController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EA3A73099B2BB83E3DD49DD88D83CA05 /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = E62BA94803AD2DC65441D8F2EBC86FF9 /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA757009FE7796D39B9FD6A045E7BE0D /* KafkaReplicatorHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A03FE17831C4C8A80CDD2F4A20F696 /* KafkaReplicatorHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EAD66B11C566E35F421A8B3A72D9B356 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = DD57211B8A40E7B2F1835E29D6B107AD /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EAE8AF05CFEA42C53CD9F533A2B15A60 /* EasyAlertItem.m in Sources */ = {isa = PBXBuildFile; fileRef = AD5A47E324E48E7B4C9C832BE0791F04 /* EasyAlertItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EB4D07B651D794A1ED575E938B01DFB4 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 9847F478930A1F3DC201F4F40D7E8C6B /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB5DCA7C0CCBBC7633F9882466509AE2 /* EasyAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ECB4C773652D1FF2282FDA9954106DC /* EasyAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB9952030060673E2C33101D2AF8650D /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 173F4B585B29129ACCB1C1CF636E6841 /* SDWebImage-dummy.m */; }; - EC13F1DF9025A5C3E0CB90E9376BD62F /* IQKeyboardManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2B5D3C40838C838CE361B2BA89F268 /* IQKeyboardManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC1CBC5AB12E4C488819653A72B5E19F /* IQKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E2934D18F371DB203ECFFB5A50A5AEF /* IQKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC313BD12B1422058FC700B821BA2C30 /* JLAuthorizationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7852ECBD5CFAE82CEEED0D3DFE07E6B4 /* JLAuthorizationManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECDFCAF1FE93FDCA44E807CF388D2897 /* NSAttributedString+ZXNavCalcSizeExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = BC65CC1B11FFCA053DE8DD1875D7DC54 /* NSAttributedString+ZXNavCalcSizeExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ED0433E8952F89B760D5852C44FA16A0 /* EasyAlertGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E32BEA23E46CAA9E43F1C3AB77BFD75 /* EasyAlertGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED0B81FF1DEC0B138947EA93D22E5A4E /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F2C6BB1D9C03791AAD039F91FC10EC0 /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED42230F46B57011F0A97F08EDB9BE7D /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2219372C5F274C6CA077F3FD455A38D3 /* NSString+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EDDCD019E5779C305C822EFB5FBD146C /* MJPropertyType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE67AE1D0F4BD3A2670D9A24B243D5B /* MJPropertyType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EDE1AD6F9147AA589AADBC4223062039 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CCEA7FCCFE3D46967E858AAB7441C230 /* AFHTTPSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EE3B8613CDD20D58260C22D21BC61F38 /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = DA8A89DB4A231A95215F9AEBB25CA65E /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE42A85379278695F4953B182EC7BE1E /* MQTTDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 759B81858B2B28F054772298DE40363A /* MQTTDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE713D429097861291A0C10B3E595368 /* SGGenerateQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A77C962DA982023ED2D6BA9E9460DBB /* SGGenerateQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EEA69365F8EE31BE1566F7004694AAF5 /* UISegmentedControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4678EDDF2626A662BC6450EF03389CCB /* UISegmentedControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF32A7770C709AE3BF48B0EEB15D92CB /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 63299CD8E9E41968E6B910E44CB75FB8 /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFB4E889E6AF37E45F0A36E8E3668093 /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 635ECFC88936D8F730F22DE34F794E19 /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFEAAA73988AACBAA196A443954C14B5 /* KafkaRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 795AC67C35F95D766B662A4B0BF8496D /* KafkaRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F02D4A3D85ADEB23F91B9EBD5713701B /* EasyEmptyGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 8172017651F3E7FBE503CC9DF5EE1A0D /* EasyEmptyGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F0B24A026CD0601BC6478CE896410311 /* LGAlertViewShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 94C1F30CE5EFF840241A10E0E93FF1A3 /* LGAlertViewShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F0BDF72C18E9FB7F6A66B396DCE78A0B /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 125FCDD9832DB6AA4D1A084FF779487E /* UIRefreshControl+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E53FCD0CD1526B53074ED4EEF00131E9 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B1BAC6462F72CB97BD1600065C9236EF /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E58592746B66F5ECC2D785B5F1E30E80 /* SDWebImage-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F7541226E6B1527C592CFA5CFACCD9 /* SDWebImage-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5EB7AB735F0C7E963AF40442A95E9CE /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 39D9D4B46D0DC88077709866EA866F76 /* SDImageAssetManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E66AE0EDA99986F15948DAE16AA11991 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 817D58A38DF95A5124CFA23B1B148E6B /* CoreFoundation.framework */; }; + E6BB9982EE74406BAA2BB01952D43C8F /* LTPageTitleItemType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96E8E60551BE1932D89E2882E324F760 /* LTPageTitleItemType.swift */; }; + E795DA187B29F19D195AA11273DA60F8 /* JLCameraPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = A9409369F19062B4C66E9278EA13DE30 /* JLCameraPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7B986E4266A539B5CCD01FF378D3DED /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DD576FC7B044A584A4CE26283015C32 /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7D5135CB0AF84D2F472F0ED7FC7A882 /* LSTCategory-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E0CF73718E6B1023666CA50E78097B9 /* LSTCategory-dummy.m */; }; + E7D69CBDA7702C166FCAE0F344555507 /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CED1171C6B81FFEC8E7C0509CF9981F /* SDInternalMacros.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E8372DA8FDA0830EF5FF160493C0B37A /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = D6530C6104746B9E49B688DF490C38E3 /* AFImageDownloader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8F6222D4A69EA5BA0BDCE4FDF85A66D /* SGScanViewConfigure.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EE50708EB92AD70F68752F86FBADABC /* SGScanViewConfigure.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E9110162803F162B803E865C3C7C6731 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = B0169307E2751D4199778BF326CD7E13 /* RACChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E9469BE8C0A79F93FACEDFB67663E944 /* KafkaNativeFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 02F3ABF0EDF50AA328BF4A79FBA3E4B1 /* KafkaNativeFooter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E980A5020081C6C05F2BDBB8E41E7768 /* ZXNavigationBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD3C12D7FCD0765451FE0F687BE98C4 /* ZXNavigationBarController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EA3A73099B2BB83E3DD49DD88D83CA05 /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC96FBC91686E07BCA43C011A07BC22 /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA757009FE7796D39B9FD6A045E7BE0D /* KafkaReplicatorHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A1CA73302587C0CB3C80709CCA1D62 /* KafkaReplicatorHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAD66B11C566E35F421A8B3A72D9B356 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = DBDF25EE724E9BBA961C9CB8A05BADDC /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAE8AF05CFEA42C53CD9F533A2B15A60 /* EasyAlertItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DD06368C83EC8F20252D170A32E5A37 /* EasyAlertItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EB4D07B651D794A1ED575E938B01DFB4 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 14660AD2F187B47D36CB68E21D4A9483 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB5DCA7C0CCBBC7633F9882466509AE2 /* EasyAlertView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5941346AE8F258E05CCF781B4A832355 /* EasyAlertView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB9952030060673E2C33101D2AF8650D /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E93F4250CBFB851B2502BEFD0C38DCF8 /* SDWebImage-dummy.m */; }; + EC13F1DF9025A5C3E0CB90E9376BD62F /* IQKeyboardManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A993512FB0A108F259B10C637A61EB4A /* IQKeyboardManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC1CBC5AB12E4C488819653A72B5E19F /* IQKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C07816088DEE736DAD3CC123DF5200C7 /* IQKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC313BD12B1422058FC700B821BA2C30 /* JLAuthorizationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD2EFA0D84BD386478299F176E9DACD /* JLAuthorizationManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECDFCAF1FE93FDCA44E807CF388D2897 /* NSAttributedString+ZXNavCalcSizeExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 969345E1F4561D709D719AB33BE01D71 /* NSAttributedString+ZXNavCalcSizeExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + ED0433E8952F89B760D5852C44FA16A0 /* EasyAlertGlobalConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = BA98CD0CAD68B6406A8F459AEE59DF41 /* EasyAlertGlobalConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED0B81FF1DEC0B138947EA93D22E5A4E /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F10E3E5352C6222D2FBB6FE3E94D23DF /* AFNetworkActivityIndicatorManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED42230F46B57011F0A97F08EDB9BE7D /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E482630583794CE058E748B3E692B6A /* NSString+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EDDCD019E5779C305C822EFB5FBD146C /* MJPropertyType.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F8EF4AC276AFEA5650345C50DC7A93A /* MJPropertyType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EDE1AD6F9147AA589AADBC4223062039 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 858787AECF81D203DD6F140192403454 /* AFHTTPSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE3B8613CDD20D58260C22D21BC61F38 /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F60B6B594FD483F8B647F7F900C933 /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE42A85379278695F4953B182EC7BE1E /* MQTTDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A940ED8D9B62C456A896CCCC9A728D01 /* MQTTDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE713D429097861291A0C10B3E595368 /* SGGenerateQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5E0EA8A5CFA5380CF9203986599717 /* SGGenerateQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EEA69365F8EE31BE1566F7004694AAF5 /* UISegmentedControl+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = CE6E865694020D9DC8AF68B780010690 /* UISegmentedControl+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF32A7770C709AE3BF48B0EEB15D92CB /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0559790551366D5CEA594CCF87D468BB /* SDImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EFB4E889E6AF37E45F0A36E8E3668093 /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 2791FE06CE16E7102B3317DECC82FAB5 /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EFEAAA73988AACBAA196A443954C14B5 /* KafkaRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = E3CC85A52C2A478B6A15EF55E5549780 /* KafkaRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F02D4A3D85ADEB23F91B9EBD5713701B /* EasyEmptyGlobalConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DA659CF92D6F19B19667746ECBDAD166 /* EasyEmptyGlobalConfig.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F0B24A026CD0601BC6478CE896410311 /* LGAlertViewShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 87452A8132895525DDC99525E31D6DA4 /* LGAlertViewShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F0BDF72C18E9FB7F6A66B396DCE78A0B /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = 65F065152D6D636F6FEEF41DC78E45B6 /* UIRefreshControl+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; F14614C90184D580712685E389338BE7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - F22134ECA31A2F184B51E0C8DCB7C424 /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = A8020C1F40F358EA9876F43DFAFC7AA6 /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F28348D1CE31D7A55EBC1AF90E4BAE3C /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EAED742107298F3E4AB44A22C04F29A /* SDWebImageDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F2BA91F0C9B7D07F9C0E0A7C7D78E03D /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 499450B0CAB5E834F47F2BD663894855 /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F2DD5DC8A1487926398D036AD788C3A3 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1086BF29298D50E24106F96FEF515284 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2E41C6554AC2C723214953587E28CBF /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D593377AA3877CC05D6CB8F622137C /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2EF0366129994F7DD1950420E757458 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD7B50FC2849CD8A5E19293959A366A /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3858A83B6E8404C53557A942D2109B3 /* KafkaReplicatorLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B041DBF5A440BF9D4E7B2B52C38A196 /* KafkaReplicatorLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3AC4704D05EAB2E83B4C6ADC5CF5838 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = FC855BD8FE15B069218BCCF40571EBB9 /* SDWebImageCacheSerializer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F3F48FD640957A33D6DF397B5866D2D1 /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A22D477EE8E394605379C773B1362BAA /* YYDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3FE63C82D6575686809B65BB48AE8C8 /* IQUIWindow+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = A21D23E4FDAC16D00F11B8020236143C /* IQUIWindow+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F402A355AC95D8D6CCD8041610CA16B6 /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 7634EF748DBDF65CD181FCF7E997A116 /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4140D97BF118967127AF2C24225C4AE /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = CEE7216C2D83351BCB6CC9D900BAEED2 /* RACGroupedSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F437A416E9CED48E0030EEB91B1B8348 /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AED82E878435C6DE893A5441633766E /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4ADC03B54CA3164093DBEA9BCF7BF79 /* WHToast.m in Sources */ = {isa = PBXBuildFile; fileRef = E11417C71EC7A72D749B700389F8814B /* WHToast.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F4D2F91100A607845C03251B5A4D5206 /* EasyAlertTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 24AE7C26A4211C0B5094E964C071FD95 /* EasyAlertTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F58F6731ED362D44A7787B09B419E9D5 /* MSNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 119F046476547EBAC3F1776F8B817267 /* MSNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5A4CB012EF30B271A57F3AEFE6D1573 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 51C761866A18E1C0D6B5D3DAD6C14E02 /* RACSubscriptionScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F6359E715D2BBA08ACE5886169A97970 /* JLLocationInUsePermission.m in Sources */ = {isa = PBXBuildFile; fileRef = A4C6A4654FD19AF9B8550D092CAC16D7 /* JLLocationInUsePermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F6D1990B36F2C942A4A9F9A7A02B6A7D /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = C04204EE76DF78A57AE02A60104CDFDB /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7631A90FF1BE0F2DEBC08649522E1FB /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0514640A9E13DB241685D9D94DE343EA /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F769D2C88D26627E3A8C70484EC0462E /* ZXNavHistoryStackCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E410516F41306614317A0F3BE1793780 /* ZXNavHistoryStackCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F7B01FFE6B471A699C2573CFA49371EE /* UIGestureRecognizer+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D716D589BA3B85AF9E31F04E1F06615A /* UIGestureRecognizer+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F7B61EE86EDDAF3CEFE7EBE0D82AA457 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC36AB4A05048CB53C2C09ED61433DBE /* QuartzCore.framework */; }; - F7CA297AFA937D1FA2C05159469368F7 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FC3390257902F7A592207F71A11A41B /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F87F52CC0B422B6607CCD0594C0E4400 /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 075A44DF1934ED5844F9E13F4348DCD5 /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F93BFC4ED7B66D64F38975E515BB71D0 /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = B290EBC63FB3567E6C05844C3CEE28F2 /* RACErrorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F95DDD781EB8B354296262364EDF2282 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DBD7B97CB3CDF6E72D228D890A5FA4 /* SDDisplayLink.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F97E383DFDDF415961B2BBFE5C594342 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CBC22EDF2B3C116F455085EE3B265BE /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F9DBC153B934D7CCEA188D1E35AFB1AE /* EasyShowView.h in Headers */ = {isa = PBXBuildFile; fileRef = BAFDE5AA24617EC5B4C6B039C0F6D59F /* EasyShowView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9DCB3C1935205DAE9D2A08F81B4671F /* IQBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D25755D9853D4CB9927C8A458DBF32F4 /* IQBarButtonItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FA48B726B93B31E41BD75243931B46A9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - FABB4FA64080B9310BF243CBE542C7C5 /* whtoast_error@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = B5489888B933425C423744BCF3DEED4B /* whtoast_error@3x.png */; }; - FB29526BB4AC0167687B3F71F487FDF0 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = EA343B1661BD6BCADA8A6C8D3AF1AF7A /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB3FC81067E5C451ADFBFF6918D8FFCA /* IQTitleBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 9495B5A69D54AAD37CA183CE30D39B1E /* IQTitleBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB47863E0EB625ACB20647FA758ABFB9 /* MJPropertyKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 5842E444FFD423F8E655201C18DC9311 /* MJPropertyKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB52BC4339B67A43829B626770136F3A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 496549690DAA0C93E3C56A2B22B7BE5D /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB8EA0CB5E27FB29C99286EFE73437BF /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 79F38E00DFBE3798C1EAE173AE46B9B4 /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F22134ECA31A2F184B51E0C8DCB7C424 /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F6108A76534FA68C5587486C82FC7B48 /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F28348D1CE31D7A55EBC1AF90E4BAE3C /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 464CD0DEAE7DE87E066F4DFA1E117C13 /* SDWebImageDefine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2BA91F0C9B7D07F9C0E0A7C7D78E03D /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 667EFB313257E2C8EA3B2B91AD6C275A /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F2DD5DC8A1487926398D036AD788C3A3 /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 81723612BD6A2B8264A82957E4A29280 /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2E41C6554AC2C723214953587E28CBF /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 06D3BB826817C38017A612F1498F504D /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2EF0366129994F7DD1950420E757458 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E378677CD2CC91B6B2335F2A98C28ED /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3858A83B6E8404C53557A942D2109B3 /* KafkaReplicatorLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FE488E12F6284FC09F29A7E490DEAE /* KafkaReplicatorLayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3AC4704D05EAB2E83B4C6ADC5CF5838 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = DB59283597791CC8BF507B1D90EC5C67 /* SDWebImageCacheSerializer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F3FE63C82D6575686809B65BB48AE8C8 /* IQUIWindow+Hierarchy.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDA20DCC6E8699B1D6FCA1D6BA25EFD /* IQUIWindow+Hierarchy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F402A355AC95D8D6CCD8041610CA16B6 /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 752A6083B09826DEDEB697E802AC4226 /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4140D97BF118967127AF2C24225C4AE /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = EB0C68EE926023BFA60EA259FC63F726 /* RACGroupedSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F437A416E9CED48E0030EEB91B1B8348 /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DC7E8F47F5521196B9C0D29AB2A0223 /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4ADC03B54CA3164093DBEA9BCF7BF79 /* WHToast.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C6039A2240838539A8E6EA8651460DC /* WHToast.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F4D2F91100A607845C03251B5A4D5206 /* EasyAlertTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 3084981524CCD1733B4C504FFAC3BA9B /* EasyAlertTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F58F6731ED362D44A7787B09B419E9D5 /* MSNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 08647B93574AE5E15CA29E6A01CC5249 /* MSNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5A4CB012EF30B271A57F3AEFE6D1573 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 964FD4A720B76B57A4EDFA609570C30F /* RACSubscriptionScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F6359E715D2BBA08ACE5886169A97970 /* JLLocationInUsePermission.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B774F34EE32E027C1FC22DC4BC6A072 /* JLLocationInUsePermission.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F6D1990B36F2C942A4A9F9A7A02B6A7D /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E7966FFFD66E708933F3C33C369D95 /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7631A90FF1BE0F2DEBC08649522E1FB /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = B64F14D25B2571B394E2DF9D7EE52EE3 /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F769D2C88D26627E3A8C70484EC0462E /* ZXNavHistoryStackCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 53D0CC781F7A2B6E3FF76A365E4FA6C2 /* ZXNavHistoryStackCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F7A42D8D776ACF5D2EAA324F2ADFA15F /* NSObject+YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E5A3501F5BFFE36765D8C74A8998A35 /* NSObject+YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7B01FFE6B471A699C2573CFA49371EE /* UIGestureRecognizer+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = FE717A185BA900D8EC37495E0E269DD1 /* UIGestureRecognizer+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F7CA297AFA937D1FA2C05159469368F7 /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 01B478AB782F812D05F6DC648E9E10E4 /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F87F52CC0B422B6607CCD0594C0E4400 /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BEC6B96165825343BBF7BC110C83B77 /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F93BFC4ED7B66D64F38975E515BB71D0 /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC4453BD1BFA5A007B252C145CEB565 /* RACErrorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F95DDD781EB8B354296262364EDF2282 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = EA68DAF2C024B0B83814020915362280 /* SDDisplayLink.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F97E383DFDDF415961B2BBFE5C594342 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 35BEB8A825D84F1E96EFCCB30F013EC6 /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F9DBC153B934D7CCEA188D1E35AFB1AE /* EasyShowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C8CB164C5BBB8E1DCAFD93E5BDD69AD /* EasyShowView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9DCB3C1935205DAE9D2A08F81B4671F /* IQBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = BD17A9891002C8FDF260FF4249B22D64 /* IQBarButtonItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FABB4FA64080B9310BF243CBE542C7C5 /* whtoast_error@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4CB3F1A6E7AF2401EE851A219444C6CE /* whtoast_error@3x.png */; }; + FB29526BB4AC0167687B3F71F487FDF0 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 630163394608892A4ED6587930515716 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB3DEB7F93244B69DE51B8142CE391A4 /* Pods-LekangGuard-LekangGuardUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 27558F34D525C69CF329616B631FA686 /* Pods-LekangGuard-LekangGuardUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB3FC81067E5C451ADFBFF6918D8FFCA /* IQTitleBarButtonItem.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7ED41A4973971A6942B318AD61332C /* IQTitleBarButtonItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB47863E0EB625ACB20647FA758ABFB9 /* MJPropertyKey.m in Sources */ = {isa = PBXBuildFile; fileRef = B89233976DA468A2C859993ACEDE12C9 /* MJPropertyKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FB52BC4339B67A43829B626770136F3A /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = BAB34C541343E2717A011B30CB53A998 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB8EA0CB5E27FB29C99286EFE73437BF /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = D9372E40B1E95DCB6F9A7D0C021EE3FF /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; FB9246869697DD98AB7D03DD177778A5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - FBA6DF071C9C2C7912182DC060F89E8E /* UIImage+ZXNavBundleExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EB607FC9C08AF7B1B3A3C4A551B6E2B /* UIImage+ZXNavBundleExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FBC4038CFA4A51C36BB678A3B78AAF2B /* whtoast_success.png in Resources */ = {isa = PBXBuildFile; fileRef = 5F85DB38716D58DFF7CBF25E213A4190 /* whtoast_success.png */; }; - FBD055E7D2A4A83407D630955F6C13BF /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = C84239E7EF74D32B07D62490ABF96568 /* NSObject+RACPropertySubscribing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBA6DF071C9C2C7912182DC060F89E8E /* UIImage+ZXNavBundleExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = E85443E60CE66350A4AED3747E7FAE41 /* UIImage+ZXNavBundleExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBC4038CFA4A51C36BB678A3B78AAF2B /* whtoast_success.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B50EFA0F6B6368827C5658CC6F83356 /* whtoast_success.png */; }; + FBD055E7D2A4A83407D630955F6C13BF /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = CADCECD3AF1D91353F3699A1C6874218 /* NSObject+RACPropertySubscribing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; FBEF524FFDAF77B5738D8D3D375A1890 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - FC781A0F656E8C67768CAE3767D16650 /* LTScrollView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C1D3748A435416A7EFDEB495DFB00994 /* LTScrollView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC90CC50945B756A066660CDF8797DCE /* LSTControlEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = D0C8552AAC318A1CF13A61B3721F7AA8 /* LSTControlEvents.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FC9975A39D72A6CB1FBB712791BFE22C /* MSNetwork-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE898BD42C644E1B3D10824AF306C53 /* MSNetwork-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCEC35FA04A6164D91F2E0E1B7985A41 /* MQTTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 945FE8EE09014D63F0855D6A96341941 /* MQTTTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC781A0F656E8C67768CAE3767D16650 /* LTScrollView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6475EA08C22E6279FB507F18E5DFBF32 /* LTScrollView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC90CC50945B756A066660CDF8797DCE /* LSTControlEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = 21F55671C698BDDDCE3B2D0FECA5B471 /* LSTControlEvents.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FC9975A39D72A6CB1FBB712791BFE22C /* MSNetwork-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BD22AABD4D3F0FC4AC9CAD7A4B02CFC /* MSNetwork-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCEC35FA04A6164D91F2E0E1B7985A41 /* MQTTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = D94ED5AFBBFD5BED1BD9833055891D3F /* MQTTTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; FCF76E5D9574E557CF4F229BE08EA16E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */; }; - FD1EEC5424E6A72A00CE472C661A0737 /* IQUIView+IQKeyboardToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A0CB0D87976EE9B9832B6BF8991905A /* IQUIView+IQKeyboardToolbar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FD816E1274424AEA749A91F1AC3B35A3 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = E3CEEB3278682AEE7266B4B84C3D38C3 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; - FD972415ADF4B210B21626952D31146B /* SGPermissionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = F096E4B7745918B22F9BB5A2A79B9998 /* SGPermissionCamera.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDA2F299C5AE073EBCB6D9ADD6647AA0 /* SGQRCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C0FD8D9492F0B1C50B602129689AF03 /* SGQRCode-dummy.m */; }; - FDB8A96421FD2CF6B2D28F151053934D /* YYModel.h in Headers */ = {isa = PBXBuildFile; fileRef = EB332858CB0E63D51747A98F39C17023 /* YYModel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE17037EEAC640E561EAFAF93448ADA3 /* JLAuthorizationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F279365D32130D16FC5E2ADB1AE1EA /* JLAuthorizationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF0C00503143281B1B06F5E632FE2084 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = E067B911F05D16A6F7DC4FABE49269CF /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF6E4C876A6B86275E8AFF44B97085D2 /* LSTTimer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 396D35778D8D55AC39194DE244FCAA8D /* LSTTimer-dummy.m */; }; - FFFC55F9DF8595AE3521B2A5DC5F9F60 /* LSTPopView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A8A3FD4B374E6026F1EE974E2E4D5D0 /* LSTPopView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FD1EEC5424E6A72A00CE472C661A0737 /* IQUIView+IQKeyboardToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 82FA354036A5343453A94FC42D4A4A90 /* IQUIView+IQKeyboardToolbar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FD816E1274424AEA749A91F1AC3B35A3 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AFFC463B21352AD58838B11DFC91962D /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FD972415ADF4B210B21626952D31146B /* SGPermissionCamera.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6E0E1D63B32755EF24A0682DAABD74 /* SGPermissionCamera.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FDA2F299C5AE073EBCB6D9ADD6647AA0 /* SGQRCode-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 262B330FA4D25F8158CB24EDD564A5E6 /* SGQRCode-dummy.m */; }; + FE17037EEAC640E561EAFAF93448ADA3 /* JLAuthorizationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AF16663CF220D64EF5DED488221A82ED /* JLAuthorizationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF0C00503143281B1B06F5E632FE2084 /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = B94E95E8E520E74AE80F5CD0C1D5133E /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF8A245E492548B00CFBECCD050803B9 /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF60DBE9D68394316E16663D5730D13 /* YYDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FFFC55F9DF8595AE3521B2A5DC5F9F60 /* LSTPopView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C1109D987C9FB7E83EB9413E9E822FF /* LSTPopView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 016489656727F253149BE5C8F3129EB3 /* PBXContainerItemProxy */ = { + 02B2CAD7F98B94A422CE593DAAE30544 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 54F872FDE6669F86C58C8075211FE643; - remoteInfo = AMapSearch; + remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; + remoteInfo = BRPickerView; }; - 03DE389C33B468D106804C042414B3D0 /* PBXContainerItemProxy */ = { + 03820A056B9A22DE3CAF944527DABF74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; - remoteInfo = YYCache; + remoteGlobalIDString = A1A7442D300629D234FA2A1F322F5D21; + remoteInfo = ZXNavigationBar; }; - 04FBB4ED06EA7431873582A883A6C27B /* PBXContainerItemProxy */ = { + 15335AFD64FBBBD3849613CD359E7ACA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E064E67BAAB46555CF0AC477B550A4EE; - remoteInfo = KafkaRefresh; + remoteGlobalIDString = 5A2609DB0612F95A3450D2E02CA850A0; + remoteInfo = LSTTimer; }; - 05402460B474F21EB46BAD2B41DF487F /* PBXContainerItemProxy */ = { + 1790D96CB255684CFDA4BDB91B99996C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; + remoteGlobalIDString = C2C6771AD3B585B48A1C9F4D3A457CC0; + remoteInfo = mob_smssdk; }; - 06B43A92A2B141ED9991A33B98AED743 /* PBXContainerItemProxy */ = { + 1BE8784CC77DD74EC2E6A008A0FC899C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8B7D23DD98E41BAE91418E9E85F191D6; - remoteInfo = LSTPopView; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; }; - 0C47E5500BDCABBBCB6A7F29A5EB4666 /* PBXContainerItemProxy */ = { + 1DEB9EBA84C194994E2ECF63C4B6AC26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96A71E2D0E511BC61A075CBCA60F91F2; - remoteInfo = MSNetwork; + remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; + remoteInfo = YYModel; }; - 0C799CC63B7417519BA91649E222953E /* PBXContainerItemProxy */ = { + 1EC34E6DD42B12ECA4209A7A8AB3D883 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; remoteInfo = YYModel; }; - 104E0B8E977EA95693342EA9960605B7 /* PBXContainerItemProxy */ = { + 239D7A5CE8AA9F21DDFA044DD5BFCD27 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; - remoteInfo = MJExtension; + remoteGlobalIDString = C2C6771AD3B585B48A1C9F4D3A457CC0; + remoteInfo = mob_smssdk; }; - 11D52894F696F7105853FCB8F2B6729C /* PBXContainerItemProxy */ = { + 251DE0CCC345F10AA4BDECAA7EC2E6DE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1BCD9702276377FB5B3BDB6EAF709D7; - remoteInfo = DZNEmptyDataSet; + remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; + remoteInfo = YYCache; }; - 12E11B0F64B84104ED87B75EDDE067CF /* PBXContainerItemProxy */ = { + 272D67991068EEF622765706BD03EEE7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8B7D23DD98E41BAE91418E9E85F191D6; - remoteInfo = LSTPopView; + remoteGlobalIDString = 5DFB1E8B626A431E55AEDA7691951B26; + remoteInfo = LGAlertView; }; - 15AAA335CB16F14597413E9CF4B6C386 /* PBXContainerItemProxy */ = { + 29C03CEFABF1FED638B20F8DC5CB921D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D5F30F540311B3815E7ABD7ACFCAB680; - remoteInfo = JLAuthorizationManager; + remoteGlobalIDString = D46E1FA24EE496A610F8A799B4E6C573; + remoteInfo = EasyShowView; }; - 22115D64AF45EEF2381E0BF95F99399B /* PBXContainerItemProxy */ = { + 2AEC9414761894259203149A06DF8C48 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D5F30F540311B3815E7ABD7ACFCAB680; - remoteInfo = JLAuthorizationManager; + remoteGlobalIDString = 2035A387A5D5D85BEF7F693731454A3D; + remoteInfo = SGQRCode; }; - 23B40CF71AA95E7A45BD2E2253509470 /* PBXContainerItemProxy */ = { + 2B116A82704D9DE20AE1575E358478DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D46E1FA24EE496A610F8A799B4E6C573; - remoteInfo = EasyShowView; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; }; - 26963EC0FCDBD7B9FB3D27B6A28DA5CD /* PBXContainerItemProxy */ = { + 2B625CE81F65184A11480198BC44FA4C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A1A7442D300629D234FA2A1F322F5D21; - remoteInfo = ZXNavigationBar; + remoteGlobalIDString = F1BCD9702276377FB5B3BDB6EAF709D7; + remoteInfo = DZNEmptyDataSet; }; - 2C6FA26C99720A60715DC24EFE52EE89 /* PBXContainerItemProxy */ = { + 2BC72E260AE663C2C16CF3C1E7AF15B8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95632358D0525A520467DAAD7ECCA44A; - remoteInfo = LSTCategory; + remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; + remoteInfo = YYModel; }; - 3C3840BF36793A4760B3FDF25AB2159C /* PBXContainerItemProxy */ = { + 3321E0C13E5482600184500BC570C10C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2035A387A5D5D85BEF7F693731454A3D; - remoteInfo = SGQRCode; + remoteGlobalIDString = A1A7442D300629D234FA2A1F322F5D21; + remoteInfo = ZXNavigationBar; }; - 3D090A5206C53FF5FD3B758BEAB65CD9 /* PBXContainerItemProxy */ = { + 34AE90A44970DEDD1AF875F164B98132 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2C6771AD3B585B48A1C9F4D3A457CC0; - remoteInfo = mob_smssdk; + remoteGlobalIDString = 929F50F81D2A5BF3D43E669B99470F02; + remoteInfo = AgoraRtcEngine_Special_iOS; }; - 44FAC176219CB37C86AD00AD4FA1AEEC /* PBXContainerItemProxy */ = { + 367C40AABD690038B9BFA477FBAE26F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; - remoteInfo = GoogleMaps; + remoteGlobalIDString = D5F30F540311B3815E7ABD7ACFCAB680; + remoteInfo = JLAuthorizationManager; }; - 49AED227F2C3317E6F434F1151B6CF19 /* PBXContainerItemProxy */ = { + 39E7F4FDE27BBCE0E29A48E56CEEFBB7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 929F50F81D2A5BF3D43E669B99470F02; - remoteInfo = AgoraRtcEngine_Special_iOS; + remoteGlobalIDString = 5A2609DB0612F95A3450D2E02CA850A0; + remoteInfo = LSTTimer; }; - 4B45F68713E34F3589E391DCF5132433 /* PBXContainerItemProxy */ = { + 3AD5FF292DC36271191A188804FE6B0F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; - remoteInfo = AFNetworking; + remoteGlobalIDString = 0C1885900810601510E0C632060FAF26; + remoteInfo = GooglePlaces; }; - 53715E01D86C121F5DB320DE1C5561EE /* PBXContainerItemProxy */ = { + 3F693AA5C9E0B135E88C11B9A9796B7B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 695B40E31D35B2A65C33B9C7D9AB71BB; + remoteInfo = LTScrollView; }; - 58A44B8FAE2A1F5A9B4180F33EFFE763 /* PBXContainerItemProxy */ = { + 3FCCEA35032823658834A8D501058A4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; - remoteInfo = BRPickerView; + remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; + remoteInfo = GoogleMaps; }; - 58C98C4C4A44A642502A810C3F6F991B /* PBXContainerItemProxy */ = { + 41FC7A5471DE016B88E023E908713395 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 54F872FDE6669F86C58C8075211FE643; - remoteInfo = AMapSearch; + remoteGlobalIDString = 95632358D0525A520467DAAD7ECCA44A; + remoteInfo = LSTCategory; }; - 595495C950D953DFC5C18B276A946708 /* PBXContainerItemProxy */ = { + 43C9D3ABA6073DA56C94D5450A38EA52 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; - remoteInfo = MQTTClient; + remoteGlobalIDString = 2035A387A5D5D85BEF7F693731454A3D; + remoteInfo = SGQRCode; }; - 5A2FA6D44F1FADACDEEEF6E89C934117 /* PBXContainerItemProxy */ = { + 496F622F484B5003CD68391FB615D9BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A1A7442D300629D234FA2A1F322F5D21; - remoteInfo = ZXNavigationBar; + remoteGlobalIDString = F219F05AB3C3ACB1AFF977C96A31685A; + remoteInfo = JhtMarquee; }; - 62231498DF2A1EA3D84AFF1242FE3202 /* PBXContainerItemProxy */ = { + 4A8CFB60E4CC839135B0CF6DAF7C3BDE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AD30F878876ACF9E0D50EE609ED280E9; - remoteInfo = "Pods-LekangGuard"; + remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; + remoteInfo = AFNetworking; }; - 641E4424C6976613CAF79B867126CC78 /* PBXContainerItemProxy */ = { + 4D22D630755FCB96EB5F19F7E12E0CE6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 95632358D0525A520467DAAD7ECCA44A; + remoteInfo = LSTCategory; }; - 65EF8F539699F6BFE5AACE6CBCD0903D /* PBXContainerItemProxy */ = { + 5717E81C736D3C9C8C129F9293CC64BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 695B40E31D35B2A65C33B9C7D9AB71BB; - remoteInfo = LTScrollView; + remoteGlobalIDString = AD30F878876ACF9E0D50EE609ED280E9; + remoteInfo = "Pods-LekangGuard"; }; - 6708FB504D3A38B2186825EC51364130 /* PBXContainerItemProxy */ = { + 607143A40201A3694DD83340940AAC59 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; - remoteInfo = IQKeyboardManager; + remoteGlobalIDString = B44FB02BD2D3FEAD1F36808AD405A543; + remoteInfo = "AMap3DMap-NO-IDFA"; }; - 68A202F017D4C64FB2FD721540FB8AD9 /* PBXContainerItemProxy */ = { + 62E447CBF1120ECB6DF2961B1F4F73A3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E064E67BAAB46555CF0AC477B550A4EE; - remoteInfo = KafkaRefresh; + remoteGlobalIDString = 38986664EBE0043A3614949E53335639; + remoteInfo = MOBFoundation; + }; + 63580BD74AE0EA5E233DCBACB5648F9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; }; - 69D10459E3961BD95E504E8889D0C7E1 /* PBXContainerItemProxy */ = { + 66C91BB8EBC4E6E74B36EBA61C59442C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; remoteInfo = AFNetworking; }; - 6B8E0E4AF62A17961B9ECAC12717366A /* PBXContainerItemProxy */ = { + 67CDAAA430ADA9ACF1CB51BE2C5F651D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D242E33A5D4C3F72815B07AC6F4D8F06; - remoteInfo = YCShadowView; + remoteGlobalIDString = 929F50F81D2A5BF3D43E669B99470F02; + remoteInfo = AgoraRtcEngine_Special_iOS; }; - 71F3BBD917F5B28BAA4C61691AE6AC96 /* PBXContainerItemProxy */ = { + 6F75985F1E1981C5E23C9E69A845915C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; + remoteGlobalIDString = F219F05AB3C3ACB1AFF977C96A31685A; + remoteInfo = JhtMarquee; }; - 77781DAD4A919E8DD4A6C56ED82AA0BB /* PBXContainerItemProxy */ = { + 784B671F1A99BAFC27A76783972A56B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F1BCD9702276377FB5B3BDB6EAF709D7; - remoteInfo = DZNEmptyDataSet; + remoteGlobalIDString = D242E33A5D4C3F72815B07AC6F4D8F06; + remoteInfo = YCShadowView; }; - 7A16027274979776C6858891C1E8D2C0 /* PBXContainerItemProxy */ = { + 7BB67A743F05E5177BC3AAE60ADD6248 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 96A71E2D0E511BC61A075CBCA60F91F2; remoteInfo = MSNetwork; }; - 7C2D9BBBA466F4D82719610EBA2F083A /* PBXContainerItemProxy */ = { + 7CBDB89E1018A71744EF3F3C09CD5320 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D242E33A5D4C3F72815B07AC6F4D8F06; - remoteInfo = YCShadowView; + remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; + remoteInfo = GoogleMaps; }; - 803727CCBE0DFA2263E1C129E2089B4F /* PBXContainerItemProxy */ = { + 7CF404B097724BD6DA7EE9F8F388E808 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D46E1FA24EE496A610F8A799B4E6C573; - remoteInfo = EasyShowView; + remoteGlobalIDString = 8B7D23DD98E41BAE91418E9E85F191D6; + remoteInfo = LSTPopView; }; - 806D1543334597B4A3BAD3833BC1B65B /* PBXContainerItemProxy */ = { + 8055C5C89E9DC55C008D976AAD978505 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95632358D0525A520467DAAD7ECCA44A; - remoteInfo = LSTCategory; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; }; - 8154DCE96CD80C55240DC4A28AE46424 /* PBXContainerItemProxy */ = { + 8127776CF9453A7FF4F0AA097AE29292 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 38986664EBE0043A3614949E53335639; - remoteInfo = MOBFoundation; + remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; + remoteInfo = IQKeyboardManager; }; - 83BC9694322D186C6C29D5B1FBCAE0E1 /* PBXContainerItemProxy */ = { + 835C0E0D587E5DF4B01C4CB136DA9519 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E5B4BBC6DD552AC8943C7E22772FC1D3; - remoteInfo = GoogleMaps; + remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; + remoteInfo = MJExtension; }; - 8687DAAD895212A74C959652AEF19B46 /* PBXContainerItemProxy */ = { + 85C79F3C6E486AE6EE985CBA70073248 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; remoteInfo = ReactiveObjC; }; - 8845C6AA52F5B8F131EE85B2B5FD048D /* PBXContainerItemProxy */ = { + 865376235C517044DAA244EF2A0CEA05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; - remoteInfo = BRPickerView; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; }; - 896632B11B99AD81B951B4647A258DE8 /* PBXContainerItemProxy */ = { + 8C70C0CE5C75B52F815F791D69A2C944 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; + remoteGlobalIDString = 4F1379598302C9160590B3650C10E1A5; + remoteInfo = "AMapSearch-NO-IDFA"; }; - 8E5C2120BA939BEAC17E33850EF1E7C8 /* PBXContainerItemProxy */ = { + 8F7F1920A4D61A76950FD247F1507B0C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 067BC225DE4A1AFFF97D8A4B9BB75150; - remoteInfo = JuphoonCloudSDK_iOS; + remoteGlobalIDString = 95632358D0525A520467DAAD7ECCA44A; + remoteInfo = LSTCategory; }; - 8F04A5049FFE33172AA0B35F17CA9B69 /* PBXContainerItemProxy */ = { + 9796FC5A602334579E6DCF362CA8C783 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; - remoteInfo = MQTTClient; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; }; - 90742C2D10D2FD78146D597B6FE9937A /* PBXContainerItemProxy */ = { + 98D07ECF4DDB4108188398E41E0F3BD7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C2C6771AD3B585B48A1C9F4D3A457CC0; - remoteInfo = mob_smssdk; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - 94865824B81DD3E0144AC21AA3598770 /* PBXContainerItemProxy */ = { + 9B85AC541A902C1B106DC4F32A26B977 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; + remoteGlobalIDString = DCD0DEEDE9CB35945D67203F112697C6; + remoteInfo = WHToast; }; - 95F85E781122776BFF2C2D30362FF09D /* PBXContainerItemProxy */ = { + 9F2FBD9B6C1EFD52E41AB7A01247093B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; + remoteGlobalIDString = 5A2609DB0612F95A3450D2E02CA850A0; + remoteInfo = LSTTimer; }; - 967610C1A230DBF6F025D3B56CA56DE3 /* PBXContainerItemProxy */ = { + 9F729C18335E904090A32F7ABA697EDE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0C1885900810601510E0C632060FAF26; remoteInfo = GooglePlaces; }; - 97580198CC766BC7B6BD67BC916648F0 /* PBXContainerItemProxy */ = { + 9FBDB2316DF89E00089CE6A0C20F4B34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F219F05AB3C3ACB1AFF977C96A31685A; - remoteInfo = JhtMarquee; + remoteGlobalIDString = 96A71E2D0E511BC61A075CBCA60F91F2; + remoteInfo = MSNetwork; }; - 9BC46BA6D6478C38FA0613B6751A8950 /* PBXContainerItemProxy */ = { + A3B55F10CDE331C74E42EDD97D8843EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; remoteInfo = ReactiveObjC; }; - 9F813D81724CF5B2BB48690D5673D0D5 /* PBXContainerItemProxy */ = { + AB20308716591743FCCD0987DFB5EC85 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DCD0DEEDE9CB35945D67203F112697C6; - remoteInfo = WHToast; + remoteGlobalIDString = D46E1FA24EE496A610F8A799B4E6C573; + remoteInfo = EasyShowView; }; - A1696731451E9EED24B2949C79113FF0 /* PBXContainerItemProxy */ = { + AC2B558AC864AD409EBC22F8BAAB4EF1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5A2609DB0612F95A3450D2E02CA850A0; - remoteInfo = LSTTimer; + remoteGlobalIDString = D505645C3F99EB1E8B6529D64D2C3E1C; + remoteInfo = BRPickerView; }; - B0015993CBFB845850E79722400C4B79 /* PBXContainerItemProxy */ = { + B514141068C716BAA68449830454769F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 695B40E31D35B2A65C33B9C7D9AB71BB; - remoteInfo = LTScrollView; + remoteGlobalIDString = E064E67BAAB46555CF0AC477B550A4EE; + remoteInfo = KafkaRefresh; }; - B0B4BA004DB3898B7BFCE2EBB58F64E0 /* PBXContainerItemProxy */ = { + B815D0F6A092225EC5427ED981C7B7BC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; - remoteInfo = MJExtension; + remoteGlobalIDString = D242E33A5D4C3F72815B07AC6F4D8F06; + remoteInfo = YCShadowView; }; - B10593F416DCB39E2B435A3AE6C417D7 /* PBXContainerItemProxy */ = { + B9155A6295A6BE0B72B019D72BEB6641 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DCD0DEEDE9CB35945D67203F112697C6; - remoteInfo = WHToast; + remoteGlobalIDString = 7F18C31A804695333763EEC303E265D7; + remoteInfo = "WechatOpenSDK-XCFramework"; }; - B76A4B14AA64970BAF67612B8FE63138 /* PBXContainerItemProxy */ = { + BA405B8291814641C6B1A65AD6B86AA9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; - remoteInfo = YYModel; + remoteGlobalIDString = 5DFB1E8B626A431E55AEDA7691951B26; + remoteInfo = LGAlertView; }; - B9C5858F798C8213E79FF0C8FF1BE5E0 /* PBXContainerItemProxy */ = { + BA7794E4A2B969365CE14F1661CC75E8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; - remoteInfo = YYCache; + remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; + remoteInfo = IQKeyboardManager; }; - C04D7628BC60FB39C4F805DD7B3A0915 /* PBXContainerItemProxy */ = { + C27E4CE1DCCDB181CFFF12771EE81B83 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 067BC225DE4A1AFFF97D8A4B9BB75150; - remoteInfo = JuphoonCloudSDK_iOS; + remoteGlobalIDString = D5F30F540311B3815E7ABD7ACFCAB680; + remoteInfo = JLAuthorizationManager; }; - C2A2904B53D5791E3234E175ACEB5C50 /* PBXContainerItemProxy */ = { + CABD1EAADC5739E444AE579B5C87C6C6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; - remoteInfo = AFNetworking; + remoteGlobalIDString = DCD0DEEDE9CB35945D67203F112697C6; + remoteInfo = WHToast; }; - C75265D801BF21191BCB9C32EE740F1A /* PBXContainerItemProxy */ = { + CC8914BE2E10A553B925F87AFCFFB2E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5A2609DB0612F95A3450D2E02CA850A0; - remoteInfo = LSTTimer; + remoteGlobalIDString = F1BCD9702276377FB5B3BDB6EAF709D7; + remoteInfo = DZNEmptyDataSet; }; - C83206D19732E914A39DEBD05AB75C05 /* PBXContainerItemProxy */ = { + CF1EE8B90B06D59438859F30BADD8EB4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F18C31A804695333763EEC303E265D7; - remoteInfo = "WechatOpenSDK-XCFramework"; + remoteGlobalIDString = 695B40E31D35B2A65C33B9C7D9AB71BB; + remoteInfo = LTScrollView; }; - CE123F32B792B80FD5117FD27E063DA9 /* PBXContainerItemProxy */ = { + CF8C9B0EFF8220A5C13BF2B1F3E9660C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FBA456CB50E371584C11231929A0971E; - remoteInfo = IQKeyboardManager; + remoteGlobalIDString = B44FB02BD2D3FEAD1F36808AD405A543; + remoteInfo = "AMap3DMap-NO-IDFA"; }; - D7C11D6AABA0AF0CC6BA29617EF567FC /* PBXContainerItemProxy */ = { + CFFDA554BFDEEA1221D12E9B5D07937D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5DFB1E8B626A431E55AEDA7691951B26; - remoteInfo = LGAlertView; + remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; + remoteInfo = YYCache; }; - D8CDC1E6DDAAEB26A99FB6E70E94B789 /* PBXContainerItemProxy */ = { + D1AC71BCB434658E2878B252217693D2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 929F50F81D2A5BF3D43E669B99470F02; - remoteInfo = AgoraRtcEngine_Special_iOS; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - DB9E64B034EFC6D75F250A7AE11AF108 /* PBXContainerItemProxy */ = { + D6548BF35CE9539CB34A09BF21A4371F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 38986664EBE0043A3614949E53335639; - remoteInfo = MOBFoundation; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; }; - DED916F4EF90C7A35A8369C2BA8A7FAB /* PBXContainerItemProxy */ = { + D9B75064AC1EC233F0A5436F4B358C2A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 95632358D0525A520467DAAD7ECCA44A; - remoteInfo = LSTCategory; + remoteGlobalIDString = 067BC225DE4A1AFFF97D8A4B9BB75150; + remoteInfo = JuphoonCloudSDK_iOS; }; - E0BAC588263D200DDD855D4E66DB6943 /* PBXContainerItemProxy */ = { + E06F6750E10892F2F5EBC6FC5703083F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F219F05AB3C3ACB1AFF977C96A31685A; - remoteInfo = JhtMarquee; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; }; - E5897FC93E5457B3B6649C1865A720B9 /* PBXContainerItemProxy */ = { + E10BFFF6A32924327B3F7B1C141FFA79 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C1885900810601510E0C632060FAF26; - remoteInfo = GooglePlaces; + remoteGlobalIDString = 9B182CB4E1716E9070813D3C59736001; + remoteInfo = "AMapFoundation-NO-IDFA"; }; - EB203241A11A597960A9CC39F0440E65 /* PBXContainerItemProxy */ = { + E52EF0870A46D9D36078DED460868614 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 84B44807A12996D487A4A591A481D6A0; - remoteInfo = YYModel; + remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; + remoteInfo = AFNetworking; }; - EC47A5D05CBE78CA0F99268A99B0FCD1 /* PBXContainerItemProxy */ = { + E67E039D37CA4679AC0CF4F6C4DAA074 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5A2609DB0612F95A3450D2E02CA850A0; - remoteInfo = LSTTimer; + remoteGlobalIDString = 8B7D23DD98E41BAE91418E9E85F191D6; + remoteInfo = LSTPopView; }; - ECAF690E0162F7B99CE10042F03B7274 /* PBXContainerItemProxy */ = { + E7C609F741E19874C68B27C168E2ED34 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; - remoteInfo = YYCache; + remoteGlobalIDString = 38986664EBE0043A3614949E53335639; + remoteInfo = MOBFoundation; }; - F5B90DC50935A9A9A2AE047D24232517 /* PBXContainerItemProxy */ = { + E83AB51C295ABD348CE71212C080A30E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2035A387A5D5D85BEF7F693731454A3D; - remoteInfo = SGQRCode; + remoteGlobalIDString = CFDAE6EB02F58B9A37CADCF439AE6082; + remoteInfo = YYCache; }; - F9ABBAFB988BB6FA890594AC22ECF52F /* PBXContainerItemProxy */ = { + EA6139F5F60242A027D5089200BCF2DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; + remoteInfo = MQTTClient; + }; + EE418E6D68E6613C0687DB87CEA194CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7F18C31A804695333763EEC303E265D7; remoteInfo = "WechatOpenSDK-XCFramework"; }; - F9F9F15B7F640D4A0F65C3E512190AE7 /* PBXContainerItemProxy */ = { + EEF327686F887841AFA853F5808AC1F0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5DFB1E8B626A431E55AEDA7691951B26; - remoteInfo = LGAlertView; + remoteGlobalIDString = E064E67BAAB46555CF0AC477B550A4EE; + remoteInfo = KafkaRefresh; + }; + F97B8DF0AE534794279D57D5A36E32E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; + remoteInfo = MJExtension; }; - FD8C187907AEEC034A7C0A65A40D359C /* PBXContainerItemProxy */ = { + FA2B33FEAA618CA107AC2B8E403801E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 38986664EBE0043A3614949E53335639; remoteInfo = MOBFoundation; }; + FC8A4086AAD0F21349EF468C96409290 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18D5937A1FF4E1064BDE592E5E9532EA; + remoteInfo = MQTTClient; + }; + FEC44DF1067E73078D245C0CD833C1BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 067BC225DE4A1AFFF97D8A4B9BB75150; + remoteInfo = JuphoonCloudSDK_iOS; + }; + FFB84FD9F8924A8E1C60FDAD3DA8B74C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4BD4E22D3419D68A85BDD6119CB37C6C; + remoteInfo = "AMapLocation-NO-IDFA"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 002E5FAABCE2D212E83642278CD53DE2 /* MQTTLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTLog.m; path = MQTTClient/MQTTClient/MQTTLog.m; sourceTree = ""; }; - 0038AEF22F1104ACE9D7DADDC2892202 /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; - 007A7A73BBA7862D72D8BAE980882019 /* mtc_doodle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_doodle.h; path = include/lemon/mtc/mtc_doodle.h; sourceTree = ""; }; - 008226659CD88EF376F949A789EFEB2C /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; - 00D7FB8C22AF238523C8F0A67EA07CCC /* KafkaRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KafkaRefresh.modulemap; sourceTree = ""; }; - 0146771C44E156A5C24D1BD32079E3AB /* mtc_path.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_path.h; path = include/lemon/mtc/mtc_path.h; sourceTree = ""; }; - 0168ED003C57EB5D536068E467DF3131 /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; - 017B909CFD6FF8726D69203884B65EC8 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; - 017FBF09B4746F6F89B283B336302FBF /* EasyShowView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EasyShowView.modulemap; sourceTree = ""; }; - 018B88FE6087A960F4958649F68A7345 /* UIControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupport.m"; path = "ReactiveObjC/UIControl+RACSignalSupport.m"; sourceTree = ""; }; - 01FD09B3CF8269F153C20D3866836451 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 023C4E500AEB6D2713928FA806DFFA0C /* KafkaNativeFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaNativeFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaNativeFooter.m; sourceTree = ""; }; - 027139CE7EA2A082440DADDC158F7B11 /* YYCache-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCache-dummy.m"; sourceTree = ""; }; - 029F5472C495B92B9B42AE5B76A053B9 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - 032A274353F0AC260F4062EEA94EF62E /* JLBluetoothPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLBluetoothPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPermission.h; sourceTree = ""; }; - 03418E6AB7481BFA08AA29AAC374F530 /* UIImage+WHToast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WHToast.h"; path = "WHToast/UIImage+WHToast.h"; sourceTree = ""; }; - 036BAD87740E8936F2B430F1E0753B02 /* EasyLoadingGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingGlobalConfig.m; path = EasyShowView/EasyLoadingGlobalConfig.m; sourceTree = ""; }; - 03AA4D3698C118927B60CD4C08E0AC78 /* LGAlertView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LGAlertView.debug.xcconfig; sourceTree = ""; }; - 03CE3E156AEB41CE1B8BEB355A236001 /* LGAlertView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LGAlertView-prefix.pch"; sourceTree = ""; }; - 04F3D93EE8A30FA95354FFEA3B5A8657 /* EasyAlertPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertPart.m; path = EasyShowView/EasyAlertPart.m; sourceTree = ""; }; - 0514640A9E13DB241685D9D94DE343EA /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; - 05493C18DFC2B6BC856D2B53B145AB2B /* UISlider+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISlider+RACSignalSupport.h"; path = "ReactiveObjC/UISlider+RACSignalSupport.h"; sourceTree = ""; }; - 05532CC36AD22F0924E70AD9E76CBD1D /* IQUIView+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+Hierarchy.h"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.h"; sourceTree = ""; }; - 05AE404032B72809747EC18A73615E35 /* zmf_ext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_ext.h; path = include/grape/zmf_ext.h; sourceTree = ""; }; - 061CA9D2EDB03D5B3116E6E67755218E /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; - 061FC148CDA242EE292A139DBF944450 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; - 06222A31755CFE4F01B5E48E768C47DE /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; - 063548121B1BC667E186C260F4F25479 /* mtc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc.h; path = include/lemon/mtc/mtc.h; sourceTree = ""; }; - 06D5752AB3A9CCFAF8D79CA98020E6C6 /* YYCache.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCache.modulemap; sourceTree = ""; }; - 06FA14F874E7BEA96F76378DA59FA625 /* LSTGestureEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTGestureEvents.h; path = LSTCategory/Classes/Code/LSTGestureEvents/LSTGestureEvents.h; sourceTree = ""; }; - 075A44DF1934ED5844F9E13F4348DCD5 /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; sourceTree = ""; }; - 07699A6AA4C5039ADC03D4F500F5B1D8 /* LSTTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTTimer.h; path = LSTTimer/Classes/LSTTimer.h; sourceTree = ""; }; - 07AD15DAF1D8C1DCD9E3F6129FECB5A7 /* mtc_im_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_im_db.h; path = include/lemon/mtc/mtc_im_db.h; sourceTree = ""; }; - 07DC8AD95F00A95ADB8FC926E7B530B8 /* JLBluetoothPeripheralPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLBluetoothPeripheralPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPeripheralPermission.h; sourceTree = ""; }; - 0815A5D994FFC1A4A771510FFE548909 /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; - 086754C959C51449C0C1770D2BD3DF6D /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; - 0878B6A9262A4996DAFFA00360CA5D40 /* JLCameraPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLCameraPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLCameraPermission.h; sourceTree = ""; }; + 006B8A9E067D44148F328BE04FBB977F /* IQUIView+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+Hierarchy.h"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.h"; sourceTree = ""; }; + 00C2DF3DA1547ADF024F257252F0254E /* MOBFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MOBFoundation.release.xcconfig; sourceTree = ""; }; + 015C9F4BEA341BE0064AEFDDE4BEAE50 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; + 01B478AB782F812D05F6DC648E9E10E4 /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + 01C36DE49271B07A5652CEC9EEAA926A /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + 01D472FABD7476462E7B6E44D1A84524 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + 01FDBBBC384B13BD08DB5DC4DF485A81 /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMaps.framework; path = Subspecs/Maps/Frameworks/GoogleMaps.framework; sourceTree = ""; }; + 0222B2983D240DBFA94FD0420721F19A /* JLAuthorizationManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JLAuthorizationManager.modulemap; sourceTree = ""; }; + 02F3ABF0EDF50AA328BF4A79FBA3E4B1 /* KafkaNativeFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaNativeFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaNativeFooter.m; sourceTree = ""; }; + 02F5414B30480F2FFBE42E6ADC4887EB /* mtc_doodle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_doodle.h; path = include/lemon/mtc/mtc_doodle.h; sourceTree = ""; }; + 0318C6B7D1BFFA034786D152024FF2A6 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + 0368DA501936801455E676966F74489C /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; + 03806644F5466AA676A88A226A3C0370 /* ZXNavigationBar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZXNavigationBar-prefix.pch"; sourceTree = ""; }; + 038AACA204C043A81B9CFF1EA10250C7 /* KafkaCategories.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaCategories.m; path = KafkaRefresh/Category/KafkaCategories.m; sourceTree = ""; }; + 03B6EBB5850E1100491936600A904818 /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; + 03EDB7D724CAD3A716D2AC365620E7B5 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 03FBDCD327592B2BE04D4BE81CB360E2 /* EasyTextTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextTypes.m; path = EasyShowView/EasyTextTypes.m; sourceTree = ""; }; + 041BFC354E5982457AE6721CB208DB60 /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; + 0433D09CD430E09E8A3DBB8667A5E359 /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.m; sourceTree = ""; }; + 043ABDFD1A91290B59B89A00E629A619 /* LGAlertViewButtonProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewButtonProperties.m; path = LGAlertView/LGAlertViewButtonProperties.m; sourceTree = ""; }; + 04BB798285BF5175AF07FE758DC8739B /* mtc_cli_cb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli_cb.h; path = include/lemon/mtc/mtc_cli_cb.h; sourceTree = ""; }; + 053C902F691971BCADA7121E85B556D3 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0559790551366D5CEA594CCF87D468BB /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + 0617DD8139C426EA9923988DB64A5B3F /* KafkaRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KafkaRefresh-prefix.pch"; sourceTree = ""; }; + 06301EDC3839F1F4FB875B4C38F90664 /* UIControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupport.m"; path = "ReactiveObjC/UIControl+RACSignalSupport.m"; sourceTree = ""; }; + 0631191F7CDC94E4FC788DB7744B9AC2 /* SDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCallbackQueue.h; path = SDWebImage/Core/SDCallbackQueue.h; sourceTree = ""; }; + 06416822DBD41A621CBA880EBBBA9EC2 /* GoogleMaps.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleMaps.debug.xcconfig; sourceTree = ""; }; + 06C02341B0FCD138104BDA728B24139E /* MAHeatMapVectorGridOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorGridOverlay.h; sourceTree = ""; }; + 06D3BB826817C38017A612F1498F504D /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; + 06F4475BAEE1C50086DC579D3050E45A /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + 0707C6858FC45EA9DE244F2374047565 /* mtc_call_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_db.h; path = include/lemon/mtc/mtc_call_db.h; sourceTree = ""; }; + 07882A0DB05EA54F517A32A6CF1C9049 /* mtc_push.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_push.h; path = include/lemon/mtc/mtc_push.h; sourceTree = ""; }; + 07ACEA45A1BD72436888ED0111A47644 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; + 07D9DC94454CC697E17E01BF33E5CBA9 /* LSTPopView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LSTPopView.modulemap; sourceTree = ""; }; + 07FF7992023AAE4F46BFB964840AAF39 /* LTScrollView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LTScrollView.modulemap; sourceTree = ""; }; + 084C108B1EBFE2FFA85CD23B68A12EDB /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 08647B93574AE5E15CA29E6A01CC5249 /* MSNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MSNetwork.h; path = MSNetwork/MSNetwork.h; sourceTree = ""; }; + 087ED35C5B5FC5EB27B4DA9CC08606DC /* MJFoundation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJFoundation.m; path = MJExtension/MJFoundation.m; sourceTree = ""; }; 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 08A0878A6735916BF7100A14A0444FF1 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 08A45AD694ED7E401A5A7F4F95097D98 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMapsBase.framework; path = Subspecs/Base/Frameworks/GoogleMapsBase.framework; sourceTree = ""; }; - 08BEAF7EF967C98ECC6A7040A3DD0CD6 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - 0900375092B0D33FD241FB26C975F534 /* mtc_d2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_d2.h; path = include/lemon/mtc/mtc_d2.h; sourceTree = ""; }; - 0925D38C91DF2CAD504464A511E8D905 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - 092D9C2A0A9CB4FFCD15157ED36B4751 /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; - 093238BAF936EF261DD47851D483D7EA /* UIScrollView+KafkaConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+KafkaConfiguration.h"; path = "KafkaRefresh/Configuration/UIScrollView+KafkaConfiguration.h"; sourceTree = ""; }; - 09337CAF7DA552AA5685A870758B47EC /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; - 0959275B36208D763B044E800ED264B5 /* KafkaArrowHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaArrowHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaArrowHeader.m; sourceTree = ""; }; + 089850995BD10A26C31B70916E21C466 /* MQTTSSLSecurityPolicyDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyDecoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.h; sourceTree = ""; }; + 08A77CA9C69F5933B0CD6F87BA562C65 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + 08FF18E946F967D2A48A58645ABDD973 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; + 0911AC4968CBDB55EB54935390ECCD28 /* LSTCategory.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LSTCategory.modulemap; sourceTree = ""; }; + 0970B06E1E6C26B92CB060C9C49E28AB /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; + 0976DA67BB77AF596B69E1000B016CA4 /* mtc_cli_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli_cfg.h; path = include/lemon/mtc/mtc_cli_cfg.h; sourceTree = ""; }; + 098AE1324B55CC7406E32C5440AFA0DC /* MQTTClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.release.xcconfig; sourceTree = ""; }; 09AEA6839D51CFD507EE847FFB410586 /* Pods-LekangGuard.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LekangGuard.modulemap"; sourceTree = ""; }; - 09CA157CBF1C6C4C6890F92C01A95BC6 /* SGQRCode-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SGQRCode-umbrella.h"; sourceTree = ""; }; - 09E0C39461F09E109D2AEE6BD7794C09 /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; - 0AA9D9B88943782CE3D54FA64DAA4171 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 0ACBD216A315C7FB5015EAE1C41FD58D /* JLSpeechRecognizerPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLSpeechRecognizerPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLSpeechRecognizerPermission.m; sourceTree = ""; }; - 0B041DBF5A440BF9D4E7B2B52C38A196 /* KafkaReplicatorLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaReplicatorLayer.h; path = KafkaRefresh/UIKit/LayerKit/KafkaReplicatorLayer.h; sourceTree = ""; }; - 0BB42DAF2E8E17C10B403C26A1E17111 /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; - 0BC25E11F42DC4D2A4ED83EE21F244BE /* MQTTClient-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MQTTClient-Info.plist"; sourceTree = ""; }; - 0BC8550D4828AA874CE8D0E98050CB2A /* LGAlertViewTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewTextField.h; path = LGAlertView/LGAlertViewTextField.h; sourceTree = ""; }; - 0C049F5AC851978EF4F6A47F1FE96270 /* EasyAlertConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertConfig.h; path = EasyShowView/EasyAlertConfig.h; sourceTree = ""; }; - 0C135EF1C86D3629FEAD026F45EBFA30 /* YYCache-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-umbrella.h"; sourceTree = ""; }; - 0C4F1C12C5CC3421982EE3D9736881A5 /* UIScrollView+KafkaRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+KafkaRefreshControl.m"; path = "KafkaRefresh/Core/UIScrollView+KafkaRefreshControl.m"; sourceTree = ""; }; - 0CAFB1CBA43EB11FC885CF6C6F05DA8A /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; - 0CCA30E83017976751CC809EBD143D00 /* KafkaReplicatorHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaReplicatorHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaReplicatorHeader.m; sourceTree = ""; }; - 0D1230E0241F67995571F9D64232A47B /* MQTTClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTClient.h; path = MQTTClient/MQTTClient/MQTTClient.h; sourceTree = ""; }; - 0D2A2D94C3FA71B6EE4F73D9CB86D54A /* JLLocationInUsePermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLLocationInUsePermission.h; path = JLAuthorizationManager/Classes/Permissions/JLLocationInUsePermission.h; sourceTree = ""; }; - 0D2C82B4BE1321EFF3DF382F2AC4088A /* IQKeyboardManager.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = IQKeyboardManager.bundle; path = IQKeyboardManager/Resources/IQKeyboardManager.bundle; sourceTree = ""; }; - 0D4299B9D6B4A792E0AE47F19E4F0C12 /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; - 0D685F32684FD3434C1F596F58946D56 /* NSString+ZXNavCalcSizeExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+ZXNavCalcSizeExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSString+ZXNavCalcSizeExtension.h"; sourceTree = ""; }; - 0D77D3D96154E750BFE302B7618FBC6C /* MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJProperty.h; path = MJExtension/MJProperty.h; sourceTree = ""; }; - 0DC48A8AAA31516101733C7B3161227D /* ZXNavigationBar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZXNavigationBar.debug.xcconfig; sourceTree = ""; }; - 0DEE413B9DB6F8FA28969840178490DE /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; - 0DF95086610EBE24095260E83E79F7B9 /* JLMotionPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLMotionPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLMotionPermission.h; sourceTree = ""; }; - 0E31FD4948A89A342536B2CA00BE2ED7 /* Agoraffmpeg.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Agoraffmpeg.framework; sourceTree = ""; }; - 0F3EB197CE718E24663CDB12D3125ACD /* LSTCategory-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTCategory-umbrella.h"; sourceTree = ""; }; - 0F5F6D075E5AD6720E73F3900BE2C78D /* AgoraVideoProcess.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraVideoProcess.framework; sourceTree = ""; }; - 0F70250F0706BB7EC09077CCDCB169BA /* EasyTextConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextConfig.h; path = EasyShowView/EasyTextConfig.h; sourceTree = ""; }; - 0FE67AE1D0F4BD3A2670D9A24B243D5B /* MJPropertyType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyType.m; path = MJExtension/MJPropertyType.m; sourceTree = ""; }; - 100102AF6D69B8A1782F60DC45237C32 /* KafkaCategories.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaCategories.h; path = KafkaRefresh/Category/KafkaCategories.h; sourceTree = ""; }; - 1081BD8D93A68359141C1E575E105001 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; - 10856A181F280903D53B392C115AF85F /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - 1086BF29298D50E24106F96FEF515284 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - 1089EE13A930E77C6E02B9A73280A82D /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; - 113A65DE00AA89AFD637D95888E9FCC8 /* UIColor+LSTColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+LSTColor.h"; path = "LSTCategory/Classes/Code/UIColor+LSTColor/UIColor+LSTColor.h"; sourceTree = ""; }; - 113C3A36C4C3E42BECAC1AF8C3779E4E /* DZNEmptyDataSet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DZNEmptyDataSet.debug.xcconfig; sourceTree = ""; }; - 1158D1BB1AF38A11BBE578645E821721 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 11956D3CBEBBB8FEE2A6A63292E18272 /* MOBFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MOBFoundation.framework; path = MOBFoundation/MOBFoundation.framework; sourceTree = ""; }; - 119F046476547EBAC3F1776F8B817267 /* MSNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MSNetwork.h; path = MSNetwork/MSNetwork.h; sourceTree = ""; }; - 11AF7FFE3E908027D7DA0C13EAE38465 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; - 11E6D47F9D43F76AC398C5FBF2998DC9 /* SGScanCodeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanCodeDelegate.h; path = SGQRCode/QRCode/SGScanCodeDelegate.h; sourceTree = ""; }; - 122C79CD62C98CF183D94E0FEBAAF397 /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; - 125FCDD9832DB6AA4D1A084FF779487E /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; - 126FF098D635756D72755BAA9845FAA3 /* IQToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQToolbar.m; path = IQKeyboardManager/IQToolbar/IQToolbar.m; sourceTree = ""; }; - 12DE67AD1C3FBC8341D9C7E97E3644F1 /* SDCallbackQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDCallbackQueue.h; path = SDWebImage/Core/SDCallbackQueue.h; sourceTree = ""; }; - 12F531002AC81CE0789C79EEFE3E7C34 /* YYModel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.debug.xcconfig; sourceTree = ""; }; - 131CD5647EB281823FFC334F53D91081 /* JLBasePermisssion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLBasePermisssion.h; path = JLAuthorizationManager/Classes/Base/JLBasePermisssion.h; sourceTree = ""; }; - 134238DF6C57540306F23D1B937EF3E8 /* YYCache.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.release.xcconfig; sourceTree = ""; }; - 135275725817B5E1247D8E11E0CD65C1 /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; + 09C2673F1F20802BC1213BAB2D96355D /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; + 09CFD21802EE20360FBC238FD1F3B5AE /* EasyAlertTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertTypes.h; path = EasyShowView/EasyAlertTypes.h; sourceTree = ""; }; + 09D018C62E41828DA84FDECE6F5A5705 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; + 09D5E29F3A31B56CD71764FFCDA21438 /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; + 0A5A533DB13DCE768744D9502C1BE6DB /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; + 0AB3948441CCC74D1FBFC98F321CC60D /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; + 0ACF3237290093E7E9416DCC18F8D224 /* SGTorch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGTorch.m; path = SGQRCode/Torch/SGTorch.m; sourceTree = ""; }; + 0AF4D104A908AA0260C5FD1DCCD9C810 /* EasyShowUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyShowUtils.h; path = EasyShowView/EasyShowUtils.h; sourceTree = ""; }; + 0B5AEF8E8A4F054101FAC6FA836EAF4E /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; + 0B85AFE5592A9B8939E3D0361750B3BE /* LGAlertViewWindowContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewWindowContainer.m; path = LGAlertView/LGAlertViewWindowContainer.m; sourceTree = ""; }; + 0B98C87FADB46E6148E94664A5408B24 /* KafkaReplicatorFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaReplicatorFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaReplicatorFooter.m; sourceTree = ""; }; + 0BB45F55F686A2A15020743AA1B0B6D9 /* MQTTCoreDataPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCoreDataPersistence.m; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.m; sourceTree = ""; }; + 0BCC2B00F6D610BF2C182B9262E73CE1 /* IQToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQToolbar.m; path = IQKeyboardManager/IQToolbar/IQToolbar.m; sourceTree = ""; }; + 0C04E633D808766F15A076CEAD6C6BA9 /* UIButton+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+RACCommandSupport.m"; path = "ReactiveObjC/UIButton+RACCommandSupport.m"; sourceTree = ""; }; + 0C0F998A32223BB32BB48C12FEFAB63B /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; + 0C5530D23A4AEE60532FE3B3A134DD2E /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + 0C6D73E838153C3BB50B0CAC2B7C3D45 /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; + 0CB78075386391BC10F417FFCC6565E3 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 0CF4FFC8C1269A4A2295ADAD4885F7F1 /* KafkaRingIndicatorFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRingIndicatorFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaRingIndicatorFooter.h; sourceTree = ""; }; + 0CFF8721CE7FFA5D910C460B630B7B13 /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; + 0D387E4C228A557A304E7D3F7FED6081 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + 0D9EA0D8FCEECEC88B35B61DA75A9B06 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + 0DA279EB5DEF9B57C4A7DDC3DB431F48 /* mtc_ver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ver.h; path = include/lemon/mtc/mtc_ver.h; sourceTree = ""; }; + 0DD2EFA0D84BD386478299F176E9DACD /* JLAuthorizationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLAuthorizationManager.h; path = JLAuthorizationManager/Classes/AuthorizationManager/JLAuthorizationManager.h; sourceTree = ""; }; + 0DFF6A9346AC8F73CAB8600EFD9421CC /* whtoast_success@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_success@3x.png"; path = "WHToast/wtoast_icon/whtoast_success@3x.png"; sourceTree = ""; }; + 0E3FBD97CB27F9C80D028C891490CD62 /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; + 0E598DE7787F47CB86BB391CE93AD692 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + 0EB69EC9BD6B7145AE24764A5DF46A31 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + 0EE50708EB92AD70F68752F86FBADABC /* SGScanViewConfigure.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGScanViewConfigure.m; path = SGQRCode/ScanView/SGScanViewConfigure.m; sourceTree = ""; }; + 0FAD955B6BB4EBEA31743D8B3E42A28F /* LSTControlEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTControlEvents.h; path = LSTCategory/Classes/Code/LSTControlEvents/LSTControlEvents.h; sourceTree = ""; }; + 0FD214C76BA3D1B4BA524E8A8BEBB5DC /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; + 0FDA53D2B94BDF6324963570609073C2 /* AgoraRtcCryptoLoader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraRtcCryptoLoader.framework; sourceTree = ""; }; + 103C47643AB02184A8EBFCB01BA918FC /* SGScanCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanCode.h; path = SGQRCode/QRCode/SGScanCode.h; sourceTree = ""; }; + 1055E2C66E15DE8948088F63D1244AE9 /* MQTTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTLog.h; path = MQTTClient/MQTTClient/MQTTLog.h; sourceTree = ""; }; + 1058E8B5BF046261BA889DACF5A86D8D /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + 10599378458F161E7AF607C5E24908AB /* JLSpeechRecognizerPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLSpeechRecognizerPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLSpeechRecognizerPermission.m; sourceTree = ""; }; + 1063DE783A6E3D752A4870AF91B45402 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; + 10994D0A43543606623C663ECDD59655 /* EasyShowLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyShowLabel.h; path = EasyShowView/EasyShowLabel.h; sourceTree = ""; }; + 10CE1611185E539474E99FAEBB77F3DD /* EasyEmptyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyView.m; path = EasyShowView/EasyEmptyView.m; sourceTree = ""; }; + 10EE72D96C18499A1526B14F52EE12AE /* IQUIView+IQKeyboardToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+IQKeyboardToolbar.h"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h"; sourceTree = ""; }; + 11A9AB0161CA13E88B45935C12615719 /* SGQRCode.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SGQRCode.bundle; path = SGQRCode/SGQRCode.bundle; sourceTree = ""; }; + 11EE0487418F34C9D16A180A098C9973 /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; + 125FC71EB1B1D2D572474125EF8A8642 /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; + 129638149C6B8DA483CB2FA4949DCE66 /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; + 12DAE02F0316233C8102B8A1815A75EB /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + 1300089E0028F5A6DB243DC281F424C6 /* UISlider+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISlider+RACSignalSupport.h"; path = "ReactiveObjC/UISlider+RACSignalSupport.h"; sourceTree = ""; }; + 13028C4939CDB2A496C83912425E683C /* JLBluetoothPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLBluetoothPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPermission.h; sourceTree = ""; }; + 13353BEF5D2A2422756A511C02DD333F /* YCShadowView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YCShadowView-prefix.pch"; sourceTree = ""; }; + 1356438F0FAF79CB87F115504E8FABB0 /* IQToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQToolbar.h; path = IQKeyboardManager/IQToolbar/IQToolbar.h; sourceTree = ""; }; 135A505F537D594B6C26313ABB78BE10 /* Pods-LekangGuard-LekangGuardUITests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LekangGuard-LekangGuardUITests-Info.plist"; sourceTree = ""; }; - 1361990B354F4BDA1A38D22C5AF3B189 /* JLPhotosPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLPhotosPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLPhotosPermission.m; sourceTree = ""; }; - 13DF8A54C0DFE84B9D33AEB184A4CED4 /* LGAlertViewHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewHelper.m; path = LGAlertView/LGAlertViewHelper.m; sourceTree = ""; }; - 13E13B7FD301F10DB9203B18371CBFD6 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; + 135FE3615212973DE7689945D743B41A /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; + 13BD33CF1B6EE0E123765A900D29DA58 /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; + 13CE89A7D6BE0983F776C5D4956DE489 /* AMapSearch-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 13F3CE755E3B00D5ACBC465B1604D249 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 13F7C2F5EBB471DA149186846BA05D16 /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; + 142B13623A5AD1FD930D7A8924712BF4 /* EasyLoadingConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingConfig.h; path = EasyShowView/EasyLoadingConfig.h; sourceTree = ""; }; 14345B96A715D6DEDE871776E8B68351 /* EasyShowView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = EasyShowView; path = EasyShowView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 144F47FDDC38586E7A049956FA5F81F5 /* SGScanViewConfigure.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGScanViewConfigure.m; path = SGQRCode/ScanView/SGScanViewConfigure.m; sourceTree = ""; }; - 1466290C426B32D5CB1C3E8B9A4F853B /* IQPreviousNextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQPreviousNextView.h; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.h; sourceTree = ""; }; - 14A3EC83709FDF3D8E77ADD87AD16DD5 /* MQTTSSLSecurityPolicyEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyEncoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.h; sourceTree = ""; }; - 14BC226EF79F990FF5CF9426CDF4AAAE /* EasyLoadingTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingTypes.m; path = EasyShowView/EasyLoadingTypes.m; sourceTree = ""; }; - 14E211F663307F501E3E173AB4F6095C /* ZXNavTitleLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavTitleLabel.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleLabel.h; sourceTree = ""; }; - 14E449C6C3E8507F9B31F625EF3B2EFB /* MQTTSSLSecurityPolicyDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyDecoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.h; sourceTree = ""; }; - 14F44906BD066D0B85EFD4F4D96A1C1E /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 1503AE4633DB2D5F9CF4BAA397D3188E /* MQTTSessionLegacy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionLegacy.h; path = MQTTClient/MQTTClient/MQTTSessionLegacy.h; sourceTree = ""; }; - 1508686FC5FB667BD4F4C21E52ED4034 /* JLAuthorizationManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLAuthorizationManager.release.xcconfig; sourceTree = ""; }; - 15428AA74B439C76FCBD4CC7102AFF3B /* BRAddressModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressModel.h; path = BRPickerView/AddressPickerView/BRAddressModel.h; sourceTree = ""; }; - 1588B54B406731C3EA09DA302EABA534 /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; - 1592EE2B8E0F1097181449B09B05890E /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; - 15B5CEB96743E4ACF2C568D4700960E9 /* mtc_point.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_point.h; path = include/lemon/mtc/mtc_point.h; sourceTree = ""; }; - 15D64CC3BBB93BE65B4966EEBCB7241B /* AMapSearch.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapSearch.release.xcconfig; sourceTree = ""; }; - 16418B758DC0A9A4C72F854B5B087977 /* mtc_sgw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_sgw.h; path = include/lemon/mtc/mtc_sgw.h; sourceTree = ""; }; - 1689D2905D000E07D0771AA19F54262B /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; - 169942D7965410B61AF8BC1164EBFE22 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 16A942CE3404B49C5EFD3840434FB1AE /* IQUIViewController+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIViewController+Additions.h"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.h"; sourceTree = ""; }; - 16E87F0F4DFBAB5C1D8ED78FD07A6CCA /* YCShadowView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YCShadowView.debug.xcconfig; sourceTree = ""; }; - 17092009ED0992F5942C436614565C61 /* KafkaReplicatorFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaReplicatorFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaReplicatorFooter.h; sourceTree = ""; }; - 1726DE3109DD617B793ED7CA88A5262E /* EasyShowUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyShowUtils.h; path = EasyShowView/EasyShowUtils.h; sourceTree = ""; }; - 173F4B585B29129ACCB1C1CF636E6841 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 17554C6C5172AD034FF6D987A7DE0521 /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; - 1757F784A093A9DD46D1607451C5D42C /* Image.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = Image.bundle; path = KafkaRefresh/Resource/Image.bundle; sourceTree = ""; }; - 175E75476841F76707E06FD2A2ECC64D /* IQKeyboardManagerConstantsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstantsInternal.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstantsInternal.h; sourceTree = ""; }; - 17BE2128A9CCA6512316C44FF4A3F893 /* MSNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MSNetwork.release.xcconfig; sourceTree = ""; }; - 17E05106C409E200045BE0D7EF1DEBBD /* zmf_codec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_codec.h; path = include/grape/zmf_codec.h; sourceTree = ""; }; - 17EEBE6427B35779E60EB422AABBFCCD /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 184B14AFC7E2B44581F65D0A80322668 /* MQTTSSLSecurityPolicyEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyEncoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.m; sourceTree = ""; }; + 14660AD2F187B47D36CB68E21D4A9483 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + 14EE93A0877960007A347AC36788B461 /* SGPermissionPhoto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGPermissionPhoto.h; path = SGQRCode/Permission/SGPermissionPhoto.h; sourceTree = ""; }; + 156D28E7E3E39C808AD9B1D1D2D94320 /* EasyShowView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EasyShowView-dummy.m"; sourceTree = ""; }; + 15753FDDF8C1F8A1AA533DD1252E0ED6 /* UIScrollView+KafkaRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+KafkaRefreshControl.h"; path = "KafkaRefresh/Core/UIScrollView+KafkaRefreshControl.h"; sourceTree = ""; }; + 15ADBE3C6F8059E3D22909B564D6F22F /* SGGenerateQRCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGGenerateQRCode.m; path = SGQRCode/QRCode/SGGenerateQRCode.m; sourceTree = ""; }; + 15C22A54EFC27D9A63B394B27D5672CF /* MQTTSSLSecurityPolicyEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyEncoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.m; sourceTree = ""; }; + 165126A6BD0B10D8372A2F693101A50A /* UIAlertView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+RACSignalSupport.m"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.m"; sourceTree = ""; }; + 17041CC36A302B3789F36F076AF78BB6 /* KafkaArrowHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaArrowHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaArrowHeader.m; sourceTree = ""; }; + 1725F473FD4171EDB72AD63533167678 /* MQTTProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTProperties.m; path = MQTTClient/MQTTClient/MQTTProperties.m; sourceTree = ""; }; + 1726D789557C10FE20753829C6A16B45 /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; + 1752845EF91F908C951E3360EE69836F /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 17AF3DFB0190CA7247D0DB47CE37F942 /* mtc_wgw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_wgw.h; path = include/lemon/mtc/mtc_wgw.h; sourceTree = ""; }; + 17CF141594837B3350D258B979C6EED7 /* AMap3DMap-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMap3DMap-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + 182199DFFCBAE1960DA918E7F4933D3A /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; 188CDC6D8B81A67D494A139E2BE2C5E4 /* Pods-LekangGuardTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LekangGuardTests-acknowledgements.markdown"; sourceTree = ""; }; - 18B590C44087488DDBB079AC80B6D0E1 /* BRPickerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.debug.xcconfig; sourceTree = ""; }; - 1979B0940AFE043ED11FFE1CE280A7B8 /* UIView+ZXNavFrameExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZXNavFrameExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIView+ZXNavFrameExtension.m"; sourceTree = ""; }; - 19AA7C1BC5E6AA21E3D02407B3C9CF21 /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; - 19D48D20B3F73F271C319746B9A0FD4B /* KafkaRefreshDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRefreshDefaults.m; path = KafkaRefresh/Default/KafkaRefreshDefaults.m; sourceTree = ""; }; - 19E8D4ADE81B94CCEA96604657CD2660 /* mtc_call_ext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_ext.h; path = include/lemon/mtc/mtc_call_ext.h; sourceTree = ""; }; - 19F1E2232613AFDF4FE68BEDA31ABA51 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; - 1A0A45B2B5D319F34BF7CE12C338EBDC /* KafkaRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshControl.h; path = KafkaRefresh/Core/KafkaRefreshControl.h; sourceTree = ""; }; - 1A0C742147D30149663A6F20A6550971 /* SGQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGQRCode.h; path = SGQRCode/SGQRCode.h; sourceTree = ""; }; - 1A15B8F26C0478102790E5BEE7EFEF2F /* LGAlertViewButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewButton.h; path = LGAlertView/LGAlertViewButton.h; sourceTree = ""; }; - 1AB3FD90EB4D77CC4E1AE7E2BF1B2AB3 /* Property.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Property.h; path = include/lemon/Property.h; sourceTree = ""; }; - 1AEFCBD59A023F80FDB0B3C07118FD7E /* ZXNavHistoryStackModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackModel.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/Model/ZXNavHistoryStackModel.h; sourceTree = ""; }; - 1BAF7EFB366A493183B21F397DD77525 /* JLBasePermisssion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLBasePermisssion.m; path = JLAuthorizationManager/Classes/Base/JLBasePermisssion.m; sourceTree = ""; }; - 1BD9457F60C78E1FFF034681B978DFDA /* mtc_def.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_def.h; path = include/lemon/mtc/mtc_def.h; sourceTree = ""; }; - 1C405548DCD1BA90BDAD6A863A103C57 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + 1905B81CCBC3B1D8531080991A9F64C9 /* LGAlertViewHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewHelper.m; path = LGAlertView/LGAlertViewHelper.m; sourceTree = ""; }; + 192340C1A3223EF9CF588298C89452A5 /* LSTPopView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTPopView.h; path = LSTPopView/Classes/Code/LSTPopView.h; sourceTree = ""; }; + 198F7518F1E2F8B1BF821E16318465C4 /* DZNEmptyDataSet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DZNEmptyDataSet-prefix.pch"; sourceTree = ""; }; + 19A4D912729B7FFF7D8CDF164A03BF23 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + 19BB5335F3FA079BCD4A252BC8C20153 /* MQTTClient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MQTTClient-dummy.m"; sourceTree = ""; }; + 1A34BAAD8C76E2FF363D825D99822A2D /* MQTTSSLSecurityPolicyEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyEncoder.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyEncoder.h; sourceTree = ""; }; + 1A40F49E3E6D1EB2344F0E776513E390 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + 1A4792D71F378767FA8B882E2253F057 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; + 1A689F059CC8680F032CC244E4E01B69 /* mtc_point.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_point.h; path = include/lemon/mtc/mtc_point.h; sourceTree = ""; }; + 1A722C1C07D50FC1E894C3A60752B254 /* UIColor+LSTColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+LSTColor.m"; path = "LSTCategory/Classes/Code/UIColor+LSTColor/UIColor+LSTColor.m"; sourceTree = ""; }; + 1AAF82AEC43D8CE322A54E6D5682960C /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; + 1B8CC60FDD2AF1D7916B82DF4784648E /* JLBluetoothPeripheralPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLBluetoothPeripheralPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPeripheralPermission.h; sourceTree = ""; }; + 1BE2D373EE0ABD7438500946C5618B6D /* IQKeyboardManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.debug.xcconfig; sourceTree = ""; }; + 1C1109D987C9FB7E83EB9413E9E822FF /* LSTPopView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTPopView.m; path = LSTPopView/Classes/Code/LSTPopView.m; sourceTree = ""; }; 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 1D2DC7D540FFEFB6A59E7E81012F72C2 /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; + 1D38F71AA93B7C2F3D97FD42202FDC0C /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; 1D3D61AA4F117DBCDE44878A4912D496 /* Pods-LekangGuard-LekangGuardUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LekangGuard-LekangGuardUITests-acknowledgements.plist"; sourceTree = ""; }; - 1D51ADAE76EDA90B6BDBF480960E70D9 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; - 1D67A63A95C1109C2EAA867D2056AD5B /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; - 1D804D8CE23333C71ECF9ECDE488F766 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 1D871D1B238D9255ECBF8C62BC4B7D31 /* KafkaHeadRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaHeadRefreshControl.m; path = KafkaRefresh/Core/KafkaHeadRefreshControl.m; sourceTree = ""; }; - 1DC2A393AD691DDA162CE0D2DDAD157A /* mtc_prof.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prof.h; path = include/lemon/mtc/mtc_prof.h; sourceTree = ""; }; - 1DD0F3167DDC6A73110A628E8FA48571 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 1DD82D1BDEEAFEBB49531060DEBA57E4 /* JLCameraPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLCameraPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLCameraPermission.m; sourceTree = ""; }; - 1DDDACF57C26509426AAB08CFA02330B /* mtc_diag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_diag.h; path = include/lemon/mtc/mtc_diag.h; sourceTree = ""; }; - 1DFE548D01D800ECB88E00DA4B8E9BE3 /* YYModel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYModel.modulemap; sourceTree = ""; }; - 1E2B5D3C40838C838CE361B2BA89F268 /* IQKeyboardManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-umbrella.h"; sourceTree = ""; }; - 1E82C4AED63AB176301C490A70F90400 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; - 1EBC25C32CEFC8DFCF24A95FAE8BB1B6 /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; - 1ECEB105C879CEB8878DBCEE3AD8A0AB /* mtc_acv_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_acv_db.h; path = include/lemon/mtc/mtc_acv_db.h; sourceTree = ""; }; - 1F36D54AE93BABE8621FF59567D80D3C /* AgoraRTE.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraRTE.framework; sourceTree = ""; }; - 1F7E8FCD18BC2209786CBBD5F364F489 /* MQTTSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSession.h; path = MQTTClient/MQTTClient/MQTTSession.h; sourceTree = ""; }; - 1FA81B9E4A8397EE6794ECB7A2D81749 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + 1D40BE24B4914551B2542FD7292CB91B /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + 1D614D19BD1C999BE70EC1672F44E408 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 1E378677CD2CC91B6B2335F2A98C28ED /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; + 1E5A3501F5BFFE36765D8C74A8998A35 /* NSObject+YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYModel.h"; path = "YYModel/NSObject+YYModel.h"; sourceTree = ""; }; + 1E71B15FF61F6BAC36C00F1C6ACF2750 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 1E76C2605C8A22DFF8A228B26824FF14 /* UIImage+ZXNavColorRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ZXNavColorRender.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavColorRender.h"; sourceTree = ""; }; + 1EAF03B9F63062D9FF02A3633D38C5E0 /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; + 1ECB3E8F87A50DBE3D6AD7BC5619AC5F /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; + 1EDB46BE2A9A7A02857586E0E42736B1 /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; + 1EFF8EFFD0B58736B62CE800255CD591 /* MQTTDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTDecoder.m; path = MQTTClient/MQTTClient/MQTTDecoder.m; sourceTree = ""; }; + 1F1ECDE175DADF2D7C699F6956086833 /* EasyLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingView.h; path = EasyShowView/EasyLoadingView.h; sourceTree = ""; }; + 1F3162488698D2B0311575251BC38A34 /* UIImage+WHToast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WHToast.h"; path = "WHToast/UIImage+WHToast.h"; sourceTree = ""; }; + 1F42F50E0C6234C303867B7C42B270AE /* MSNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MSNetwork.debug.xcconfig; sourceTree = ""; }; + 1F495931FE3A9F366FBB089899E58385 /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; + 1F672E52CD6E6C9AC8F0FACF91E16992 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 1F6D29FB8345DA6FEE9D89599A3B4183 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; 1FFED36A657123030ABB700256D73F15 /* Masonry */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Masonry; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2087631B42C6717B010DBF178690EDA6 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - 217CC25F3A449CA2B27A3871F42B5417 /* UIBarButtonItem+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+RACCommandSupport.h"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.h"; sourceTree = ""; }; - 2184A52A62EEC4C0009538A5ED4DE976 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 21A32DC854AC9E092097FDE895C1B909 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 21A9502DC85316BBC7201FA90CB7FB71 /* mtc_cli_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli_cfg.h; path = include/lemon/mtc/mtc_cli_cfg.h; sourceTree = ""; }; - 21BAC453027FBC0925E18207244E648A /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; - 21BACA8761698A28BCA47E0ACBE09224 /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; - 21DB9B0665AAFFF828AE96CD386BAD8A /* KafkaArcLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaArcLayer.m; path = KafkaRefresh/UIKit/LayerKit/KafkaArcLayer.m; sourceTree = ""; }; - 2219372C5F274C6CA077F3FD455A38D3 /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; - 22F7D35D25FE32F303AC0BF7BD0B59DE /* mtc_fs2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_fs2.h; path = include/lemon/mtc/mtc_fs2.h; sourceTree = ""; }; - 23F7BD553819BE2BE867AAB4AE68D76D /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 241A0657890CA00C7B91438FA7E227DB /* SGScanViewConfigure.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanViewConfigure.h; path = SGQRCode/ScanView/SGScanViewConfigure.h; sourceTree = ""; }; - 24367C7EF5A50F48B504023290C4C028 /* UITextField+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+RACSignalSupport.h"; path = "ReactiveObjC/UITextField+RACSignalSupport.h"; sourceTree = ""; }; - 24435FC6418D9668DD155964A2D58B1A /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - 245A4C5E978EA6D2E7C56B35FFEA6A22 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; - 24A03FE17831C4C8A80CDD2F4A20F696 /* KafkaReplicatorHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaReplicatorHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaReplicatorHeader.h; sourceTree = ""; }; - 24AE7C26A4211C0B5094E964C071FD95 /* EasyAlertTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertTypes.m; path = EasyShowView/EasyAlertTypes.m; sourceTree = ""; }; - 24D797D72CBB040F2DB257C2E157D96D /* EasyAlertTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertTypes.h; path = EasyShowView/EasyAlertTypes.h; sourceTree = ""; }; - 2558DE0B97636F6368A5015C416BDD6C /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; - 258DF93EE8BA3F30060E8A2D012B363C /* SGSoundEffect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGSoundEffect.m; path = SGQRCode/SoundEffect/SGSoundEffect.m; sourceTree = ""; }; - 25E2A292CA89847FFBD4BA63218E3314 /* MJFoundation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJFoundation.h; path = MJExtension/MJFoundation.h; sourceTree = ""; }; - 26401009D3B94C4DF1051E49BF80448A /* LTPageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageView.swift; path = Example/LTScrollView/Lib/Main/LTPageView/LTPageView.swift; sourceTree = ""; }; - 265EF896357E3BF32E040659962C7A11 /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; - 26666E048197185712EAFB74D1446C10 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; - 2698EA30BE6FB06F4DDD1D58A79BEEAC /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - 26B0BDB967B82FEDC1E2937E22374718 /* mtc_call.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call.h; path = include/lemon/mtc/mtc_call.h; sourceTree = ""; }; - 26C2019E7187D27774737BC3190DDCF1 /* AMapSearchAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchAPI.h; path = AMapSearchKit.framework/Headers/AMapSearchAPI.h; sourceTree = ""; }; - 26E5C21DBF6B01B54E7E507D68E324EC /* whtoast_error.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = whtoast_error.png; path = WHToast/wtoast_icon/whtoast_error.png; sourceTree = ""; }; - 26F8F74854400B75B298FC89817271D2 /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; + 20051FD03127763B0C235AC70F28BA28 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; + 2009EAD00060B9C9E140EEE11BDB049B /* AgoraRTE.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraRTE.framework; sourceTree = ""; }; + 203AAF5C4C2A43B6AA4F9123CC43D4CE /* EasyAlertPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertPart.h; path = EasyShowView/EasyAlertPart.h; sourceTree = ""; }; + 2070AF794115A633509A37AC38DC888A /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 20FE635D64695B6F3DC6AEFCAF6FB0C8 /* AgoraRtcKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraRtcKit.framework; sourceTree = ""; }; + 21E2BFD49008077021AB078AF57A9ACD /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; + 21F55671C698BDDDCE3B2D0FECA5B471 /* LSTControlEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTControlEvents.m; path = LSTCategory/Classes/Code/LSTControlEvents/LSTControlEvents.m; sourceTree = ""; }; + 223E0A8B61B1F48C2BE3608B5975C36E /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + 223EE64B877C33B9729702D1E364C7DA /* UITextView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextView+RACSignalSupport.m"; path = "ReactiveObjC/UITextView+RACSignalSupport.m"; sourceTree = ""; }; + 227693B4C491F79EE07E167857D53595 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; + 22E96F269A6C5BF4DEBFA2C5D4CCCBC3 /* KafkaArrowFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaArrowFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaArrowFooter.m; sourceTree = ""; }; + 22FF4E5A7083AC91C25970537507190F /* LGAlertViewTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewTextField.m; path = LGAlertView/LGAlertViewTextField.m; sourceTree = ""; }; + 234583CD024127B69F6D3004D1AD89C4 /* JLMotionPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLMotionPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLMotionPermission.h; sourceTree = ""; }; + 24177B6C25D3393ED1C162D0CF68DACC /* NSString+ZXNavCalcSizeExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+ZXNavCalcSizeExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSString+ZXNavCalcSizeExtension.h"; sourceTree = ""; }; + 241E70F9BD80238075D6344D8CA610D7 /* LGAlertViewShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewShadowView.h; path = LGAlertView/LGAlertViewShadowView.h; sourceTree = ""; }; + 2423E59ED1CC8E857D0F5A3EED637F96 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + 2425061267D3CCBBA85B57718D852B9E /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; + 24470F1889BB5B296B57FDB3F820EF01 /* KafkaRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KafkaRefresh-Info.plist"; sourceTree = ""; }; + 245957CDAF444BA48D33B017CD20C690 /* LSTPopViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTPopViewProtocol.h; path = LSTPopView/Classes/Code/LSTPopViewProtocol.h; sourceTree = ""; }; + 247A6A0629647BDF1EB6EA7489348DBA /* zmf_ext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_ext.h; path = include/grape/zmf_ext.h; sourceTree = ""; }; + 24A04755908F53F763A5DDB8175914A4 /* NSObject+MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJProperty.m"; path = "MJExtension/NSObject+MJProperty.m"; sourceTree = ""; }; + 24B93B341A20D1BEA7A98FD5A9321E73 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 25361B283613840291C96085B5297314 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + 255F84BF78F0A572AD14341807A328F6 /* SGScanView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanView.h; path = SGQRCode/ScanView/SGScanView.h; sourceTree = ""; }; + 257F775E28F08FFE01FA24CE51A4F591 /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; + 262B330FA4D25F8158CB24EDD564A5E6 /* SGQRCode-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SGQRCode-dummy.m"; sourceTree = ""; }; + 26407E95EA31D028131A5ED74D9F6E47 /* YCShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YCShadowView.h; path = YCShadowView/Classes/YCShadowView.h; sourceTree = ""; }; + 2642E27B5DB343264A479EEC46407CF0 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; + 26EFB9CE8866B24673B33B42FE30E911 /* JLContactPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLContactPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLContactPermission.h; sourceTree = ""; }; 27558F34D525C69CF329616B631FA686 /* Pods-LekangGuard-LekangGuardUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LekangGuard-LekangGuardUITests-umbrella.h"; sourceTree = ""; }; - 277BC0C9A9AF5E6AE0E0B290C0925647 /* zmf_tessar_code.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_tessar_code.h; path = include/grape/zmf_tessar_code.h; sourceTree = ""; }; - 27A0A9A82957D8DF91AAA72982DB1D42 /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; - 27CE68B7E474BF986D424557EAC78291 /* AgoraRtcEngine_Special_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_Special_iOS.debug.xcconfig; sourceTree = ""; }; - 27D48B6360E84AD25D4E67C3F912338E /* UIRefreshControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+RACCommandSupport.h"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.h"; sourceTree = ""; }; - 27FF913F365089AFCEC91D77B7EDC4B6 /* EasyTextTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextTypes.h; path = EasyShowView/EasyTextTypes.h; sourceTree = ""; }; - 28C7602CC9A0E8A4DBBBF9CE92DB0295 /* zmf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf.h; path = include/grape/zmf.h; sourceTree = ""; }; - 28E858B42E20AA9A9DF6FC3058CCDB1E /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - 290864FE367E1526A56F4B78E8796781 /* LGAlertView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LGAlertView.release.xcconfig; sourceTree = ""; }; - 2A5C6897DD5F56B3EAACA76036CEBC2B /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; - 2A7FBCF2320F18AA19A19E3A4F1D5F17 /* YYModel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-umbrella.h"; sourceTree = ""; }; - 2A8E5A8FAFAF4F8D6CA727A9E3CCFCEB /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; - 2A9B08186FE52BEA92E0C9469132DF11 /* ZXNavTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavTitleView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleView.h; sourceTree = ""; }; - 2ADFCC6615BC1A408287EB64FBC484B4 /* LSTPopViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTPopViewManager.m; path = LSTPopView/Classes/Code/LSTPopViewManager.m; sourceTree = ""; }; - 2AFC99126E1AFF21A4B16AE7C627D39C /* MJExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJExtension-Info.plist"; sourceTree = ""; }; + 2791FE06CE16E7102B3317DECC82FAB5 /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; + 27967AF1E4347601D63D1A2206BEFE85 /* EasyLoadingGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingGlobalConfig.h; path = EasyShowView/EasyLoadingGlobalConfig.h; sourceTree = ""; }; + 2875298EABF0402DC67A1305378D8440 /* mtc_im.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_im.h; path = include/lemon/mtc/mtc_im.h; sourceTree = ""; }; + 287E26C8A6265AE2F106CA017561C92B /* LGAlertViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewCell.h; path = LGAlertView/LGAlertViewCell.h; sourceTree = ""; }; + 28AEF6405B5AF688CCD7ACE70663191E /* UINavigationController+ZXNavBarAllHiddenExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationController+ZXNavBarAllHiddenExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UINavigationController+ZXNavBarAllHiddenExtension.h"; sourceTree = ""; }; + 28C9031621B8371B712E6AF5194CCCFE /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 298B4EA740DFE1531DFAF360C2A43AE9 /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; + 29DCB6E412AEB39B9DE6823B5F8A1696 /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; + 29E2C642A7149BD05B385B0AC600015A /* IQKeyboardReturnKeyHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardReturnKeyHandler.m; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.m; sourceTree = ""; }; + 2A25714CF9DB731D8175123702142965 /* MQTTProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTProperties.h; path = MQTTClient/MQTTClient/MQTTProperties.h; sourceTree = ""; }; + 2A31919BCE9BF48F416CB64A93118656 /* EasyEmptyConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyConfig.m; path = EasyShowView/EasyEmptyConfig.m; sourceTree = ""; }; + 2AC25F214EF1059B573A8124D6F72ED4 /* AMap3DMap-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMap3DMap-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 2AC33819E1DF143F5076C61150BF07A7 /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; + 2AE6945792C0C67C0A4B5A3CD9FC94BF /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; + 2B1ACFE2F1C011F05F62C245F725F0AD /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; 2B276B0A79173A1D6E83C9B4FB9A4A57 /* MJExtension */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJExtension; path = MJExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2BB0B144C4930AC44C84EFB5FE3ADC79 /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; - 2C40C79018FF50258547104927F778B4 /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; - 2C56C62E46808D3B3177CCBCFA1DAF8F /* JLCellularNetWorkPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLCellularNetWorkPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLCellularNetWorkPermission.m; sourceTree = ""; }; - 2C69B854CB79BC9C86CE9596932243CA /* LTVCExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTVCExtension.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTVCExtension.swift; sourceTree = ""; }; + 2B51E31E1AC1FF05F66E7FD8B4F9F29A /* UIBarButtonItem+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+RACCommandSupport.m"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.m"; sourceTree = ""; }; + 2B8F4755FBA0D3D54A41C3001A1ACB6A /* JLBluetoothPeripheralPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLBluetoothPeripheralPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPeripheralPermission.m; sourceTree = ""; }; + 2BCD270C7E945C2B9FE5AB55BB47D827 /* whtoast_success@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_success@2x.png"; path = "WHToast/wtoast_icon/whtoast_success@2x.png"; sourceTree = ""; }; + 2C20F8BFF3FF313450B7D98D3078606A /* LTScrollExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTScrollExtension.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTScrollExtension.swift; sourceTree = ""; }; + 2C2445C9E12FF1BD59E1BDC5DDE4E002 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; + 2C60905D422001B5961F0321B6D9C616 /* IQKeyboardManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManager-Info.plist"; sourceTree = ""; }; + 2C64B6DA318229606A1A142957667C4D /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; 2C7D7328F7ADD540DCD93D8697D1B222 /* Pods-LekangGuard-LekangGuardUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LekangGuard-LekangGuardUITests.debug.xcconfig"; sourceTree = ""; }; - 2D475BAB0C127D46799576B366B3F3FA /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; - 2D7D5A2860D283E3CF4013F05FE2CF26 /* UITextField+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+RACSignalSupport.m"; path = "ReactiveObjC/UITextField+RACSignalSupport.m"; sourceTree = ""; }; - 2DAB1453F7FD1D863BB700386B836137 /* ZXNavTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavTitleView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleView.m; sourceTree = ""; }; - 2DAF43F623E0784749449FB7F9AF079C /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; - 2E084B6A0FAD7FE0F8DB46270E355D65 /* LGAlertViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewController.m; path = LGAlertView/LGAlertViewController.m; sourceTree = ""; }; - 2E13EF5B844FF12442BA6341183DA0CB /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; - 2E636143A8C6A054FDAFC64A9B7AB35A /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - 2EC57B5FFE5BED3BAAD1D9515810D674 /* LGAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertView.h; path = LGAlertView/LGAlertView.h; sourceTree = ""; }; - 2EE7D4476A014D8EF6BC9C9D2171A8EB /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; - 2EEA3F22B01240268B96F1B87B0D478B /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; - 2F2E3083DA837CF39B1D319251BAD6A5 /* IQUIScrollView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIScrollView+Additions.m"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.m"; sourceTree = ""; }; - 2F392EA6471159DF3A2F7ED5678F30F4 /* UIScrollView+EmptyDataSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+EmptyDataSet.m"; path = "Source/UIScrollView+EmptyDataSet.m"; sourceTree = ""; }; - 2F3FA3185F074620B436B8C97E08F6E6 /* MQTTCFSocketEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketEncoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.h; sourceTree = ""; }; - 2F55F4F5971D5C111031A3022E8D22F2 /* MQTTCFSocketTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketTransport.m; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.m; sourceTree = ""; }; - 2F87AE4348C04165B8E648467D7BC0E1 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 30DC1EE02FDBF38E681444036763E6FD /* UIScrollView+EmptyDataSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+EmptyDataSet.h"; path = "Source/UIScrollView+EmptyDataSet.h"; sourceTree = ""; }; - 318FBF7543BA1D34BCC03E0A6371C3EF /* IQKeyboardManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.release.xcconfig; sourceTree = ""; }; - 31E78F4E0A47C63578F1D9C2FF276C27 /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; - 31F30B78317F273E3BCDEE03149C4507 /* LGAlertView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LGAlertView-umbrella.h"; sourceTree = ""; }; - 3250D7CE0EBCEDE2A4B976302A63C822 /* EasyShowLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyShowLabel.m; path = EasyShowView/EasyShowLabel.m; sourceTree = ""; }; - 32A596101F194FA271FB30901B215ECD /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; - 32B6DC438AEA14B75937BE506ACF5B12 /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; - 32DBB89BDAF1C05411CBA5C9DF18A6F5 /* NSString+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+MJExtension.h"; path = "MJExtension/NSString+MJExtension.h"; sourceTree = ""; }; - 337F4CBB3D2F2CE94E8FAD7451AEDFC2 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; - 337FBDBAEBCA2BAD78A5D69185385D8F /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - 33A491B0FABCC8911DE6A9E5F54998FC /* UIActionSheet+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActionSheet+RACSignalSupport.h"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.h"; sourceTree = ""; }; - 33CD5866F65AD21DAE7761FCE8CB4B80 /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; - 34A3B88DA9B0DFDD5D20630D585AD55E /* LGAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertView.m; path = LGAlertView/LGAlertView.m; sourceTree = ""; }; - 34AC732C9ACD49F487321D5093AD2B5D /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; - 34E5D12F373EB4980C5276097D6FA747 /* mtc_media.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_media.h; path = include/lemon/mtc/mtc_media.h; sourceTree = ""; }; - 34F324378600C34257397E766FA27B7D /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - 3510CAE2286263AEEE2C61B22E764233 /* ZXNavigationBar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZXNavigationBar.modulemap; sourceTree = ""; }; - 351EF51AB2D4B21D180ECF79D3FE869C /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; - 35C2ABDEE4D244526AC67CD2599FEF0B /* mtc_fs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_fs.h; path = include/lemon/mtc/mtc_fs.h; sourceTree = ""; }; - 365980B9E66624487CD2B0E2DFC97E01 /* UICollectionReusableView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionReusableView+RACSignalSupport.h"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.h"; sourceTree = ""; }; - 366433EB1F7632564CEC2D4324CE7864 /* WHToast.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WHToast.debug.xcconfig; sourceTree = ""; }; - 36E70A590E6EFAEBA6F563CB48CC9FBA /* MQTTCFSocketDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketDecoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.h; sourceTree = ""; }; - 37607458CBB311565156C313A493C9A9 /* JLAuthorizationManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLAuthorizationManager.debug.xcconfig; sourceTree = ""; }; - 378171F137BEDC6ECD0DCF209B8A50CD /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - 386CDF8E0D014A8CAD6FB605D988AC80 /* KafkaFootRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaFootRefreshControl.m; path = KafkaRefresh/Core/KafkaFootRefreshControl.m; sourceTree = ""; }; - 38C5C236AEBF1319C614C6F3782B94ED /* WHToast.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = WHToast.modulemap; sourceTree = ""; }; - 38CD0306AE355EC428D5198ABDF7DD9F /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 38D982100A7F15274E35F5AC271B15F6 /* LGAlertViewWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewWindow.m; path = LGAlertView/LGAlertViewWindow.m; sourceTree = ""; }; - 38FB7C13602CDE0234ECAE64AC607372 /* LTTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTTableView.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTTableView.swift; sourceTree = ""; }; - 390B73E069650FCFD652A806107A67B5 /* MSNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MSNetwork-dummy.m"; sourceTree = ""; }; - 39171037EFCA59BEE1E71C028D34EA29 /* EasyLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingView.m; path = EasyShowView/EasyLoadingView.m; sourceTree = ""; }; - 3918045830A38B8F2539D00AD9542121 /* UIView+LSTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+LSTView.h"; path = "LSTCategory/Classes/Code/UIView+LSTView/UIView+LSTView.h"; sourceTree = ""; }; - 39232C736D4C774974F272DBFCCA45FA /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; - 39597A89F62CC6E9B95EF7573D519E23 /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; - 396D35778D8D55AC39194DE244FCAA8D /* LSTTimer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LSTTimer-dummy.m"; sourceTree = ""; }; - 397AC164843E756754E46FFAE6AD77B7 /* EasyEmptyPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyPart.h; path = EasyShowView/EasyEmptyPart.h; sourceTree = ""; }; - 397EC2235A12FDB4AC2B4A0964261C2E /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; + 2C9E06586C1E64ECBB4CADA38C6ABB22 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; + 2CAE27F9ADB123A1FFAA3A5A2A5BA67B /* MQTTSSLSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicy.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.m; sourceTree = ""; }; + 2D0506F1E1EF54B79E449AC5E70A0771 /* ZXNavigationBarDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarDefine.h; path = ZXNavigationBar/ZXNavigationBarDefine.h; sourceTree = ""; }; + 2D1F32EC80E74D92308840CD61499DF4 /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; + 2D676C5EB0563054F83AD1D5B65A12BE /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; + 2D6BE223149F3B46E9C124CCBB6AE14E /* MJExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJExtension-Info.plist"; sourceTree = ""; }; + 2D6F0D557B17C5DB06C52F1A90960C69 /* JLMicrophonePermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLMicrophonePermission.m; path = JLAuthorizationManager/Classes/Permissions/JLMicrophonePermission.m; sourceTree = ""; }; + 2D72519B4914A51850E59B150827D336 /* WHToast-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "WHToast-umbrella.h"; sourceTree = ""; }; + 2DE186FF4940FE3E2A0DDA7DF7B0F01A /* LSTPopView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTPopView.debug.xcconfig; sourceTree = ""; }; + 2DEF38C8A2E28050B041F833B0C5F08C /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; + 2E0CF73718E6B1023666CA50E78097B9 /* LSTCategory-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LSTCategory-dummy.m"; sourceTree = ""; }; + 2E2723695EEB198BD7E1E36A54B6DEDB /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + 2E45BB3D15DAB3510817FE708C3C3BA8 /* DZNEmptyDataSet.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DZNEmptyDataSet.modulemap; sourceTree = ""; }; + 2E6453F09B6F977B542DDDA4E4909FF0 /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; + 2E6DCF8B6D6E62BD9603F34B247570E0 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; + 2E8BFF8E6E08B7B90C0BC6F69FD46649 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 2F28F05BC40997D9327105C049528A79 /* UITextField+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextField+RACSignalSupport.m"; path = "ReactiveObjC/UITextField+RACSignalSupport.m"; sourceTree = ""; }; + 2FB415619A0A25620F6808F5A4BACE25 /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; + 2FD2721ADB80C40574673BF7D5EC0FDC /* UIColor+LSTColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+LSTColor.h"; path = "LSTCategory/Classes/Code/UIColor+LSTColor/UIColor+LSTColor.h"; sourceTree = ""; }; + 301F2E4B2D52AE402ED2A9509DC7E951 /* ZXNavHistoryStackCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackCell.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackCell.h; sourceTree = ""; }; + 3053BC9FF10E80F228FF44138F4881DD /* WHToast.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = WHToast.modulemap; sourceTree = ""; }; + 3084981524CCD1733B4C504FFAC3BA9B /* EasyAlertTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertTypes.m; path = EasyShowView/EasyAlertTypes.m; sourceTree = ""; }; + 311E9512753A099D86AADA4E2F3E7A27 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 312C5AE7BC88D3BF3A8DDCD3E8130F51 /* JLAuthorizationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLAuthorizationManager.m; path = JLAuthorizationManager/Classes/AuthorizationManager/JLAuthorizationManager.m; sourceTree = ""; }; + 327A15B4C7F14C8F1F7A51D149079267 /* LSTCategory-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LSTCategory-Info.plist"; sourceTree = ""; }; + 32C7535C5235FDBB0E9E2C62527CC351 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + 3320D8691031DFAAD3AD4E4237B7A787 /* ZXNavTitleView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavTitleView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleView.m; sourceTree = ""; }; + 332CEC6AE58D738CA144AC4A0262943E /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 33508301CE4AB6FA63F075601D895FCA /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; + 33B96A628899145843D7946C18063809 /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; + 33D45C8421CF5BEA5E9DABC8A111BE5C /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 33FBC2B4596C2346A61A8D0AF21655A2 /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; + 34124B870E01A6E3DBFF78DFE7627FAE /* AMapFoundation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 3427D27F74E728EE20A5972126B7403C /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; + 343C1D053E279AFB82C73600C8D3F5E8 /* MSNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MSNetwork-prefix.pch"; sourceTree = ""; }; + 34D5074AB988EFF140CACD97A31DC32F /* MQTTClient-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-umbrella.h"; sourceTree = ""; }; + 34DAD8932C1613C0B276588A056B8B6B /* LSTTimer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTTimer-umbrella.h"; sourceTree = ""; }; + 35081D7F2BC949A7BBC701A7A878FEE4 /* NSString+LSTString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+LSTString.m"; path = "LSTCategory/Classes/Code/NSString+LSTString/NSString+LSTString.m"; sourceTree = ""; }; + 3513B073AEC5D25CD235E0CCBAEB10A2 /* MJExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-umbrella.h"; sourceTree = ""; }; + 3520D62578346ACDEA7AE74D8D038AD4 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 357D86B5EFC7AF8946B2503A4BABB898 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 3588430E5DC546987B96DA818EFB368E /* JLCellularNetWorkPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLCellularNetWorkPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLCellularNetWorkPermission.m; sourceTree = ""; }; + 35BEB8A825D84F1E96EFCCB30F013EC6 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + 360E43FC58D0A1D7109BE4EC658E14DC /* IQKeyboardManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.release.xcconfig; sourceTree = ""; }; + 36321B026D3230BE46A6233DACCE059C /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; + 36452A5CFF4A98594F52546A9B04B00C /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + 366EFB8A521B6CAA3C195640797F3E93 /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; + 369F9561D70304D0E6792F4D23574A67 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + 371DF45913A0EF21FECFD822DD308437 /* LTCollectionFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTCollectionFlowLayout.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTCollectionFlowLayout.swift; sourceTree = ""; }; + 3728EBBCFA11616C5EC49D6C50E77499 /* UIBarButtonItem+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+RACCommandSupport.h"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.h"; sourceTree = ""; }; + 3808C064EA271B5A4BE41BCDEAED2F2B /* LGAlertViewWindowsObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewWindowsObserver.h; path = LGAlertView/LGAlertViewWindowsObserver.h; sourceTree = ""; }; + 3827C43AF409611A781DEBB5FBB54B3F /* LSTCategory-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTCategory-umbrella.h"; sourceTree = ""; }; + 383E2978761F71ABCC4FFBA06BAE284B /* DZNEmptyDataSet-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DZNEmptyDataSet-umbrella.h"; sourceTree = ""; }; + 383F5024BC7EA9BBCF4E119D519B57A5 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + 385897B3B96FDEF6906440325CF4A262 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 38A760680163917AD293C0C9A1065692 /* KafkaAnimatableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaAnimatableProtocol.h; path = KafkaRefresh/UIKit/LayerKit/KafkaAnimatableProtocol.h; sourceTree = ""; }; + 38B0A88CBF7C478AD8BCE58F4B436D48 /* KafkaFootRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaFootRefreshControl.m; path = KafkaRefresh/Core/KafkaFootRefreshControl.m; sourceTree = ""; }; + 38E7EE9027B4A024CF827755F0B10ACF /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; + 390F6FF630731D5F353E6382BC0E6ACE /* WKWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+AFNetworking.m"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.m"; sourceTree = ""; }; 399102B94B534EB49EE0E5512D150CA8 /* LSTPopView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LSTPopView; path = LSTPopView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A82135BB1AE6F385E913D21F46E585C /* SGWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGWeakProxy.m; path = SGQRCode/WeakProxy/SGWeakProxy.m; sourceTree = ""; }; - 3A8A3FD4B374E6026F1EE974E2E4D5D0 /* LSTPopView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTPopView.m; path = LSTPopView/Classes/Code/LSTPopView.m; sourceTree = ""; }; - 3AA379D2A7DBDB5B8D7B2AD9A99FDDFF /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - 3AFF9BBBF94E8ECBDA0352DE35C31957 /* MQTTInMemoryPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTInMemoryPersistence.h; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.h; sourceTree = ""; }; - 3B297CCEF328D56E5041BC766F197978 /* LTScrollView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LTScrollView.debug.xcconfig; sourceTree = ""; }; - 3B31D1476CBCD5BCB1DB5D1197AC7D0D /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - 3B57C88797A2B6B1FBFC6423A8C0D95B /* mtc_ue_contact.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ue_contact.h; path = include/lemon/mtc/mtc_ue_contact.h; sourceTree = ""; }; - 3B5A8AF905F25DE9BEBE8FFD31C84A34 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 3B5E7545A12012B72D85B05550AE832A /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; - 3B8BF5F9DF982A857F0B753F76642DF5 /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 3BAFE672846EEC3D55B03D1C886C3F15 /* EasyShowView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyShowView-umbrella.h"; sourceTree = ""; }; - 3C5FEB895BF4C48F8D5832685EA292BD /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; - 3C7FD4D4D6CB2CA9B51BD618CF28CB6F /* WHToastView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WHToastView.h; path = WHToast/WHToastView.h; sourceTree = ""; }; - 3C8EFD37E087F6EF4FB0FCCC5DD3B595 /* UIButton+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+RACCommandSupport.h"; path = "ReactiveObjC/UIButton+RACCommandSupport.h"; sourceTree = ""; }; - 3CE0FB94B08EC2383D34A4B324DD870A /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; - 3D294CE5DD40D78D3FDC5AC140ED6285 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - 3D474104707F4E53CB33E1621A93DB3C /* IQUIViewController+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIViewController+Additions.m"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.m"; sourceTree = ""; }; - 3D51AE65F3B449F4994A2475C51BC764 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - 3D60834790228C9399C013ECEABC55E2 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 3D7327CB41E2E875CA091C2109F771A2 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 3DCF60D1797D913D335A433C071E2376 /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; - 3DEE1AA83E6F20CB780EC225C7E1B415 /* EasyTextConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextConfig.m; path = EasyShowView/EasyTextConfig.m; sourceTree = ""; }; - 3E02C603166C7A1F0AECC72BD1AD2E3B /* UIAlertView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIAlertView+RACSignalSupport.m"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.m"; sourceTree = ""; }; - 3E32BEA23E46CAA9E43F1C3AB77BFD75 /* EasyAlertGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertGlobalConfig.h; path = EasyShowView/EasyAlertGlobalConfig.h; sourceTree = ""; }; - 3ECB4C773652D1FF2282FDA9954106DC /* EasyAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertView.h; path = EasyShowView/EasyAlertView.h; sourceTree = ""; }; - 3ED896737FC5E247EC66BC39A386BE8E /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; - 3F208132179B85D911FB48227F4EA784 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; - 40198A7E7E52F4B372BC195AF6E1C714 /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; - 4045D43CFA4F9051C289F2D42F60431C /* UIScrollView+KafkaRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+KafkaRefreshControl.h"; path = "KafkaRefresh/Core/UIScrollView+KafkaRefreshControl.h"; sourceTree = ""; }; + 39D9D4B46D0DC88077709866EA866F76 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + 39EB5741B10CE53961465416E8E307E1 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + 39EC86B5ED9CCC1C00AC095659FB616B /* SGScanView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGScanView.m; path = SGQRCode/ScanView/SGScanView.m; sourceTree = ""; }; + 3A064522BAF77DBF1FE75C7E3931CCAA /* AgoraVideoProcess.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraVideoProcess.framework; sourceTree = ""; }; + 3A0E621F73630169B9FF6B6002BAD439 /* YYModel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.release.xcconfig; sourceTree = ""; }; + 3A31F9B6A704AC45ADD8650B992E3772 /* SGPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGPermission.h; path = SGQRCode/Permission/SGPermission.h; sourceTree = ""; }; + 3A4B0F5CC7FF56CAB913570347ACB56B /* ZXNavigationBarNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarNavigationController.h; path = ZXNavigationBar/ZXNavigationBarNavigationController.h; sourceTree = ""; }; + 3A567A7D34E07CFD73D4DF2B9004517B /* JLBluetoothPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLBluetoothPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPermission.m; sourceTree = ""; }; + 3A809F0F83B105152710AE07E6F05CBA /* YYModel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-umbrella.h"; sourceTree = ""; }; + 3B13DCF65AA9E1CA288D30FB3902577B /* Property.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Property.h; path = include/lemon/Property.h; sourceTree = ""; }; + 3B185736084B4F63D1329E720D2EAA41 /* JLCalendarPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLCalendarPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLCalendarPermission.h; sourceTree = ""; }; + 3B72AA39B8C2EA8EE444A3D2BD323957 /* UIView+LSTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+LSTView.m"; path = "LSTCategory/Classes/Code/UIView+LSTView/UIView+LSTView.m"; sourceTree = ""; }; + 3B774F34EE32E027C1FC22DC4BC6A072 /* JLLocationInUsePermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLLocationInUsePermission.m; path = JLAuthorizationManager/Classes/Permissions/JLLocationInUsePermission.m; sourceTree = ""; }; + 3BE786728DEA7729E85B2261976FC958 /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; + 3BF2F70F3D1C4C15FFA728564C2D737F /* UICollectionReusableView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionReusableView+RACSignalSupport.h"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.h"; sourceTree = ""; }; + 3CDA20DCC6E8699B1D6FCA1D6BA25EFD /* IQUIWindow+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIWindow+Hierarchy.h"; path = "IQKeyboardManager/Categories/IQUIWindow+Hierarchy.h"; sourceTree = ""; }; + 3D5ED3C54770E2C3F5411F550974168F /* MOBFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MOBFoundation.debug.xcconfig; sourceTree = ""; }; + 3E21086EEF2CF671A505764785399CE9 /* LTPageScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageScrollView.swift; path = Example/LTScrollView/Lib/Main/LTPageView/LTPageScrollView.swift; sourceTree = ""; }; + 3E3B5F9B942F3CE834A39C3C65AE6CFF /* GooglePlaces.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = GooglePlaces.bundle; path = Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle; sourceTree = ""; }; + 3E7C3CE302B51F05C7170F035C2530F6 /* mtc_acv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_acv.h; path = include/lemon/mtc/mtc_acv.h; sourceTree = ""; }; + 3EA886E8B8943460D1129E52F358C3C4 /* JLBasePermisssion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLBasePermisssion.m; path = JLAuthorizationManager/Classes/Base/JLBasePermisssion.m; sourceTree = ""; }; + 3F08148929D5F3D3588D1DBD46F04964 /* DZNEmptyDataSet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DZNEmptyDataSet-dummy.m"; sourceTree = ""; }; + 3F3FAF7DF9F9E8CAE7F5E85FF60A3A5B /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; + 3F889796F38029984A80CA574791B6BC /* WHToast.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WHToast.debug.xcconfig; sourceTree = ""; }; + 3F8EF4AC276AFEA5650345C50DC7A93A /* MJPropertyType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyType.m; path = MJExtension/MJPropertyType.m; sourceTree = ""; }; + 3FA0EF74615F52020C045DFE69335015 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; + 3FBEF25E4E737F6016776EF1E1FB1838 /* IQUIViewController+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIViewController+Additions.h"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.h"; sourceTree = ""; }; + 3FD8707A8F505B246A461DEC9A0490DE /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; + 3FF54741A39DC23EFDFFCA92F1175523 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 4040101D2026F690D21E5382766EA381 /* MJPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyType.h; path = MJExtension/MJPropertyType.h; sourceTree = ""; }; + 407DC822675869AAED1C302BAD67140F /* NSObject+MJCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJCoding.m"; path = "MJExtension/NSObject+MJCoding.m"; sourceTree = ""; }; + 40BDC872A6D857DEF3C0378CFD8612A0 /* ZXNavHistoryStackContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackContentView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackContentView.h; sourceTree = ""; }; + 40CBA07E99B6CD985C4EDCFF234A2DBE /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; + 41248B8D1F8F2EC584607B7921F0FBBA /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; 412C4336385FE302A4BE4A13C0CD78B7 /* Pods-LekangGuard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LekangGuard.release.xcconfig"; sourceTree = ""; }; - 418E72FDD68E8C84E2F7E2F8F277BA6F /* SGPermissionPhoto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGPermissionPhoto.h; path = SGQRCode/Permission/SGPermissionPhoto.h; sourceTree = ""; }; + 41A1E899DAE04347A69F126BE9BF04D2 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; 4206CE5FA900D518EFFB5BF476A57828 /* Pods-LekangGuard-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LekangGuard-acknowledgements.plist"; sourceTree = ""; }; - 42FD14ADA968AE16F8E1010EBEDBE49A /* MQTTSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionManager.h; path = MQTTClient/MQTTClient/MQTTSessionManager.h; sourceTree = ""; }; - 4358222B54A557C1AADAE5CA39E7520F /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - 4360368789AAE343A4507A65E3E9B6C4 /* mtc_conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conf.h; path = include/lemon/mtc/mtc_conf.h; sourceTree = ""; }; - 4368FBCFC0AAB48B49D8749E6CE6D031 /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; - 439F2B155CC4D98A47261FABDA19BD85 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; - 43B74A99603EF0360EEC57C0973E44E6 /* mtc_acv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_acv.h; path = include/lemon/mtc/mtc_acv.h; sourceTree = ""; }; - 44090242BE3533BCA3B810872F39F48D /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - 4445AC8776419AE15704918DA08B9C7C /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; - 446789DEF354FA5FA16EB82A0A1738B5 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - 44861DCD0F997139D519D96DEFB9ACB1 /* KafkaRingIndicatorHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRingIndicatorHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaRingIndicatorHeader.h; sourceTree = ""; }; - 448AF752F05B52DFD2CEAA6CF48521E2 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; - 44B2A1CC693719198C16B904C687E1E3 /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; - 44CBD0D657560F7BF19B85DE498D1DCD /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 4528E46CDD52CA2C3E8E234014027D94 /* SGScanCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanCode.h; path = SGQRCode/QRCode/SGScanCode.h; sourceTree = ""; }; - 4539628DC9EFC2B54B7A01EA8D3847F4 /* DZNEmptyDataSet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DZNEmptyDataSet.release.xcconfig; sourceTree = ""; }; - 4569F9278A95D9C009031926B75DC089 /* LTCollectionFlowLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTCollectionFlowLayout.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTCollectionFlowLayout.swift; sourceTree = ""; }; - 45954144D30666BCFB8AC1B5DA0FDFAC /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; - 45A86DC1192DC4860EABB0F703E8895C /* KafkaAnimatableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaAnimatableProtocol.h; path = KafkaRefresh/UIKit/LayerKit/KafkaAnimatableProtocol.h; sourceTree = ""; }; - 466467BF8D61981AE8ED0038AE42AEF9 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - 4678EDDF2626A662BC6450EF03389CCB /* UISegmentedControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISegmentedControl+RACSignalSupport.h"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.h"; sourceTree = ""; }; - 46FF7EB1745C04C2BE99CD6234E13CCE /* LGAlertViewWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewWindow.h; path = LGAlertView/LGAlertViewWindow.h; sourceTree = ""; }; - 47B1C9584913E5A2A01F9F4A864C9E8A /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 47C420038FF5D09C81893C3C1674F318 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; - 47C50CB0C4AA4003FAB35A815A3D0A30 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; - 47EABB8F19DA6A1715A23FE909BA7526 /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; - 47EC2C09D34B6D26F93B21C7C101E6F7 /* LGAlertViewWindowsObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewWindowsObserver.h; path = LGAlertView/LGAlertViewWindowsObserver.h; sourceTree = ""; }; - 4869FD260BC9D6050474F6F6890DCE11 /* KafkaReplicatorFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaReplicatorFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaReplicatorFooter.m; sourceTree = ""; }; - 486C9BCBD40867FD263CCC0B585FE56A /* ZXNavItemBtn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavItemBtn.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavItemBtn.h; sourceTree = ""; }; - 488F6190134C80810F019F9AA5A013D0 /* UIImage+WHToast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WHToast.m"; path = "WHToast/UIImage+WHToast.m"; sourceTree = ""; }; + 421B345F36B409F74A0556140CED420A /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; + 4278B679439C43D80AACD0E8AF121243 /* LGAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertView.h; path = LGAlertView/LGAlertView.h; sourceTree = ""; }; + 428DA63922E3FE3658299D7025952E24 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + 429781CB2A250BB9DC271D0983EAABDF /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 42A62150576A1AA376EC5EC20B5807E9 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 42DA6350ED1C46E3AA23C1BAC4FB92CD /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; + 4347C027B3A9A7139EA3708C21445AA0 /* MQTTSSLSecurityPolicyTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyTransport.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.h; sourceTree = ""; }; + 43BE9DD921A20AF27EED25BE49C22E11 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + 43C08C412094EA0B7CBE3FD3972D0FFB /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = ""; }; + 43DFC64D281C4D548D76C45F86F7CD20 /* IQKeyboardReturnKeyHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardReturnKeyHandler.h; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.h; sourceTree = ""; }; + 43E03E44D32F7904FB7E4C51FAF3727D /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 441C2FD918CAE8FDC649CE3014D3BDBF /* ZXNavTitleLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavTitleLabel.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleLabel.m; sourceTree = ""; }; + 44709FAFFEC85A5437075F1E412AA97D /* KafkaRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KafkaRefresh.release.xcconfig; sourceTree = ""; }; + 4548FB64C2A5DDCB5CDA4F396504E173 /* SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImage-Info.plist"; sourceTree = ""; }; + 4589A6E3D7DAA177DBE43FB833C8B13A /* LTAdvancedManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTAdvancedManager.swift; path = Example/LTScrollView/Lib/Main/LTAdvancedManager/LTAdvancedManager.swift; sourceTree = ""; }; + 45BC67B335D50FF9A269D57DAA2D3103 /* JLCellularNetWorkPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLCellularNetWorkPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLCellularNetWorkPermission.h; sourceTree = ""; }; + 45BD39C3572F6D09DAE6F071F93B9B4D /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; + 45C65F7CF78078541D36C54F4D0C5B00 /* MQTTSessionLegacy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionLegacy.m; path = MQTTClient/MQTTClient/MQTTSessionLegacy.m; sourceTree = ""; }; + 45FED12B978BDAB378C268D8B37B22F3 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 464CD0DEAE7DE87E066F4DFA1E117C13 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + 4697F8090F886B7AB2434E4949805FD7 /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; + 46B2686964BEC4479EE3D76F07B1060C /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; + 46B8C1C013642F6ABD3CE943C689AE69 /* UIImage+ZXNavColorRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ZXNavColorRender.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavColorRender.m"; sourceTree = ""; }; + 46E22391271520D4A3E69839F2A6246B /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; + 4712F0CBA6EB490126DD57F0252FB402 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 483A306B71B47A7E3C2A23FAD28C2BCB /* LGAlertViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewCell.m; path = LGAlertView/LGAlertViewCell.m; sourceTree = ""; }; + 4840CA2E88D67DBD1CE935C5D900B8A6 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; 48ACF38225AF5129416A1F090F6D3286 /* YYCache */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYCache; path = YYCache.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 48D9A0B7691110BA71179C6E215D97C9 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; - 49084890EE49F56457F0E435BF8B825C /* LSTTimer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTTimer.release.xcconfig; sourceTree = ""; }; - 4915ECA2EF0B9307D49E16A726F59E6B /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - 496549690DAA0C93E3C56A2B22B7BE5D /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - 499450B0CAB5E834F47F2BD663894855 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - 49AD370BDC4CD108E388E0CA4A091BA9 /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; - 49FD02FD1ECF912DA87F945124FEB612 /* ZXNavigationBar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZXNavigationBar-dummy.m"; sourceTree = ""; }; - 4A0034D6812B9E77738D084F84BA27A9 /* UIView+LSTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+LSTView.m"; path = "LSTCategory/Classes/Code/UIView+LSTView/UIView+LSTView.m"; sourceTree = ""; }; - 4A2C8FCA71E7333CEAC3EF856DE80CE2 /* LSTPopView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTPopView.debug.xcconfig; sourceTree = ""; }; - 4A77C962DA982023ED2D6BA9E9460DBB /* SGGenerateQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGGenerateQRCode.h; path = SGQRCode/QRCode/SGGenerateQRCode.h; sourceTree = ""; }; + 48B54555DD05B36F46FFC431D1C375AC /* IQKeyboardManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManager.modulemap; sourceTree = ""; }; + 48C31BF574467291013CF4F1771276AE /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 48F20C162E0F16AF5BAE1C799F62481C /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; + 490125D6795A50A143701D4A08B2FD3D /* MJExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.release.xcconfig; sourceTree = ""; }; + 492753C0B426EE82F7579D525AD82BEE /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + 495078D36D22512E958DBAC28FF7A2D5 /* MQTTSessionSynchron.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionSynchron.m; path = MQTTClient/MQTTClient/MQTTSessionSynchron.m; sourceTree = ""; }; + 495CD823D1986D2D152E30D7AD23E077 /* SDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCallbackQueue.m; path = SDWebImage/Core/SDCallbackQueue.m; sourceTree = ""; }; + 499CE5CE7A6353460264B44C822781A3 /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; + 49BF563751CB8D591D4188E0B7B5F06B /* EasyShowView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyShowView-umbrella.h"; sourceTree = ""; }; + 4A15CC32D356FDC7F6A2EC120D45E71F /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; + 4A4D43E31B57D1FEEED459FAF920B6AA /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 4A6EE98A23C82AEAE554469F317970E7 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + 4A8573F128587A0C2CD0378F71371C8B /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 4AA7B2888386DA570EF23010802F5B57 /* JLAuthorizationManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JLAuthorizationManager-dummy.m"; sourceTree = ""; }; 4AAA932645F360142FD3B5CE9CD1FC20 /* Pods-LekangGuardTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LekangGuardTests.debug.xcconfig"; sourceTree = ""; }; - 4AB86A4CB7278855D4B8B0A958220F1A /* UIView+EasyShowExt.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+EasyShowExt.m"; path = "EasyShowView/UIView+EasyShowExt.m"; sourceTree = ""; }; - 4AD77142B7F9F0111A40B7A790E389DC /* mob_smssdk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = mob_smssdk.debug.xcconfig; sourceTree = ""; }; - 4AEA25435332BA642516F7697C97F044 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - 4B33E3420E172652F991335A89A8B2DB /* UIActionSheet+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActionSheet+RACSignalSupport.m"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.m"; sourceTree = ""; }; - 4B37F7AA0B50568EBA29C3832081E53F /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; - 4C013BDD5E0652E27A764ED8C3697AA3 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; - 4C0FD8D9492F0B1C50B602129689AF03 /* SGQRCode-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SGQRCode-dummy.m"; sourceTree = ""; }; - 4C74067FA72B8082300A5E05DB7E94AB /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; - 4C7857BF442449979E076E1DEFE5911C /* JLCellularNetWorkPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLCellularNetWorkPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLCellularNetWorkPermission.h; sourceTree = ""; }; - 4CEDA370DEAFDF4058C874B1C6C8B858 /* MSNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MSNetwork.m; path = MSNetwork/MSNetwork.m; sourceTree = ""; }; - 4CFBC78160A43F62B2C12AFCE76A78FC /* mtc_prov_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prov_db.h; path = include/lemon/mtc/mtc_prov_db.h; sourceTree = ""; }; - 4D31A7CE8A061B233A4F573AB88C9A8B /* LTAdvancedManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTAdvancedManager.swift; path = Example/LTScrollView/Lib/Main/LTAdvancedManager/LTAdvancedManager.swift; sourceTree = ""; }; - 4DAA7642B0F6C81AA1D52A48D838CBD1 /* UITableViewCell+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.h"; sourceTree = ""; }; + 4B11E56730E6A7D27C84D6CA3DC1BE94 /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; + 4B1D6279DD2B34448D73C8CE31BE406B /* IQKeyboardManagerConstantsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstantsInternal.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstantsInternal.h; sourceTree = ""; }; + 4B6F1F4FBA8CD567004EA5C6F80116ED /* LTLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTLayout.swift; path = Example/LTScrollView/Lib/Main/LTLayout/LTLayout.swift; sourceTree = ""; }; + 4B9F0B0751BDCFF8C6B46E33912EF5A2 /* KafkaHeadRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaHeadRefreshControl.m; path = KafkaRefresh/Core/KafkaHeadRefreshControl.m; sourceTree = ""; }; + 4BCD552C59D7B550DC1E7F960C138588 /* MKAnnotationView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+RACSignalSupport.m"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.m"; sourceTree = ""; }; + 4BEC6B96165825343BBF7BC110C83B77 /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; sourceTree = ""; }; + 4C428F88E37BBA3F539099E7C70D1E5D /* EasyTextBgView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextBgView.h; path = EasyShowView/EasyTextBgView.h; sourceTree = ""; }; + 4C866F9AB9C4DDAC8C7746DF2C1A3F0C /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; + 4C8CB164C5BBB8E1DCAFD93E5BDD69AD /* EasyShowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyShowView.h; path = EasyShowView/EasyShowView.h; sourceTree = ""; }; + 4CB3F1A6E7AF2401EE851A219444C6CE /* whtoast_error@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_error@3x.png"; path = "WHToast/wtoast_icon/whtoast_error@3x.png"; sourceTree = ""; }; + 4CD9B0580B5B13662B3A1A2014896E18 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; + 4CE43650D496BEFFC1F9411F4666EBEA /* WHToast-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "WHToast-dummy.m"; sourceTree = ""; }; + 4CED1171C6B81FFEC8E7C0509CF9981F /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + 4D81F11E781A0A8DF09B13823B9294D1 /* KafkaArrowFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaArrowFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaArrowFooter.h; sourceTree = ""; }; 4DAF4CB0AF7C8192E1CA81182CCEEBB7 /* LSTCategory */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LSTCategory; path = LSTCategory.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DBBB7F53838A558D85E26B371568AB4 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; - 4ECCF260EC6802D3DA77F597BB836826 /* mtc_prof_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prof_db.h; path = include/lemon/mtc/mtc_prof_db.h; sourceTree = ""; }; - 4ED7BCCAE4BCD2599F3CBC72D3A1E816 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 4EF3D43D3F973D06F51DC4E9B2DE631D /* EasyEmptyGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyGlobalConfig.h; path = EasyShowView/EasyEmptyGlobalConfig.h; sourceTree = ""; }; - 4EF7F437F9306598A93F6440ACF3FA58 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 4F2EAAD7E761A86C84BBD4483292B288 /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 4F6312E185C8F987FEF19A57D26BA2B6 /* mtc_call_sts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_sts.h; path = include/lemon/mtc/mtc_call_sts.h; sourceTree = ""; }; - 4FCC1173BBACD9A3BD0FF2B9B1E5FDAC /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 5012B3AC9F0D9B0819F33456938B368B /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; - 509A00872DC27369825D5C8AB52E9676 /* NSObject+YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+YYModel.h"; path = "YYModel/NSObject+YYModel.h"; sourceTree = ""; }; - 510177436CE101E633372D808F14CCCA /* UITableViewHeaderFooterView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewHeaderFooterView+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.h"; sourceTree = ""; }; - 511CD06B5B0F0F976BEC6957EAEBA28C /* mtc_game.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_game.h; path = include/lemon/mtc/mtc_game.h; sourceTree = ""; }; + 4E744096E2C4972575CE86A07F890640 /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; + 4E8BBC12BB60D5EADB7C1B6C8FFAD053 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 4F023BDD03901EA70CE3D0BE8C947F12 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; + 4F197CA60ABA2B5180344DE2560562B0 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; + 4F4E6872A36C316729129F2DF0FCD3B5 /* EasyTextTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextTypes.h; path = EasyShowView/EasyTextTypes.h; sourceTree = ""; }; + 4FA091149C7F0BED517BA414ADDEE20E /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + 4FDD04D276FB83D1E0733447C5A6987B /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + 4FE8C85D68F31756B7DD373918E36055 /* YYCache.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.release.xcconfig; sourceTree = ""; }; + 506CBEB88CCB2A117A0C347DAF9BA5E3 /* ZXNavigationBar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZXNavigationBar-dummy.m"; sourceTree = ""; }; + 50B4564ABE964DF6E4D2C03BD217377F /* UIRefreshControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+RACCommandSupport.m"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.m"; sourceTree = ""; }; + 510A93E188664755613FCE1EA63D72A1 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; 512536599BF57186A1A0BB753C0A0C17 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/ImageIO.framework; sourceTree = DEVELOPER_DIR; }; - 5139BF8945C4A5524AE878265E03A11D /* JLSiriPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLSiriPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLSiriPermission.h; sourceTree = ""; }; - 519D58A3121FC4EC13EB3260340B7FD2 /* IQKeyboardManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManager-dummy.m"; sourceTree = ""; }; - 51A2BCB8AB682ED14E131DBBF387301F /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - 51C761866A18E1C0D6B5D3DAD6C14E02 /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; - 51DDC1D994AA3D4A4D00ACEE28A94FCC /* MSNetwork.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MSNetwork.modulemap; sourceTree = ""; }; - 522BF9542E538E3C015806E3FE489159 /* EasyTextBgView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextBgView.h; path = EasyShowView/EasyTextBgView.h; sourceTree = ""; }; - 523020E2179ACF4189680A5141DEC1C3 /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; - 52571BBCDE3BB631E6C3B602335067B9 /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; - 5298D853513301CB719AC66EC7DD0D41 /* LSTTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTTimer.m; path = LSTTimer/Classes/LSTTimer.m; sourceTree = ""; }; - 534939ED503705E69E28DFBA6CA76EB9 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; - 5365DA3EA7817D7C98254808A8F734F2 /* KafkaArrowFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaArrowFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaArrowFooter.m; sourceTree = ""; }; - 53ABBB6B99B4F7AC324A199D0A382B55 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - 53B90BB297FDAFAB40CBEEB73AB13ACD /* UIStepper+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIStepper+RACSignalSupport.h"; path = "ReactiveObjC/UIStepper+RACSignalSupport.h"; sourceTree = ""; }; + 51A4E0BFF1C50C750FAC6EA1FD3AA09E /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 51B75A1859AD5005CED5A563129751E7 /* KafkaHeadRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaHeadRefreshControl.h; path = KafkaRefresh/Core/KafkaHeadRefreshControl.h; sourceTree = ""; }; + 52F52CD22AEACB678B432A619F05FEC1 /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 5340B10727096BE01DF17989F09805B4 /* EasyTextGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextGlobalConfig.m; path = EasyShowView/EasyTextGlobalConfig.m; sourceTree = ""; }; + 535512BD43A150411C1FADFEA1620CEE /* LTLivePlayLoopsListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTLivePlayLoopsListView.swift; path = Example/LTScrollView/Lib/LTLoopsPlay/LTLivePlayLoopsListView.swift; sourceTree = ""; }; + 5380659D7DCFC72BC27D0BC5DF0E4F87 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; + 53A3E02872D2352E691096205E59F72D /* mtc_d0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_d0.h; path = include/lemon/mtc/mtc_d0.h; sourceTree = ""; }; + 53D0CC781F7A2B6E3FF76A365E4FA6C2 /* ZXNavHistoryStackCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackCell.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackCell.m; sourceTree = ""; }; 542B2C03F9153F6C9132985DAD6B7B19 /* Pods-LekangGuard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LekangGuard.debug.xcconfig"; sourceTree = ""; }; - 543EBED7823D3D9EAB7C85E7966566EF /* NSString+LSTString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+LSTString.h"; path = "LSTCategory/Classes/Code/NSString+LSTString/NSString+LSTString.h"; sourceTree = ""; }; - 54DD32E95FDC0299FE94AAFCBF0D3857 /* WKWebView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "WKWebView+AFNetworking.m"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.m"; sourceTree = ""; }; - 55278D868D7C92525CB48DA518B2EE1E /* LGAlertViewShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewShadowView.h; path = LGAlertView/LGAlertViewShadowView.h; sourceTree = ""; }; - 552807AE52416760FAA3BEC53F0A0E26 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 55FAA29A4BA54E19894706AD138A2FBC /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; - 560427207A3F1BCEE5DF34CAE31A47C3 /* MQTTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTLog.h; path = MQTTClient/MQTTClient/MQTTLog.h; sourceTree = ""; }; - 565B382208B7CD670D87CA7E376E7CC1 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; + 5445E8ABC93FC9147DA7B0AB82435318 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 5451AC0D944325DFA7A811DBAF304576 /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; + 545B669EF83DDC51D597BDE179A12A81 /* mtc_payment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_payment.h; path = include/lemon/mtc/mtc_payment.h; sourceTree = ""; }; + 54BF59FD02956F92F691119008666057 /* SGQRCode-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SGQRCode-prefix.pch"; sourceTree = ""; }; + 54F7C41F353233463764F226DFE830CD /* LTScrollView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LTScrollView-dummy.m"; sourceTree = ""; }; + 54FD0E7F4AFE7187E1EC869810B44A13 /* JLAuthorizationManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLAuthorizationManager.debug.xcconfig; sourceTree = ""; }; + 550E7678E7881C2AF1C5611B641DE404 /* MQTTSSLSecurityPolicyTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyTransport.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.m; sourceTree = ""; }; + 552249A88B3B4D3F652E3838B5B96085 /* ZXNavHistoryStackContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackContentView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackContentView.m; sourceTree = ""; }; + 55441E183081323A0FFE3AA51F6AD9E4 /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; + 557E6EE5FA084190E7513DA400634A27 /* SGQRCode-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SGQRCode-umbrella.h"; sourceTree = ""; }; + 55ACB217FC94D25E47FBB827F028857A /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; + 55D39C7AC0058FD45E6214EAE7C73332 /* IQBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.h; sourceTree = ""; }; + 560802610B1BC8D9A3EE13B4F50B2F7C /* SMS_SDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SMS_SDK.framework; path = SMSSDK/SMS_SDK.framework; sourceTree = ""; }; + 5610597474BB5D0CB40A4088BA8A8A44 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; + 56288A9E3CB5DB7D2E864114A2E055AA /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; + 5649966271AE4ABE8DC05C309F20584C /* mtc_im_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_im_db.h; path = include/lemon/mtc/mtc_im_db.h; sourceTree = ""; }; 56772181F18AD1ACDE3D571667D98B30 /* Pods-LekangGuard-LekangGuardUITests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LekangGuard-LekangGuardUITests-resources.sh"; sourceTree = ""; }; - 56B8E05FAB80F852EF727E211DD493BC /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - 57345927169CB75ABBBA44E197120BCD /* mtc_payment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_payment.h; path = include/lemon/mtc/mtc_payment.h; sourceTree = ""; }; - 577285C82C102F1F6C9F44535EB53218 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - 5783A47FA1D79193D5E8942756B0370C /* LGAlertViewButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewButton.m; path = LGAlertView/LGAlertViewButton.m; sourceTree = ""; }; - 579C2EF347AB84EE5E26A1FB22C2A43C /* YYMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYMemoryCache.m; path = YYCache/YYMemoryCache.m; sourceTree = ""; }; + 569F95602481093E02EAEAFFAC5C8D75 /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; + 571A15804DE24301890A5EAD53EE5D14 /* GooglePlaces.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GooglePlaces.debug.xcconfig; sourceTree = ""; }; + 572C79715CE57EC5B654680134CEBA6E /* ZXNavigationBar.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZXNavigationBar.bundle; path = ZXNavigationBar/ZXNavigationBar.bundle; sourceTree = ""; }; + 5769E0E94897AF21B05B63A63896DB43 /* LGAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertView.m; path = LGAlertView/LGAlertView.m; sourceTree = ""; }; + 579E0A0998560C2F425314B2F6E8E8D4 /* UIActionSheet+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActionSheet+RACSignalSupport.h"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.h"; sourceTree = ""; }; + 57A4AC459AF86EE3FAF75307F2D9A736 /* MQTTCFSocketDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketDecoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.m; sourceTree = ""; }; + 57A55AF42BE63B21DA2CA7A8FCE73C3D /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; + 57A9C1893BA9BB428FBC27B7A47AB3AA /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; 57B8BDBCE644C9D9327C640C8DE8F25B /* Pods-LekangGuard-LekangGuardUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LekangGuard-LekangGuardUITests-acknowledgements.markdown"; sourceTree = ""; }; - 5842E444FFD423F8E655201C18DC9311 /* MJPropertyKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyKey.m; path = MJExtension/MJPropertyKey.m; sourceTree = ""; }; - 58C60510677BDBE1D3B5B5A388F258A5 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 58D320C03E1AB5ABD3DE72268DE6C595 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; - 58D868E8AE4AF7CB0BCCF59D89C06AA9 /* MJExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJExtension.modulemap; sourceTree = ""; }; - 58D9D21CAB886EC9B1C5CC95F38E7052 /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; - 5909A0D941CDBC34A3154FBD0D234DCF /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; - 592EF4CACEEB8A01F8EE7980D98FBB17 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 597486273DF0C8E21970EA80B6DED44C /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 59808C31C01FB4A99A7D838D8615FEFF /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; - 59A368254EDFE733EFE834B1B5E315E3 /* NSObject+MJKeyValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJKeyValue.h"; path = "MJExtension/NSObject+MJKeyValue.h"; sourceTree = ""; }; - 59A9AC73FAC4DB4F5451D4F1786D991E /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.m; sourceTree = ""; }; - 5A3E416536A5CE36C0AE3D1EC4901318 /* LTSimpleManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTSimpleManager.swift; path = Example/LTScrollView/Lib/Main/LTSimpleManager/LTSimpleManager.swift; sourceTree = ""; }; + 57D25EADC06EC452513E6A78520C8F0A /* KafkaRefreshProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshProtocol.h; path = KafkaRefresh/Core/KafkaRefreshProtocol.h; sourceTree = ""; }; + 57E2EB31B837ED6FE5FCA429135F8118 /* mtc_conn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conn.h; path = include/lemon/mtc/mtc_conn.h; sourceTree = ""; }; + 57FDB97367CA30DA05A1663EB042BE71 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 5823D63DA6DFB8ABF2B34CA59A88F265 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 5827784C98520661AC467709F674CEFC /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; + 582E585F9E33BC112816D369578D975B /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; + 584F30E002F2E84637346E868E1A7CE6 /* UITableViewCell+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.h"; sourceTree = ""; }; + 58B24F29345666FD2969998CDB381ABE /* MQTTSSLSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicy.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.h; sourceTree = ""; }; + 58B5A5896408CFA0D9E803E9430EAC4C /* WHToast.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WHToast.release.xcconfig; sourceTree = ""; }; + 58BA8D665336DA4D2E898C3231A7C1EB /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; + 58BF2A3B4E763385C0B81B9A017CEF58 /* LSTTimer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTTimer.release.xcconfig; sourceTree = ""; }; + 58F60B6B594FD483F8B647F7F900C933 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; + 5941346AE8F258E05CCF781B4A832355 /* EasyAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertView.h; path = EasyShowView/EasyAlertView.h; sourceTree = ""; }; + 59873711123BF1353E1B95CBF547E41B /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + 5A397D543B94D98BE49995B02FA9F7E5 /* UIControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupport.h"; path = "ReactiveObjC/UIControl+RACSignalSupport.h"; sourceTree = ""; }; + 5A49F76077F0FCF3C7B53BF49FA05032 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; + 5A68536E0265F98C8C1E8A0316B0E684 /* SGScanCodeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanCodeDelegate.h; path = SGQRCode/QRCode/SGScanCodeDelegate.h; sourceTree = ""; }; 5A6A28A1594C595B935C54EAA8B7AA81 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - 5A6E7D9221FD3A0D3275655749BA1A0F /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 5AE967B1A13B34CE935E72148E263268 /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; - 5B279529C14AE3BC20E813DB23AF2C03 /* IQTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTextView.h; path = IQKeyboardManager/IQTextView/IQTextView.h; sourceTree = ""; }; + 5A88685C6C23AA0A8BA529CA4406DEDC /* LSTTimer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LSTTimer-Info.plist"; sourceTree = ""; }; + 5A93718310387CA2A465F23D03DB4FE5 /* EasyTextBgView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextBgView.m; path = EasyShowView/EasyTextBgView.m; sourceTree = ""; }; + 5AC24F0CF7E88FEC88F2739FB3EE92D2 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + 5AD20E1B45E8BFE1AE1A69A08477D5A5 /* WHToastView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WHToastView.h; path = WHToast/WHToastView.h; sourceTree = ""; }; + 5AEA4BE9C72BB98F662D4EDDD4535808 /* MQTTSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSession.m; path = MQTTClient/MQTTClient/MQTTSession.m; sourceTree = ""; }; + 5B063688B9BCD50478359A9F01DD4C7B /* KafkaNativeHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaNativeHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaNativeHeader.h; sourceTree = ""; }; + 5B08D1944FD2268253542FDC7E409079 /* KafkaRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRefreshControl.m; path = KafkaRefresh/Core/KafkaRefreshControl.m; sourceTree = ""; }; + 5B2CEFEE6C12F7D537726E859BC1D734 /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 5B817A5FA125B85B39EF1D802492569B /* UIScrollView+EmptyDataSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+EmptyDataSet.h"; path = "Source/UIScrollView+EmptyDataSet.h"; sourceTree = ""; }; 5BA6046B4C2674409C0D5625F45F8769 /* BRPickerView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BRPickerView; path = BRPickerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5BBCEAE161F46B8DFDA801EA12C8FFEA /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 5BBED2078104990E2B07D038C3B6CFCF /* SGScanView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanView.h; path = SGQRCode/ScanView/SGScanView.h; sourceTree = ""; }; - 5C1DC26B2919AEAC3F8A8D70CDF0971E /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 5C66BDC7DA10910523E69D6C938335AB /* IQToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQToolbar.h; path = IQKeyboardManager/IQToolbar/IQToolbar.h; sourceTree = ""; }; - 5C778647FBCEBE71E4261893F8A9303A /* MSNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MSNetwork.debug.xcconfig; sourceTree = ""; }; - 5CA80AFD0F6267C90D5EC4CAC321C98C /* WechatOpenSDK-XCFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "WechatOpenSDK-XCFramework-xcframeworks.sh"; sourceTree = ""; }; - 5D47B17C726F1DD9CC7A72642F1510C5 /* NSString+LSTString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+LSTString.m"; path = "LSTCategory/Classes/Code/NSString+LSTString/NSString+LSTString.m"; sourceTree = ""; }; - 5D7467E03314380954617EAC04F3AF67 /* SGGenerateQRCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGGenerateQRCode.m; path = SGQRCode/QRCode/SGGenerateQRCode.m; sourceTree = ""; }; - 5D7F7CE8B2F5102C1DEC78D02939EE91 /* MQTTCFSocketEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketEncoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.m; sourceTree = ""; }; - 5D809D42F1BCD74908A570065EA7DA1A /* SGPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGPermission.m; path = SGQRCode/Permission/SGPermission.m; sourceTree = ""; }; + 5BC43D6211CE966350A9E23B25C98FAC /* mtc_ring.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ring.h; path = include/lemon/mtc/mtc_ring.h; sourceTree = ""; }; + 5BD22AABD4D3F0FC4AC9CAD7A4B02CFC /* MSNetwork-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MSNetwork-umbrella.h"; sourceTree = ""; }; + 5C6263477F95BD9D5C9A4FBCCB8DC61A /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + 5D030060E30B76F1500C1B2AC4A0BCEB /* WechatOpenSDK-XCFramework-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "WechatOpenSDK-XCFramework-xcframeworks.sh"; sourceTree = ""; }; + 5D05EDA86C5ECAB74C8DAC1F7D2EF88E /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; 5DA4577FE3BC4A03751108FFED07B385 /* DZNEmptyDataSet */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DZNEmptyDataSet; path = DZNEmptyDataSet.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5DAB14F56D5CA379D99C1211CE2EADE1 /* JLCalendarPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLCalendarPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLCalendarPermission.h; sourceTree = ""; }; - 5E2227D8EA3E7C5F8C881656A673563A /* KafkaRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KafkaRefresh-prefix.pch"; sourceTree = ""; }; - 5E2E736CAFBAF397FF29A0A762C308A3 /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; - 5E5365A9282866AD5142A333B5C1E054 /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; - 5E66C231088EDFD47383B63F6A9C8EE5 /* LTPageTitleItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageTitleItemType.swift; path = Example/LTScrollView/Lib/Main/LTTitleView/LTPageTitleItemType.swift; sourceTree = ""; }; - 5E6B58075609EB598FCE373F3AAE5F02 /* WHToast-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "WHToast-umbrella.h"; sourceTree = ""; }; - 5E91BE3F095DDF46735E02E0BED19EB5 /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; - 5F0CA8BE3E4B460F335A7BFB14585F28 /* UIColor+LSTColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+LSTColor.m"; path = "LSTCategory/Classes/Code/UIColor+LSTColor/UIColor+LSTColor.m"; sourceTree = ""; }; - 5F2DBB2E0FF156D8077CF4DDA5E17E57 /* YCShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YCShadowView.h; path = YCShadowView/Classes/YCShadowView.h; sourceTree = ""; }; - 5F5B06E9AC9C3F1D7B7939C99EBF31F6 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 5F85DB38716D58DFF7CBF25E213A4190 /* whtoast_success.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = whtoast_success.png; path = WHToast/wtoast_icon/whtoast_success.png; sourceTree = ""; }; - 5F8944CDA5A275A97B0DA94A59D1B07B /* UITextView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextView+RACSignalSupport.m"; path = "ReactiveObjC/UITextView+RACSignalSupport.m"; sourceTree = ""; }; + 5DA564037C14359B0CAA666EF9534FF5 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; + 5DD06368C83EC8F20252D170A32E5A37 /* EasyAlertItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertItem.m; path = EasyShowView/EasyAlertItem.m; sourceTree = ""; }; + 5DD576FC7B044A584A4CE26283015C32 /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; + 5E278DF11D63F7E9DC5C939291CA5065 /* mtc_user.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_user.h; path = include/lemon/mtc/mtc_user.h; sourceTree = ""; }; + 5E3F703D22C4B5259CF19B90E3799243 /* WHToast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WHToast.h; path = WHToast/WHToast.h; sourceTree = ""; }; + 5EC584FE8A643E0CDA337937A601BE6D /* UICollectionReusableView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionReusableView+RACSignalSupport.m"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.m"; sourceTree = ""; }; + 5EFE9E4EE035353FDD2F4FBA79E168DF /* LSTTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTTimer.h; path = LSTTimer/Classes/LSTTimer.h; sourceTree = ""; }; + 5F77CFAD4CDABDC43EFE193525B8E095 /* EasyEmptyConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyConfig.h; path = EasyShowView/EasyEmptyConfig.h; sourceTree = ""; }; + 5F98AAB86F5D0EF21E2180DD166AEE7F /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; 5FA74CE3A1A9B45D9BDBA9392734DD44 /* Pods-LekangGuardTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LekangGuardTests-Info.plist"; sourceTree = ""; }; - 6007F4F593CBE95A8636BF3BF2AC6E3C /* JLContactPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLContactPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLContactPermission.h; sourceTree = ""; }; - 605265AE411B4B276137DE8952E69258 /* WHToast-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "WHToast-prefix.pch"; sourceTree = ""; }; - 605B5B031B3FD8168C5F24B5AB511090 /* EasyTextGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextGlobalConfig.h; path = EasyShowView/EasyTextGlobalConfig.h; sourceTree = ""; }; - 607146AE7AFFDDDED6920A9FFCCD417A /* BRPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRPickerView.bundle; path = BRPickerView/Base/BRPickerView.bundle; sourceTree = ""; }; - 608478D0A3DDAF1D908785D7D0D94842 /* LGAlertViewWindowContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewWindowContainer.h; path = LGAlertView/LGAlertViewWindowContainer.h; sourceTree = ""; }; - 608E755B3D4C654CEB3B16528CB033D7 /* mtc_user.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_user.h; path = include/lemon/mtc/mtc_user.h; sourceTree = ""; }; - 60AE9A82E1E2B110782131E966A77079 /* LSTTimer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LSTTimer.modulemap; sourceTree = ""; }; - 60F76AB46AB0A05DB27B7EB9D21EC06B /* MQTTSSLSecurityPolicyTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicyTransport.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.h; sourceTree = ""; }; - 612C212475941DA8FF148704D4B7FDA8 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 6149C17AF2AE90C5BD0554203AD749AB /* LGAlertView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LGAlertView-dummy.m"; sourceTree = ""; }; - 615886E95C5A8E6C314A0ED94415F289 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - 6164DD8F3870DBDE4009E8DEE429728A /* BRAddressPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRAddressPickerView.h; path = BRPickerView/AddressPickerView/BRAddressPickerView.h; sourceTree = ""; }; - 6170B04C78999328EB3429F5581B4A9E /* EasyLoadingConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingConfig.h; path = EasyShowView/EasyLoadingConfig.h; sourceTree = ""; }; - 619A5A6A6676471BC96CA8F8CFAC519D /* KafkaRefreshStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshStyle.h; path = KafkaRefresh/Style/KafkaRefreshStyle.h; sourceTree = ""; }; - 619DEE8E6763F03945B4154DD345D805 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 6220BA3CB7643B2A7FF8CA4746DAC95A /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 62A3CAA21F18E65A331746CF13CD413C /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; - 62E4A6B057F0F72A0165E4466C8B8486 /* LSTPopViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTPopViewManager.h; path = LSTPopView/Classes/Code/LSTPopViewManager.h; sourceTree = ""; }; - 6313AC412756254CDEFC19868B9A5668 /* KafkaArrowHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaArrowHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaArrowHeader.h; sourceTree = ""; }; - 63299CD8E9E41968E6B910E44CB75FB8 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 635ECFC88936D8F730F22DE34F794E19 /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; - 636D5DA543D738714B6434D4C4ABADD6 /* MJExtensionConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtensionConst.h; path = MJExtension/MJExtensionConst.h; sourceTree = ""; }; - 63824B442C87C39781A30BEE77B3D891 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; - 63B15400FB8698E25AD1D7D00BBCDEC1 /* DZNEmptyDataSet.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DZNEmptyDataSet.modulemap; sourceTree = ""; }; - 63BC5EC560A089C8C226F1A57DD21F3B /* LTLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTLayout.swift; path = Example/LTScrollView/Lib/Main/LTLayout/LTLayout.swift; sourceTree = ""; }; - 64E1C70754807BF4DF884CCCFE28395F /* MQTTClient-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-prefix.pch"; sourceTree = ""; }; - 64E5F200377C03FF0C41A21A9F72B1CC /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; - 64EC33563928A096913B637889A9753D /* KafkaRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KafkaRefresh.release.xcconfig; sourceTree = ""; }; - 64EDD94ED48569D95FD8762C4D79EBE0 /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; - 6503990EEF9DBB38D92710CB58E346DB /* SMS_SDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SMS_SDK.framework; path = SMSSDK/SMS_SDK.framework; sourceTree = ""; }; - 6523FE650C3B66C978D54B83D94D472D /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; - 6566F7B733C6091F3EF348AA8EC3FCCC /* JLBluetoothPeripheralPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLBluetoothPeripheralPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPeripheralPermission.m; sourceTree = ""; }; - 65B4C39B646EA77FB2F1877646B7E333 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - 65F3F5CFD84293361745A26BD0791A65 /* GooglePlaces.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = GooglePlaces.bundle; path = Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle; sourceTree = ""; }; + 603A53BB386A17230B125D0E41CB4640 /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; + 603DBE9FCA5F3E18F4C91FC3A5D84BAE /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; + 60516D938851220A2E884EB6AC56DA8C /* JLPhotosPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLPhotosPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLPhotosPermission.h; sourceTree = ""; }; + 606A34474940C7A8228657888611D49E /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; + 6077290F027C664FE9D81F3D89385431 /* MQTTSSLSecurityPolicyDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyDecoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.m; sourceTree = ""; }; + 609414659D8BC38E90C3A4B2CCAC723C /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + 60BF8D90EA54E0472CF24C93D3A4955B /* EasyEmptyGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyGlobalConfig.h; path = EasyShowView/EasyEmptyGlobalConfig.h; sourceTree = ""; }; + 6116CDDA8302A73D8B9F82F7327CCD43 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + 61573E0A025803F352830135173CDA7E /* mtc_util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_util.h; path = include/lemon/mtc/mtc_util.h; sourceTree = ""; }; + 618CEF72857CF13FEA3B9E0CB4F0DC5B /* LTSimpleManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTSimpleManager.swift; path = Example/LTScrollView/Lib/Main/LTSimpleManager/LTSimpleManager.swift; sourceTree = ""; }; + 619DFCDACDDC5ACA0BAFFEAD60F28229 /* SGPermissionPhoto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGPermissionPhoto.m; path = SGQRCode/Permission/SGPermissionPhoto.m; sourceTree = ""; }; + 61BF6B32730209B8EC3EE4E7F4211257 /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; + 61F7541226E6B1527C592CFA5CFACCD9 /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; + 620AC8901703F366273BF4834A85C64D /* mtc_ue_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ue_db.h; path = include/lemon/mtc/mtc_ue_db.h; sourceTree = ""; }; + 6210005C6FD0A7A58CED5B00857F9A4B /* LGAlertView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LGAlertView.modulemap; sourceTree = ""; }; + 62288B5C2AF4FE08FF18F23922149961 /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; + 626EF276F5187F3470CBC860215F73E8 /* JLMicrophonePermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLMicrophonePermission.h; path = JLAuthorizationManager/Classes/Permissions/JLMicrophonePermission.h; sourceTree = ""; }; + 62F69864EA748A8167E0517D77A85E96 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; + 630163394608892A4ED6587930515716 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + 630212EBA855C9DFDBEC49BCAAAF69D2 /* zmf_tessar_code.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_tessar_code.h; path = include/grape/zmf_tessar_code.h; sourceTree = ""; }; + 6303A4CBC2F6487CA998AEAC09EDBDDD /* KafkaRefreshDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshDefaults.h; path = KafkaRefresh/Default/KafkaRefreshDefaults.h; sourceTree = ""; }; + 632B9FF233F84E673758AEB1C9B33F12 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 6330655A115C98256B4C86B15D3951B9 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; + 63690BF104FE9F9D2EF29190EA71A3C9 /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; + 636EE7E3377D3329DF77F589058C84EC /* ZXNavigationBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBar.m; path = ZXNavigationBar/ZXNavigationBar.m; sourceTree = ""; }; + 637EC8A1DF8DA3A4C25D21D8A42699DC /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 643790723D65C2CC647433A026481E86 /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; + 6438A1C48F240D93A44B585D623BA533 /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; + 645CC99FFDFCF8DE0DD861DD9EEED1FE /* MQTTClient.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MQTTClient.modulemap; sourceTree = ""; }; + 6475EA08C22E6279FB507F18E5DFBF32 /* LTScrollView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LTScrollView-umbrella.h"; sourceTree = ""; }; + 64D28CE83C678D708FD4F00649E8671A /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; + 651D1F09AD0EDE5F68E681C1A08C679B /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 65F065152D6D636F6FEEF41DC78E45B6 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+AFNetworking.m"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.m"; sourceTree = ""; }; 65FA45D7E1791A4DA939573645C1F462 /* KafkaRefresh */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KafkaRefresh; path = KafkaRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6638E52573E216B0C4C30F2B52A19180 /* LSTPopView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTPopView.release.xcconfig; sourceTree = ""; }; - 663DE0302B7CD436754D734B5EFE2454 /* MQTTDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTDecoder.m; path = MQTTClient/MQTTClient/MQTTDecoder.m; sourceTree = ""; }; + 66020B72341B00069AD7C7FEA5D9A4E8 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + 667EFB313257E2C8EA3B2B91AD6C275A /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; 669BBC3EA0198A9BA7D955D918572E6F /* Pods-LekangGuard */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-LekangGuard"; path = Pods_LekangGuard.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 66BA58D64B8FA7922BD1DDE1D2925ED2 /* BroadcastSampleHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BroadcastSampleHandler.h; path = include/grape/BroadcastSampleHandler.h; sourceTree = ""; }; - 66D59B8232E6D445FC9374F49E774C8A /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; - 66EC62B8CA34173B27A75A31B65BEE16 /* KafkaRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRefreshControl.m; path = KafkaRefresh/Core/KafkaRefreshControl.m; sourceTree = ""; }; - 66F8E82325144BAB1826AFE059BE522A /* NSObject+MJKeyValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJKeyValue.m"; path = "MJExtension/NSObject+MJKeyValue.m"; sourceTree = ""; }; - 674C1001DFCE8659AEEA0D7B1601FE27 /* MQTTSSLSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicy.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.m; sourceTree = ""; }; - 676A831FDE28CA5677A4F6AF96063A24 /* LSTPopView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LSTPopView-dummy.m"; sourceTree = ""; }; + 66A5178E95C4319F69FC299FD90F1D17 /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; + 6712DF6E877D88CBE743C7A393E4FAB8 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkActivityIndicatorManager.m; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m"; sourceTree = ""; }; + 67A1A98A33A0EF7DE90724C0D81FCE56 /* IQTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTextView.h; path = IQKeyboardManager/IQTextView/IQTextView.h; sourceTree = ""; }; + 67CBB6E01429D6C624E7A6B674138D0E /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + 67DB3AB0D053BCB9363076CFFD18C146 /* NSObject+MJClass.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJClass.m"; path = "MJExtension/NSObject+MJClass.m"; sourceTree = ""; }; 6860836ED7EFBEDBC70A255C75082538 /* Pods-LekangGuard-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LekangGuard-acknowledgements.markdown"; sourceTree = ""; }; - 697E6516C67B7AA950468F2E0DBC416C /* KafkaRefreshProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshProtocol.h; path = KafkaRefresh/Core/KafkaRefreshProtocol.h; sourceTree = ""; }; - 698BD0272087D6D5AB97009A913C5E31 /* KafkaRingIndicatorFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRingIndicatorFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaRingIndicatorFooter.m; sourceTree = ""; }; - 6A4DA58AC86829022AD3B068199A4E7B /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - 6AC754F7203A7F30DE0EFDE396D32DC2 /* SGPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGPermission.h; path = SGQRCode/Permission/SGPermission.h; sourceTree = ""; }; - 6ACBEE87A03690A69E63B9D465135703 /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; - 6B299E92B7279EB1F81A8C01F67778BD /* mtc_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_api.h; path = include/lemon/mtc/mtc_api.h; sourceTree = ""; }; - 6BB6E6E9942550A2AA89B77B66852282 /* NSAttributedString+ZXNavCalcSizeExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+ZXNavCalcSizeExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSAttributedString+ZXNavCalcSizeExtension.h"; sourceTree = ""; }; - 6BF2227504F57FD3F79C6AD873A63072 /* LSTTimer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTTimer.debug.xcconfig; sourceTree = ""; }; - 6C118C6EC1CAB484FEAF91A954FD4BE5 /* AgoraRtcEngine_Special_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_Special_iOS.release.xcconfig; sourceTree = ""; }; - 6C564B7F87A01121CF951F5999F5BD82 /* NSObject+MJCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJCoding.h"; path = "MJExtension/NSObject+MJCoding.h"; sourceTree = ""; }; - 6C62055C0953BEE79EAFCE4E3F054554 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - 6C6925A581545BC92C15B9CD6AD7C9D1 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 6CC69E8E073A9B4139233C84CC639643 /* EasyLoadingTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingTypes.h; path = EasyShowView/EasyLoadingTypes.h; sourceTree = ""; }; - 6CEF790DD2B3346D04AC14629178E137 /* EasyEmptyConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyConfig.h; path = EasyShowView/EasyEmptyConfig.h; sourceTree = ""; }; - 6D5F871990E557D2D748D724A76D7D4D /* JLMicrophonePermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLMicrophonePermission.m; path = JLAuthorizationManager/Classes/Permissions/JLMicrophonePermission.m; sourceTree = ""; }; - 6E3B091EB4E60A3F0EA4A8E98EB09CCE /* Client.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Client.h; path = include/lemon/Client.h; sourceTree = ""; }; - 6EAED742107298F3E4AB44A22C04F29A /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - 6EB607FC9C08AF7B1B3A3C4A551B6E2B /* UIImage+ZXNavBundleExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ZXNavBundleExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavBundleExtension.h"; sourceTree = ""; }; - 6EC5A3DA56D0A15805357689FC42F1E3 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - 6F2B5C7F1642DD05E4B8F21C7254FCA6 /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; - 6F377BA59671154CA4050323B9518393 /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; - 6F6837B99D82F69E62BC4EF7E82B8549 /* EasyTextBgView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextBgView.m; path = EasyShowView/EasyTextBgView.m; sourceTree = ""; }; - 70049BD4BE24B48853F883E6103E1A7E /* LSTTimer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTTimer-prefix.pch"; sourceTree = ""; }; - 70443949CB1E781923976C74FF3E30F7 /* MJExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.release.xcconfig; sourceTree = ""; }; - 70A7EBFFEDEC0BFF29E575E891B216C4 /* EasyShowView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EasyShowView-Info.plist"; sourceTree = ""; }; - 711D8137509B33A5B32AA164ADF75639 /* KafkaReplicatorLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaReplicatorLayer.m; path = KafkaRefresh/UIKit/LayerKit/KafkaReplicatorLayer.m; sourceTree = ""; }; - 719BACA2DF49D3B5ED7D56DCFB445556 /* IQUIWindow+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIWindow+Hierarchy.m"; path = "IQKeyboardManager/Categories/IQUIWindow+Hierarchy.m"; sourceTree = ""; }; - 719F9D0575672F1EF94CBA7925399E61 /* LGAlertViewWindowContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewWindowContainer.m; path = LGAlertView/LGAlertViewWindowContainer.m; sourceTree = ""; }; - 71D071A03C9FB460DD53EE9D90A6FB1B /* SGQRCodeLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGQRCodeLog.m; path = SGQRCode/SGQRCodeLog.m; sourceTree = ""; }; - 71F279365D32130D16FC5E2ADB1AE1EA /* JLAuthorizationProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLAuthorizationProtocol.h; path = JLAuthorizationManager/Classes/Base/JLAuthorizationProtocol.h; sourceTree = ""; }; - 725D87002DA392CD3C75375AAE04320B /* IQUITextFieldView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUITextFieldView+Additions.h"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.h"; sourceTree = ""; }; - 732C970941678F93264B082AF67B32DC /* MQTTSSLSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSSLSecurityPolicy.h; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicy.h; sourceTree = ""; }; - 7355510E484DC6F0701BAF4BB8CFC0D6 /* JhtMarquee.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JhtMarquee.framework; path = JhtMarquee_SDK/JhtMarquee.framework; sourceTree = ""; }; - 735E16CF1B74BA9DCC45E2935BEC69D8 /* LSTCategory-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LSTCategory-dummy.m"; sourceTree = ""; }; - 736B1259051EC0415023E8B36632C770 /* EasyShowView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EasyShowView-dummy.m"; sourceTree = ""; }; + 68876EF798DEB76B6C7C71AE26718A62 /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + 688B24621E53AEABC822CAEC454B70D9 /* IQUIView+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+Hierarchy.m"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.m"; sourceTree = ""; }; + 68AC3142342EA4A0FE044EA3E6D73292 /* JLBasePermisssion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLBasePermisssion.h; path = JLAuthorizationManager/Classes/Base/JLBasePermisssion.h; sourceTree = ""; }; + 698C9B9E30BA41BE18ECD5532F55B83A /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + 699B538A0031FA3CB7384DD8EEDA6F4B /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + 69A25C940D3514F632BBA8B2F478922C /* BRResultModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRResultModel.m; path = BRPickerView/StringPickerView/BRResultModel.m; sourceTree = ""; }; + 69DA28E32F2C919C320A56DA9E157F64 /* DZNEmptyDataSet-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DZNEmptyDataSet-Info.plist"; sourceTree = ""; }; + 69E7966FFFD66E708933F3C33C369D95 /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; + 6A0E4CDE545F8BB19A362BA8C537C30F /* LGAlertViewWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewWindow.m; path = LGAlertView/LGAlertViewWindow.m; sourceTree = ""; }; + 6A4390DD0DDA2B0F6096E3D32AB91748 /* GoogleMaps.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = GoogleMaps.bundle; path = Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle; sourceTree = ""; }; + 6A9A47414F15C7878E0C92A48C592A6D /* KafkaRefreshStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshStyle.h; path = KafkaRefresh/Style/KafkaRefreshStyle.h; sourceTree = ""; }; + 6AA60CBD356D29AFE94EE74AA5B30F3B /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + 6ABFCB2A8949DCBBE237552354F28AA3 /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; + 6AC19389EB846CF981BAC202F8F922DD /* KafkaRefreshDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRefreshDefaults.m; path = KafkaRefresh/Default/KafkaRefreshDefaults.m; sourceTree = ""; }; + 6AEC37768161DE1DB3D43208C231437A /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMapsCore.framework; path = Subspecs/Maps/Frameworks/GoogleMapsCore.framework; sourceTree = ""; }; + 6B42C950C760703577B1BFA8FF927EAF /* LGAlertView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LGAlertView-dummy.m"; sourceTree = ""; }; + 6B50EFA0F6B6368827C5658CC6F83356 /* whtoast_success.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = whtoast_success.png; path = WHToast/wtoast_icon/whtoast_success.png; sourceTree = ""; }; + 6BB60B7F24F2F51E4D7DC3B854CDC6C9 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + 6C15E1C59245ECA1BFEA2CF8B68A985F /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + 6C79DD2A31D2AA709531CDDC479EB888 /* BRAddressPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressPickerView.m; path = BRPickerView/AddressPickerView/BRAddressPickerView.m; sourceTree = ""; }; + 6C7F230A259187BDBA76E9FFB1866B74 /* YYCache-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-umbrella.h"; sourceTree = ""; }; + 6C86ECC68A2A2F9D55D30E5BAA572626 /* EasyShowView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyShowView.release.xcconfig; sourceTree = ""; }; + 6DB11F5FD949B744F10A8D6EE2B35476 /* SGQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGQRCode.h; path = SGQRCode/SGQRCode.h; sourceTree = ""; }; + 6DC48A6EF59EAC783E01797FEC86C501 /* EasyShowLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyShowLabel.m; path = EasyShowView/EasyShowLabel.m; sourceTree = ""; }; + 6DFF0C3A1F3CC576B7FA74F50DE53EC9 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + 6E02546F0FC74842EF1F1ED8C0F74CCA /* LGAlertViewWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewWindow.h; path = LGAlertView/LGAlertViewWindow.h; sourceTree = ""; }; + 6E2459E8D2FD601C4566C8C8FD51C4DB /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + 6E482630583794CE058E748B3E692B6A /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; + 6E4DC2A9B49FD8FB8329C7C1F24E7E3B /* UITableViewHeaderFooterView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewHeaderFooterView+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.m"; sourceTree = ""; }; + 6E6B414878BE92B1C66492907910E2C7 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + 6E79198751B00F42793C2123498B8DE8 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + 6E8750116A815E8D8FE4989235684BDD /* mtc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc.h; path = include/lemon/mtc/mtc.h; sourceTree = ""; }; + 6E93559C934503051D439B3864E3371C /* LGAlertViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewController.m; path = LGAlertView/LGAlertViewController.m; sourceTree = ""; }; + 6EBC6E21605BDF76E50A73A05B5D5C5D /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + 6EF7DA29E6B38BBA4F898D3E3B48A0DC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 6EF9DE63B74B914D06F4B2AA39602DF9 /* JhtMarquee.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JhtMarquee.debug.xcconfig; sourceTree = ""; }; + 6F37857449D4E7CD5547884566414F3A /* KafkaReplicatorFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaReplicatorFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaReplicatorFooter.h; sourceTree = ""; }; + 7068A2B31D8F595722A1E03F708B9556 /* YYClassInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYClassInfo.m; path = YYModel/YYClassInfo.m; sourceTree = ""; }; + 70B3F419BF20A2935E7A3874D90313C2 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + 70C8CA1857708517425A9229F576A0DD /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; + 7126421455BBF9CABE388C461BAB47A3 /* MAMapSnapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapSnapshot.h; path = MAMapKit.framework/Headers/MAMapSnapshot.h; sourceTree = ""; }; + 7150EDBAFAE212097FE7B1188EF33D69 /* SGWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGWeakProxy.h; path = SGQRCode/WeakProxy/SGWeakProxy.h; sourceTree = ""; }; + 71685B21665386E29A52FFED3D543A66 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; + 716A9EA809A2043E4EF258A5BF062147 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 71980517E171AFE9E5F4B316FB1088FE /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; + 7215F7A2C43F8320F8608AE0D81CCFC6 /* mtc_cli_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli_db.h; path = include/lemon/mtc/mtc_cli_db.h; sourceTree = ""; }; 736E160059BE9F95E11EDD6C55916434 /* Pods-LekangGuardTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LekangGuardTests.modulemap"; sourceTree = ""; }; - 73720F6B2279012C5060A008B821190B /* LGAlertViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewCell.m; path = LGAlertView/LGAlertViewCell.m; sourceTree = ""; }; - 737DEF08F96A95925A302A15F92F25C3 /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; - 7450B83CD94BC422B5786CE50DE8F8D3 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; - 74F8875222BCA41521192A95DB1CEEDA /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - 752831CE190C058A96B3633926A967DF /* MQTTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTTransport.m; path = MQTTClient/MQTTClient/MQTTTransport.m; sourceTree = ""; }; - 7599023BC3C0D07E528B47E9A7EFCE21 /* UIAlertView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+RACSignalSupport.h"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.h"; sourceTree = ""; }; - 759B81858B2B28F054772298DE40363A /* MQTTDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTDecoder.h; path = MQTTClient/MQTTClient/MQTTDecoder.h; sourceTree = ""; }; - 7626E25A69CDDF0C14CDE1C38FFFC802 /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; - 7634EF748DBDF65CD181FCF7E997A116 /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; - 76B2D28C5E9499EFA9726577C87652BB /* LSTPopView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTPopView-umbrella.h"; sourceTree = ""; }; - 7759FC9BA5C02547FC85419BE941A0EA /* ZXNavigationBarNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBarNavigationController.m; path = ZXNavigationBar/ZXNavigationBarNavigationController.m; sourceTree = ""; }; - 778AC9AC3254D3595CD63ACE2F1C1921 /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; - 77E32B434D5FCAA654AD6D9A66FFD436 /* YCShadowView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YCShadowView-dummy.m"; sourceTree = ""; }; - 77FD9E30748D57E7BC1DF9C6BE22961D /* YYDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYDiskCache.m; path = YYCache/YYDiskCache.m; sourceTree = ""; }; - 780879A5F65C6BCA6FA0F9700ECBD9B7 /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; - 7852ECBD5CFAE82CEEED0D3DFE07E6B4 /* JLAuthorizationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLAuthorizationManager.h; path = JLAuthorizationManager/Classes/AuthorizationManager/JLAuthorizationManager.h; sourceTree = ""; }; - 788F9743F364D04E7095108A533890A9 /* GooglePlaces.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GooglePlaces.release.xcconfig; sourceTree = ""; }; - 78C8171A2E4A8A57151695AFC863DF72 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 7902E0576B97C79C4E01D1967C51C9DE /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - 791B01A728D0D559A95943AB868ABFBF /* EasyAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertView.m; path = EasyShowView/EasyAlertView.m; sourceTree = ""; }; - 795AC67C35F95D766B662A4B0BF8496D /* KafkaRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefresh.h; path = KafkaRefresh/KafkaRefresh.h; sourceTree = ""; }; - 79B103202EE7488204A9EFFEC316F5AF /* mtc_contact.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_contact.h; path = include/lemon/mtc/mtc_contact.h; sourceTree = ""; }; - 79DDDC7EA8CE24181D884EA1F0F574C5 /* JLLocationAlwaysPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLLocationAlwaysPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLLocationAlwaysPermission.m; sourceTree = ""; }; - 79F38E00DFBE3798C1EAE173AE46B9B4 /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; - 7A1FE608382C279D94A31FE394948BB5 /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; - 7A229DB0EBA5326FB16EFE79F8B216CD /* JLReminderPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLReminderPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLReminderPermission.m; sourceTree = ""; }; - 7A766A6F33DC6CD033C3746D26020D2F /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - 7A7A3D155F70732788205DC27533F40F /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; - 7A88C62BA5F6E8DB00DA5FD0A6B29527 /* LSTGestureEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTGestureEvents.m; path = LSTCategory/Classes/Code/LSTGestureEvents/LSTGestureEvents.m; sourceTree = ""; }; - 7AED82E878435C6DE893A5441633766E /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; - 7B24F04730880B4FEF3D758BF991ABCD /* WHToastView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WHToastView.m; path = WHToast/WHToastView.m; sourceTree = ""; }; - 7B2C1A72D7EA3C4E0EA49D14B5B0DB5C /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - 7B7C5BEF2DE687367CDD2B57D39C67F1 /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; - 7B9A0AB3F890DBE84993C14283EB1D6D /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; - 7C025BD854CD181D9AB5014A1E5AC01A /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - 7C829ADF9EDEE03B8FEE0AF3F634C171 /* mtc_cc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cc.h; path = include/lemon/mtc/mtc_cc.h; sourceTree = ""; }; - 7CBF8D0982EFF0EF6D66C4C646A10CF6 /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; - 7CC75F8C64926069D537161C9205D1B5 /* JLSpeechRecognizerPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLSpeechRecognizerPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLSpeechRecognizerPermission.h; sourceTree = ""; }; - 7D36263A61822172CCBF7C96C8ACA25F /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - 7D617B217427C14005315AA3897B9674 /* mtc_cli_cb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli_cb.h; path = include/lemon/mtc/mtc_cli_cb.h; sourceTree = ""; }; - 7D69770425F625A15B4D874F4F7C4F15 /* LGAlertViewTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewTextField.m; path = LGAlertView/LGAlertViewTextField.m; sourceTree = ""; }; - 7D848BA0EF9BB0FCEFD273822A713997 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 7D98D54C53DC24BE72E00E96E97F73FA /* LSTPopView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LSTPopView.modulemap; sourceTree = ""; }; - 7EA9D4B8C443305BFB2F529EA1479571 /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; - 7EBEE3581891A59B9AA1E8C829917242 /* NSObject+MJClass.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJClass.m"; path = "MJExtension/NSObject+MJClass.m"; sourceTree = ""; }; - 7F09759AC7ADFDAEDE9E8F44CCBC8362 /* mtc_cli_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli_db.h; path = include/lemon/mtc/mtc_cli_db.h; sourceTree = ""; }; - 7F2C6BB1D9C03791AAD039F91FC10EC0 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; - 7FF2798AF38138A884E61C4913031D41 /* JuphoonCloudSDK_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JuphoonCloudSDK_iOS.debug.xcconfig; sourceTree = ""; }; - 8040FF41FD7B8EF1399E267179B65028 /* JhtMarquee.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JhtMarquee.debug.xcconfig; sourceTree = ""; }; - 80545B7183BCC91B064221131866872D /* WHToast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WHToast.h; path = WHToast/WHToast.h; sourceTree = ""; }; - 80600C34D9298E7B73515B20A46EEDD8 /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; + 741A4A6CBEBB899BF38224CFBBF5685C /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; + 7450F587AB091FF92390920B04C579A8 /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; + 745E9354620DAD91B2D1E8FF96388474 /* YYKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYKVStorage.m; path = YYCache/YYKVStorage.m; sourceTree = ""; }; + 7493587843DA1657DC0E4F9F02D3D5AA /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 752A6083B09826DEDEB697E802AC4226 /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; + 755DA96036819BEC32D99E7F4A10546F /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; + 758D3B894CD661FBFDD4A124D2513C9E /* JhtMarquee.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JhtMarquee.framework; path = JhtMarquee_SDK/JhtMarquee.framework; sourceTree = ""; }; + 75B3FFA42AA2BB21CB7447CB837BC7AB /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; + 75FE488E12F6284FC09F29A7E490DEAE /* KafkaReplicatorLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaReplicatorLayer.h; path = KafkaRefresh/UIKit/LayerKit/KafkaReplicatorLayer.h; sourceTree = ""; }; + 762C783FACC99A8D02CC9F6FDDCFA953 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; + 7683C640551C240B6E00A68CF7AA9C15 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + 76BD087E263C44FBDBC4C23DAC6D1453 /* LSTGestureEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTGestureEvents.m; path = LSTCategory/Classes/Code/LSTGestureEvents/LSTGestureEvents.m; sourceTree = ""; }; + 76C625CA95D06B25119744EC88AD2A3F /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; + 7742709C26C0EF89957530B012C6B5DB /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; + 7752903120E46F32B080B4E314ECE238 /* EasyTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextView.m; path = EasyShowView/EasyTextView.m; sourceTree = ""; }; + 778D7B6314DDD490BF16402C5786CDA2 /* MQTTSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionManager.m; path = MQTTClient/MQTTClient/MQTTSessionManager.m; sourceTree = ""; }; + 77F498E70F56F8D8504D86F4497EB8FA /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; + 780631690B587AB3D50936804E22C567 /* ZXNavTitleLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavTitleLabel.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleLabel.h; sourceTree = ""; }; + 7833B82DDB59C9427A1EA53BD207F7DA /* YCShadowView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YCShadowView-umbrella.h"; sourceTree = ""; }; + 78A741DAB66060E17687D77F8AB73E9B /* AMapLocation-NO-IDFA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.release.xcconfig"; sourceTree = ""; }; + 78C29645E57E7DC61811097F56AAAF3F /* YCShadowView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YCShadowView-Info.plist"; sourceTree = ""; }; + 78D0A266B9A25A1A27B79FE5A2195636 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 790E39DCB0DFE84FCC881FCE65AE48CC /* JLCalendarPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLCalendarPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLCalendarPermission.m; sourceTree = ""; }; + 7925628826F160F67AE21012F4A36747 /* NSAttributedString+ZXNavCalcSizeExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSAttributedString+ZXNavCalcSizeExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSAttributedString+ZXNavCalcSizeExtension.h"; sourceTree = ""; }; + 79A68F217CABDBFBF1C0FA19ECAB733C /* MSNetwork-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MSNetwork-Info.plist"; sourceTree = ""; }; + 79BEA8D69EC1FDD4A34E874CB3622DCF /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 79C72078558EBB2B63B8F4BDE5E67419 /* NSString+ZXNavCalcSizeExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+ZXNavCalcSizeExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSString+ZXNavCalcSizeExtension.m"; sourceTree = ""; }; + 79DE8D59EB3AD7A0DF84D48478797282 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 7A447057F595E884C40D84620D5B22D0 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; + 7A5A2DEECAB55CD73451794A97EE2C16 /* YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYModel.h; path = YYModel/YYModel.h; sourceTree = ""; }; + 7A5D661A29012B5448EAF0AE00368117 /* UISwitch+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+RACSignalSupport.h"; path = "ReactiveObjC/UISwitch+RACSignalSupport.h"; sourceTree = ""; }; + 7AD8EA258ABB9BBAE9D5BD751E0A4B36 /* mtc_call_sts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_sts.h; path = include/lemon/mtc/mtc_call_sts.h; sourceTree = ""; }; + 7B47A6D680F37D2E6441D190407DB782 /* mtc_def.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_def.h; path = include/lemon/mtc/mtc_def.h; sourceTree = ""; }; + 7B7212BE96C2FBFB08F7C527AF9E7934 /* mtc_prof.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prof.h; path = include/lemon/mtc/mtc_prof.h; sourceTree = ""; }; + 7BEFD78D371AAF4CB56F17F997694028 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 7C5AE19D65E398F405201D05D741E292 /* MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtension.h; path = MJExtension/MJExtension.h; sourceTree = ""; }; + 7C6039A2240838539A8E6EA8651460DC /* WHToast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WHToast.m; path = WHToast/WHToast.m; sourceTree = ""; }; + 7CA7966854788A0FD22A12BD1BAE96BB /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFAutoPurgingImageCache.m; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.m"; sourceTree = ""; }; + 7CEDD68EA17CC7B4569232A1F793CB2C /* NSString+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+MJExtension.m"; path = "MJExtension/NSString+MJExtension.m"; sourceTree = ""; }; + 7DC7E8F47F5521196B9C0D29AB2A0223 /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; + 7E67536A8759ABB83D3BFFE4F0A609E9 /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; + 7EA2B896969CE50523617CAE350ECBE0 /* EasyTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextView.h; path = EasyShowView/EasyTextView.h; sourceTree = ""; }; + 7EF3676D1D9125652593982FAA2F6EF2 /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; + 7F0DB8B7CAE1B0569D131992C756443F /* MAMVTTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlay.h; path = MAMapKit.framework/Headers/MAMVTTileOverlay.h; sourceTree = ""; }; + 7F273070C293D8E178E8F847B9CA2BEA /* SGQRCodeLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGQRCodeLog.h; path = SGQRCode/SGQRCodeLog.h; sourceTree = ""; }; + 7F5A8617CDA681704E83BBE751D49AD1 /* LGAlertViewButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewButton.h; path = LGAlertView/LGAlertViewButton.h; sourceTree = ""; }; + 7F748C2D78F8494E9E7F93EDD09B78F1 /* LGAlertView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LGAlertView.release.xcconfig; sourceTree = ""; }; + 7F99111D6B800F300C4A5CA6E2F6271C /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; + 7FA0181D5409A9027F5BA8B7D680FB75 /* YYCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCache.h; path = YYCache/YYCache.h; sourceTree = ""; }; + 7FCD23546DE331A7746ABE46B8587144 /* UIView+EasyShowExt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+EasyShowExt.h"; path = "EasyShowView/UIView+EasyShowExt.h"; sourceTree = ""; }; + 801C20F713C19176DF01C156A8612DB4 /* MQTTClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.debug.xcconfig; sourceTree = ""; }; + 8046453955FC06B2BDD0C4C240875586 /* LSTPopViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTPopViewManager.h; path = LSTPopView/Classes/Code/LSTPopViewManager.h; sourceTree = ""; }; + 804C7B0A9BED035A148A64FD586CA75A /* JuphoonCloudSDK_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JuphoonCloudSDK_iOS.release.xcconfig; sourceTree = ""; }; + 804EF0D4B1D1D22A4917BFD1319FBBBE /* MQTTInMemoryPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTInMemoryPersistence.h; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.h; sourceTree = ""; }; + 80531028AEFFC154DD73B1DFD1AC9B32 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 805B5185230A9A4613FBEAEE161D73B5 /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; + 805F5158E61DB2B7D5431FE9F6C20A6D /* LGAlertViewWindowContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewWindowContainer.h; path = LGAlertView/LGAlertViewWindowContainer.h; sourceTree = ""; }; 806451412D94EB9C1D4E79B577D3781D /* Pods-LekangGuardTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-LekangGuardTests"; path = Pods_LekangGuardTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 80949FB59B328983F670B8D923465245 /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; - 80B575CEA18D3208BFAE1433C5DF69B9 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+AFNetworking.h"; path = "UIKit+AFNetworking/UIButton+AFNetworking.h"; sourceTree = ""; }; - 81449CC53668689429575000388973CA /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - 81657F8E5323B72696A7073A4617B5B7 /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; - 8172017651F3E7FBE503CC9DF5EE1A0D /* EasyEmptyGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyGlobalConfig.m; path = EasyShowView/EasyEmptyGlobalConfig.m; sourceTree = ""; }; + 806A0B77DE1F88C95CF2029795DA7CA0 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ZXNavigationBarController+ZXNavSystemBarPopHandle.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/ZXNavigationBarController+ZXNavSystemBarPopHandle.m"; sourceTree = ""; }; + 80ADCE0E393F92BE14B8B25D666C1210 /* LSTTimer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTTimer-prefix.pch"; sourceTree = ""; }; + 80CE9909B9AB3BF402F798CCE78F3F13 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; + 80E0022727077AEAECC7C6668F2C3044 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; + 8132A9F92C4A7CF482F2B40F9EF052A3 /* mtc_prov_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prov_cfg.h; path = include/lemon/mtc/mtc_prov_cfg.h; sourceTree = ""; }; + 8155F59656F3095E58A4A3CD0D7375BA /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; + 81723612BD6A2B8264A82957E4A29280 /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; 817D58A38DF95A5124CFA23B1B148E6B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 8195B9E24D007492E5EBBA8FA8620ECB /* SDWebImage-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SDWebImage-Info.plist"; sourceTree = ""; }; - 81E13CA3F91E0ADE129D69FCB325ADFE /* KafkaRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KafkaRefresh-dummy.m"; sourceTree = ""; }; - 8222CDBCF2E88AD6A776CD7CDA7BD88E /* EasyEmptyPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyPart.m; path = EasyShowView/EasyEmptyPart.m; sourceTree = ""; }; - 82232E05BC4B1CF018571BEAACC64A35 /* WHToastConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WHToastConfig.m; path = WHToast/WHToastConfig.m; sourceTree = ""; }; - 825EBEA94A7AF5D55C1ADD55A4B55593 /* UIControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupport.h"; path = "ReactiveObjC/UIControl+RACSignalSupport.h"; sourceTree = ""; }; - 828C2D501B5F93E4CB498D335A2449B1 /* mtc_ver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ver.h; path = include/lemon/mtc/mtc_ver.h; sourceTree = ""; }; - 82C0060BD6D80B464D0AC4C9D6282183 /* SGTorch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGTorch.m; path = SGQRCode/Torch/SGTorch.m; sourceTree = ""; }; - 82C0952BE29C82F5C4547A22982C0821 /* LTScrollView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LTScrollView-prefix.pch"; sourceTree = ""; }; - 82C234B1317CC8B58848375B9AC17731 /* YYCache-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYCache-Info.plist"; sourceTree = ""; }; - 82C8AB2E489E9CC151E3BEC2AB193B15 /* MJExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJExtension-dummy.m"; sourceTree = ""; }; - 82E497C446831EBC609C311881F282B7 /* JLBluetoothPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLBluetoothPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLBluetoothPermission.m; sourceTree = ""; }; - 83363FC3E48BDE3B33AD351528D9D773 /* UICollectionReusableView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UICollectionReusableView+RACSignalSupport.m"; path = "ReactiveObjC/UICollectionReusableView+RACSignalSupport.m"; sourceTree = ""; }; - 84159EDF4E6D4C64658FDAB2F51BA5BF /* LTScrollView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LTScrollView.modulemap; sourceTree = ""; }; - 844A52EF4DAEAB1706BC127CD01379B2 /* BRAddressPickerView.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = BRAddressPickerView.bundle; path = BRPickerView/AddressPickerView/BRAddressPickerView.bundle; sourceTree = ""; }; - 84A73AEF2AC6D3F6C7D1B2475A72EFF6 /* MQTTCoreDataPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCoreDataPersistence.h; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.h; sourceTree = ""; }; - 84C9295C79AF99C255EF846983815A35 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - 85121AC70C1D21AA30D175AFF860317A /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; - 854C5E7A7C3A606448773114B55880F6 /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; - 854E5E29410B66F37B82056F45D36D76 /* WechatOpenSDK-XCFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.debug.xcconfig"; sourceTree = ""; }; - 85972333A7EB0FE1CA3BFDDF9709A066 /* JLAppleMusicPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLAppleMusicPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLAppleMusicPermission.m; sourceTree = ""; }; - 85D7C45BA9847DCCDDD04FCBCC1C1C5F /* mtc_conn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conn.h; path = include/lemon/mtc/mtc_conn.h; sourceTree = ""; }; - 860AE830759082067A84EDAA4C4FE356 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - 861AE03D241DEDE586E8C6B34477FEC3 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; - 86A12828F035A480428D55F318F2854A /* WechatOpenSDK-XCFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.release.xcconfig"; sourceTree = ""; }; - 86A22262186783912DF399C44F0F2745 /* BRPickerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BRPickerView.release.xcconfig; sourceTree = ""; }; - 86B603F552C27D4E38926ADD73428920 /* SGQRCodeLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGQRCodeLog.h; path = SGQRCode/SGQRCodeLog.h; sourceTree = ""; }; - 86CF14F19016E5A3C20A3BA3369E0D68 /* BRPickerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BRPickerView-Info.plist"; sourceTree = ""; }; - 87006828DC7DDFB7EA4E8AFEE26013DC /* IQUIView+IQKeyboardToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIView+IQKeyboardToolbar.h"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h"; sourceTree = ""; }; - 87040658884FF5C0A07E6BB3A21433AD /* mtc_fs_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_fs_db.h; path = include/lemon/mtc/mtc_fs_db.h; sourceTree = ""; }; - 872EF2C25A3D6BAA76A1E904301A2123 /* LGAlertViewButtonProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewButtonProperties.m; path = LGAlertView/LGAlertViewButtonProperties.m; sourceTree = ""; }; - 873D03F41C5A4FC930EA667775B50BAB /* LTFollowMoveView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTFollowMoveView.swift; path = Example/LTScrollView/Lib/LTFollowMove/LTFollowMoveView.swift; sourceTree = ""; }; - 876F906318243DB2E553288CF9591EF1 /* KafkaArcLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaArcLayer.h; path = KafkaRefresh/UIKit/LayerKit/KafkaArcLayer.h; sourceTree = ""; }; - 877B679E4E654C3D392C02952B5B3CBB /* ZXNavigationBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBar.m; path = ZXNavigationBar/ZXNavigationBar.m; sourceTree = ""; }; - 87CA9F6E338FF5D48BE41C9802C94961 /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 882DB32624934679A122311FE8A890EA /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; - 888338A1CF13A492331A5E8C34035961 /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; - 888BCF08CF05C9F30451E53F8B5E191A /* YCShadowView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YCShadowView-Info.plist"; sourceTree = ""; }; - 88B6B16ADE3381C4DF7900CD1ABA6174 /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; - 88D03C84E045A9BC908DB7677ED23B43 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; - 88D6A43BD26B95CCE90AC025FFB69915 /* UIStepper+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStepper+RACSignalSupport.m"; path = "ReactiveObjC/UIStepper+RACSignalSupport.m"; sourceTree = ""; }; - 891F0C72AC4F69F6FB353D7D347FFB59 /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; - 896E8F2AE829B7626C768D18BC6EB3B5 /* JLNotificationPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLNotificationPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLNotificationPermission.m; sourceTree = ""; }; - 8988B809FDB0AB81D9B4F42A72B96ABF /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 8A104E723067D73FDA6E57E90E5944D4 /* LTPageScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageScrollView.swift; path = Example/LTScrollView/Lib/Main/LTPageView/LTPageScrollView.swift; sourceTree = ""; }; - 8A55D5387DEBF1D844C836F47FE09565 /* mtc_rdcall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_rdcall.h; path = include/lemon/mtc/mtc_rdcall.h; sourceTree = ""; }; - 8B46A260D56208E19903CD0F6549A12C /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; + 819761576B62448531179C716F4421A5 /* UIScrollView+EmptyDataSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+EmptyDataSet.m"; path = "Source/UIScrollView+EmptyDataSet.m"; sourceTree = ""; }; + 82B21C121BF62B4285B6117B9BDC7A41 /* MQTTCFSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketTransport.h; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.h; sourceTree = ""; }; + 82B63DC3D061B0E17053F1EC6979BDBD /* WHToastConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WHToastConfig.h; path = WHToast/WHToastConfig.h; sourceTree = ""; }; + 82DCD60BC952F45108FE4BC3DD4A3770 /* ZXNavigationBar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZXNavigationBar-umbrella.h"; sourceTree = ""; }; + 82FA354036A5343453A94FC42D4A4A90 /* IQUIView+IQKeyboardToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+IQKeyboardToolbar.m"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.m"; sourceTree = ""; }; + 8325D4F1FA3615E61EB01FDF5D28A030 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + 83364EB3BCDF603C89EB1651B4E217E2 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + 83992EFC395611B982208FE36239E4E9 /* whtoast_error.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = whtoast_error.png; path = WHToast/wtoast_icon/whtoast_error.png; sourceTree = ""; }; + 83DC3E50DE741D210EB97B3EBF135CC9 /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; + 84199E27214E8FB72B129D7F4E11361B /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 842DE9606FC9A5E64A3D0B7526240F1A /* LTTableViewProtocal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTTableViewProtocal.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTTableViewProtocal.swift; sourceTree = ""; }; + 842E17750FFDD53EF144C89F05966C92 /* EasyShowView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EasyShowView.modulemap; sourceTree = ""; }; + 8452F80DF9E0F313B156B3BDD9B30E91 /* mtc_call.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call.h; path = include/lemon/mtc/mtc_call.h; sourceTree = ""; }; + 8456C509786B394BF4F6C425A25134D7 /* NSObject+MJCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJCoding.h"; path = "MJExtension/NSObject+MJCoding.h"; sourceTree = ""; }; + 849D40BF912B64B397C2BCF2F189C449 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 84B6E16AABB1A6078555F2AFE193A2A0 /* LSTPopView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTPopView-umbrella.h"; sourceTree = ""; }; + 851DF75E92C589169C53204128D716B0 /* zmf_error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_error.h; path = include/grape/zmf_error.h; sourceTree = ""; }; + 8521E53EEB23488D140AEFA1EFFF13B3 /* MQTTSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSession.h; path = MQTTClient/MQTTClient/MQTTSession.h; sourceTree = ""; }; + 8538322B0F59E11A117A42BEC20F725B /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; + 858787AECF81D203DD6F140192403454 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + 858B02387A3374870FA1D5660F13EE16 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; + 85995EBB1080101FC9375A637D41B90D /* BRAddressModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRAddressModel.m; path = BRPickerView/AddressPickerView/BRAddressModel.m; sourceTree = ""; }; + 85A2A3D57046DB9B4EDF8658DF7187DC /* JLMotionPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLMotionPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLMotionPermission.m; sourceTree = ""; }; + 85D5EDB7855529EB8A678D38DC83F8E2 /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; + 86775C68BFC911966D96931D57EA1199 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + 86A37D223AA4122E8B58185854EFCB75 /* KafkaRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshControl.h; path = KafkaRefresh/Core/KafkaRefreshControl.h; sourceTree = ""; }; + 86AD1A0B7FB43B9B5558DCA96D0C6F4B /* YCShadowView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YCShadowView-dummy.m"; sourceTree = ""; }; + 86C0A84BC71C14D324FC0B9759BD02F7 /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; + 86E0A78207020E917A5206FB1BF1F46B /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; + 86E4706E897EB86E8F80ECD7E990F185 /* MOBFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MOBFoundation.framework; path = MOBFoundation/MOBFoundation.framework; sourceTree = ""; }; + 86ED30873618AB674F0F50896B1D7C5B /* AgoraRtcEngine_Special_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_Special_iOS.release.xcconfig; sourceTree = ""; }; + 8708D4A033F7A06C42E006A118A37994 /* MQTTSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionManager.h; path = MQTTClient/MQTTClient/MQTTSessionManager.h; sourceTree = ""; }; + 870961C6D70B941E4B32B7B1943D8F93 /* MQTTClient-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-prefix.pch"; sourceTree = ""; }; + 87452A8132895525DDC99525E31D6DA4 /* LGAlertViewShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewShadowView.m; path = LGAlertView/LGAlertViewShadowView.m; sourceTree = ""; }; + 874E6B3477E895CE948D5481EAB975E4 /* EasyEmptyPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyPart.h; path = EasyShowView/EasyEmptyPart.h; sourceTree = ""; }; + 876DB28B01250E44473216AE192159AD /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; + 8792C5EB57FE49123A87972AC5FA9E9A /* IQKeyboardManagerConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstants.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstants.h; sourceTree = ""; }; + 87AC28CBCE15197229EE3074A19D1A07 /* WHToast-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "WHToast-prefix.pch"; sourceTree = ""; }; + 87C7FF3B163A5E7F385A3349D470D8E2 /* LTTableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTTableView.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTTableView.swift; sourceTree = ""; }; + 87DAA58C6298DE280ABB1DC8BE4070AC /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + 880C31EDEBDEEDC78D595E26C04BF25D /* NSObject+MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJProperty.h"; path = "MJExtension/NSObject+MJProperty.h"; sourceTree = ""; }; + 885C35DD82A70A1943D498B038E121D2 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + 88BA08A65E286CEE5D15388A554D9B2C /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + 89360417A16D2FACDAFF395F7C126649 /* ZXNavigationBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBar.h; path = ZXNavigationBar/ZXNavigationBar.h; sourceTree = ""; }; + 89C6B655DD2C8F443C57B8A003DF89DB /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; + 89FC506464B027C4D143EBEF7B92907B /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 8A02DE34176C2CC9B7B2F179E17A500C /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; + 8A3E33A3D8FEC045D8344798CCC89FB0 /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; + 8A3F0BBD6D22923DB2ECCA3EFBC1C2F2 /* JhtMarquee.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JhtMarquee.release.xcconfig; sourceTree = ""; }; + 8A7D8CC1F4864B3FDC8218FA381E0A98 /* UIControl+RACSignalSupportPrivate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupportPrivate.m"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.m"; sourceTree = ""; }; + 8A7FC277DD27B338ED3E55502DBFAA3A /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + 8A98FFAD5FF5854ADEB3C9EA8AB906FC /* EasyLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingView.m; path = EasyShowView/EasyLoadingView.m; sourceTree = ""; }; + 8AE94DA7725FDF477038695D5620A92E /* DZNEmptyDataSet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DZNEmptyDataSet.release.xcconfig; sourceTree = ""; }; + 8AF6DDAF1B466FE4319B8C1AA4A5626B /* LSTPopView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LSTPopView-Info.plist"; sourceTree = ""; }; + 8B074A06BF67176D38B2367D1C981C50 /* IQTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTextView.m; path = IQKeyboardManager/IQTextView/IQTextView.m; sourceTree = ""; }; + 8B0976558C136B163E8D10CB16EFF64E /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; 8B739E4076A3DD6E960B63716B4A8291 /* Pods-LekangGuardTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LekangGuardTests-acknowledgements.plist"; sourceTree = ""; }; - 8B8A85F3D1D48D4B19EA4D7BB4DDC592 /* YYModel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.release.xcconfig; sourceTree = ""; }; - 8B9B458E284D427F572F29C4CDA74578 /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; - 8BA4E649FB5CA8DBCC59638D2740B7EF /* UIImage+ZXNavColorRender.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ZXNavColorRender.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavColorRender.m"; sourceTree = ""; }; - 8BD61B3C1FF8286FB1DF8507ED1422BE /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 8C11BBC3F2A4B1647A0E6504690ECC17 /* MQTTClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.release.xcconfig; sourceTree = ""; }; - 8CBC22EDF2B3C116F455085EE3B265BE /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - 8CFFF5B3BE8523DAB78D6C595997FBF3 /* KafkaNativeHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaNativeHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaNativeHeader.m; sourceTree = ""; }; - 8D4F30F7F26BD456E644647379D88C09 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 8E2934D18F371DB203ECFFB5A50A5AEF /* IQKeyboardManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManager.h; path = IQKeyboardManager/IQKeyboardManager.h; sourceTree = ""; }; - 8F577DE599A055C4B5B74CCF2A73D46C /* zmf_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_utils.h; path = include/grape/zmf_utils.h; sourceTree = ""; }; - 8F98E1D3DDA7E1502AAA6589C8B4847F /* JLAuthorizationManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLAuthorizationManager-prefix.pch"; sourceTree = ""; }; - 8FC76872AE72AC7B9752C0AA08216DA9 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; - 9022250FA8E4C9E6F7C3C786FF2EBF4C /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; - 90961E5F8ABAC9D105B5EEC74834E297 /* KafkaFootRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaFootRefreshControl.h; path = KafkaRefresh/Core/KafkaFootRefreshControl.h; sourceTree = ""; }; - 90EA457BC46336C53F0DD1D93CBFE710 /* NSObject+MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJProperty.m"; path = "MJExtension/NSObject+MJProperty.m"; sourceTree = ""; }; - 9145D1F6BD59D7C13AC22606F2A01041 /* lemon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lemon.h; path = include/lemon/lemon.h; sourceTree = ""; }; - 91569332E9A9A329AC2E354B50C0DDF7 /* MQTTInMemoryPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTInMemoryPersistence.m; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.m; sourceTree = ""; }; - 916373F81C1271414DB51E0A972AB8BC /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; - 9163A11785E9F251F9246E1E3C2AE758 /* ZXNavBacImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavBacImageView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavBacImageView.h; sourceTree = ""; }; - 9195CEB7AA50525FBEB4400A0DA2D387 /* UISegmentedControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISegmentedControl+RACSignalSupport.m"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.m"; sourceTree = ""; }; - 91A141885FAEBE9099C9E5B40ADB45F5 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - 91B4B8BF28C7ADBF6649A6C76A71B6B9 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 8B7D2DD29927439DAE2FD7665FD5C9A9 /* KafkaNativeHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaNativeHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaNativeHeader.m; sourceTree = ""; }; + 8B8A2AAC79B088D6BAFA4C5B9328A91B /* Reason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Reason.h; path = include/lemon/Reason.h; sourceTree = ""; }; + 8BAC9A218C6DC1F386BCDC8C044E9E0D /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; + 8BC726EF6E4358F2B9B4CD5D1F65D013 /* SGWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGWeakProxy.m; path = SGQRCode/WeakProxy/SGWeakProxy.m; sourceTree = ""; }; + 8BCCF4D7B2EAE6B82D0BF92DE679A393 /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; + 8CC46CA711D133237B46523F45DDA863 /* SGQRCodeLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGQRCodeLog.m; path = SGQRCode/SGQRCodeLog.m; sourceTree = ""; }; + 8CD68D6E6EA842F6289B6C55C210CEC9 /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; + 8CF1ADBA5B001E1F7C2A9A7A45DB3F2F /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + 8CF9EE339D114D27419EB03332DE8F5F /* BRResultModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRResultModel.h; path = BRPickerView/StringPickerView/BRResultModel.h; sourceTree = ""; }; + 8DB9984BD6B0594BB24E8C9DF37960BF /* MSNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MSNetwork.m; path = MSNetwork/MSNetwork.m; sourceTree = ""; }; + 8DE2DE7E7E3B7958154CAD5F9300E7DA /* YYCache.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYCache.modulemap; sourceTree = ""; }; + 8DE303384DFAD4ACA87BD6D6B58ECF2C /* LTScrollView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LTScrollView.release.xcconfig; sourceTree = ""; }; + 8DEB10CE38C98D7B36926404597C16DE /* UIStepper+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIStepper+RACSignalSupport.m"; path = "ReactiveObjC/UIStepper+RACSignalSupport.m"; sourceTree = ""; }; + 8DF01C72C891E4A7CA7A915A4A6EB2FB /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; + 8E1B0A6717D25EAA09DCE39E26CB537E /* zmf_video.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_video.h; path = include/grape/zmf_video.h; sourceTree = ""; }; + 8E3C7351E10309DA0E413A58BC032144 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + 8E95F822ED421F3BB55943DCBCBCBD78 /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + 8EC96FBC91686E07BCA43C011A07BC22 /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; + 8ED11A942A8E957CE84A88E81BA68B49 /* UIRefreshControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+RACCommandSupport.h"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.h"; sourceTree = ""; }; + 8EE231F84C50029D41ABF5B690018E46 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 8F31E3CC0BE4D20298D6EA95AF134C6B /* MQTTSessionLegacy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionLegacy.h; path = MQTTClient/MQTTClient/MQTTSessionLegacy.h; sourceTree = ""; }; + 8F619444EDA6EFFFED37D65505F0BD3E /* MQTTMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTMessage.m; path = MQTTClient/MQTTClient/MQTTMessage.m; sourceTree = ""; }; + 8F6EA43144E231EFE6BD423617985824 /* ZXNavigationBarTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarTableViewController.h; path = ZXNavigationBar/ZXNavigationBarTableViewController.h; sourceTree = ""; }; + 8FF0BB30996CF780EFB6490EE28758B2 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; + 90138DC4344566E162BBA8BEBE0B69B6 /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; + 902A84D424C958C0B3B18D3347B47ACB /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + 905B6E3DC5D04B9E6403CED09C26A2BB /* mob_smssdk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = mob_smssdk.debug.xcconfig; sourceTree = ""; }; + 90AD71595DB8502DF599F1DF0F3D6749 /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; + 90C2E20351D2ABFAB9E6ADE5D5C90C6D /* UIWindow+LGAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWindow+LGAlertView.m"; path = "LGAlertView/UIWindow+LGAlertView.m"; sourceTree = ""; }; + 90F2D2C6BFE45EC325E579D02833F609 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; + 9109BAAD284223982FC70F191E38F79E /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + 915447F506785008DA1E3973781D1757 /* YYClassInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYClassInfo.h; path = YYModel/YYClassInfo.h; sourceTree = ""; }; + 919710A8E700E46CF4C789D869484330 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ZXNavigationBarController+ZXNavSystemBarPopHandle.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/ZXNavigationBarController+ZXNavSystemBarPopHandle.h"; sourceTree = ""; }; + 91A53404B54ABAE431148F14D4EABC45 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + 91F590247F4F782C5BFDDE20CFC7A3E6 /* MSNetwork.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MSNetwork.modulemap; sourceTree = ""; }; 91F6F8BA78C9E7757B44091859BE61ED /* Pods-LekangGuardTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LekangGuardTests-umbrella.h"; sourceTree = ""; }; - 91FE0CC69BB11923E88429FF9A715064 /* IQPreviousNextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQPreviousNextView.m; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.m; sourceTree = ""; }; - 922458E86B46D5F6E3D75CFB3A73A22F /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; + 922CC960EB85940B1EB6523A55367463 /* SGPermissionCamera.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGPermissionCamera.m; path = SGQRCode/Permission/SGPermissionCamera.m; sourceTree = ""; }; + 92336D5A20F2119A023387FA4384C945 /* KafkaRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KafkaRefresh-dummy.m"; sourceTree = ""; }; + 9238C9DE8EADC6544A944834F1C52825 /* YYCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYCache.m; path = YYCache/YYCache.m; sourceTree = ""; }; 92B0183847ECB1D0D69362E83560BB86 /* Pods-LekangGuard-LekangGuardUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LekangGuard-LekangGuardUITests-dummy.m"; sourceTree = ""; }; - 92B7B6949720FBA35C5223586E4E7BC1 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - 92E962A7E42469B2F99A6672B5CEAEC5 /* UIControl+RACSignalSupportPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupportPrivate.h"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.h"; sourceTree = ""; }; - 935936394761787E3585DCDD8FCBB010 /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 93C7F986D974AA8583C085F94826AF61 /* zmf_error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_error.h; path = include/grape/zmf_error.h; sourceTree = ""; }; - 93DC15ED99E539906047EC083CC67187 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+AFNetworking.m"; path = "UIKit+AFNetworking/UIButton+AFNetworking.m"; sourceTree = ""; }; - 945380AEF3B8A2A85470B6F1897CC3ED /* ZXNavBacImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavBacImageView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavBacImageView.m; sourceTree = ""; }; - 945FE8EE09014D63F0855D6A96341941 /* MQTTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTTransport.h; path = MQTTClient/MQTTClient/MQTTTransport.h; sourceTree = ""; }; - 9495B5A69D54AAD37CA183CE30D39B1E /* IQTitleBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTitleBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h; sourceTree = ""; }; - 94C1F30CE5EFF840241A10E0E93FF1A3 /* LGAlertViewShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewShadowView.m; path = LGAlertView/LGAlertViewShadowView.m; sourceTree = ""; }; - 95F061773AEB7DDBA6A53B19D40300FC /* MQTTMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTMessage.h; path = MQTTClient/MQTTClient/MQTTMessage.h; sourceTree = ""; }; + 933343F39BB01B84EF1535580F1B89C3 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + 9366C635547C01A465B36557E5F7055E /* mtc_acv_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_acv_db.h; path = include/lemon/mtc/mtc_acv_db.h; sourceTree = ""; }; + 93798CC6A6B172D2795646CB5AD4C3FC /* ZXNavigationBar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZXNavigationBar.debug.xcconfig; sourceTree = ""; }; + 9391FF855460138213D92BAC5F429B61 /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; + 93A4676C5038ACDD5482BD783BA299E8 /* KafkaFootRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaFootRefreshControl.h; path = KafkaRefresh/Core/KafkaFootRefreshControl.h; sourceTree = ""; }; + 94A858F54235B7D1BF1591B76B59AEC8 /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; + 94D81D8924BA63EEC7B02443460773E8 /* UIAlertView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIAlertView+RACSignalSupport.h"; path = "ReactiveObjC/UIAlertView+RACSignalSupport.h"; sourceTree = ""; }; + 953834EE0FA561D5830CAE1E5189BBAD /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; + 956A8C5543172FCFEA1C171350DD7341 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; + 95C864775A41430B51FE9143F0C5B09C /* IQPreviousNextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQPreviousNextView.h; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.h; sourceTree = ""; }; + 95F446123306E5A9B35AD8AF90276D53 /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; 9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReactiveObjC; path = ReactiveObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97A580BEA5472F661724244F5E67B9D7 /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; - 97C3793EE39D3A16F6715639B5385FCA /* whtoast_success@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_success@2x.png"; path = "WHToast/wtoast_icon/whtoast_success@2x.png"; sourceTree = ""; }; - 97DBD7B97CB3CDF6E72D228D890A5FA4 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - 97F3C409C8277E032DBC723BF6F891A5 /* whtoast_error@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_error@2x.png"; path = "WHToast/wtoast_icon/whtoast_error@2x.png"; sourceTree = ""; }; - 9801ADE8FC7E207D52A8F3A5F7030D8B /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; - 9847F478930A1F3DC201F4F40D7E8C6B /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + 9629D8EFE5A6BE5216DE713AA58EA5C7 /* GooglePlaces.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GooglePlaces.release.xcconfig; sourceTree = ""; }; + 964FD4A720B76B57A4EDFA609570C30F /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; + 9651F308B5FFED4557C40D3AE494A22A /* JLSiriPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLSiriPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLSiriPermission.m; sourceTree = ""; }; + 9670A8C7F5C410AF825D16DB8012106D /* zmf_sensor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_sensor.h; path = include/grape/zmf_sensor.h; sourceTree = ""; }; + 969345E1F4561D709D719AB33BE01D71 /* NSAttributedString+ZXNavCalcSizeExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+ZXNavCalcSizeExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSAttributedString+ZXNavCalcSizeExtension.m"; sourceTree = ""; }; + 96AB5FC7916830254881ED72F76557EE /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; + 96B6F6E5D5C9B073CA2702EBE2737E3A /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + 96E8E60551BE1932D89E2882E324F760 /* LTPageTitleItemType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageTitleItemType.swift; path = Example/LTScrollView/Lib/Main/LTTitleView/LTPageTitleItemType.swift; sourceTree = ""; }; + 9755CA7061BC66E0F285C091469FFF14 /* MSNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MSNetwork-dummy.m"; sourceTree = ""; }; + 97634B11F4E84FDBDACF17A6298A8B4C /* mtc_game.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_game.h; path = include/lemon/mtc/mtc_game.h; sourceTree = ""; }; + 97A1BAD2631AE070F693E69ACEAD60C7 /* NSObject+MJKeyValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJKeyValue.h"; path = "MJExtension/NSObject+MJKeyValue.h"; sourceTree = ""; }; + 9804AED1E1C92CEBC0DA7B376350A324 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + 98125F039DD7A72E00222E701C3E58E0 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; 98527D7196957AAB07B79E2E2AFDE23E /* IQKeyboardManager */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManager; path = IQKeyboardManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9864A0CFB81C8FAE14AE6A47B2A8E7D7 /* IQKeyboardManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManager.modulemap; sourceTree = ""; }; - 9890004AB8167A96128F32FB57B1075E /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; - 98981C65C833CA7ACA0E4D54E854F629 /* JLAuthorizationManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLAuthorizationManager-umbrella.h"; sourceTree = ""; }; - 98AF0F7BE9F1BB01F30F6288D4E97B1F /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - 98E07E99194AC99B41056F0724414727 /* JLContactPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLContactPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLContactPermission.m; sourceTree = ""; }; - 98E6D8C37E662AA8E18FB6563EA7AEBD /* KafkaCategories.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaCategories.m; path = KafkaRefresh/Category/KafkaCategories.m; sourceTree = ""; }; - 9964A8A0DE26090F99DCF573EBFAB841 /* IQTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTextView.m; path = IQKeyboardManager/IQTextView/IQTextView.m; sourceTree = ""; }; - 99B954891D9A41ED9ABE8B2CC6EFE61B /* MQTTClient-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MQTTClient-umbrella.h"; sourceTree = ""; }; - 99E3DCDF83181CF612977EF0B379A25C /* NSObject+MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJProperty.h"; path = "MJExtension/NSObject+MJProperty.h"; sourceTree = ""; }; - 9A0CB0D87976EE9B9832B6BF8991905A /* IQUIView+IQKeyboardToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+IQKeyboardToolbar.m"; path = "IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.m"; sourceTree = ""; }; - 9A3A384D9E2288B102C21295294A0012 /* DZNEmptyDataSet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DZNEmptyDataSet-prefix.pch"; sourceTree = ""; }; - 9A4549173F0E6A78B1C499EC5ED11BF4 /* MJPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyType.h; path = MJExtension/MJPropertyType.h; sourceTree = ""; }; - 9A579E45B87BA17C550AF46535D7886D /* MOBFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MOBFoundation.release.xcconfig; sourceTree = ""; }; - 9AD1FE90124A7E2D78EBDBA4FB2FF984 /* EasyShowView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyShowView-prefix.pch"; sourceTree = ""; }; - 9AE032846FCC732E3ED8CA30AB153F09 /* KafkaArrowFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaArrowFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaArrowFooter.h; sourceTree = ""; }; - 9B1E31633319E908476D1FF03D1F1E0E /* EasyEmptyTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyTypes.m; path = EasyShowView/EasyEmptyTypes.m; sourceTree = ""; }; - 9B258F68C976AD2B021252800197ED88 /* EasyEmptyConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyConfig.m; path = EasyShowView/EasyEmptyConfig.m; sourceTree = ""; }; - 9B41DCAEA7894DD4332CB6ABE720872A /* EasyLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingView.h; path = EasyShowView/EasyLoadingView.h; sourceTree = ""; }; - 9B935E1FE9C7733DE91EFC0F7B58BC45 /* IQKeyboardManagerConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManagerConstants.h; path = IQKeyboardManager/Constants/IQKeyboardManagerConstants.h; sourceTree = ""; }; - 9C1BA3689D1AADC3DD54E61F547B5680 /* JLMicrophonePermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLMicrophonePermission.h; path = JLAuthorizationManager/Classes/Permissions/JLMicrophonePermission.h; sourceTree = ""; }; - 9C6BEB250502CC90DDEA146B4822AAAB /* UIImage+ZXNavBundleExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ZXNavBundleExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavBundleExtension.m"; sourceTree = ""; }; - 9C966204F0FAD6F637F62CF41EE1CB50 /* UIView+ZXNavFrameExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZXNavFrameExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIView+ZXNavFrameExtension.h"; sourceTree = ""; }; + 987A3CBB4EE2E8484D627738F462B048 /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; + 9897EA0712112989958F192E5B5F7573 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 98FC76A84CE656DD7068D5A3ACC27207 /* LTPageTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageTitleView.swift; path = Example/LTScrollView/Lib/Main/LTTitleView/LTPageTitleView.swift; sourceTree = ""; }; + 994D0BF6D25A9F95E839098E4E584BC9 /* UIImage+WHToast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WHToast.m"; path = "WHToast/UIImage+WHToast.m"; sourceTree = ""; }; + 99ABE4B74C9434A90038FDB2F348C9C3 /* KafkaArcLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaArcLayer.m; path = KafkaRefresh/UIKit/LayerKit/KafkaArcLayer.m; sourceTree = ""; }; + 9A8940B29D194A12A16EAC9D6F9596A8 /* UISegmentedControl+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISegmentedControl+RACSignalSupport.m"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.m"; sourceTree = ""; }; + 9A9538249EA86CA65887779553685F9D /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + 9A98981DF56696B7869A4C85A9AB46EE /* UIScrollView+KafkaConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+KafkaConfiguration.h"; path = "KafkaRefresh/Configuration/UIScrollView+KafkaConfiguration.h"; sourceTree = ""; }; + 9AFB63D5B947479778CD58D244B0E314 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + 9B44644044A7BDF2F53EE27521959D64 /* EasyEmptyTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyTypes.h; path = EasyShowView/EasyEmptyTypes.h; sourceTree = ""; }; + 9B8D69177C8040919DC9B5AE0A37F69A /* ZXNavBacImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavBacImageView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavBacImageView.m; sourceTree = ""; }; + 9BC632E19A9F2CBA9BCA839AD3940524 /* LGAlertView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LGAlertView-prefix.pch"; sourceTree = ""; }; + 9BD3C12D7FCD0765451FE0F687BE98C4 /* ZXNavigationBarController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBarController.m; path = ZXNavigationBar/ZXNavigationBarController.m; sourceTree = ""; }; + 9BDEAE102E1A81C09A2CD03C0945F58E /* MQTTCoreDataPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCoreDataPersistence.h; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.h; sourceTree = ""; }; + 9C141441D523D8863EEB2BCECB763D34 /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + 9C377AD6D7521A7F6BB7459102CB7C32 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 9D428542731AE6D0FBFEAA90A90EE921 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + 9D8B835334845229D44254AF3DC6259C /* LGAlertView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LGAlertView-Info.plist"; 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; }; - 9DBE01F8F9CBD4D8F50DA53A4F59311D /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; - 9DE898BD42C644E1B3D10824AF306C53 /* MSNetwork-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MSNetwork-umbrella.h"; sourceTree = ""; }; - 9E1B03386B13FEC2CC20810904B63AD2 /* IQKeyboardReturnKeyHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardReturnKeyHandler.m; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.m; sourceTree = ""; }; - 9EE400AF67B72F9CCADC95AD1C6AB34E /* LTTableViewProtocal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTTableViewProtocal.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTTableViewProtocal.swift; sourceTree = ""; }; - 9EEDBFD87557BD9B1D513B09ED2FFD12 /* ZXNavigationBar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZXNavigationBar-Info.plist"; sourceTree = ""; }; - 9EF5DB1D93A6F2F4E7214E0CE1C18A40 /* IQUITextFieldView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUITextFieldView+Additions.m"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.m"; sourceTree = ""; }; - 9F002B43EE2E943F4076281B666DEF5F /* YYMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYMemoryCache.h; path = YYCache/YYMemoryCache.h; sourceTree = ""; }; - 9F1664CBFCCAD641BC2C7C811BAC7AB3 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - 9F8EC207299B98336C757A1CB5BC55EE /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - 9FC3390257902F7A592207F71A11A41B /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - 9FD57825A64E9DD7F0734EB2DECF85D3 /* LGAlertViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewController.h; path = LGAlertView/LGAlertViewController.h; sourceTree = ""; }; - 9FEAF1BA8A609A12962F571B2C6116EA /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 9DC4453BD1BFA5A007B252C145CEB565 /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; + 9E0BA02118DDF9BF85F7D4A1DE1541FA /* MJExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-prefix.pch"; sourceTree = ""; }; + 9E6A916E28836102B7D24872B177CE34 /* BRBaseView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRBaseView.h; path = BRPickerView/Base/BRBaseView.h; sourceTree = ""; }; + 9EB4C8E392D5509BF1F9597499884DE4 /* UIScrollView+KafkaConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+KafkaConfiguration.m"; path = "KafkaRefresh/Configuration/UIScrollView+KafkaConfiguration.m"; sourceTree = ""; }; + 9EE207FEF5A4F1CCF6490CED8FBF82EE /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + 9EE8C8941F007CA5BDC08BA4CC9F5B97 /* SGPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGPermission.m; path = SGQRCode/Permission/SGPermission.m; sourceTree = ""; }; A03A7C3856D30063F1B649BC7B4BF0F5 /* ZXNavigationBar */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZXNavigationBar; path = ZXNavigationBar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A05C01E935E2D90F1DA37521DAB0A0FB /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; - A0B3445E3317A9857C8FAE592581CD22 /* LGAlertView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LGAlertView-Info.plist"; sourceTree = ""; }; - A0FCEB1370F255D717FCEB28AE7DB1B1 /* BRPickerStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRPickerStyle.m; path = BRPickerView/Base/BRPickerStyle.m; sourceTree = ""; }; - A1B7C5110B1E698C35311501B05B4968 /* mtc_wgw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_wgw.h; path = include/lemon/mtc/mtc_wgw.h; sourceTree = ""; }; - A1E76FB664226E9671A3688D6A63F2F6 /* SGTorch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGTorch.h; path = SGQRCode/Torch/SGTorch.h; sourceTree = ""; }; - A20F2B54EE8987F661765CCC6B2AE347 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - A2147D791A7D32B6006F47B6951F20AB /* YYModel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-prefix.pch"; sourceTree = ""; }; - A21D23E4FDAC16D00F11B8020236143C /* IQUIWindow+Hierarchy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIWindow+Hierarchy.h"; path = "IQKeyboardManager/Categories/IQUIWindow+Hierarchy.h"; sourceTree = ""; }; - A22D477EE8E394605379C773B1362BAA /* YYDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYDiskCache.h; path = YYCache/YYDiskCache.h; sourceTree = ""; }; - A263571DA5CF6112740708890109C9EF /* YCShadowView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YCShadowView-umbrella.h"; sourceTree = ""; }; - A3D5373B6850C20291957163C71821FD /* YCShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YCShadowView.m; path = YCShadowView/Classes/YCShadowView.m; sourceTree = ""; }; - A3F87C8EDC5F1B01F26E1CB3D0650A0C /* EasyTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextView.m; path = EasyShowView/EasyTextView.m; sourceTree = ""; }; - A4009081D1CF2449C92B6CCB1475445E /* KafkaNativeFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaNativeFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaNativeFooter.h; sourceTree = ""; }; - A40B3970B5166CB5671C0DC8C0A0B51D /* LSTTimer-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LSTTimer-Info.plist"; sourceTree = ""; }; - A4755E181024C07BAD3D14D0DAC826A2 /* UIDatePicker+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDatePicker+RACSignalSupport.h"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.h"; sourceTree = ""; }; - A4BD25E97C3221C9830D4B79E1B5D469 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - A4C6A4654FD19AF9B8550D092CAC16D7 /* JLLocationInUsePermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLLocationInUsePermission.m; path = JLAuthorizationManager/Classes/Permissions/JLLocationInUsePermission.m; sourceTree = ""; }; + A0AE0EEE2E03C2A04AA4D03C233A5503 /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; + A0E923D23B60FC926102C6F9DF89DE39 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; + A14233301933F81BB9196260797051D8 /* MJPropertyKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyKey.h; path = MJExtension/MJPropertyKey.h; sourceTree = ""; }; + A15C963BDE1931D506333CAB21A9E551 /* mtc_contact.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_contact.h; path = include/lemon/mtc/mtc_contact.h; sourceTree = ""; }; + A1EB7DA1023FEEAD86F41DDBAEF71926 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + A20213F71D6D6F0AAFF520FE907BA3A2 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + A20A293FECC4539AB80518A9F8CC3EE9 /* NSBundle+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+BRPickerView.h"; path = "BRPickerView/Base/NSBundle+BRPickerView.h"; sourceTree = ""; }; + A218BC691D852C879E9C9DCF9A075826 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + A26E066AF5721003A6DA82988B9EC480 /* IQUITextFieldView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUITextFieldView+Additions.m"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.m"; sourceTree = ""; }; + A2B6B1244512732DE231FE5EA0F7B3C8 /* WKWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WKWebView+AFNetworking.h"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.h"; sourceTree = ""; }; + A2CF1673CEF002DC3D5228502DBD9DF2 /* UIButton+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+RACCommandSupport.h"; path = "ReactiveObjC/UIButton+RACCommandSupport.h"; sourceTree = ""; }; + A354FF3400A997435D2278533CD6377C /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + A38DA3EB9D5616BAD555ABAF51BE101E /* AMapSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchError.h; path = AMapSearchKit.framework/Headers/AMapSearchError.h; sourceTree = ""; }; + A3A4991B3C6A9E8D0D148512A917454A /* WHToast-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "WHToast-Info.plist"; sourceTree = ""; }; + A3D63FE7C9E35293425047906FCC680B /* JLLocationAlwaysPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLLocationAlwaysPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLLocationAlwaysPermission.m; sourceTree = ""; }; + A3D9D91E8A8C8DAB6C5A0F28DE25428A /* JLNotificationPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLNotificationPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLNotificationPermission.m; sourceTree = ""; }; + A431DE9705CFAD62A3F0119CB59493E8 /* MJFoundation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJFoundation.h; path = MJExtension/MJFoundation.h; sourceTree = ""; }; + A43DA8A8714BB9FCDB849A6678D60FAC /* EasyTextConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextConfig.h; path = EasyShowView/EasyTextConfig.h; sourceTree = ""; }; + A44B67D4969B7B85AAB77CA7557C8040 /* AMapSearchObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchObj.h; path = AMapSearchKit.framework/Headers/AMapSearchObj.h; sourceTree = ""; }; + A45D5B10A919ADA3C022C4F705EC19BD /* LSTCategory.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTCategory.debug.xcconfig; sourceTree = ""; }; + A4B4F626691C2AA645C3F47BEB3C3644 /* UISwitch+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+RACSignalSupport.m"; path = "ReactiveObjC/UISwitch+RACSignalSupport.m"; sourceTree = ""; }; + A4C687EFEA6330FDCBA20C6BC9E2F3F4 /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; + A4CE06BE3B7851E50DD105E84CF24058 /* ZXNavigationBarNavigationController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBarNavigationController.m; path = ZXNavigationBar/ZXNavigationBarNavigationController.m; sourceTree = ""; }; A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A50EADF1CE2022BA2C6B2EBA7FFF5671 /* GooglePlaces.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GooglePlaces.debug.xcconfig; sourceTree = ""; }; - A61383EBDB54D19BD176867FE57E89EC /* SGScanCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGScanCode.m; path = SGQRCode/QRCode/SGScanCode.m; sourceTree = ""; }; - A6163DBBC0A2DD74D729E2A4B82178A2 /* ZXNavigationBarNavigationController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarNavigationController.h; path = ZXNavigationBar/ZXNavigationBarNavigationController.h; sourceTree = ""; }; - A6758CCDEF721237F22EE4A012B3E54F /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; - A6A3D3422D81B7E4B243E92CCA2B8679 /* AMapSearchVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchVersion.h; path = AMapSearchKit.framework/Headers/AMapSearchVersion.h; sourceTree = ""; }; - A6A6354307FDB5B1B4DF35829D02C69A /* mtc_d0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_d0.h; path = include/lemon/mtc/mtc_d0.h; sourceTree = ""; }; - A6DEDBDDC71D260CE054B5C7ABC6CA51 /* LSTCategory.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LSTCategory.modulemap; sourceTree = ""; }; - A718FA9ED5D7DA01580171848784AD88 /* MQTTSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionManager.m; path = MQTTClient/MQTTClient/MQTTSessionManager.m; sourceTree = ""; }; - A7254F23982F877EA6ED42DC28529E69 /* UITextView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+RACSignalSupport.h"; path = "ReactiveObjC/UITextView+RACSignalSupport.h"; sourceTree = ""; }; - A73969B44EA06F292B71509F28521970 /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; - A7702D46E9CC848B359743CAD9C955D2 /* UIWindow+LGAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIWindow+LGAlertView.m"; path = "LGAlertView/UIWindow+LGAlertView.m"; sourceTree = ""; }; - A7AC3BFA6DC5E924C0C7334078CB3E1C /* SGQRCode-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SGQRCode-prefix.pch"; sourceTree = ""; }; - A8020C1F40F358EA9876F43DFAFC7AA6 /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; - A84D62F878EACE30152BA70F9DD7F1FB /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; - A85B08CE6B1713763863AF7970F8AF11 /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; - A86480C94CE30AD785BE48E3F49DE79D /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - A86D0536BD1091584D37C9BFA3B2FAB5 /* EasyAlertConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertConfig.m; path = EasyShowView/EasyAlertConfig.m; sourceTree = ""; }; - A888A306427FB219836FBED9F579B964 /* ZXNavHistoryStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackView.m; sourceTree = ""; }; - A8E17B3BD6E35BA226CCFF14F1742756 /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; - A9369D56E1513A2F418B9062D7C237D9 /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; - A971266567A7E248C1F9BF3363CB82F7 /* MQTTSSLSecurityPolicyTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyTransport.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyTransport.m; sourceTree = ""; }; - A995DAC19F10D40729D97ED12F690F60 /* Reason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Reason.h; path = include/lemon/Reason.h; sourceTree = ""; }; - A9A339E482DD154743660B2C66255838 /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; - A9ECDC622ECBCBB270B6BAA0FDAF3885 /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; - AA66AB5544403B54333A24CB6EA96F5A /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; - AAA5F2288A045565FFCDA85B06B0AEEE /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; - AAD9CD938FE18201D39CE77969F9FAD2 /* NSObject+MJClass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJClass.h"; path = "MJExtension/NSObject+MJClass.h"; sourceTree = ""; }; - AB004FFBA74D39524055DF08C5A8E1F2 /* JLMotionPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLMotionPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLMotionPermission.m; sourceTree = ""; }; - AB673632E40891D93D22EACB183FA23F /* LSTPopView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTPopView.h; path = LSTPopView/Classes/Code/LSTPopView.h; sourceTree = ""; }; - ABBCDC12F07215DCF14BCBB7982E48DA /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; - ABC9577645BD555BE08F08DDD17D2243 /* LGAlertViewWindowsObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewWindowsObserver.m; path = LGAlertView/LGAlertViewWindowsObserver.m; sourceTree = ""; }; - AC0D04EFA9C274C10226D3825B8E3984 /* IQNSArray+Sort.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQNSArray+Sort.h"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.h"; sourceTree = ""; }; - AC1D75324D116342177E61B97D17CAC8 /* ZXNavigationBar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZXNavigationBar-prefix.pch"; sourceTree = ""; }; - AC3505E4DA9D7A98C21F69D092AD17A2 /* UISwitch+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISwitch+RACSignalSupport.h"; path = "ReactiveObjC/UISwitch+RACSignalSupport.h"; sourceTree = ""; }; - AC45CD07ABD1DB639332CD49E04F15B9 /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; - AC4EB552F54A82325256D2E0B10A5127 /* SDCallbackQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDCallbackQueue.m; path = SDWebImage/Core/SDCallbackQueue.m; sourceTree = ""; }; - AC8BC8EB1D45C5E6BE2EFED360CE8BB9 /* LSTTimer-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTTimer-umbrella.h"; sourceTree = ""; }; - ACCBFC56ACDF5AFD5A1E5C932628C412 /* LGAlertViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewCell.h; path = LGAlertView/LGAlertViewCell.h; sourceTree = ""; }; - ACE74F7D6CE404313C690C56CA113CA3 /* UIButton+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+RACCommandSupport.m"; path = "ReactiveObjC/UIButton+RACCommandSupport.m"; sourceTree = ""; }; - AD5A47E324E48E7B4C9C832BE0791F04 /* EasyAlertItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertItem.m; path = EasyShowView/EasyAlertItem.m; sourceTree = ""; }; - AD6410EAC54D832832F5C1680DF3868E /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; - AD6E5319CA7AB9E46DDFC21DF19CA42C /* SGQRCode.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SGQRCode.debug.xcconfig; sourceTree = ""; }; - AD7841BFC3A6244697E94A369A9BC549 /* mtc_ring.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ring.h; path = include/lemon/mtc/mtc_ring.h; sourceTree = ""; }; - ADA28D6B2054752FB8EC911BD7DA3619 /* IQKeyboardManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManager-Info.plist"; sourceTree = ""; }; + A523DAEE5C2295C0F5D02A68B86C26E2 /* KafkaRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KafkaRefresh.debug.xcconfig; sourceTree = ""; }; + A532162C4F0B4F671813BD8A57ADC9AB /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; + A5B7BC2F2662C5E1C040644EAE0590CC /* ZXNavHistoryStackModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackModel.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/Model/ZXNavHistoryStackModel.m; sourceTree = ""; }; + A5CC677EFCB07A886F340BB6D123C301 /* MQTTCFSocketEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketEncoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.m; sourceTree = ""; }; + A5CEE0EDB56DDE05394F6C6A5F1823C4 /* UITextView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+RACSignalSupport.h"; path = "ReactiveObjC/UITextView+RACSignalSupport.h"; sourceTree = ""; }; + A5DD20765AC1CF5D86156ED8FB644804 /* mtc_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_api.h; path = include/lemon/mtc/mtc_api.h; sourceTree = ""; }; + A5F377CCF1F1CC68DA59772F837DE4CC /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; + A670D313EAFA0880B69C8C9326A84AE0 /* ZXNavItemBtn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavItemBtn.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavItemBtn.m; sourceTree = ""; }; + A73F923CA2E89A0F879498A46A51B715 /* ZXNavTitleView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavTitleView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleView.h; sourceTree = ""; }; + A7A82512A22CC722AD5CC788F3E316D6 /* EasyShowView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyShowView.debug.xcconfig; sourceTree = ""; }; + A7CEEE9D2F8D09549D200BB756C34508 /* BRDatePickerView+BR.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "BRDatePickerView+BR.m"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.m"; sourceTree = ""; }; + A7F577497ACF312C820140B6A3AF4956 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; + A858260C721AC2AF8DA89A058463B495 /* LGAlertViewShared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewShared.h; path = LGAlertView/LGAlertViewShared.h; sourceTree = ""; }; + A85CABB1C0107DCF0AEA483CE8632E7E /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; + A8D32CACC8E48EE25EBEFEEF3A0182D9 /* JLAuthorizationManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLAuthorizationManager.release.xcconfig; sourceTree = ""; }; + A8E382EFA6ADF17E39C7EBCF73CD5B5A /* UIView+LSTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+LSTView.h"; path = "LSTCategory/Classes/Code/UIView+LSTView/UIView+LSTView.h"; sourceTree = ""; }; + A900FA0E2A3E59E0C557B066721FB5F4 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + A9409369F19062B4C66E9278EA13DE30 /* JLCameraPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLCameraPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLCameraPermission.h; sourceTree = ""; }; + A940ED8D9B62C456A896CCCC9A728D01 /* MQTTDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTDecoder.h; path = MQTTClient/MQTTClient/MQTTDecoder.h; sourceTree = ""; }; + A9797AE865ACCE856E5067C352C18894 /* KafkaRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KafkaRefresh.modulemap; sourceTree = ""; }; + A981462B3B49CB4443F517C48E9518AB /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + A993512FB0A108F259B10C637A61EB4A /* IQKeyboardManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-umbrella.h"; sourceTree = ""; }; + A9B404D84E590297413A2E8038F11417 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + A9F17EE6656DE6FC2A38691B21DFF81E /* mtc_diag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_diag.h; path = include/lemon/mtc/mtc_diag.h; sourceTree = ""; }; + A9F7B28734768A8F1B35F781892E3044 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + AA3F6E1C28028E67D501461E261D5DFD /* lemon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lemon.h; path = include/lemon/lemon.h; sourceTree = ""; }; + AA73F9EF50F1431ECA24422F80433A6D /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + AAA7333AD1FD663404126D6AAA4FFAB6 /* SGQRCode.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SGQRCode.debug.xcconfig; sourceTree = ""; }; + AAD42CCBE0862612427F72F611AEDB62 /* MJExtensionConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJExtensionConst.m; path = MJExtension/MJExtensionConst.m; sourceTree = ""; }; + AB051450CB4DB2DD7B6996D031ECF934 /* YCShadowView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YCShadowView.modulemap; sourceTree = ""; }; + AB1370733855C72C3420D0EE5A26DDD8 /* mtc_prov_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prov_db.h; path = include/lemon/mtc/mtc_prov_db.h; sourceTree = ""; }; + AB2AC97710EABE04DAF297F30AD8A56F /* ZXNavHistoryStackModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackModel.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/Model/ZXNavHistoryStackModel.h; sourceTree = ""; }; + AC1C14B2330974CD3E6BD2FB60BB69A5 /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; + AC3A7B0AC5630AC14FDF241D4CCDC45E /* EasyTextConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextConfig.m; path = EasyShowView/EasyTextConfig.m; sourceTree = ""; }; + AC55CE5CD7841255EC7AA7EF83684FBC /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; + ACC584B83EA4B1C523819BB54B5E4341 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + ACCCAE2A9134F04D0EC19F52E0E61488 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + AD0E340FD2F01E9451A708FB46CCD7E7 /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; + AD578B309358486564D55D5C16EC49C0 /* mtc_conf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conf2.h; path = include/lemon/mtc/mtc_conf2.h; sourceTree = ""; }; + ADA2428E6748B7B4D7DB1D0964575AEA /* JLAuthorizationManager-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLAuthorizationManager-umbrella.h"; sourceTree = ""; }; + ADBCA6ED6D3BB12F7357AE1932F88797 /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; ADCCF436ACD544B3891188F58E8FD654 /* Pods-LekangGuard-LekangGuardUITests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LekangGuard-LekangGuardUITests-frameworks.sh"; sourceTree = ""; }; - AE6C768961740C439312DB575D6C4F46 /* GoogleMaps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleMaps.release.xcconfig; sourceTree = ""; }; - AF2086D23F0F9C80CD2A46CBEBD79E79 /* MQTTMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTMessage.m; path = MQTTClient/MQTTClient/MQTTMessage.m; sourceTree = ""; }; - AF5D6EEFD6D7DFA55E50F83D50B0BEB0 /* NSString+ZXNavCalcSizeExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+ZXNavCalcSizeExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSString+ZXNavCalcSizeExtension.m"; sourceTree = ""; }; - AFA39090A912C8829E21462CB00B8456 /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; - B055001B2CAE823054F44DE92E45243E /* GooglePlaces.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GooglePlaces.framework; path = Frameworks/GooglePlaces.framework; sourceTree = ""; }; - B083BED615B77B7044A720859E7DF04A /* NSObject+MJCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJCoding.m"; path = "MJExtension/NSObject+MJCoding.m"; sourceTree = ""; }; - B0B132FC3095360581C3EFE5B049DCCB /* NSString+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+MJExtension.m"; path = "MJExtension/NSString+MJExtension.m"; sourceTree = ""; }; + AE2D71D34E30366F69F143658C20666D /* MSNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MSNetwork.release.xcconfig; sourceTree = ""; }; + AE609266E1F46539413AF4B3633E20D6 /* JLLocationAlwaysPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLLocationAlwaysPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLLocationAlwaysPermission.h; sourceTree = ""; }; + AE683BE77F7AE047A4A86017F7A20A06 /* Image.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = Image.bundle; path = KafkaRefresh/Resource/Image.bundle; sourceTree = ""; }; + AEA1AF0BEEE11ABE513EE025E6DCF474 /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; + AEE409A951A158AF4314C7A9C3DB4A77 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + AF16663CF220D64EF5DED488221A82ED /* JLAuthorizationProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLAuthorizationProtocol.h; path = JLAuthorizationManager/Classes/Base/JLAuthorizationProtocol.h; sourceTree = ""; }; + AF516BA28B18D45A042F998DF70E000D /* YYMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYMemoryCache.m; path = YYCache/YYMemoryCache.m; sourceTree = ""; }; + AF7A5E65A522704FBC1470940B1A5A2E /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; + AF7C088FEE9D3FAF8F38DCC80E9AF9C6 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + AFA44366028299635AF22A9FC881C168 /* MAMVTTileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMVTTileOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMVTTileOverlayRenderer.h; sourceTree = ""; }; + AFEEB6B7F1F1A381471C7CEB6AEF13C9 /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; + AFFC463B21352AD58838B11DFC91962D /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + B0169307E2751D4199778BF326CD7E13 /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; + B01DA45094DCF587A0D86F740DE0CD62 /* YYCache-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-prefix.pch"; sourceTree = ""; }; + B04B1D3041AAA49CDCC98B4A5B3BECA8 /* YYKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYKVStorage.h; path = YYCache/YYKVStorage.h; sourceTree = ""; }; + B05F6019D33281168E4A09402D49B1CE /* MQTTCFSocketEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketEncoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketEncoder.h; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* SDWebImage */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SDWebImage; path = SDWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B0E3A988E93BA62800DCB208E4079BE0 /* IQUIScrollView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIScrollView+Additions.h"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.h"; sourceTree = ""; }; - B0EB07A3A9B44629A12E4010C7C004F7 /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; - B11ECA5E375BC47EEFD9257D0D514CE2 /* EasyAlertGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertGlobalConfig.m; path = EasyShowView/EasyAlertGlobalConfig.m; sourceTree = ""; }; - B146939C0025EA095001EA6B13565AA3 /* UIWindow+LGAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWindow+LGAlertView.h"; path = "LGAlertView/UIWindow+LGAlertView.h"; sourceTree = ""; }; - B1608ABC8926B3499D247F42B6C9A523 /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; - B1851EBAB8D1BA8C6DF70FBD9C12D834 /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; - B19DD31E1E98D01BAA7870F2D262C6E4 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - B1B3F50C5A550209559C4C450E419577 /* KafkaRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KafkaRefresh-Info.plist"; sourceTree = ""; }; - B1DA7CE320607CAA51321B10E4A0C570 /* MQTTSSLSecurityPolicyDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSSLSecurityPolicyDecoder.m; path = MQTTClient/MQTTClient/MQTTSSLSecurityPolicyDecoder.m; sourceTree = ""; }; - B1E9D2FFDEA13C45EDD60011B47DA7FF /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; - B1F354DB2F7BA7184082088E2C0328EF /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; - B246A32292052B19A150C1B0C184622C /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - B290EBC63FB3567E6C05844C3CEE28F2 /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; - B2A05563C5338CC75CE92FB6E58ECE0F /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - B2DBCA83B4BE274CF93B23E96C50D2E4 /* LTDispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTDispatchQueue.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTDispatchQueue.swift; sourceTree = ""; }; - B307848D1306036E60C6965930E7262F /* mob_smssdk.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = mob_smssdk.release.xcconfig; sourceTree = ""; }; + B11B2DAF656626FE76503EAAF7F8A9C5 /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; + B1370D27413FAE64FF56276EF52F5321 /* IQNSArray+Sort.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQNSArray+Sort.h"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.h"; sourceTree = ""; }; + B1691B168E86840BF3D3CC3703DE3031 /* UIView+EasyShowExt.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+EasyShowExt.m"; path = "EasyShowView/UIView+EasyShowExt.m"; sourceTree = ""; }; + B181174E3281FBA09A7FE616A8ADAB0E /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + B1BAC6462F72CB97BD1600065C9236EF /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; + B1C29CEF4BA126D75586542C04FF5E13 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + B1D7AAC515B5846A88923DEF4580CB8F /* LTDispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTDispatchQueue.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTDispatchQueue.swift; sourceTree = ""; }; + B26AC68058216F4F318AE69FA5F08B92 /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; + B2FB53188E7B855324CBAF047139F115 /* mtc_sgw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_sgw.h; path = include/lemon/mtc/mtc_sgw.h; sourceTree = ""; }; + B2FFF927EC64325370A6051EC3E0C754 /* BRPickerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "BRPickerView-Info.plist"; sourceTree = ""; }; + B30C064B21054C92FD48EEBEB845FA80 /* JuphoonCloudSDK_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JuphoonCloudSDK_iOS.debug.xcconfig; sourceTree = ""; }; B30F8BABCF63F5EE645B8B946C3635E8 /* Pods-LekangGuard-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LekangGuard-frameworks.sh"; sourceTree = ""; }; - B3283D6220DF5E29A74EB4A7B586B72A /* SGQRCode.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SGQRCode.release.xcconfig; sourceTree = ""; }; - B336C30966E3570C3314E640103533C9 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; - B35AA8E182E2DC5C506CC8E8F1A9837C /* NSDate+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+BRPickerView.m"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.m"; sourceTree = ""; }; - B3C64FB6FBC3EDDE1E711B93C6A2AB1E /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - B3C72CFFC95A76DE03BF6C534FDCF911 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - B43F99B9571B44522DD81A8471370902 /* JLAuthorizationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLAuthorizationManager.m; path = JLAuthorizationManager/Classes/AuthorizationManager/JLAuthorizationManager.m; sourceTree = ""; }; - B458706738CA2B79402F90BFA37BB57E /* WHToast.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = WHToast.release.xcconfig; sourceTree = ""; }; + B32B4DB6E5B9BBCD8353CCB19F56BB77 /* KafkaRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KafkaRefresh-umbrella.h"; sourceTree = ""; }; + B339AB8045B6592F325C0D760B5556C8 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + B383404C446598F34DEE5615D7FC8BFB /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + B3C9381B4FC9E397083AF419B6A89F3A /* LSTTimer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LSTTimer-dummy.m"; sourceTree = ""; }; + B3F0638D59F72DA64EB82833096C7873 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; + B4311E415D8D1A046D437954B55EF0A9 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + B43DC6FAA742AF597A3AB1E22AFDE777 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMapsBase.framework; path = Subspecs/Base/Frameworks/GoogleMapsBase.framework; sourceTree = ""; }; + B456918E3C65F6E3734DAA9040B97254 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; B48508E9C7FC431EBBFFA04B191C020B /* WHToast */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = WHToast; path = WHToast.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B49361989F4BB25B557F5B95C51C406A /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - B509AA10B1CC70D8C0D9C6591DBD5F65 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; - B539E0D8D2BAAA0BBC2662F2696ACBFC /* JuphoonCloudSDK_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JuphoonCloudSDK_iOS.release.xcconfig; sourceTree = ""; }; - B5489888B933425C423744BCF3DEED4B /* whtoast_error@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_error@3x.png"; path = "WHToast/wtoast_icon/whtoast_error@3x.png"; sourceTree = ""; }; - B551991235773F11AE391FB8BED37075 /* LSTCategory.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTCategory.release.xcconfig; sourceTree = ""; }; - B57E17A8B992C9E7A2E9A383CF8F244F /* MJExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.debug.xcconfig; sourceTree = ""; }; - B58558E23D8F0C40A90E6E68815F4DD6 /* ZXNavTitleLabel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavTitleLabel.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavTitleLabel.m; sourceTree = ""; }; - B60C20E3AFF9DD0AD09F3E86D367924A /* MQTTSessionSynchron.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionSynchron.h; path = MQTTClient/MQTTClient/MQTTSessionSynchron.h; sourceTree = ""; }; - B61FFC6FE0ACA785B171A85994AA410A /* UISwitch+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISwitch+RACSignalSupport.m"; path = "ReactiveObjC/UISwitch+RACSignalSupport.m"; sourceTree = ""; }; - B68937A0A63D2B0A10B69C79AC837C2F /* mtc_prov_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prov_cfg.h; path = include/lemon/mtc/mtc_prov_cfg.h; sourceTree = ""; }; - B7151119DCAA5BC0BF78F25DB416C294 /* LTScrollView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LTScrollView.release.xcconfig; sourceTree = ""; }; + B4A350E48BFD09727C00FD823C3E7968 /* mtc_cc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cc.h; path = include/lemon/mtc/mtc_cc.h; sourceTree = ""; }; + B5037C803EF780A714C61D7CF6B91917 /* MJExtensionConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtensionConst.h; path = MJExtension/MJExtensionConst.h; sourceTree = ""; }; + B57949A674AC5B84D5B79EBE83D6928D /* MQTTPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTPersistence.h; path = MQTTClient/MQTTClient/MQTTPersistence.h; sourceTree = ""; }; + B64F14D25B2571B394E2DF9D7EE52EE3 /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; + B64F6D0D79E94126005B7A0BAD29B1B7 /* LSTCategory.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTCategory.release.xcconfig; sourceTree = ""; }; + B70E96351109CAE201C5F4EE4D04F63C /* UIScrollView+KafkaRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+KafkaRefreshControl.m"; path = "KafkaRefresh/Core/UIScrollView+KafkaRefreshControl.m"; sourceTree = ""; }; + B717E36F4E58A0950BE1564EE4F046AE /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; B725F96A98CB22A783C643BB02401232 /* SGQRCode */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SGQRCode; path = SGQRCode.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B73E22ADDBB622C1E44B359DD3114D97 /* MOBFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MOBFoundation.debug.xcconfig; sourceTree = ""; }; - B73F5D8D95BEF9DE54429BB7158B8AB3 /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; - B7403A22593C2EA7D18FA91F64AC9EBC /* JLAuthorizationManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JLAuthorizationManager-Info.plist"; sourceTree = ""; }; - B76C27EEFAE67746D19EAF6BB4CDED16 /* MQTTProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTProperties.h; path = MQTTClient/MQTTClient/MQTTProperties.h; sourceTree = ""; }; - B7F18F8E7F8335BC4E132F355FE373E2 /* UIView+EasyShowExt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+EasyShowExt.h"; path = "EasyShowView/UIView+EasyShowExt.h"; sourceTree = ""; }; - B83BEB35BA21400965B37B41C7BC4CFB /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; - B8788F7C5C538E32F956BCE84F97B933 /* KafkaRingIndicatorFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRingIndicatorFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaRingIndicatorFooter.h; sourceTree = ""; }; - B927EF1472B1C4BCFF6615F8FDEAC8E3 /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; - B931F26C1EEAF5606CCE1ADFDD648C6D /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - B971A1B38160E7469F32E3B86BAF5B93 /* UIDatePicker+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDatePicker+RACSignalSupport.m"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.m"; sourceTree = ""; }; - B9D4FE03E5A36A18B744E36E36B8EC82 /* ZXNavigationBarController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBarController.m; path = ZXNavigationBar/ZXNavigationBarController.m; sourceTree = ""; }; - BA49D4FE5A376BA2A3A0908F720568E3 /* JLAppleMusicPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLAppleMusicPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLAppleMusicPermission.h; sourceTree = ""; }; - BAEF73DCA96DB19A4172146EC8A29661 /* SDWebImage-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-umbrella.h"; sourceTree = ""; }; - BAF641866230FB7C73BCB5C184DC66CF /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; - BAFDE5AA24617EC5B4C6B039C0F6D59F /* EasyShowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyShowView.h; path = EasyShowView/EasyShowView.h; sourceTree = ""; }; + B72D3E08B05FF0795DE47D9A808068CB /* MQTTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTTransport.m; path = MQTTClient/MQTTClient/MQTTTransport.m; sourceTree = ""; }; + B750B0975F279A2220ECC58CA1CB26E8 /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; + B7E2AE2FFBA184A157ADC959CDD54E94 /* BRStringPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRStringPickerView.h; path = BRPickerView/StringPickerView/BRStringPickerView.h; sourceTree = ""; }; + B87A8967D638E77534975F3093C7CD3F /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; + B89233976DA468A2C859993ACEDE12C9 /* MJPropertyKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyKey.m; path = MJExtension/MJPropertyKey.m; sourceTree = ""; }; + B8B2586DC58DF9B46238C240F7A8B895 /* UITextField+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextField+RACSignalSupport.h"; path = "ReactiveObjC/UITextField+RACSignalSupport.h"; sourceTree = ""; }; + B94B5FCE149BB3F1AE3938871FABD851 /* BRDatePickerView+BR.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "BRDatePickerView+BR.h"; path = "BRPickerView/DatePickerView/BRDatePickerView+BR.h"; sourceTree = ""; }; + B94E95E8E520E74AE80F5CD0C1D5133E /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; + B95C823AA3635E5DEC5362848BCCDEB6 /* EasyEmptyTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyTypes.m; path = EasyShowView/EasyEmptyTypes.m; sourceTree = ""; }; + BA27E941D24CF84F3F25732A422B114E /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + BA9740DBFDBE93E2291AE3B98C981AAF /* UINavigationController+ZXNavBarAllHiddenExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationController+ZXNavBarAllHiddenExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UINavigationController+ZXNavBarAllHiddenExtension.m"; sourceTree = ""; }; + BA98CD0CAD68B6406A8F459AEE59DF41 /* EasyAlertGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertGlobalConfig.h; path = EasyShowView/EasyAlertGlobalConfig.h; sourceTree = ""; }; + BAB34C541343E2717A011B30CB53A998 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + BAD07C0CB14ACCE20B2A7EDFF0EE081F /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + BAE8B8DA065B945DFD59FD57E2903F9A /* KafkaRingIndicatorFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRingIndicatorFooter.m; path = KafkaRefresh/UIKit/FootKit/KafkaRingIndicatorFooter.m; sourceTree = ""; }; + BAFC83C8A0BE4CF2CDD667BF94E71D14 /* LTFollowMoveView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTFollowMoveView.swift; path = Example/LTScrollView/Lib/LTFollowMove/LTFollowMoveView.swift; sourceTree = ""; }; + BB03847C0B800292A376E36814E17CCD /* EasyLoadingTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingTypes.h; path = EasyShowView/EasyLoadingTypes.h; sourceTree = ""; }; BB1CEEF7137AB3708E10CA95E05E5259 /* LGAlertView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LGAlertView; path = LGAlertView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB20F98816C4F792C181112C1AAC39F6 /* UINavigationController+ZXNavBarAllHiddenExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationController+ZXNavBarAllHiddenExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UINavigationController+ZXNavBarAllHiddenExtension.m"; sourceTree = ""; }; - BB2A7BE530B1901ABF59756C4997A775 /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; - BB50BC0F6168E92845A697601E807AFF /* BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerView.h; path = BRPickerView/BRPickerView.h; sourceTree = ""; }; - BB5DB08D1832D2F5068C307045297C3B /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; - BB78471002009BA4501FE4758A49C67A /* MQTTClient.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MQTTClient.modulemap; sourceTree = ""; }; - BB8A9666ED5B5D6F96F1EA9A8CF24683 /* whtoast_success@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_success@3x.png"; path = "WHToast/wtoast_icon/whtoast_success@3x.png"; sourceTree = ""; }; - BB8CC82CBF93A76424E03E98675BE34C /* LGAlertViewHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewHelper.h; path = LGAlertView/LGAlertViewHelper.h; sourceTree = ""; }; - BB9854F055C88C16F062F62A9EAC1E3A /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; - BBA220130773742D6520F0A603B85220 /* EasyShowView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyShowView.debug.xcconfig; sourceTree = ""; }; - BBA45FCFCEFCDDD89A90B5906725AD55 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; - BBC8F80BB8D2DC0EA375043EDFDB9C77 /* JLNotificationPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLNotificationPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLNotificationPermission.h; sourceTree = ""; }; - BBD7B50FC2849CD8A5E19293959A366A /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; - BC0B1AD4F964FB88143D582931E7C970 /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; - BC394BDBD66A7593112CBB960F9C1A65 /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; - BC65CC1B11FFCA053DE8DD1875D7DC54 /* NSAttributedString+ZXNavCalcSizeExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSAttributedString+ZXNavCalcSizeExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/NSAttributedString+ZXNavCalcSizeExtension.m"; sourceTree = ""; }; - BCB9571F2553E81EF23C67E9FDFC525F /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - BD71BAA861E4719A4BB24E872D4EB966 /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; - BD9AE3FF9969B7C5F74023C090AF6B15 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - BE1A65158DB5C88AE8DE0A6DF59AEA89 /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; - BE6001706BFCF6AE672B7658626DC2A3 /* JLReminderPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLReminderPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLReminderPermission.h; sourceTree = ""; }; - BE70D2266BB637B313CEA3AF3565C152 /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; - BFC530DCA0351F0F26E568280F516609 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - BFCCE48A5AD7BF02F52AA594159504B9 /* LSTPopView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LSTPopView-Info.plist"; sourceTree = ""; }; - BFF2CA87CA81E48D245BF55C3C6E3BE1 /* UIGestureRecognizer+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+RACSignalSupport.h"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.h"; sourceTree = ""; }; - BFF4245CA8F869F2E0A0DBEEA1645D46 /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; - C003E96285771033DDD87CB46D737228 /* IQUIView+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIView+Hierarchy.m"; path = "IQKeyboardManager/Categories/IQUIView+Hierarchy.m"; sourceTree = ""; }; - C04204EE76DF78A57AE02A60104CDFDB /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; - C078360A10A8C0A1D79A537890EBA145 /* BRPickerStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerStyle.h; path = BRPickerView/Base/BRPickerStyle.h; sourceTree = ""; }; - C0864DD726F7AA2DDCD37153400251B4 /* AMapSearchKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapSearchKit.h; path = AMapSearchKit.framework/Headers/AMapSearchKit.h; sourceTree = ""; }; - C0D2D7952189B4310D67C8A102D53DC2 /* zmf_sensor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_sensor.h; path = include/grape/zmf_sensor.h; sourceTree = ""; }; + BB1E758BF7A61B475ECEDB35B173853D /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; + BB94AC73DE500149546AC51508EB1CF1 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + BBEF2031F260F02AA4D8AC1CA943A510 /* MAHeatMapVectorGridOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorGridOverlayRenderer.h; path = MAMapKit.framework/Headers/MAHeatMapVectorGridOverlayRenderer.h; sourceTree = ""; }; + BC0D65759DC8F172D8A84445E026F36D /* EasyAlertPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertPart.m; path = EasyShowView/EasyAlertPart.m; sourceTree = ""; }; + BC523D7FCC3A7EE4F4CC7FEBCDFEE54C /* WechatOpenSDK-XCFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.release.xcconfig"; sourceTree = ""; }; + BC5E0EA8A5CFA5380CF9203986599717 /* SGGenerateQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGGenerateQRCode.h; path = SGQRCode/QRCode/SGGenerateQRCode.h; sourceTree = ""; }; + BC7ED41A4973971A6942B318AD61332C /* IQTitleBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQTitleBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h; sourceTree = ""; }; + BC7F4AC944F675C73963E50982C4C319 /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; + BC97FB8FEC997F378F1CADAF02A171B9 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + BCB84C387C2BC464E2FD06CE5A92B857 /* NSObject+MJKeyValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJKeyValue.m"; path = "MJExtension/NSObject+MJKeyValue.m"; sourceTree = ""; }; + BCD7949CA699FAC01DE55F57054EAD00 /* YYModel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYModel.debug.xcconfig; sourceTree = ""; }; + BD17A9891002C8FDF260FF4249B22D64 /* IQBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.m; sourceTree = ""; }; + BD29CC1D8CD198F34D2E0D3C74E5FE10 /* IQUIWindow+Hierarchy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIWindow+Hierarchy.m"; path = "IQKeyboardManager/Categories/IQUIWindow+Hierarchy.m"; sourceTree = ""; }; + BD3E4BFAAAF23B0D65F50A4851510038 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + BD4002CC11C8DD28CD50E67EBA8C0D81 /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; + BD4C3180A7DF6ED464E089B4D64C3506 /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; + BD677D6CF0A5943F80E6EBA2431369D5 /* KafkaReplicatorHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaReplicatorHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaReplicatorHeader.m; sourceTree = ""; }; + BD6C6A929B380A7C904660BCD8754DCD /* MQTTCFSocketDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketDecoder.h; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.h; sourceTree = ""; }; + BD72590ECA402323231536474E0F2FB8 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; + BDB3109BBA41647FDF970668DA928F47 /* KafkaRingIndicatorHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRingIndicatorHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaRingIndicatorHeader.m; sourceTree = ""; }; + BDC25B9B61AA7BE8E7BF56913811DA8C /* LSTPopView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTPopView.release.xcconfig; sourceTree = ""; }; + BDD89124B2D97CCB45ED346DE0A9316F /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; + BE246508AB868ACBE2ADB67367B83A74 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + BE2907C22101DB78C6D9F3F58B4D57FB /* JLPhotosPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLPhotosPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLPhotosPermission.m; sourceTree = ""; }; + BE85984CD7DAE1C3AD210A4F97A57DB5 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + BEDEA6476EFB2F9528A8842C6229F57F /* SGTorch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGTorch.h; path = SGQRCode/Torch/SGTorch.h; sourceTree = ""; }; + BF984F41E7D7BBCFCAFB11EB9787E910 /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; + BFA558525E3563CF052D7ABCE560B8C1 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + BFBDAAEEDFC6BA0905580625E68CD1D7 /* UIWindow+LGAlertView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIWindow+LGAlertView.h"; path = "LGAlertView/UIWindow+LGAlertView.h"; sourceTree = ""; }; + C07816088DEE736DAD3CC123DF5200C7 /* IQKeyboardManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardManager.h; path = IQKeyboardManager/IQKeyboardManager.h; sourceTree = ""; }; + C0D788F5A4BD4B5AC30F352DB4BF6799 /* whtoast_error@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "whtoast_error@2x.png"; path = "WHToast/wtoast_icon/whtoast_error@2x.png"; sourceTree = ""; }; C0E79AD53820186F5DE86726D150F447 /* MQTTClient */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MQTTClient; path = MQTTClient.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C10724D8C88197DB7DAEDC058C9A35FC /* JhtMarquee.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JhtMarquee.release.xcconfig; sourceTree = ""; }; - C12178211448A8E7FE7D6232C963B089 /* EasyEmptyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyView.h; path = EasyShowView/EasyEmptyView.h; sourceTree = ""; }; - C1D3748A435416A7EFDEB495DFB00994 /* LTScrollView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LTScrollView-umbrella.h"; sourceTree = ""; }; - C1E3115CD244978B6AE4E37ACA7F8CB9 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - C1E8C56E7ECF2B0C8B3BF3BB840C32C1 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; - C20F12B7D9E352AD7B77286D72C8C25B /* MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtension.h; path = MJExtension/MJExtension.h; sourceTree = ""; }; - C24A31372FA4DA7BC5378BED359A8A5B /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; - C24A4B03BAE534D582AB7DEA9613762E /* mtc_prof_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prof_cfg.h; path = include/lemon/mtc/mtc_prof_cfg.h; sourceTree = ""; }; - C27F090903F97F673DD684321BFC94F9 /* MQTTPersistence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTPersistence.h; path = MQTTClient/MQTTClient/MQTTPersistence.h; sourceTree = ""; }; + C10040EA30C95BC038EE96F221A6BB82 /* IQKeyboardManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManager-dummy.m"; sourceTree = ""; }; + C132956B32EE5A93E2168DDDC0856523 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + C1661C66FE611F6DBF93E7D64C547417 /* ZXNavHistoryStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackView.h; sourceTree = ""; }; + C1B635087A85E49268A2450049372904 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + C1C04140DEB4C6B8EBDCD0F26B2546A7 /* BRPickerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BRPickerView-dummy.m"; sourceTree = ""; }; + C1C0D1223C7B6A9CF989C885786B48D9 /* NSObject+YYModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYModel.m"; path = "YYModel/NSObject+YYModel.m"; sourceTree = ""; }; + C23E8ECA1A73058097FDDEB39C06CFBA /* ZXNavigationBar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZXNavigationBar.modulemap; sourceTree = ""; }; C2B6C1F9AEC68E94C2351E5E8E0C9692 /* Pods-LekangGuard-LekangGuardUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LekangGuard-LekangGuardUITests.release.xcconfig"; sourceTree = ""; }; - C2CDB63F2AEC687E849D941DACFE846E /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = ""; }; - C2FBE191652BC4D9168ECEE08C769D95 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFAutoPurgingImageCache.h; path = "UIKit+AFNetworking/AFAutoPurgingImageCache.h"; sourceTree = ""; }; - C32E5C8447CCD9199299139BC3D4002D /* EasyLoadingConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingConfig.m; path = EasyShowView/EasyLoadingConfig.m; sourceTree = ""; }; - C34FD14D8D2764FBD2ED6812EDF6635E /* ZXNavigationBarTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBarTableViewController.m; path = ZXNavigationBar/ZXNavigationBarTableViewController.m; sourceTree = ""; }; - C3DC9BF2295F83CAE1A07DC9A0E77614 /* mtc_conf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conf2.h; path = include/lemon/mtc/mtc_conf2.h; sourceTree = ""; }; - C3E6D5015BDCB7B322D70DDF84CBD2E7 /* JLLocationAlwaysPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLLocationAlwaysPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLLocationAlwaysPermission.h; sourceTree = ""; }; - C41765425EB3BB08C62BF9CF9F8AEF71 /* mtc_im.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_im.h; path = include/lemon/mtc/mtc_im.h; sourceTree = ""; }; - C41E7FF9D6C4412C536061EA5EFDE30A /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - C46990B5467E54CF9CFD1362F6977815 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - C528F26ED74A969054F5C41B14D6B34D /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - C52E00E31AC1E52170ACE9B2C6A538FF /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ZXNavigationBarController+ZXNavSystemBarPopHandle.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/ZXNavigationBarController+ZXNavSystemBarPopHandle.m"; sourceTree = ""; }; - C5455FECEF5E0CB694E29FC5C4CE355D /* YYClassInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYClassInfo.h; path = YYModel/YYClassInfo.h; sourceTree = ""; }; - C5673F5BF4C03D71132C98AEAFE4065F /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; - C5B084EDEF34DB446A20E8D05CD2FB51 /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; - C628C1DB87BAC81046BC68617C7DBB6E /* ZXNavigationBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBar.h; path = ZXNavigationBar/ZXNavigationBar.h; sourceTree = ""; }; - C649A4EAA239BD0471DFB29AE0D5678C /* MQTTProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTProperties.m; path = MQTTClient/MQTTClient/MQTTProperties.m; sourceTree = ""; }; - C695310A8474CCEC3BC89C30C98FF670 /* mtc_cli.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli.h; path = include/lemon/mtc/mtc_cli.h; sourceTree = ""; }; - C7404A9CD0F918B128707AB41DE95EFA /* BRStringPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRStringPickerView.m; path = BRPickerView/StringPickerView/BRStringPickerView.m; sourceTree = ""; }; - C7EE91EA1A0ED7A84812C013F61A7513 /* LGAlertViewButtonProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewButtonProperties.h; path = LGAlertView/LGAlertViewButtonProperties.h; sourceTree = ""; }; - C80224AB1C38B34A64CBA1EF516DFEED /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; - C8138C2A4AC5F1B728582168ED1FAE8D /* ZXNavItemBtn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavItemBtn.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavItemBtn.m; sourceTree = ""; }; - C823AFCAE14A52399FCCEEAD0D3C1766 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - C84239E7EF74D32B07D62490ABF96568 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; - C843BC81500B842361878A3BABFA9679 /* SGQRCode.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SGQRCode.modulemap; sourceTree = ""; }; - C85571EDF02A1F9E971A3B28ED265D2B /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; - C8A5F25DA3E9F60A2D028541F6B534BD /* MQTTSessionSynchron.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionSynchron.m; path = MQTTClient/MQTTClient/MQTTSessionSynchron.m; sourceTree = ""; }; + C2CEF3BFEF4E5B680D15BE194AEC95D3 /* JLContactPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLContactPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLContactPermission.m; sourceTree = ""; }; + C2FB133F2AF72F020E35D61A797E6E37 /* KafkaCategories.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaCategories.h; path = KafkaRefresh/Category/KafkaCategories.h; sourceTree = ""; }; + C312566B92D80AB055B3817F6DEAD4C9 /* MJExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.debug.xcconfig; sourceTree = ""; }; + C3410AD43725027B2C610583D374E954 /* mtc_fs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_fs.h; path = include/lemon/mtc/mtc_fs.h; sourceTree = ""; }; + C37201100A4DD1D86C75BF3A17C7AF1D /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + C44CCC1A415039530380D072F58E5F72 /* Client.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Client.h; path = include/lemon/Client.h; sourceTree = ""; }; + C4963439B624DE5D59421667C562B753 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; + C4AA61BDAD1B68C93C68A4F0C035DB73 /* KafkaArcLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaArcLayer.h; path = KafkaRefresh/UIKit/LayerKit/KafkaArcLayer.h; sourceTree = ""; }; + C4AB5602414200A01F20329215D098AD /* SGScanCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGScanCode.m; path = SGQRCode/QRCode/SGScanCode.m; sourceTree = ""; }; + C4AF366D6397640C7A296F1F57F89FE4 /* YYCache-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYCache-dummy.m"; sourceTree = ""; }; + C4EBB2983562B73A12687D64858A0B0D /* IQNSArray+Sort.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQNSArray+Sort.m"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.m"; sourceTree = ""; }; + C5170D166AF61436C1093168AE889BB0 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + C527F96A84D89BC0B401B304244AE287 /* mtc_media.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_media.h; path = include/lemon/mtc/mtc_media.h; sourceTree = ""; }; + C5A098CCA2FD6BA139EEE644AA23DB35 /* mtc_fs_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_fs_db.h; path = include/lemon/mtc/mtc_fs_db.h; sourceTree = ""; }; + C5B6DD5A1EF5187D7B623E714E1C0C0A /* EasyAlertConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertConfig.m; path = EasyShowView/EasyAlertConfig.m; sourceTree = ""; }; + C5FF7196CC8CCFFCB47A7C849E70AB47 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + C61939DD6AA70358563735603F48962C /* ZXNavBacImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavBacImageView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavBacImageView.h; sourceTree = ""; }; + C6266EE7C61DA778B9A0012EB136DCC5 /* IQUIScrollView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUIScrollView+Additions.h"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.h"; sourceTree = ""; }; + C639519252D741AFA90FF0EC895AC567 /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; + C6516D86416ED6B692987C73610CF45E /* mtc_cli.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_cli.h; path = include/lemon/mtc/mtc_cli.h; sourceTree = ""; }; + C670DAAB268D7513D9D658E2C7648D1D /* Agoraffmpeg.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Agoraffmpeg.framework; sourceTree = ""; }; + C68F033E799D1A451106EDBD0602847D /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + C6B3960A25AB9756042AFF360D6FC187 /* LSTCategory-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTCategory-prefix.pch"; sourceTree = ""; }; + C6C742DCC0211BD9B56B8C4F48D9ED4F /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + C7902F50FA6196F912E3AA16822BE01C /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; + C7F691AABAEC9E3DCDC047F2957133D3 /* LGAlertViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewController.h; path = LGAlertView/LGAlertViewController.h; sourceTree = ""; }; + C816A6461EB631764D4DE227ECE73A8F /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; + C8307C06F0840AC6FF90F841CE795961 /* AMapLocation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapLocation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + C856D5108E48A7077D8A47C1BDB65068 /* DZNEmptyDataSet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DZNEmptyDataSet.debug.xcconfig; sourceTree = ""; }; + C862F303F8969C7E7BBFE75D99D0952C /* IQUIScrollView+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIScrollView+Additions.m"; path = "IQKeyboardManager/Categories/IQUIScrollView+Additions.m"; sourceTree = ""; }; + C8693F56818A7232D6E578BD5F8EB40A /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; + C887A6522514965BEF3215950BCEB47C /* AMapSearch-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapSearch-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; C8C97D0A75AC77D80091C2145456F186 /* Pods-LekangGuard-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LekangGuard-dummy.m"; sourceTree = ""; }; C9329BA13B7576C7DBD21CCE23370563 /* MSNetwork */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MSNetwork; path = MSNetwork.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C973CB15821F0CB69A2434113DDEF882 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; - C9E2235BD65ECD9760020CE93F7659C4 /* zmf_video.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_video.h; path = include/grape/zmf_video.h; sourceTree = ""; }; - CA52A8AB4A00D56D9B4C8CE34C9BE9E4 /* IQNSArray+Sort.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQNSArray+Sort.m"; path = "IQKeyboardManager/Categories/IQNSArray+Sort.m"; sourceTree = ""; }; - CA82CA87470708822DF5DE7DA86C9FCD /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; - CA89CDFD8D010B1FF5D08357830F7FA6 /* mtc_push.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_push.h; path = include/lemon/mtc/mtc_push.h; sourceTree = ""; }; + C93CF600BFE4236F6CE8EFBCCDE2198F /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + C94FA1F2BF2678FE36D67E19D0438392 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; + C98B1500CE5C7E9C0BA3A12FE3989D72 /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; + C9A69804EC6E277FB3E5F497DF7E8755 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; + CA2D3A8DDC6ADFCC37753C070DC58305 /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + CA388EB19D2CD1792902AFF590F68991 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + CA523A019933F4733DB44A067A0BBE8F /* MQTTCFSocketTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketTransport.m; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.m; sourceTree = ""; }; + CADCECD3AF1D91353F3699A1C6874218 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; + CAE3FDC354E15D13737519CC7E604BFD /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; CB11AA46F5032DDA19331D4840144ABD /* Pods-LekangGuard-LekangGuardUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LekangGuard-LekangGuardUITests.modulemap"; sourceTree = ""; }; - CB77E1B6494F97DA287B4C8D5F1036C4 /* UINavigationController+ZXNavBarAllHiddenExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationController+ZXNavBarAllHiddenExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UINavigationController+ZXNavBarAllHiddenExtension.h"; sourceTree = ""; }; - CBCE1C3E89DF8C1EF14675F4335AA5CA /* SGPermissionCamera.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGPermissionCamera.m; path = SGQRCode/Permission/SGPermissionCamera.m; sourceTree = ""; }; - CBD06E4D761266B23DF76F3266AA1F3F /* IQBarButtonItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQBarButtonItem.h; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.h; sourceTree = ""; }; - CBDE0952B7313D27C26C9B0B1BB82D47 /* BRPickerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-prefix.pch"; sourceTree = ""; }; + CB639CCF4F43C001C8E7AD24E6B6E2EA /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + CB6BD20EE235C5D963195DD5482C3CD5 /* JLAuthorizationManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLAuthorizationManager-prefix.pch"; sourceTree = ""; }; + CB9FC0CBBA892C91C6AB323C0CA98A67 /* YCShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YCShadowView.m; path = YCShadowView/Classes/YCShadowView.m; sourceTree = ""; }; + CBEEF576039857EF5036B6F92FDB3EA2 /* JLConstant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLConstant.h; path = JLAuthorizationManager/Classes/Base/JLConstant.h; sourceTree = ""; }; CC36AB4A05048CB53C2C09ED61433DBE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - CCA2BEA6C12FF046CBE12ABD93118AA7 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+AFNetworking.m"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.m"; sourceTree = ""; }; - CCE9DA6DFFE5319B8FEC00CDCD6713A5 /* ZXNavigationBarController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarController.h; path = ZXNavigationBar/ZXNavigationBarController.h; sourceTree = ""; }; - CCEA7FCCFE3D46967E858AAB7441C230 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; - CD62E1BBD82B2B5928C8AE6EB19AE628 /* MQTTCFSocketDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCFSocketDecoder.m; path = MQTTClient/MQTTClient/MQTTCFSocketDecoder.m; sourceTree = ""; }; - CD8637F5B71B43C39B898C93A3D7675B /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; - CE1527B835C67185F305C83C9356C639 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - CE48DAF75E92311B483EFA939EBDE2D0 /* UIBarButtonItem+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+RACCommandSupport.m"; path = "ReactiveObjC/UIBarButtonItem+RACCommandSupport.m"; sourceTree = ""; }; - CE803540D2D89A1C4C59D06A0AE9B766 /* JLConstant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLConstant.h; path = JLAuthorizationManager/Classes/Base/JLConstant.h; sourceTree = ""; }; - CEBED2FDE6A9AF0778791CC61C176B23 /* YCShadowView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YCShadowView.release.xcconfig; sourceTree = ""; }; - CECDED26BE433FE5589DA93F3CA69F57 /* UIControl+RACSignalSupportPrivate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIControl+RACSignalSupportPrivate.m"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.m"; sourceTree = ""; }; - CEE7216C2D83351BCB6CC9D900BAEED2 /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; + CCB61B347A09E435184B8594F33936F4 /* mtc_ue_contact.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ue_contact.h; path = include/lemon/mtc/mtc_ue_contact.h; sourceTree = ""; }; + CD2EABB85E03A8F6306F98D0F400AA35 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + CD4E51F397C1F2A5AD91EA8D833EECF3 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + CD6564018C298D5F763FEFF195983BC0 /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; + CD70921A9C1C33A9616075A41CFC7F0F /* LSTTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTTimer.m; path = LSTTimer/Classes/LSTTimer.m; sourceTree = ""; }; + CD79B869CF60CB7F207CD60BF8E6499C /* UIControl+RACSignalSupportPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIControl+RACSignalSupportPrivate.h"; path = "ReactiveObjC/UIControl+RACSignalSupportPrivate.h"; sourceTree = ""; }; + CDD8097E6E3656EBF0428C270E963273 /* JLReminderPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLReminderPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLReminderPermission.h; sourceTree = ""; }; + CDE90BB60B4A1CBD9669C444E5AE40CA /* JLSpeechRecognizerPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLSpeechRecognizerPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLSpeechRecognizerPermission.h; sourceTree = ""; }; + CDEC75AFD2DA49C5FD42789079C5E824 /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; + CDF1B4CFFE2346426709EE32A961EBE3 /* UIImagePickerController+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImagePickerController+RACSignalSupport.h"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.h"; sourceTree = ""; }; + CDF60DBE9D68394316E16663D5730D13 /* YYDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYDiskCache.h; path = YYCache/YYDiskCache.h; sourceTree = ""; }; + CE036FABDCC1301C51424AA316CC5002 /* LSTTimer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTTimer.debug.xcconfig; sourceTree = ""; }; + CE6E865694020D9DC8AF68B780010690 /* UISegmentedControl+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UISegmentedControl+RACSignalSupport.h"; path = "ReactiveObjC/UISegmentedControl+RACSignalSupport.h"; sourceTree = ""; }; + CE9C37E8F65949BDE4020013221554C4 /* LGAlertView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LGAlertView.debug.xcconfig; sourceTree = ""; }; + CF05D490DA95E595498C3E6158DFF2A0 /* MQTTLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTLog.m; path = MQTTClient/MQTTClient/MQTTLog.m; sourceTree = ""; }; CF0897D2B047F4C2C462D14B104BA22E /* Pods-LekangGuard-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LekangGuard-resources.sh"; sourceTree = ""; }; - CFAFFC4BD59877EC17EB1182056D2B08 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - D0C8552AAC318A1CF13A61B3721F7AA8 /* LSTControlEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTControlEvents.m; path = LSTCategory/Classes/Code/LSTControlEvents/LSTControlEvents.m; sourceTree = ""; }; - D0E90EC7D787FE872A3587ADF398049F /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - D0EEE95488CC0E77853E6175E65EF934 /* SGQRCode.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SGQRCode.bundle; path = SGQRCode/SGQRCode.bundle; sourceTree = ""; }; - D162DA38ECF17A7A7BFD2582DC8EA7B9 /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; - D1BA98EBFD0C5BE252B0897B55A6C7E8 /* EasyEmptyTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyTypes.h; path = EasyShowView/EasyEmptyTypes.h; sourceTree = ""; }; - D1C892277F8566FEB1D85E7F0E57A279 /* YYCache-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYCache-prefix.pch"; sourceTree = ""; }; - D202B201A7D6ACF5984FBEA3A6A504A7 /* IQKeyboardManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManager.debug.xcconfig; sourceTree = ""; }; - D2530363BFD29B833AE905D51E996BB7 /* LGAlertViewShared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewShared.h; path = LGAlertView/LGAlertViewShared.h; sourceTree = ""; }; - D25755D9853D4CB9927C8A458DBF32F4 /* IQBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQBarButtonItem.m; sourceTree = ""; }; - D2A23A81D4BB6C9336C00620E372C866 /* EasyShowUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyShowUtils.m; path = EasyShowView/EasyShowUtils.m; sourceTree = ""; }; - D2CFF1822C9BF9D44F23019CDF41822F /* JCSDKOC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JCSDKOC.framework; path = framework/JCSDKOC.framework; sourceTree = ""; }; - D2E4A4849F8D67A331AB55135C190759 /* EasyShowLabel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyShowLabel.h; path = EasyShowView/EasyShowLabel.h; sourceTree = ""; }; - D31AA27B78F336508CD4A9E72675E34D /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; - D34E43DB6C84F81E6424A84A5F623E86 /* LTScrollView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LTScrollView-Info.plist"; sourceTree = ""; }; - D38CD254F7B0E2DDCBDB09728577C34E /* GoogleMaps.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = GoogleMaps.bundle; path = Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle; sourceTree = ""; }; - D3FCBCB5302F8921CB4987E6334AA0F2 /* UITableViewCell+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewCell+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.m"; sourceTree = ""; }; - D420E47E684636406649025B0CA8452E /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - D525A910F4D1D493CAF8EAE541A25BB0 /* mtc_call_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_db.h; path = include/lemon/mtc/mtc_call_db.h; sourceTree = ""; }; - D58BE9F1B1B0702F12B9D13C608CC423 /* JLCalendarPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLCalendarPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLCalendarPermission.m; sourceTree = ""; }; - D61A6B98A6833CB79996ADAC1B48E7A4 /* JLAuthorizationManager.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JLAuthorizationManager.modulemap; sourceTree = ""; }; - D62308D11CC741CE089AD9C18EE01D1D /* MJFoundation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJFoundation.m; path = MJExtension/MJFoundation.m; sourceTree = ""; }; - D661BD14E48FD2732C3E97D67418A353 /* mtc_call_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_cfg.h; path = include/lemon/mtc/mtc_call_cfg.h; sourceTree = ""; }; - D685C0E7A63F10F1C179DA1A5A953984 /* LSTControlEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTControlEvents.h; path = LSTCategory/Classes/Code/LSTControlEvents/LSTControlEvents.h; sourceTree = ""; }; - D6FFE5F1E5EF4271E2491F20C7BBE0A7 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; - D716A230D25D1E3501CDC45AFBD5A0F9 /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - D716D589BA3B85AF9E31F04E1F06615A /* UIGestureRecognizer+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+RACSignalSupport.m"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.m"; sourceTree = ""; }; - D7419F4AFCB2E582C30A95D056E6A8FA /* MKAnnotationView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MKAnnotationView+RACSignalSupport.m"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.m"; sourceTree = ""; }; - D7A85B51067A0B2EAD5F0B65685AA102 /* MQTTSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSession.m; path = MQTTClient/MQTTClient/MQTTSession.m; sourceTree = ""; }; + CF6ECFBE3F6D2BDF21A52CF42B24DF35 /* KafkaNativeFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaNativeFooter.h; path = KafkaRefresh/UIKit/FootKit/KafkaNativeFooter.h; sourceTree = ""; }; + CF7229D4B23EA87E0554609BB4ECEE8B /* UIView+ZXNavFrameExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ZXNavFrameExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIView+ZXNavFrameExtension.h"; sourceTree = ""; }; + CFB7C2E0D1E19623CF1D57FCCF7FBB3C /* zmf_audio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_audio.h; path = include/grape/zmf_audio.h; sourceTree = ""; }; + CFD45D697BA4140DC1BD3E71E6AF90B8 /* MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJProperty.h; path = MJExtension/MJProperty.h; sourceTree = ""; }; + CFFE1F83FB4EC4339CD0E5110B22CFA7 /* mtc_call_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_cfg.h; path = include/lemon/mtc/mtc_call_cfg.h; sourceTree = ""; }; + D0293BD33DE414EF24C5C364914B8F1C /* EasyShowUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyShowUtils.m; path = EasyShowView/EasyShowUtils.m; sourceTree = ""; }; + D0A4719A2387E532750000774896FDA8 /* JLNotificationPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLNotificationPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLNotificationPermission.h; sourceTree = ""; }; + D1572DB5D53594220039B3B44274A833 /* LSTPopView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTPopView-prefix.pch"; sourceTree = ""; }; + D1BF5A02391A3F6AE7B64711370D3A47 /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; + D1C8C78DFE09A8271E38F7C3345558E3 /* ZXNavigationBarController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarController.h; path = ZXNavigationBar/ZXNavigationBarController.h; sourceTree = ""; }; + D20C3ADE6A4F13649E649E18F69F366C /* SGSoundEffect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGSoundEffect.m; path = SGQRCode/SoundEffect/SGSoundEffect.m; sourceTree = ""; }; + D23D603E08A4B8BA38425A6FB72C476B /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; + D28810F303E48BD7C32063FBE47A7BDF /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + D2FAE9C782F22408F162AF1CD5D0BC01 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + D30292B6EE7C721A6CF9A2246BC3D837 /* YCShadowView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YCShadowView.debug.xcconfig; sourceTree = ""; }; + D36047232C2ADA8D0DDA54AD404BE960 /* JLAuthorizationManager-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JLAuthorizationManager-Info.plist"; sourceTree = ""; }; + D3B1E017B8D7A1BCBDE344B0E92AD646 /* mtc_ue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ue.h; path = include/lemon/mtc/mtc_ue.h; sourceTree = ""; }; + D3DE1BE5B085F46D426769A607D3E931 /* LGAlertViewHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewHelper.h; path = LGAlertView/LGAlertViewHelper.h; sourceTree = ""; }; + D41C85479E752C37790E8C40487B4BBA /* UIView+ZXNavFrameExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ZXNavFrameExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIView+ZXNavFrameExtension.m"; sourceTree = ""; }; + D498A155A75A2BBBC551401F6B7AF22D /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; + D499B5617E9B6E96332C4EB970C6826E /* YYModel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YYModel-prefix.pch"; sourceTree = ""; }; + D4C4811CD076D83498EBB89A7F3241ED /* mtc_path.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_path.h; path = include/lemon/mtc/mtc_path.h; sourceTree = ""; }; + D512939573C430553F6943A5AFB936C3 /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; + D557AB0089FF33528C109882EC42B760 /* UIDatePicker+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIDatePicker+RACSignalSupport.m"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.m"; sourceTree = ""; }; + D57FB146E604371C69A0A2ADB27FBB09 /* ZXNavHistoryStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackView.m; sourceTree = ""; }; + D5BFC281CB1C8666603093A54B8E74AE /* MJExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJExtension-dummy.m"; sourceTree = ""; }; + D5D65C4ADD48B078CDFD41D539A81AB2 /* YYModel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYModel-dummy.m"; sourceTree = ""; }; + D6256D3327BE97CF1BA31772DA42F122 /* JLLocationInUsePermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLLocationInUsePermission.h; path = JLAuthorizationManager/Classes/Permissions/JLLocationInUsePermission.h; sourceTree = ""; }; + D6530C6104746B9E49B688DF490C38E3 /* AFImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFImageDownloader.h; path = "UIKit+AFNetworking/AFImageDownloader.h"; sourceTree = ""; }; + D65CCF6B6B8BAFBA510C7453BEA8653D /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; + D6DBBE59CD0D765789AA6B5A07E40F5E /* JLAppleMusicPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLAppleMusicPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLAppleMusicPermission.h; sourceTree = ""; }; + D71618B38A1DD8BE72605F58020AE505 /* MQTTInMemoryPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTInMemoryPersistence.m; path = MQTTClient/MQTTClient/MQTTInMemoryPersistence.m; sourceTree = ""; }; + D77554E0885B49D0CE2BC6C3134CF102 /* NSString+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+MJExtension.h"; path = "MJExtension/NSString+MJExtension.h"; sourceTree = ""; }; + D7B7C5ED80149A41BC37485A4B6BEC8D /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIProgressView+AFNetworking.h"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.h"; sourceTree = ""; }; + D7B9C8F32F1A1885813C5301059EE584 /* SDImageAWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAWebPCoder.h; path = SDWebImage/Core/SDImageAWebPCoder.h; sourceTree = ""; }; D7BB05364E5C2D62F6696B0FCD043F35 /* LTScrollView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LTScrollView; path = LTScrollView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D81F59735E216B46AAE5291E6517A88A /* YYModel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYModel-Info.plist"; sourceTree = ""; }; - D828F08A354028433797576D99160B9B /* IQTitleBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTitleBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.m; sourceTree = ""; }; + D80C1930550581DA2BD45C3BBF682F05 /* LSTPopViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LSTPopViewManager.m; path = LSTPopView/Classes/Code/LSTPopViewManager.m; sourceTree = ""; }; + D8125CF11A574D0AF2EC7B448A286C20 /* LGAlertViewWindowsObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewWindowsObserver.m; path = LGAlertView/LGAlertViewWindowsObserver.m; sourceTree = ""; }; + D830E96E5DC8E38C9F34F91721357B7C /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + D8348DD8E40B8DA9CD7353BB48060DEA /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; D8363F9F709272167D57689CF83D1B78 /* JLAuthorizationManager */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JLAuthorizationManager; path = JLAuthorizationManager.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D8391ED31A3A51CFC0ECA78B3CEB69CB /* LTLivePlayLoopsListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTLivePlayLoopsListView.swift; path = Example/LTScrollView/Lib/LTLoopsPlay/LTLivePlayLoopsListView.swift; sourceTree = ""; }; - D87704CE07054D78418DB0F2D440B633 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; - D8B4D2C508B55A619620A7854CD7BAA5 /* WHToast-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "WHToast-dummy.m"; sourceTree = ""; }; - D8F5A87E8C2C92A1ADBCF6FFB394B2C3 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - D97D9E75D55BB7A9F3FA3CE287FC9D1B /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; - D985BBF9D633508EB6AA569166936675 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ZXNavigationBarController+ZXNavSystemBarPopHandle.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/ZXNavigationBarController+ZXNavSystemBarPopHandle.h"; sourceTree = ""; }; - D98FABB7819219D3A3E2B78433BFD852 /* LTPageTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageTitleView.swift; path = Example/LTScrollView/Lib/Main/LTTitleView/LTPageTitleView.swift; sourceTree = ""; }; - D990E2C1BD4A1F499AD8D9E6130E20E5 /* NSObject+YYModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+YYModel.m"; path = "YYModel/NSObject+YYModel.m"; sourceTree = ""; }; - D9A60EF0A0D5156812A66DCC61DB35ED /* DZNEmptyDataSet-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DZNEmptyDataSet-umbrella.h"; sourceTree = ""; }; - D9F195827C21AA28E604AA0959948E60 /* KafkaRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KafkaRefresh-umbrella.h"; sourceTree = ""; }; - DA0AB27C266C1F13971640A8BE0493E9 /* MJExtensionConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJExtensionConst.m; path = MJExtension/MJExtensionConst.m; sourceTree = ""; }; - DA11E210EE0143C3641BD54B5AC2AD0B /* IQKeyboardReturnKeyHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IQKeyboardReturnKeyHandler.h; path = IQKeyboardManager/IQKeyboardReturnKeyHandler.h; sourceTree = ""; }; - DA826FFDBE1765EBCB7F6E2F7C2BDCEC /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; - DA8A89DB4A231A95215F9AEBB25CA65E /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; - DA930B3B0E501B00D9FAA60C7EBA3DC7 /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; - DB1B66296F89FDADB83B5F6464CDB254 /* LSTCategory.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LSTCategory.debug.xcconfig; sourceTree = ""; }; - DB614D36BFBE16588250DBF9A5839C90 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - DB7A944010D221C44631584CB7FCE88B /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = ""; }; - DB8667A1DE6E7CD03D2F6A1797B2DB48 /* LTScrollExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTScrollExtension.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTScrollExtension.swift; sourceTree = ""; }; - DBD43CBB8D2065AC8CFD5131E6D03CA7 /* ZXNavHistoryStackCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackCell.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackCell.h; sourceTree = ""; }; - DC58843C9EA500DA90C5CBBE6907CF05 /* ZXNavigationBar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZXNavigationBar.release.xcconfig; sourceTree = ""; }; - DC780D998264CF72D89948E057387839 /* MQTTClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MQTTClient.debug.xcconfig; sourceTree = ""; }; - DC790964360111862683E6EB0DFC2491 /* KafkaRingIndicatorHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaRingIndicatorHeader.m; path = KafkaRefresh/UIKit/HeadKit/KafkaRingIndicatorHeader.m; sourceTree = ""; }; - DCB3BBD13BED3AF44DBF3BBCC8C91245 /* KafkaRefreshDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefreshDefaults.h; path = KafkaRefresh/Default/KafkaRefreshDefaults.h; sourceTree = ""; }; - DCC970A4CCB054EE1B6CF8905BBE0BC0 /* ZXNavigationBar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZXNavigationBar-umbrella.h"; sourceTree = ""; }; - DCF60F687E1D34250BCE3AB8AEA650B8 /* UITableViewHeaderFooterView+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewHeaderFooterView+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.m"; sourceTree = ""; }; - DCF8064DEF1964B66682F85DF418E7D2 /* KafkaNativeHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaNativeHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaNativeHeader.h; sourceTree = ""; }; - DD1FCD388AB95A7EA1EA5C008F997970 /* mtc_ue_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ue_db.h; path = include/lemon/mtc/mtc_ue_db.h; sourceTree = ""; }; - DD45ABC4A41AB7B61C1856FF6379085C /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - DD57211B8A40E7B2F1835E29D6B107AD /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - DD91A44C6047B0F8D6FF2CF1042ACF11 /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; + D85EA4970BFF049B4656A761F71B266E /* LSTTimer.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LSTTimer.modulemap; sourceTree = ""; }; + D86BEE554CB9AFB65F2D78EEED8EA52A /* JLReminderPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLReminderPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLReminderPermission.m; sourceTree = ""; }; + D8A68F51835BE5DEF0F04BEFC561279E /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = ""; }; + D924E9E9B26733E418CA72AC4FB2590C /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; + D936AC8CC03BADE2AD92AD46FF46C8DC /* mtc_d2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_d2.h; path = include/lemon/mtc/mtc_d2.h; sourceTree = ""; }; + D9372E40B1E95DCB6F9A7D0C021EE3FF /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; + D93EEA06BDA0EAF8AB66ECCF817C0297 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + D94ED5AFBBFD5BED1BD9833055891D3F /* MQTTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTTransport.h; path = MQTTClient/MQTTClient/MQTTTransport.h; sourceTree = ""; }; + D958ABEB9A4DEE75D9EA2859B49FCEF5 /* GoogleMaps.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleMaps.release.xcconfig; sourceTree = ""; }; + D99005B85C2F7759B6B673BAAF5F8838 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + D9DE699D60D2DFDF23EB7767FB4E2342 /* UIActionSheet+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActionSheet+RACSignalSupport.m"; path = "ReactiveObjC/UIActionSheet+RACSignalSupport.m"; sourceTree = ""; }; + D9EB813FAD98ACE00B487B2C609B82F0 /* LTScrollView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LTScrollView-prefix.pch"; sourceTree = ""; }; + DA533D9EF237798F82738CE26723183A /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; + DA659CF92D6F19B19667746ECBDAD166 /* EasyEmptyGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyGlobalConfig.m; path = EasyShowView/EasyEmptyGlobalConfig.m; sourceTree = ""; }; + DA80A9AC978263E6488B957C92CFCB40 /* YYCache.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.debug.xcconfig; sourceTree = ""; }; + DADFA8AAC2BBA2ACC6F86BB8C8FD091E /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; + DAEF7BA34A36980887407D55965D0BEA /* YYModel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYModel-Info.plist"; sourceTree = ""; }; + DB59283597791CC8BF507B1D90EC5C67 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + DB65C2AE36DB6638BBF19444681CC5E2 /* UIDatePicker+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIDatePicker+RACSignalSupport.h"; path = "ReactiveObjC/UIDatePicker+RACSignalSupport.h"; sourceTree = ""; }; + DBC95B6DD00EAA27AE3D5DFE9959DB99 /* EasyAlertGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertGlobalConfig.m; path = EasyShowView/EasyAlertGlobalConfig.m; sourceTree = ""; }; + DBDF25EE724E9BBA961C9CB8A05BADDC /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + DC30309397F17F19A54716157DE6D3AA /* UIStepper+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIStepper+RACSignalSupport.h"; path = "ReactiveObjC/UIStepper+RACSignalSupport.h"; sourceTree = ""; }; + DC3A1DD88C58A52BC9A57F66D859E3B2 /* mtc_buddy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_buddy.h; path = include/lemon/mtc/mtc_buddy.h; sourceTree = ""; }; + DCABACA12E7F316371CD5289AC1C1FDD /* EasyEmptyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyEmptyView.h; path = EasyShowView/EasyEmptyView.h; sourceTree = ""; }; + DCE5E5380FE5DE812D268D5A60EF5CA9 /* MQTTSessionSynchron.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTSessionSynchron.h; path = MQTTClient/MQTTClient/MQTTSessionSynchron.h; sourceTree = ""; }; + DD26C9287CCA5567343C31EC2E57152D /* EasyShowView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EasyShowView-prefix.pch"; sourceTree = ""; }; + DD8FA05DD31E543A14A86F46F768EEC0 /* NSDate+BRPickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+BRPickerView.h"; path = "BRPickerView/DatePickerView/NSDate+BRPickerView.h"; sourceTree = ""; }; + DDD5833A0E1423B13243C9845CA7B95D /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + DDEF69A42FBCDAC174683A98F0A51296 /* MJExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJExtension.modulemap; sourceTree = ""; }; DE19C7D984CBC535E4768F5543458A1E /* LSTTimer */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = LSTTimer; path = LSTTimer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DEB66DED8DD0746657804F8AF091D83A /* WHToastConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WHToastConfig.h; path = WHToast/WHToastConfig.h; sourceTree = ""; }; - DECA6AC2048CABA54D7EC30013DC3A61 /* SDImageAWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAWebPCoder.m; path = SDWebImage/Core/SDImageAWebPCoder.m; sourceTree = ""; }; - E05D52167E26B3E6F64EA5CE683FD32C /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - E067B911F05D16A6F7DC4FABE49269CF /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; - E0763170C5D45206CDBEFC28F9FEF6C2 /* MJExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-prefix.pch"; sourceTree = ""; }; - E078022E45EF6E06F7AAD1FDBFF28F5F /* EasyShowView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EasyShowView.release.xcconfig; sourceTree = ""; }; - E0C3C2467630FA92FC9B4C33C377CE50 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - E0CF5EBE6DEC57D19B9BE0A486C72C98 /* AMapSearch.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapSearch.debug.xcconfig; sourceTree = ""; }; - E11417C71EC7A72D749B700389F8814B /* WHToast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WHToast.m; path = WHToast/WHToast.m; sourceTree = ""; }; - E116D6A3A10BDAD7FE4EB1004C6E778D /* ZXNavigationBarDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarDefine.h; path = ZXNavigationBar/ZXNavigationBarDefine.h; sourceTree = ""; }; - E13DF44CD0ECFE94BECE2A164AE3A7F5 /* YYCache.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YYCache.debug.xcconfig; sourceTree = ""; }; - E1445B4138F88EC4B31EB20E37C1399C /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; - E1A54F0CAAEDEBB31D2F8E288FB72EAA /* MJExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-umbrella.h"; sourceTree = ""; }; - E1E13B0902360668A059017994C7252E /* LTScrollView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LTScrollView-dummy.m"; sourceTree = ""; }; - E254102FCACAA3C07ADF92066FE70BC5 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - E27AC8F6B65C27A55920963038169136 /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; - E2AF6C1687B13E54ECFFDFED5AF11705 /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; + DE1AB13823784019ACC6E6704832ECDC /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + DE7FC223732C9FB7CEDD2178AA0CFC8F /* EasyAlertView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyAlertView.m; path = EasyShowView/EasyAlertView.m; sourceTree = ""; }; + DEE8212C45546EC2E9267A3290325718 /* ZXNavigationBar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZXNavigationBar-Info.plist"; sourceTree = ""; }; + DF02E3C1FF67A9256B1E4FBB8549AD83 /* BRDatePickerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRDatePickerView.h; path = BRPickerView/DatePickerView/BRDatePickerView.h; sourceTree = ""; }; + DF60C39F6DBA53F69B9C3425FA17C529 /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; + DFCA08D682F5A01CB0E365EA7311A94D /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; + E107C461B75D738599AAF363022304E0 /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; + E11362AC621E84665FA01E4C769C6C53 /* IQPreviousNextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQPreviousNextView.m; path = IQKeyboardManager/IQToolbar/IQPreviousNextView.m; sourceTree = ""; }; + E172E9F0E2721139BE984FBBF5D10C82 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + E17D1896147A61A81FA440D873705F50 /* BRPickerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BRPickerView-umbrella.h"; sourceTree = ""; }; + E26B01798B8D2519789EA1A5AC1EEFB5 /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; + E2A1A26CC691D63157C67916D0FC2863 /* EasyLoadingConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingConfig.m; path = EasyShowView/EasyLoadingConfig.m; sourceTree = ""; }; E2C3BC85AEBDF5CB3ED9D6DE1B496710 /* Pods-LekangGuard-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LekangGuard-Info.plist"; sourceTree = ""; }; - E2DA0B517419CEC649014DC69C0E31F5 /* EasyTextTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextTypes.m; path = EasyShowView/EasyTextTypes.m; sourceTree = ""; }; - E32F457CB157F3DEB860DD167596890E /* YYKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYKVStorage.m; path = YYCache/YYKVStorage.m; sourceTree = ""; }; - E3CEEB3278682AEE7266B4B84C3D38C3 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - E410516F41306614317A0F3BE1793780 /* ZXNavHistoryStackCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackCell.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackCell.m; sourceTree = ""; }; + E311C9BB412A06B40D25AE3F8D38554A /* EasyAlertItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertItem.h; path = EasyShowView/EasyAlertItem.h; sourceTree = ""; }; + E340CE8880F2B30836C595F29C62E81A /* IQKeyboardManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-prefix.pch"; sourceTree = ""; }; + E371DD2A3A4659175DBF873E376EBC90 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + E39A56F06BA7DC33FDAE21E755EFB2CA /* YYCache-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "YYCache-Info.plist"; sourceTree = ""; }; + E3CC85A52C2A478B6A15EF55E5549780 /* KafkaRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRefresh.h; path = KafkaRefresh/KafkaRefresh.h; sourceTree = ""; }; + E3F32D0FEA9EE3BF442B045D843E573A /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + E435484F2046C199310FBD4AD4B7E436 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; E460D5B0416D36F66EE8EC89E5D2FA0A /* YYModel */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YYModel; path = YYModel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E4637F41AF1ABB650A1BC24D00F6318B /* MJPropertyKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyKey.h; path = MJExtension/MJPropertyKey.h; sourceTree = ""; }; - E484B7E880EA31BEE15835081A54D961 /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - E49B969B58D71B3912A32B7C2745C151 /* EasyTextGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyTextGlobalConfig.m; path = EasyShowView/EasyTextGlobalConfig.m; sourceTree = ""; }; - E4CDE04F248C6E6630242AFFA0678324 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; - E4D2CF24747D711DB9E2306EE0082555 /* mtc_buddy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_buddy.h; path = include/lemon/mtc/mtc_buddy.h; sourceTree = ""; }; - E53D94F86D7A41512124F547D1FA6A37 /* mtc_ue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_ue.h; path = include/lemon/mtc/mtc_ue.h; sourceTree = ""; }; - E56F672560CECD013CDAD675C36A8150 /* JLPhotosPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLPhotosPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLPhotosPermission.h; sourceTree = ""; }; - E57A5291FF1F6445FEE8CD587DC70D3A /* MSNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MSNetwork-prefix.pch"; sourceTree = ""; }; - E5CC448CE8333B433F4911AF3ACAFC8B /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; - E6018AA2F2D047F2471E34641EE92AB6 /* YYCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYCache.m; path = YYCache/YYCache.m; sourceTree = ""; }; - E62BA94803AD2DC65441D8F2EBC86FF9 /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; - E66069AF1056A977495A85844F01E492 /* UIImagePickerController+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImagePickerController+RACSignalSupport.h"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.h"; sourceTree = ""; }; - E6F6A381B50A9928CC73F8AC94B38A7A /* YCShadowView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YCShadowView.modulemap; sourceTree = ""; }; - E797A56EFCB45BB276D3053B623F6550 /* UIView+LTExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+LTExtension.swift"; path = "Example/LTScrollView/Lib/Main/LTExtension/UIView+LTExtension.swift"; sourceTree = ""; }; - E7CB62E35EBC7D58217AC5F6D1378F99 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - E7D629E5117540B4718ABAF17FC1519A /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; - E81296E7AEFC3E76C7178DD1F14F8205 /* KafkaRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KafkaRefresh.debug.xcconfig; sourceTree = ""; }; - E819940E2AF37B82D8080357B39748C4 /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; - E8519CFD6CA85D3B0FE261088AF21C9F /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; - E85B0DEA96D9DBBF8DB59090DB3128B7 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - E86C99252D7934FCF8F6948B0DCEB55B /* EasyAlertItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertItem.h; path = EasyShowView/EasyAlertItem.h; sourceTree = ""; }; - E8D06692F9CE197BAE3B78D9E96151B8 /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - E8D32449956859AEAD5778D6D9248C63 /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; - E9156BF77B63201C2B2CBF3BEC34DAC3 /* ZXNavigationBar.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZXNavigationBar.bundle; path = ZXNavigationBar/ZXNavigationBar.bundle; sourceTree = ""; }; - E9D593377AA3877CC05D6CB8F622137C /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; - E9ED3249F9703D33F91485412CDD3D82 /* YYCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYCache.h; path = YYCache/YYCache.h; sourceTree = ""; }; - EA343B1661BD6BCADA8A6C8D3AF1AF7A /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - EA4D425115DDCE8C7F33CAD699898451 /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; - EA8A7CC91CAE2A416B86169DF39EE802 /* JLSiriPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLSiriPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLSiriPermission.m; sourceTree = ""; }; - EA9FDF25C82E54108D7DE901BD5123EB /* ZXNavHistoryStackContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackContentView.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackContentView.m; sourceTree = ""; }; - EABF9A1A01DE6B758795DBB69E8CEC60 /* LSTCategory-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTCategory-prefix.pch"; sourceTree = ""; }; - EAEE313EEF86140B97706150EFD43B53 /* MQTTCFSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTCFSocketTransport.h; path = MQTTClient/MQTTClient/MQTTCFSocketTransport.h; sourceTree = ""; }; - EAF8FA95BD5ABC4C5B0BB523E64442A2 /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; - EAFC04FBD5B8F34A804012052F58DC79 /* EasyEmptyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyView.m; path = EasyShowView/EasyEmptyView.m; sourceTree = ""; }; - EB332858CB0E63D51747A98F39C17023 /* YYModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYModel.h; path = YYModel/YYModel.h; sourceTree = ""; }; - EBA2E67920D8229AFEA6B62026B805DF /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; - EBE5C5241CBD674892C3FD2FF1AA41BA /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; - EC5CB56C00633EBE94F283C8E3E2EB3C /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; - EC6B78651BBE5B1A684BB44C2391DFEA /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + E4667EFBB02AFB6C13FE9E26FA043F77 /* UIImage+ZXNavBundleExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ZXNavBundleExtension.m"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavBundleExtension.m"; sourceTree = ""; }; + E49CE58BCBD78D9FF8C3F4B6D4E17314 /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; + E4C40AC4A24BB3EF096543FCF6E47898 /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; + E5570921B6CE08B04CA4D41A5D9AED56 /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; + E66773B950E3F0D5599DBE75E0802F78 /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; + E68A3C1BB996891D4F2240525084872E /* LTScrollView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LTScrollView-Info.plist"; sourceTree = ""; }; + E68BB4BD56B95A31ABED45BA48D74AD2 /* mtc_conf_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conf_db.h; path = include/lemon/mtc/mtc_conf_db.h; sourceTree = ""; }; + E69AD1191BF1E4E75425E93D8CDC3010 /* SGQRCode.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SGQRCode.release.xcconfig; sourceTree = ""; }; + E6A253FF4DC4774B7085C496A9513A43 /* ZXNavigationBarTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavigationBarTableViewController.m; path = ZXNavigationBar/ZXNavigationBarTableViewController.m; sourceTree = ""; }; + E6D22538C3DBA2B65A52C39CBA19EDF9 /* zmf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf.h; path = include/grape/zmf.h; sourceTree = ""; }; + E704327D1BE734DD9272366222C16363 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIActivityIndicatorView+AFNetworking.m"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m"; sourceTree = ""; }; + E709D70220D222B64C275468A777BA72 /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; + E7253301AD5A287E466CD712C204F140 /* JLSiriPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLSiriPermission.h; path = JLAuthorizationManager/Classes/Permissions/JLSiriPermission.h; sourceTree = ""; }; + E7293F9EB2B0621AD5E22118F08DC3B0 /* SGQRCode-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SGQRCode-Info.plist"; sourceTree = ""; }; + E744468C75C3225DB177FB3857E21D69 /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; + E750257BE8594619C0BB8854E45DB2E8 /* LGAlertView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LGAlertView-umbrella.h"; sourceTree = ""; }; + E75F6DAFB5831EC7820105ED480D7F01 /* NSBundle+BRPickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+BRPickerView.m"; path = "BRPickerView/Base/NSBundle+BRPickerView.m"; sourceTree = ""; }; + E761C6E9CB1AE1F3E1AF1B9D610E1A35 /* KafkaReplicatorLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KafkaReplicatorLayer.m; path = KafkaRefresh/UIKit/LayerKit/KafkaReplicatorLayer.m; sourceTree = ""; }; + E77D0441103082C4DCEAAC40E88DAD15 /* EasyLoadingGlobalConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingGlobalConfig.m; path = EasyShowView/EasyLoadingGlobalConfig.m; sourceTree = ""; }; + E7A8C7CC685947F8F5C444B6FC0D6ED2 /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; + E7BAE410D8447F6CF299230BC3ABFFE8 /* JCSDKOC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JCSDKOC.framework; path = framework/JCSDKOC.framework; sourceTree = ""; }; + E7C37EE69413199A074C7C3EC486B358 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + E85062A47D615B536847E442674742A5 /* IQTitleBarButtonItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQTitleBarButtonItem.m; path = IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.m; sourceTree = ""; }; + E85443E60CE66350A4AED3747E7FAE41 /* UIImage+ZXNavBundleExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ZXNavBundleExtension.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavBundleExtension.h"; sourceTree = ""; }; + E8B6F49FA41F749D32C683F6D9AE6092 /* LTVCExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTVCExtension.swift; path = Example/LTScrollView/Lib/Main/LTExtension/LTVCExtension.swift; sourceTree = ""; }; + E8F0E5D9D81A57CEF7A29EADABAA17B3 /* mtc_prof_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prof_db.h; path = include/lemon/mtc/mtc_prof_db.h; sourceTree = ""; }; + E9243FEFE8FA98E386888A60979286C1 /* UIImagePickerController+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImagePickerController+RACSignalSupport.m"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.m"; sourceTree = ""; }; + E93F4250CBFB851B2502BEFD0C38DCF8 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + E94F26816FABF0E4CB8AA1C2F42E548D /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; + E973203219C31A745362DD7D3E16CF84 /* WechatOpenSDK-XCFramework.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "WechatOpenSDK-XCFramework.xcframework"; sourceTree = ""; }; + E97BEC67A8233520B706E085DC6FBB26 /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; + E9980E59BABF60539CAF6373B5D6FF98 /* mtc_conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conf.h; path = include/lemon/mtc/mtc_conf.h; sourceTree = ""; }; + E9A1CA73302587C0CB3C80709CCA1D62 /* KafkaReplicatorHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaReplicatorHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaReplicatorHeader.h; sourceTree = ""; }; + E9A9A537D30D0684C91B2150C83DE08D /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; + E9E2266B4C3EE868C4456B05EFFA15DB /* JLAppleMusicPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLAppleMusicPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLAppleMusicPermission.m; sourceTree = ""; }; + E9F4370A79C29764EBD7D54AC0B0415C /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + EA2B94CFA4BEBC4952D89B06C85438B2 /* SGScanViewConfigure.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGScanViewConfigure.h; path = SGQRCode/ScanView/SGScanViewConfigure.h; sourceTree = ""; }; + EA47B757559062E876D44C693C57C464 /* IQUITextFieldView+Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "IQUITextFieldView+Additions.h"; path = "IQKeyboardManager/Categories/IQUITextFieldView+Additions.h"; sourceTree = ""; }; + EA60D041A858609F9E63931BE6DA6559 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + EA68DAF2C024B0B83814020915362280 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + EA8F8BD73CD73F2D381F37B9275A1E34 /* JLCameraPermission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLCameraPermission.m; path = JLAuthorizationManager/Classes/Permissions/JLCameraPermission.m; sourceTree = ""; }; + EAE9D49AB0A86A722376A6C181EB297B /* LGAlertViewButtonProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewButtonProperties.h; path = LGAlertView/LGAlertViewButtonProperties.h; sourceTree = ""; }; + EB0C68EE926023BFA60EA259FC63F726 /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; + EB5681DD0214731F815019F62000D471 /* GooglePlaces.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GooglePlaces.framework; path = Frameworks/GooglePlaces.framework; sourceTree = ""; }; + EB5897B558A71860A77B037A8AC31F63 /* BRDatePickerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRDatePickerView.m; path = BRPickerView/DatePickerView/BRDatePickerView.m; sourceTree = ""; }; + EB691A8861BA81E5E3EEC511001C95BA /* mob_smssdk.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = mob_smssdk.release.xcconfig; sourceTree = ""; }; + EBAD6C3B5C19C65ADB020E913FD60F37 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; EC720642EBA35BDFC8A791774E1CA9CF /* Pods-LekangGuardTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LekangGuardTests-dummy.m"; sourceTree = ""; }; - ECAC0FB5FEEBE6BE69A4E59A676A77ED /* IQKeyboardManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardManager.m; path = IQKeyboardManager/IQKeyboardManager.m; sourceTree = ""; }; - ECAED06B30569BE53412A6A061169F25 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - ECDA881FA2D255A5521D3390CB8B9C3B /* EasyTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextView.h; path = EasyShowView/EasyTextView.h; sourceTree = ""; }; - ECE4B652F91451BE0DA5152DD33CD7E3 /* WKWebView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "WKWebView+AFNetworking.h"; path = "UIKit+AFNetworking/WKWebView+AFNetworking.h"; sourceTree = ""; }; - ECE94AD8E3C693DB5481D27F09BD6DB4 /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; - ED8EDB8C62F42B257B006B5D2EB95412 /* DZNEmptyDataSet-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DZNEmptyDataSet-Info.plist"; sourceTree = ""; }; - ED9E628874D8ED189D599696E78DBB36 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - EE061CCD3335BFB4EDBA2A5576C59B38 /* UIScrollView+KafkaConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+KafkaConfiguration.m"; path = "KafkaRefresh/Configuration/UIScrollView+KafkaConfiguration.m"; sourceTree = ""; }; - EE0A73BBAB16D89BD7A0E2502222DE49 /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMaps.framework; path = Subspecs/Maps/Frameworks/GoogleMaps.framework; sourceTree = ""; }; - EE10CDB8870E22A6CD000313178ED19F /* SGScanView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGScanView.m; path = SGQRCode/ScanView/SGScanView.m; sourceTree = ""; }; - EE241032674C7705307CE01BCDA46E33 /* ZXNavigationBarTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavigationBarTableViewController.h; path = ZXNavigationBar/ZXNavigationBarTableViewController.h; sourceTree = ""; }; - EE2C4E7DA30B89BD744E0C0E7E45B9FF /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; - EE5AC0715187C4A7B96B089480948774 /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; - EE71CE7FBFD1A530A6C3F8C14B85467D /* UISlider+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISlider+RACSignalSupport.m"; path = "ReactiveObjC/UISlider+RACSignalSupport.m"; sourceTree = ""; }; - EE931D794737FA613B7622CB1BD5D7B0 /* DZNEmptyDataSet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DZNEmptyDataSet-dummy.m"; sourceTree = ""; }; - EEA8EBFB2D6424EFBFB8DC257B8A0675 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; - EFE2DB3C9E57FE846EFD2679D3AB3412 /* JLAuthorizationManager-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JLAuthorizationManager-dummy.m"; sourceTree = ""; }; - F014CED0AD93B583F37B88A9D90BBF6E /* GoogleMaps.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleMaps.debug.xcconfig; sourceTree = ""; }; + ECFD64F1B09CAFD4861E5200A6A5A36F /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; + ED422222ABC4158FB24AA5C8A5E0B87F /* YYMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYMemoryCache.h; path = YYCache/YYMemoryCache.h; sourceTree = ""; }; + ED51A323E5858BC692436174A3A89641 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; + ED98D9929328BA2DE3183DDCC4FB9456 /* KafkaArrowHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaArrowHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaArrowHeader.h; sourceTree = ""; }; + EDEC187DB8FE3381E0480099F86474B5 /* BRPickerViewMacro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BRPickerViewMacro.h; path = BRPickerView/Base/BRPickerViewMacro.h; sourceTree = ""; }; + EE176FFB7C716579AB81EA79F5CECCCA /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = ""; }; + EE768E96F533AE19F81A7D4A89086A9B /* LTPageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LTPageView.swift; path = Example/LTScrollView/Lib/Main/LTPageView/LTPageView.swift; sourceTree = ""; }; + EE870FB3598CD8C6D979F92A64F6AC92 /* LSTGestureEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTGestureEvents.h; path = LSTCategory/Classes/Code/LSTGestureEvents/LSTGestureEvents.h; sourceTree = ""; }; + EEA117BD8AD875F48C36AFF154BFD024 /* EasyShowView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EasyShowView-Info.plist"; sourceTree = ""; }; + EEC54170EE1B4D215D4F3B72C545CB0F /* UIView+LTExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+LTExtension.swift"; path = "Example/LTScrollView/Lib/Main/LTExtension/UIView+LTExtension.swift"; sourceTree = ""; }; + EEEC4A88BCCCA51B695E0229FAB7DBF1 /* UIGestureRecognizer+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIGestureRecognizer+RACSignalSupport.h"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.h"; sourceTree = ""; }; + EF5F4D5637B23469F1DD18D44EA5C422 /* mtc_call_ext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_call_ext.h; path = include/lemon/mtc/mtc_call_ext.h; sourceTree = ""; }; + EF83DE20A2EB8A0EC086B93DB354D0CF /* EasyAlertConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertConfig.h; path = EasyShowView/EasyAlertConfig.h; sourceTree = ""; }; + EF9BF38042B37B30FF460AABF73FBCEC /* EasyTextGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyTextGlobalConfig.h; path = EasyShowView/EasyTextGlobalConfig.h; sourceTree = ""; }; + F00C55F403F229A96D5BA8A2EDC625FB /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; F024614DFBBE9D2550F1BB493CC71972 /* Pods-LekangGuardTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LekangGuardTests.release.xcconfig"; sourceTree = ""; }; - F0539B69388EC96DDD42114031BAAE4D /* KafkaHeadRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaHeadRefreshControl.h; path = KafkaRefresh/Core/KafkaHeadRefreshControl.h; sourceTree = ""; }; - F06FF4D46A50D2CDE2BDC06163B11B52 /* AMapNearbySearchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbySearchManager.h; path = AMapSearchKit.framework/Headers/AMapNearbySearchManager.h; sourceTree = ""; }; - F096603F1BC2FE4AEC7130BF93A634D5 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIActivityIndicatorView+AFNetworking.h"; path = "UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h"; sourceTree = ""; }; - F096E4B7745918B22F9BB5A2A79B9998 /* SGPermissionCamera.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGPermissionCamera.h; path = SGQRCode/Permission/SGPermissionCamera.h; sourceTree = ""; }; - F0F1B0C1DE78570BFFA4960CDA1D8EF8 /* BRBaseView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BRBaseView.m; path = BRPickerView/Base/BRBaseView.m; sourceTree = ""; }; - F0F2B6B160BDA87C27BC4E359FCDF849 /* AMapNearbyUploadInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapNearbyUploadInfo.h; path = AMapSearchKit.framework/Headers/AMapNearbyUploadInfo.h; sourceTree = ""; }; - F19342B88FA62E8F6D06CFD69D0B6E3F /* UIImagePickerController+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImagePickerController+RACSignalSupport.m"; path = "ReactiveObjC/UIImagePickerController+RACSignalSupport.m"; sourceTree = ""; }; - F19417D6D00DCABD2B39DE4AB61327EC /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIKit+AFNetworking.h"; path = "UIKit+AFNetworking/UIKit+AFNetworking.h"; sourceTree = ""; }; - F1E626D27746F794C40C03411A3DC293 /* LSTCategory-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "LSTCategory-Info.plist"; sourceTree = ""; }; - F1F28254A396C31C3BDB8BDB2D0B1188 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; - F22CE3C1D1843B156B11A4629CA1D414 /* IQKeyboardManager-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManager-prefix.pch"; sourceTree = ""; }; - F2610AAE4E1254AA0F001265AFCEA7FE /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; - F2F2981C86C42B8135F567C1B76DCD13 /* zmf_audio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_audio.h; path = include/grape/zmf_audio.h; sourceTree = ""; }; - F30977BC56958FDE57FD29BC6A77C2EE /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - F344319495BD5E40E1E82F2841AADC75 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIProgressView+AFNetworking.m"; path = "UIKit+AFNetworking/UIProgressView+AFNetworking.m"; sourceTree = ""; }; - F34AD6339C0A6DC21B242595C0C1E6FD /* LGAlertView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = LGAlertView.modulemap; sourceTree = ""; }; - F35045B63F3D3F79B63D184910D4B54B /* EasyLoadingGlobalConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyLoadingGlobalConfig.h; path = EasyShowView/EasyLoadingGlobalConfig.h; sourceTree = ""; }; - F381175DA8231311D808401BE91C82A3 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - F3C20AEA7D8B9436BED912E6258B95C2 /* YCShadowView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YCShadowView-prefix.pch"; sourceTree = ""; }; - F4277F2B1EC1C698A8CC4A577BA9D08B /* BRPickerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = BRPickerView.modulemap; sourceTree = ""; }; - F48B5972A4227C80B42EF59577DC41AC /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; - F50064BB95A055D836CB3B00F8554FD4 /* LSTPopViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LSTPopViewProtocol.h; path = LSTPopView/Classes/Code/LSTPopViewProtocol.h; sourceTree = ""; }; - F5B4D1270BA73C51DED9BAB03CC989AE /* YYModel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YYModel-dummy.m"; sourceTree = ""; }; - F5B7BDD4AD6FA56F5864B44B09B9FA0F /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; - F5B9701D2EEF58DE3AAB8E25924FD0C3 /* mtc_util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_util.h; path = include/lemon/mtc/mtc_util.h; sourceTree = ""; }; + F0422D8FDC2AC3E7805A0EE403378811 /* WechatOpenSDK-XCFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "WechatOpenSDK-XCFramework.debug.xcconfig"; sourceTree = ""; }; + F10E3E5352C6222D2FBB6FE3E94D23DF /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkActivityIndicatorManager.h; path = "UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h"; sourceTree = ""; }; + F1240BD4C4B9B45BD0877D3F861D1B01 /* LGAlertViewTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LGAlertViewTextField.h; path = LGAlertView/LGAlertViewTextField.h; sourceTree = ""; }; + F1422F85811CEE79668A102CB010E835 /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; + F1654FA9B2B375D5954EC1F3A3342E43 /* WHToastView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WHToastView.m; path = WHToast/WHToastView.m; sourceTree = ""; }; + F1860C5DDE58CB8BC4BD201C7770B022 /* IQKeyboardManager.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = IQKeyboardManager.bundle; path = IQKeyboardManager/Resources/IQKeyboardManager.bundle; sourceTree = ""; }; + F1959C6D37F97AB6DBA598843F37C470 /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; + F1AA1FB2A5D502C7B689F4AA7A754CD1 /* AMapCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapCommonObj.h; path = AMapSearchKit.framework/Headers/AMapCommonObj.h; sourceTree = ""; }; + F1AD64BE98A33EEEE56E968FD50A0C4E /* MQTTMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTMessage.h; path = MQTTClient/MQTTClient/MQTTMessage.h; sourceTree = ""; }; + F241FFDCE26F72F10B1FB3DE843DD111 /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + F24DF050EC52DE285E3ABE41DD692B49 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + F3115599AF22EE73E1BF1CC87385E9F6 /* YYDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYDiskCache.m; path = YYCache/YYDiskCache.m; sourceTree = ""; }; + F3303E77ADE3553732D6BF31A4A747DF /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; + F3581B4FEBB328CE3D8750D93D0F49E5 /* AMapFoundation-NO-IDFA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "AMapFoundation-NO-IDFA.debug.xcconfig"; sourceTree = ""; }; + F36C5FC15B0D782710E58783CB4EE19D /* mtc_group.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_group.h; path = include/lemon/mtc/mtc_group.h; sourceTree = ""; }; + F384BA0AF0844B0677E64767DDE2D041 /* UITableViewCell+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewCell+RACSignalSupport.m"; path = "ReactiveObjC/UITableViewCell+RACSignalSupport.m"; sourceTree = ""; }; + F38BFA2F42E8490E6F92A02D0EC49605 /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; + F391A459905B78179F1998A38EDE3F01 /* zmf_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_utils.h; path = include/grape/zmf_utils.h; sourceTree = ""; }; + F3E4194176BADD4D9D535E25BDB79E84 /* ZXNavItemBtn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavItemBtn.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavItemBtn.h; sourceTree = ""; }; + F3F3860D0213AB7249B1312B7D7904E4 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + F42E080EA2125C1E1907CB113FE0470E /* LSTPopView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "LSTPopView-dummy.m"; sourceTree = ""; }; + F4361B73CA0875C3A434A2C800C04BB2 /* SGQRCode.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SGQRCode.modulemap; sourceTree = ""; }; + F4E97BFF3C4313946C4EF2DDF7902ED4 /* WHToastConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = WHToastConfig.m; path = WHToast/WHToastConfig.m; sourceTree = ""; }; + F4F17656B1AC22D21A690CEBD5F25A03 /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; + F50D1174AA07215F057478E07B56D794 /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; + F5C2D17262DFF3E9697628BB15C092AB /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; F5D7082E2FD019768D6BAE062E228A7D /* Pods-LekangGuard-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LekangGuard-umbrella.h"; sourceTree = ""; }; - F60FD688CA1E882FD5523121820D81FA /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - F66F6F62227E951D46B65D7EACDBA951 /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; - F67B42B31C6B84D90BB05D930D41B834 /* ZXNavHistoryStackContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackContentView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackContentView.h; sourceTree = ""; }; - F6B42302C5633362AE07BF07FDC4575E /* ZXNavHistoryStackModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXNavHistoryStackModel.m; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/Model/ZXNavHistoryStackModel.m; sourceTree = ""; }; - F6ED14F93617DBD4DF1A38150B2D01ED /* MKAnnotationView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+RACSignalSupport.h"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.h"; sourceTree = ""; }; - F749428AA878DBD60D4735AF96EC3D2F /* YYClassInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YYClassInfo.m; path = YYModel/YYClassInfo.m; sourceTree = ""; }; - F79725DF6517968C7C4D206F9A1793BB /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - F7CD9C5EB8F8B98BD49C3FACF68184F4 /* MQTTClient-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MQTTClient-dummy.m"; sourceTree = ""; }; - F8BA4A57EF3CE793DBC3C49F927147B9 /* AgoraRtcCryptoLoader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraRtcCryptoLoader.framework; sourceTree = ""; }; - F8BBD091031A50174E95C6EF7CF69FDC /* SGPermissionPhoto.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SGPermissionPhoto.m; path = SGQRCode/Permission/SGPermissionPhoto.m; sourceTree = ""; }; - F8BEDB230A52033E226A5DBD81F94CFA /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; - F8D91BF4429FAEA03B72346A4B499AC8 /* UIImage+ZXNavColorRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ZXNavColorRender.h"; path = "ZXNavigationBar/ZXNavigationBarHelper/ZXNavigationBarCategory/UIImage+ZXNavColorRender.h"; sourceTree = ""; }; - F9085458D5EF7F111B81FBC2E02EE886 /* MQTTCoreDataPersistence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTCoreDataPersistence.m; path = MQTTClient/MQTTClient/MQTTCoreDataPersistence.m; sourceTree = ""; }; - F965FEA5000AD5CC003008799202E726 /* AgoraRtcKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraRtcKit.framework; sourceTree = ""; }; + F5F2E6C5929F81902DD61C20F33E9B68 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + F5F7790847E7461BB6B6665CD01EE919 /* EasyLoadingTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyLoadingTypes.m; path = EasyShowView/EasyLoadingTypes.m; sourceTree = ""; }; + F6108A76534FA68C5587486C82FC7B48 /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; + F63886AD029E5F0050E8F9A6FAF36661 /* mtc_prof_cfg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_prof_cfg.h; path = include/lemon/mtc/mtc_prof_cfg.h; sourceTree = ""; }; + F640D3942C8B05D92F28D1725900BDD1 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; + F64F310B7DF7891FE2EBCAC6CABBB2F2 /* ZXNavigationBar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZXNavigationBar.release.xcconfig; sourceTree = ""; }; + F675536FC16B6A47E529520BCF0452BF /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + F6BDB17740863E41AA7D60C84CC24CFB /* MQTTClient-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MQTTClient-Info.plist"; sourceTree = ""; }; + F753DF0445D7EE54255B51B7DA8B8E83 /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; + F78DD56CAD9F7D52523FA2C50580032E /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; + F7A9601BCD0D4D22125D4762E5371621 /* AgoraRtcEngine_Special_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AgoraRtcEngine_Special_iOS.debug.xcconfig; sourceTree = ""; }; + F827B859B4D79B04C5C65C5E8F0D4C35 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + F83682E5C37322759F0E93B9AE085FCA /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + F85C1D2B1616BA3EB18E3900C65F287E /* BroadcastSampleHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BroadcastSampleHandler.h; path = include/grape/BroadcastSampleHandler.h; sourceTree = ""; }; + F883AD47D502A1BA1FDD25B5EA8FF370 /* MKAnnotationView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MKAnnotationView+RACSignalSupport.h"; path = "ReactiveObjC/MKAnnotationView+RACSignalSupport.h"; sourceTree = ""; }; + F89671EC5E1F728A6ABB23266EE7D38A /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + F95EAF228FEDC4127677645EE9C2861A /* NSObject+MJClass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJClass.h"; path = "MJExtension/NSObject+MJClass.h"; sourceTree = ""; }; F9ABEB157CD437A93AED5462580D63B9 /* YCShadowView */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = YCShadowView; path = YCShadowView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F9AE61833D3144377155145C400B1931 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; - F9CB7940A1405303BBF138D6CBA89EF6 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - F9F73471256702021EC1AEE2CEEB4FB1 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - FA903FAF94311E54389D427A0E8B704F /* SDWebImage.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SDWebImage.modulemap; sourceTree = ""; }; - FA92A9D8D9620AB62E33AC6D4E684C46 /* SGSoundEffect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGSoundEffect.h; path = SGQRCode/SoundEffect/SGSoundEffect.h; sourceTree = ""; }; - FAC26BCDBB43A151AED2B0918E6EBBFC /* YYKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YYKVStorage.h; path = YYCache/YYKVStorage.h; sourceTree = ""; }; - FAD2B744E1990D527B7B87CBB36D3223 /* SGQRCode-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SGQRCode-Info.plist"; sourceTree = ""; }; - FAFC7E6BB2208F02725EE087DFC8509E /* MSNetwork-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MSNetwork-Info.plist"; sourceTree = ""; }; - FB36D6B80234B2D51726BB2774D27C71 /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMapsCore.framework; path = Subspecs/Maps/Frameworks/GoogleMapsCore.framework; sourceTree = ""; }; - FB67999E348AF4C28FA75E481BB8B55B /* UIRefreshControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIRefreshControl+RACCommandSupport.m"; path = "ReactiveObjC/UIRefreshControl+RACCommandSupport.m"; sourceTree = ""; }; - FBA2CE4AEFDEAFDA9B93F9FECB11AF44 /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; - FBF3000825A045B99D937CF9E30861C0 /* MQTTSessionLegacy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MQTTSessionLegacy.m; path = MQTTClient/MQTTClient/MQTTSessionLegacy.m; sourceTree = ""; }; - FC19F308583F53AB50B5F618992C176D /* WechatOpenSDK-XCFramework.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; path = "WechatOpenSDK-XCFramework.xcframework"; sourceTree = ""; }; - FC3C889D1E738260A44E2D5F362AE54D /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; - FC3FE8F2226D675DC5EF23037341B487 /* mtc_conf_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_conf_db.h; path = include/lemon/mtc/mtc_conf_db.h; sourceTree = ""; }; - FC450CDFFEE246E51F24F0EFF794E71F /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - FC6EBBE4C3F09B0ACB1D498F1E3D6556 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; - FC855BD8FE15B069218BCCF40571EBB9 /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - FCAA9DCC2AB7C18BCD51D1AC3C0B8A05 /* LSTPopView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "LSTPopView-prefix.pch"; sourceTree = ""; }; - FD3D3FDD45E148F46148231DA27520B1 /* mtc_group.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_group.h; path = include/lemon/mtc/mtc_group.h; sourceTree = ""; }; - FDE5B953090850FE5570FA30653D405F /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; - FE5DF4B68D70500B66356129A3FD6062 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - FEB4A8C93ECBC806D50A9F241DF0E996 /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - FF305632FD4049D61511AA0599580648 /* EasyAlertPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EasyAlertPart.h; path = EasyShowView/EasyAlertPart.h; sourceTree = ""; }; - FF413ED8143DB6BA9AAD2969790D187D /* ZXNavHistoryStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXNavHistoryStackView.h; path = ZXNavigationBar/ZXNavigationBarSubViews/ZXNavHistoryStackView/View/ZXNavHistoryStackView.h; sourceTree = ""; }; - FF5C8EEF3AA8864301353A58384DD8E5 /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; - FF8009079D6E2778A508D87CDD9DC241 /* WHToast-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "WHToast-Info.plist"; sourceTree = ""; }; - FFE403A1D5F31250E4875183427DCE29 /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; + FB7A3C354961629F295EE1CB3EE17A1B /* EasyEmptyPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EasyEmptyPart.m; path = EasyShowView/EasyEmptyPart.m; sourceTree = ""; }; + FB9E8CB3835FE6A8476DFC60698BC903 /* mtc_fs2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_fs2.h; path = include/lemon/mtc/mtc_fs2.h; sourceTree = ""; }; + FC0C12EBF7CD713E86C2F823BAB61D28 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; + FC2F2D134204D1B327B55229418E3B55 /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + FC5261C2E3FD05D08A5490D87F3D876C /* SGSoundEffect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGSoundEffect.h; path = SGQRCode/SoundEffect/SGSoundEffect.h; sourceTree = ""; }; + FC779DF0A6E0F083A6843B0C6F710667 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + FC9E9441202F9493D1824CC20B2FC15E /* YYModel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YYModel.modulemap; sourceTree = ""; }; + FCA96CF1A6D987463D9329F3741332C9 /* KafkaRingIndicatorHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KafkaRingIndicatorHeader.h; path = KafkaRefresh/UIKit/HeadKit/KafkaRingIndicatorHeader.h; sourceTree = ""; }; + FCAD6FEC0F828C7F11453395ACD4DF74 /* mtc_rdcall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mtc_rdcall.h; path = include/lemon/mtc/mtc_rdcall.h; sourceTree = ""; }; + FCCBDEA47F4A52C56D93AD64CFD2882A /* NSString+LSTString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+LSTString.h"; path = "LSTCategory/Classes/Code/NSString+LSTString/NSString+LSTString.h"; sourceTree = ""; }; + FCD1D0735CE51207E98DD9F6C169F0A1 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + FCD904F285256A82F79745F32C38907C /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + FD45968E1662DB654969A17FB03B4CAA /* IQUIViewController+Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "IQUIViewController+Additions.m"; path = "IQKeyboardManager/Categories/IQUIViewController+Additions.m"; sourceTree = ""; }; + FD972C2B7DE319BDC17735BFE7C57370 /* LTScrollView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = LTScrollView.debug.xcconfig; sourceTree = ""; }; + FDBDEDE8875E25DF2992451D40240997 /* UITableViewHeaderFooterView+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewHeaderFooterView+RACSignalSupport.h"; path = "ReactiveObjC/UITableViewHeaderFooterView+RACSignalSupport.h"; sourceTree = ""; }; + FDDAFF513BA913FE1809E38C9926A454 /* YCShadowView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YCShadowView.release.xcconfig; sourceTree = ""; }; + FDF9E0825F08D94DD2B70E861A6756C8 /* LGAlertViewButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = LGAlertViewButton.m; path = LGAlertView/LGAlertViewButton.m; sourceTree = ""; }; + FE0BFC155EA733787C4B87EFA56D4F28 /* IQKeyboardManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IQKeyboardManager.m; path = IQKeyboardManager/IQKeyboardManager.m; sourceTree = ""; }; + FE56053513F0858A335B4D67A760D9C0 /* zmf_codec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zmf_codec.h; path = include/grape/zmf_codec.h; sourceTree = ""; }; + FE5B6BBA3DD0F6FD672F1A47ACE709CC /* UISlider+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UISlider+RACSignalSupport.m"; path = "ReactiveObjC/UISlider+RACSignalSupport.m"; sourceTree = ""; }; + FE717A185BA900D8EC37495E0E269DD1 /* UIGestureRecognizer+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIGestureRecognizer+RACSignalSupport.m"; path = "ReactiveObjC/UIGestureRecognizer+RACSignalSupport.m"; sourceTree = ""; }; + FED24807ADE85A38B09D095595D88EF4 /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; + FEE8A72D6DFD702FAFD2C741B60793C7 /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = ""; }; + FF6E0E1D63B32755EF24A0682DAABD74 /* SGPermissionCamera.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGPermissionCamera.h; path = SGQRCode/Permission/SGPermissionCamera.h; sourceTree = ""; }; + FF7939353411B09F306D6CD5C69231E6 /* MQTTClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MQTTClient.h; path = MQTTClient/MQTTClient/MQTTClient.h; sourceTree = ""; }; + FFA638D8857B2930AC39DE7449913823 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; FFE77B9102A3A410A4E4392933EA0ABD /* Pods-LekangGuard-LekangGuardUITests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-LekangGuard-LekangGuardUITests"; path = Pods_LekangGuard_LekangGuardUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FFECCFED9E3FA2D241C83D647F436EB4 /* SGWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SGWeakProxy.h; path = SGQRCode/WeakProxy/SGWeakProxy.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -2668,14 +2815,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 156D9D4084720C64B0129882FD8E7137 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 872BBA1EF25956476F1F37A38757BDFF /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1ACEAF5CB53FDEBADFADE9621F25DB2B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2712,48 +2851,45 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 59BA1002583E6BDCAABFC191E61FC2D7 /* Frameworks */ = { + 5313CE3BF9598E52775CF66E4813DFB2 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4466B51141B07F9859C53871CE8DE178 /* Foundation.framework in Frameworks */, - C53CC421A9866765E7EB788D5868BE58 /* UIKit.framework in Frameworks */, + 89345C9E9C3F53B4DFDE2F7F727B7F18 /* CoreFoundation.framework in Frameworks */, + 2E90249FC48B170363338A6C3B254CAC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 60D35FE6D1F6CE36AD4E249DD1B36BC4 /* Frameworks */ = { + 56BE4B3F3F74ED7E0CD2735ED081A4FD /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3DB6773FBB0B4E947399555DF06214A1 /* CoreFoundation.framework in Frameworks */, - DA65D9B5770977E9752C172892C91568 /* Foundation.framework in Frameworks */, + BB1B47FD8C04E3CA8285DA47A21818C1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 654142FBE66F6B701BDC6129CEE5E051 /* Frameworks */ = { + 59BA1002583E6BDCAABFC191E61FC2D7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FBEF524FFDAF77B5738D8D3D375A1890 /* Foundation.framework in Frameworks */, + 4466B51141B07F9859C53871CE8DE178 /* Foundation.framework in Frameworks */, + C53CC421A9866765E7EB788D5868BE58 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7095242F6E4BD06F3521D3C3F236A863 /* Frameworks */ = { + 654142FBE66F6B701BDC6129CEE5E051 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 27EC4B14B4DEB79F802E53C7A517EFD4 /* CoreFoundation.framework in Frameworks */, - B372ADBCD09DBFD1B7DC8772C72604CB /* Foundation.framework in Frameworks */, - F7B61EE86EDDAF3CEFE7EBE0D82AA457 /* QuartzCore.framework in Frameworks */, - 370361C8BD2A420E8B147681B115992C /* UIKit.framework in Frameworks */, + FBEF524FFDAF77B5738D8D3D375A1890 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 76DAD64ABD848AC02B05E2AF556C9A6B /* Frameworks */ = { + 78136535ADB08FE98512595468FC07F9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FA48B726B93B31E41BD75243931B46A9 /* Foundation.framework in Frameworks */, + 804DFA2600B8025A977BCD47FCD99D89 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2797,6 +2933,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A19B8A9C40D3B2F93E9EE28B8C3D68B2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 856E3342BAD2E351119188C65EEE7D86 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; AB28FF1CB2DB1D87F7EA8B5E382DA8A5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2840,6 +2984,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D151E6E0DF99A08BF76ED244E1097F79 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E66AE0EDA99986F15948DAE16AA11991 /* CoreFoundation.framework in Frameworks */, + 383C44A5929A9EF01AF39B37CB2FE570 /* Foundation.framework in Frameworks */, + 70613323EE2540318A94835FC24A23C3 /* QuartzCore.framework in Frameworks */, + C1C7F58D0F23F933DBE7DF238F88077C /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; DE185BD66A9F0E2411AF6D176AF2F6DA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2873,14 +3028,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E6B76DCB128A13FDFCC657ABBF1036DC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9F762E4C3FF62A35B641E7161CE401BC /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EF78DB503D09B219F1DF9F1E75DC8ADA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2893,166 +3040,205 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0089FC573CC519DCCD6BFB105C9759FA /* AgoraRtcEngine_Special_iOS */ = { + 00AED06656CA51D9E8218C6BA5C426C0 /* Security */ = { isa = PBXGroup; children = ( - C08A5BC5B09F199EABB9735C4F34C81F /* Frameworks */, - 6F19B2E6881D8AD704A91FCDC3DAF566 /* Support Files */, + 39EB5741B10CE53961465416E8E307E1 /* AFSecurityPolicy.h */, + 36452A5CFF4A98594F52546A9B04B00C /* AFSecurityPolicy.m */, ); - name = AgoraRtcEngine_Special_iOS; - path = AgoraRtcEngine_Special_iOS; + name = Security; sourceTree = ""; }; - 04AB62989B009CA05EAFB07FF85E70F8 /* Frameworks */ = { + 04C562B92641EBFF772953C554380923 /* All */ = { isa = PBXGroup; children = ( - FC19F308583F53AB50B5F618992C176D /* WechatOpenSDK-XCFramework.xcframework */, ); - name = Frameworks; + name = All; sourceTree = ""; }; - 083DF50DF0B1FB36A7C9A9503950320B /* Manager */ = { + 062E8B9111D100454F01B2BF2AF3F809 /* Default */ = { isa = PBXGroup; children = ( - 42FD14ADA968AE16F8E1010EBEDBE49A /* MQTTSessionManager.h */, - A718FA9ED5D7DA01580171848784AD88 /* MQTTSessionManager.m */, + 6303A4CBC2F6487CA998AEAC09EDBDDD /* KafkaRefreshDefaults.h */, + 6AC19389EB846CF981BAC202F8F922DD /* KafkaRefreshDefaults.m */, ); - name = Manager; + name = Default; + sourceTree = ""; + }; + 0B30A3CE9B84C42296087CA43EDA5BBB /* Masonry */ = { + isa = PBXGroup; + children = ( + B3F0638D59F72DA64EB82833096C7873 /* MASCompositeConstraint.h */, + 2425061267D3CCBBA85B57718D852B9E /* MASCompositeConstraint.m */, + 36321B026D3230BE46A6233DACCE059C /* MASConstraint.h */, + 5D05EDA86C5ECAB74C8DAC1F7D2EF88E /* MASConstraint.m */, + 8538322B0F59E11A117A42BEC20F725B /* MASConstraint+Private.h */, + 4A15CC32D356FDC7F6A2EC120D45E71F /* MASConstraintMaker.h */, + 762C783FACC99A8D02CC9F6FDDCFA953 /* MASConstraintMaker.m */, + 5DA564037C14359B0CAA666EF9534FF5 /* MASLayoutConstraint.h */, + BD72590ECA402323231536474E0F2FB8 /* MASLayoutConstraint.m */, + 66A5178E95C4319F69FC299FD90F1D17 /* Masonry.h */, + 2AC33819E1DF143F5076C61150BF07A7 /* MASUtilities.h */, + 83DC3E50DE741D210EB97B3EBF135CC9 /* MASViewAttribute.h */, + C8693F56818A7232D6E578BD5F8EB40A /* MASViewAttribute.m */, + 227693B4C491F79EE07E167857D53595 /* MASViewConstraint.h */, + F1422F85811CEE79668A102CB010E835 /* MASViewConstraint.m */, + 09C2673F1F20802BC1213BAB2D96355D /* NSArray+MASAdditions.h */, + C98B1500CE5C7E9C0BA3A12FE3989D72 /* NSArray+MASAdditions.m */, + B1BAC6462F72CB97BD1600065C9236EF /* NSArray+MASShorthandAdditions.h */, + E66773B950E3F0D5599DBE75E0802F78 /* NSLayoutConstraint+MASDebugAdditions.h */, + F640D3942C8B05D92F28D1725900BDD1 /* NSLayoutConstraint+MASDebugAdditions.m */, + 71685B21665386E29A52FFED3D543A66 /* View+MASAdditions.h */, + E744468C75C3225DB177FB3857E21D69 /* View+MASAdditions.m */, + 0970B06E1E6C26B92CB060C9C49E28AB /* View+MASShorthandAdditions.h */, + 62F69864EA748A8167E0517D77A85E96 /* ViewController+MASAdditions.h */, + 366EFB8A521B6CAA3C195640797F3E93 /* ViewController+MASAdditions.m */, + 8AFC13C3A79BFB40077E7E71FB689916 /* Support Files */, + ); + name = Masonry; + path = Masonry; sourceTree = ""; }; - 0A2E6CA34F31F39107F75BDED35E6AC7 /* Resources */ = { + 0D0FA5EE3B3699240C9543B732171480 /* LayerKit */ = { isa = PBXGroup; children = ( - 26E5C21DBF6B01B54E7E507D68E324EC /* whtoast_error.png */, - 97F3C409C8277E032DBC723BF6F891A5 /* whtoast_error@2x.png */, - B5489888B933425C423744BCF3DEED4B /* whtoast_error@3x.png */, - 5F85DB38716D58DFF7CBF25E213A4190 /* whtoast_success.png */, - 97C3793EE39D3A16F6715639B5385FCA /* whtoast_success@2x.png */, - BB8A9666ED5B5D6F96F1EA9A8CF24683 /* whtoast_success@3x.png */, + 38A760680163917AD293C0C9A1065692 /* KafkaAnimatableProtocol.h */, + C4AA61BDAD1B68C93C68A4F0C035DB73 /* KafkaArcLayer.h */, + 99ABE4B74C9434A90038FDB2F348C9C3 /* KafkaArcLayer.m */, + 75FE488E12F6284FC09F29A7E490DEAE /* KafkaReplicatorLayer.h */, + E761C6E9CB1AE1F3E1AF1B9D610E1A35 /* KafkaReplicatorLayer.m */, ); - name = Resources; + name = LayerKit; sourceTree = ""; }; - 0C2E5F5C40D13D67556FBA548EA85615 /* Support Files */ = { + 0F8E71DFC231843A8D1B8675B2173256 /* Support Files */ = { isa = PBXGroup; children = ( - A6DEDBDDC71D260CE054B5C7ABC6CA51 /* LSTCategory.modulemap */, - 735E16CF1B74BA9DCC45E2935BEC69D8 /* LSTCategory-dummy.m */, - F1E626D27746F794C40C03411A3DC293 /* LSTCategory-Info.plist */, - EABF9A1A01DE6B758795DBB69E8CEC60 /* LSTCategory-prefix.pch */, - 0F3EB197CE718E24663CDB12D3125ACD /* LSTCategory-umbrella.h */, - DB1B66296F89FDADB83B5F6464CDB254 /* LSTCategory.debug.xcconfig */, - B551991235773F11AE391FB8BED37075 /* LSTCategory.release.xcconfig */, + C23E8ECA1A73058097FDDEB39C06CFBA /* ZXNavigationBar.modulemap */, + 506CBEB88CCB2A117A0C347DAF9BA5E3 /* ZXNavigationBar-dummy.m */, + DEE8212C45546EC2E9267A3290325718 /* ZXNavigationBar-Info.plist */, + 03806644F5466AA676A88A226A3C0370 /* ZXNavigationBar-prefix.pch */, + 82DCD60BC952F45108FE4BC3DD4A3770 /* ZXNavigationBar-umbrella.h */, + 93798CC6A6B172D2795646CB5AD4C3FC /* ZXNavigationBar.debug.xcconfig */, + F64F310B7DF7891FE2EBCAC6CABBB2F2 /* ZXNavigationBar.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/LSTCategory"; + path = "../Target Support Files/ZXNavigationBar"; sourceTree = ""; }; - 0EC0BACEAE6A060F2147685F57292E98 /* Frameworks */ = { + 0F8E965BA7AC2260C2AB8F88E7CDDB2B /* Frameworks */ = { isa = PBXGroup; children = ( - D2CFF1822C9BF9D44F23019CDF41822F /* JCSDKOC.framework */, + 45FED12B978BDAB378C268D8B37B22F3 /* AMapFoundationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - 103507491FC7B52EE91ACDB5E573AFE5 /* Resources */ = { + 12110A7EF1F186074180CD81D9F20976 /* YYCache */ = { isa = PBXGroup; children = ( - E9156BF77B63201C2B2CBF3BEC34DAC3 /* ZXNavigationBar.bundle */, + 7FA0181D5409A9027F5BA8B7D680FB75 /* YYCache.h */, + 9238C9DE8EADC6544A944834F1C52825 /* YYCache.m */, + CDF60DBE9D68394316E16663D5730D13 /* YYDiskCache.h */, + F3115599AF22EE73E1BF1CC87385E9F6 /* YYDiskCache.m */, + B04B1D3041AAA49CDCC98B4A5B3BECA8 /* YYKVStorage.h */, + 745E9354620DAD91B2D1E8FF96388474 /* YYKVStorage.m */, + ED422222ABC4158FB24AA5C8A5E0B87F /* YYMemoryCache.h */, + AF516BA28B18D45A042F998DF70E000D /* YYMemoryCache.m */, + 95E0EC602D39CB41069A890D637CFC88 /* Support Files */, ); - name = Resources; + name = YYCache; + path = YYCache; sourceTree = ""; }; - 1141EE4D330E02E5E37C51A87AAAFC82 /* mob_smssdk */ = { + 13127FCE34CB9D3765EEAC17ECA70DC3 /* Maps */ = { isa = PBXGroup; children = ( - 61740BB6001CDABE275EBE5F174D0CD9 /* Frameworks */, - 376C81FF3C9CE2B0F2442613878A7D32 /* Support Files */, + 97A27D6E13D05DB5D2E6A06BB6A57F92 /* Frameworks */, + 755584B2EA2CC2EEB5653847BDD318F0 /* Resources */, ); - name = mob_smssdk; - path = mob_smssdk; + name = Maps; sourceTree = ""; }; - 120374801C6DE7F3C89BFDFDDB9DB071 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7D98D54C53DC24BE72E00E96E97F73FA /* LSTPopView.modulemap */, - 676A831FDE28CA5677A4F6AF96063A24 /* LSTPopView-dummy.m */, - BFCCE48A5AD7BF02F52AA594159504B9 /* LSTPopView-Info.plist */, - FCAA9DCC2AB7C18BCD51D1AC3C0B8A05 /* LSTPopView-prefix.pch */, - 76B2D28C5E9499EFA9726577C87652BB /* LSTPopView-umbrella.h */, - 4A2C8FCA71E7333CEAC3EF856DE80CE2 /* LSTPopView.debug.xcconfig */, - 6638E52573E216B0C4C30F2B52A19180 /* LSTPopView.release.xcconfig */, + 13734273617F22A0108C9AB7A68C6BA4 /* IQKeyboardManager */ = { + isa = PBXGroup; + children = ( + 55D39C7AC0058FD45E6214EAE7C73332 /* IQBarButtonItem.h */, + BD17A9891002C8FDF260FF4249B22D64 /* IQBarButtonItem.m */, + C07816088DEE736DAD3CC123DF5200C7 /* IQKeyboardManager.h */, + FE0BFC155EA733787C4B87EFA56D4F28 /* IQKeyboardManager.m */, + 8792C5EB57FE49123A87972AC5FA9E9A /* IQKeyboardManagerConstants.h */, + 4B1D6279DD2B34448D73C8CE31BE406B /* IQKeyboardManagerConstantsInternal.h */, + 43DFC64D281C4D548D76C45F86F7CD20 /* IQKeyboardReturnKeyHandler.h */, + 29E2C642A7149BD05B385B0AC600015A /* IQKeyboardReturnKeyHandler.m */, + B1370D27413FAE64FF56276EF52F5321 /* IQNSArray+Sort.h */, + C4EBB2983562B73A12687D64858A0B0D /* IQNSArray+Sort.m */, + 95C864775A41430B51FE9143F0C5B09C /* IQPreviousNextView.h */, + E11362AC621E84665FA01E4C769C6C53 /* IQPreviousNextView.m */, + 67A1A98A33A0EF7DE90724C0D81FCE56 /* IQTextView.h */, + 8B074A06BF67176D38B2367D1C981C50 /* IQTextView.m */, + BC7ED41A4973971A6942B318AD61332C /* IQTitleBarButtonItem.h */, + E85062A47D615B536847E442674742A5 /* IQTitleBarButtonItem.m */, + 1356438F0FAF79CB87F115504E8FABB0 /* IQToolbar.h */, + 0BCC2B00F6D610BF2C182B9262E73CE1 /* IQToolbar.m */, + C6266EE7C61DA778B9A0012EB136DCC5 /* IQUIScrollView+Additions.h */, + C862F303F8969C7E7BBFE75D99D0952C /* IQUIScrollView+Additions.m */, + EA47B757559062E876D44C693C57C464 /* IQUITextFieldView+Additions.h */, + A26E066AF5721003A6DA82988B9EC480 /* IQUITextFieldView+Additions.m */, + 006B8A9E067D44148F328BE04FBB977F /* IQUIView+Hierarchy.h */, + 688B24621E53AEABC822CAEC454B70D9 /* IQUIView+Hierarchy.m */, + 10EE72D96C18499A1526B14F52EE12AE /* IQUIView+IQKeyboardToolbar.h */, + 82FA354036A5343453A94FC42D4A4A90 /* IQUIView+IQKeyboardToolbar.m */, + 3FBEF25E4E737F6016776EF1E1FB1838 /* IQUIViewController+Additions.h */, + FD45968E1662DB654969A17FB03B4CAA /* IQUIViewController+Additions.m */, + 3CDA20DCC6E8699B1D6FCA1D6BA25EFD /* IQUIWindow+Hierarchy.h */, + BD29CC1D8CD198F34D2E0D3C74E5FE10 /* IQUIWindow+Hierarchy.m */, + 552D958F2C893B685099BE904FC8AEB6 /* Resources */, + 6C739BEEDD378D3C6287D2A26BF6A8EE /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/LSTPopView"; + name = IQKeyboardManager; + path = IQKeyboardManager; sourceTree = ""; }; - 166E6D613A5C95D3A8423E09606B018F /* Frameworks */ = { + 141BACE44F01E5A8F7CB6ACE763EDA95 /* Frameworks */ = { isa = PBXGroup; children = ( - 11956D3CBEBBB8FEE2A6A63292E18272 /* MOBFoundation.framework */, + E973203219C31A745362DD7D3E16CF84 /* WechatOpenSDK-XCFramework.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 1ABC24BFE8B631A41C6178F3C63E10B2 /* Support Files */ = { + 152CFD104F804A6B82A48B7BCBE2C966 /* Support Files */ = { isa = PBXGroup; children = ( - 84159EDF4E6D4C64658FDAB2F51BA5BF /* LTScrollView.modulemap */, - E1E13B0902360668A059017994C7252E /* LTScrollView-dummy.m */, - D34E43DB6C84F81E6424A84A5F623E86 /* LTScrollView-Info.plist */, - 82C0952BE29C82F5C4547A22982C0821 /* LTScrollView-prefix.pch */, - C1D3748A435416A7EFDEB495DFB00994 /* LTScrollView-umbrella.h */, - 3B297CCEF328D56E5041BC766F197978 /* LTScrollView.debug.xcconfig */, - B7151119DCAA5BC0BF78F25DB416C294 /* LTScrollView.release.xcconfig */, + 842E17750FFDD53EF144C89F05966C92 /* EasyShowView.modulemap */, + 156D28E7E3E39C808AD9B1D1D2D94320 /* EasyShowView-dummy.m */, + EEA117BD8AD875F48C36AFF154BFD024 /* EasyShowView-Info.plist */, + DD26C9287CCA5567343C31EC2E57152D /* EasyShowView-prefix.pch */, + 49BF563751CB8D591D4188E0B7B5F06B /* EasyShowView-umbrella.h */, + A7A82512A22CC722AD5CC788F3E316D6 /* EasyShowView.debug.xcconfig */, + 6C86ECC68A2A2F9D55D30E5BAA572626 /* EasyShowView.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/LTScrollView"; + path = "../Target Support Files/EasyShowView"; sourceTree = ""; }; - 1C2DCAEA961ACC17BB18DB95E74B81AD /* LSTGestureEvents */ = { + 18668A0B908FD4800F2E02187F30385F /* WechatOpenSDK-XCFramework */ = { isa = PBXGroup; children = ( - 06FA14F874E7BEA96F76378DA59FA625 /* LSTGestureEvents.h */, - 7A88C62BA5F6E8DB00DA5FD0A6B29527 /* LSTGestureEvents.m */, + 141BACE44F01E5A8F7CB6ACE763EDA95 /* Frameworks */, + EB352A2B76524B0636DAA470BA60FB6B /* Support Files */, ); - name = LSTGestureEvents; + name = "WechatOpenSDK-XCFramework"; + path = "WechatOpenSDK-XCFramework"; sourceTree = ""; }; - 1C8813A2CDAB7F75833EEFB106F7D53B /* LGAlertView */ = { - isa = PBXGroup; - children = ( - 2EC57B5FFE5BED3BAAD1D9515810D674 /* LGAlertView.h */, - 34A3B88DA9B0DFDD5D20630D585AD55E /* LGAlertView.m */, - 1A15B8F26C0478102790E5BEE7EFEF2F /* LGAlertViewButton.h */, - 5783A47FA1D79193D5E8942756B0370C /* LGAlertViewButton.m */, - C7EE91EA1A0ED7A84812C013F61A7513 /* LGAlertViewButtonProperties.h */, - 872EF2C25A3D6BAA76A1E904301A2123 /* LGAlertViewButtonProperties.m */, - ACCBFC56ACDF5AFD5A1E5C932628C412 /* LGAlertViewCell.h */, - 73720F6B2279012C5060A008B821190B /* LGAlertViewCell.m */, - 9FD57825A64E9DD7F0734EB2DECF85D3 /* LGAlertViewController.h */, - 2E084B6A0FAD7FE0F8DB46270E355D65 /* LGAlertViewController.m */, - BB8CC82CBF93A76424E03E98675BE34C /* LGAlertViewHelper.h */, - 13DF8A54C0DFE84B9D33AEB184A4CED4 /* LGAlertViewHelper.m */, - 55278D868D7C92525CB48DA518B2EE1E /* LGAlertViewShadowView.h */, - 94C1F30CE5EFF840241A10E0E93FF1A3 /* LGAlertViewShadowView.m */, - D2530363BFD29B833AE905D51E996BB7 /* LGAlertViewShared.h */, - 0BC8550D4828AA874CE8D0E98050CB2A /* LGAlertViewTextField.h */, - 7D69770425F625A15B4D874F4F7C4F15 /* LGAlertViewTextField.m */, - 46FF7EB1745C04C2BE99CD6234E13CCE /* LGAlertViewWindow.h */, - 38D982100A7F15274E35F5AC271B15F6 /* LGAlertViewWindow.m */, - 608478D0A3DDAF1D908785D7D0D94842 /* LGAlertViewWindowContainer.h */, - 719F9D0575672F1EF94CBA7925399E61 /* LGAlertViewWindowContainer.m */, - 47EC2C09D34B6D26F93B21C7C101E6F7 /* LGAlertViewWindowsObserver.h */, - ABC9577645BD555BE08F08DDD17D2243 /* LGAlertViewWindowsObserver.m */, - B146939C0025EA095001EA6B13565AA3 /* UIWindow+LGAlertView.h */, - A7702D46E9CC848B359743CAD9C955D2 /* UIWindow+LGAlertView.m */, - B3E92D97E0782647A665D64526E9C669 /* Support Files */, + 1B608F106FF5A99C0C98D62546200453 /* Frameworks */ = { + isa = PBXGroup; + children = ( + EB5681DD0214731F815019F62000D471 /* GooglePlaces.framework */, ); - name = LGAlertView; - path = LGAlertView; + name = Frameworks; sourceTree = ""; }; 1CAE196C8177B64022E1CB0A5A9AB95F /* Products */ = { @@ -3089,101 +3275,145 @@ name = Products; sourceTree = ""; }; - 1E44A42C75722AC0C9A2DAC62F8DD3C6 /* Resources */ = { + 1D413D6724F561DF6EB9215814916065 /* GoogleMaps */ = { isa = PBXGroup; children = ( - D0EEE95488CC0E77853E6175E65EF934 /* SGQRCode.bundle */, + 5C4706315915BCC6446BAB6A15BDB8EB /* Base */, + 13127FCE34CB9D3765EEAC17ECA70DC3 /* Maps */, + B7ED591B9E97583D9843B317317A6EB4 /* Support Files */, ); - name = Resources; + name = GoogleMaps; + path = GoogleMaps; sourceTree = ""; }; - 1EAE6DF17FCF968FEC519B1DE96E4032 /* LSTPopView */ = { + 1DB41440C452C4E24C51D4E223CD471B /* UIView+LSTView */ = { isa = PBXGroup; children = ( - A941DFD4A994DD31BF32AC3B96736AAF /* Code */, - 120374801C6DE7F3C89BFDFDDB9DB071 /* Support Files */, + A8E382EFA6ADF17E39C7EBCF73CD5B5A /* UIView+LSTView.h */, + 3B72AA39B8C2EA8EE444A3D2BD323957 /* UIView+LSTView.m */, ); - name = LSTPopView; - path = LSTPopView; + name = "UIView+LSTView"; + sourceTree = ""; + }; + 1DC7CD5D76A65FA5AD37AF405C416C36 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 86E4706E897EB86E8F80ECD7E990F185 /* MOBFoundation.framework */, + ); + name = Frameworks; sourceTree = ""; }; - 216E7132BBBA1D7106E9C37BA15EF51E /* ZXNavigationBar */ = { - isa = PBXGroup; - children = ( - 6BB6E6E9942550A2AA89B77B66852282 /* NSAttributedString+ZXNavCalcSizeExtension.h */, - BC65CC1B11FFCA053DE8DD1875D7DC54 /* NSAttributedString+ZXNavCalcSizeExtension.m */, - 0D685F32684FD3434C1F596F58946D56 /* NSString+ZXNavCalcSizeExtension.h */, - AF5D6EEFD6D7DFA55E50F83D50B0BEB0 /* NSString+ZXNavCalcSizeExtension.m */, - 6EB607FC9C08AF7B1B3A3C4A551B6E2B /* UIImage+ZXNavBundleExtension.h */, - 9C6BEB250502CC90DDEA146B4822AAAB /* UIImage+ZXNavBundleExtension.m */, - F8D91BF4429FAEA03B72346A4B499AC8 /* UIImage+ZXNavColorRender.h */, - 8BA4E649FB5CA8DBCC59638D2740B7EF /* UIImage+ZXNavColorRender.m */, - CB77E1B6494F97DA287B4C8D5F1036C4 /* UINavigationController+ZXNavBarAllHiddenExtension.h */, - BB20F98816C4F792C181112C1AAC39F6 /* UINavigationController+ZXNavBarAllHiddenExtension.m */, - 9C966204F0FAD6F637F62CF41EE1CB50 /* UIView+ZXNavFrameExtension.h */, - 1979B0940AFE043ED11FFE1CE280A7B8 /* UIView+ZXNavFrameExtension.m */, - 9163A11785E9F251F9246E1E3C2AE758 /* ZXNavBacImageView.h */, - 945380AEF3B8A2A85470B6F1897CC3ED /* ZXNavBacImageView.m */, - DBD43CBB8D2065AC8CFD5131E6D03CA7 /* ZXNavHistoryStackCell.h */, - E410516F41306614317A0F3BE1793780 /* ZXNavHistoryStackCell.m */, - F67B42B31C6B84D90BB05D930D41B834 /* ZXNavHistoryStackContentView.h */, - EA9FDF25C82E54108D7DE901BD5123EB /* ZXNavHistoryStackContentView.m */, - 1AEFCBD59A023F80FDB0B3C07118FD7E /* ZXNavHistoryStackModel.h */, - F6B42302C5633362AE07BF07FDC4575E /* ZXNavHistoryStackModel.m */, - FF413ED8143DB6BA9AAD2969790D187D /* ZXNavHistoryStackView.h */, - A888A306427FB219836FBED9F579B964 /* ZXNavHistoryStackView.m */, - C628C1DB87BAC81046BC68617C7DBB6E /* ZXNavigationBar.h */, - 877B679E4E654C3D392C02952B5B3CBB /* ZXNavigationBar.m */, - CCE9DA6DFFE5319B8FEC00CDCD6713A5 /* ZXNavigationBarController.h */, - B9D4FE03E5A36A18B744E36E36B8EC82 /* ZXNavigationBarController.m */, - D985BBF9D633508EB6AA569166936675 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h */, - C52E00E31AC1E52170ACE9B2C6A538FF /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m */, - E116D6A3A10BDAD7FE4EB1004C6E778D /* ZXNavigationBarDefine.h */, - A6163DBBC0A2DD74D729E2A4B82178A2 /* ZXNavigationBarNavigationController.h */, - 7759FC9BA5C02547FC85419BE941A0EA /* ZXNavigationBarNavigationController.m */, - EE241032674C7705307CE01BCDA46E33 /* ZXNavigationBarTableViewController.h */, - C34FD14D8D2764FBD2ED6812EDF6635E /* ZXNavigationBarTableViewController.m */, - 486C9BCBD40867FD263CCC0B585FE56A /* ZXNavItemBtn.h */, - C8138C2A4AC5F1B728582168ED1FAE8D /* ZXNavItemBtn.m */, - 14E211F663307F501E3E173AB4F6095C /* ZXNavTitleLabel.h */, - B58558E23D8F0C40A90E6E68815F4DD6 /* ZXNavTitleLabel.m */, - 2A9B08186FE52BEA92E0C9469132DF11 /* ZXNavTitleView.h */, - 2DAB1453F7FD1D863BB700386B836137 /* ZXNavTitleView.m */, - 103507491FC7B52EE91ACDB5E573AFE5 /* Resources */, - E5A7B3731A034CFFA65C9E0C734A386D /* Support Files */, + 1F0EB4CAE2E85AC3E68A649AD24864EB /* Frameworks */ = { + isa = PBXGroup; + children = ( + E7BAE410D8447F6CF299230BC3ABFFE8 /* JCSDKOC.framework */, ); - name = ZXNavigationBar; - path = ZXNavigationBar; + name = Frameworks; sourceTree = ""; }; - 233800F044DCD3F5A28D8F63C84ECE86 /* Support Files */ = { + 211E410962BCC36BC88FC5A6CAA8A8EE /* DZNEmptyDataSet */ = { isa = PBXGroup; children = ( - D61A6B98A6833CB79996ADAC1B48E7A4 /* JLAuthorizationManager.modulemap */, - EFE2DB3C9E57FE846EFD2679D3AB3412 /* JLAuthorizationManager-dummy.m */, - B7403A22593C2EA7D18FA91F64AC9EBC /* JLAuthorizationManager-Info.plist */, - 8F98E1D3DDA7E1502AAA6589C8B4847F /* JLAuthorizationManager-prefix.pch */, - 98981C65C833CA7ACA0E4D54E854F629 /* JLAuthorizationManager-umbrella.h */, - 37607458CBB311565156C313A493C9A9 /* JLAuthorizationManager.debug.xcconfig */, - 1508686FC5FB667BD4F4C21E52ED4034 /* JLAuthorizationManager.release.xcconfig */, + 5B817A5FA125B85B39EF1D802492569B /* UIScrollView+EmptyDataSet.h */, + 819761576B62448531179C716F4421A5 /* UIScrollView+EmptyDataSet.m */, + 28B180FA6684C109ACE9D27AD43E84F6 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/JLAuthorizationManager"; + name = DZNEmptyDataSet; + path = DZNEmptyDataSet; + sourceTree = ""; + }; + 22362B5A4D8E97F141376147ED847BEC /* JLAuthorizationManager */ = { + isa = PBXGroup; + children = ( + D6DBBE59CD0D765789AA6B5A07E40F5E /* JLAppleMusicPermission.h */, + E9E2266B4C3EE868C4456B05EFFA15DB /* JLAppleMusicPermission.m */, + 0DD2EFA0D84BD386478299F176E9DACD /* JLAuthorizationManager.h */, + 312C5AE7BC88D3BF3A8DDCD3E8130F51 /* JLAuthorizationManager.m */, + AF16663CF220D64EF5DED488221A82ED /* JLAuthorizationProtocol.h */, + 68AC3142342EA4A0FE044EA3E6D73292 /* JLBasePermisssion.h */, + 3EA886E8B8943460D1129E52F358C3C4 /* JLBasePermisssion.m */, + 1B8CC60FDD2AF1D7916B82DF4784648E /* JLBluetoothPeripheralPermission.h */, + 2B8F4755FBA0D3D54A41C3001A1ACB6A /* JLBluetoothPeripheralPermission.m */, + 13028C4939CDB2A496C83912425E683C /* JLBluetoothPermission.h */, + 3A567A7D34E07CFD73D4DF2B9004517B /* JLBluetoothPermission.m */, + 3B185736084B4F63D1329E720D2EAA41 /* JLCalendarPermission.h */, + 790E39DCB0DFE84FCC881FCE65AE48CC /* JLCalendarPermission.m */, + A9409369F19062B4C66E9278EA13DE30 /* JLCameraPermission.h */, + EA8F8BD73CD73F2D381F37B9275A1E34 /* JLCameraPermission.m */, + 45BC67B335D50FF9A269D57DAA2D3103 /* JLCellularNetWorkPermission.h */, + 3588430E5DC546987B96DA818EFB368E /* JLCellularNetWorkPermission.m */, + CBEEF576039857EF5036B6F92FDB3EA2 /* JLConstant.h */, + 26EFB9CE8866B24673B33B42FE30E911 /* JLContactPermission.h */, + C2CEF3BFEF4E5B680D15BE194AEC95D3 /* JLContactPermission.m */, + AE609266E1F46539413AF4B3633E20D6 /* JLLocationAlwaysPermission.h */, + A3D63FE7C9E35293425047906FCC680B /* JLLocationAlwaysPermission.m */, + D6256D3327BE97CF1BA31772DA42F122 /* JLLocationInUsePermission.h */, + 3B774F34EE32E027C1FC22DC4BC6A072 /* JLLocationInUsePermission.m */, + 626EF276F5187F3470CBC860215F73E8 /* JLMicrophonePermission.h */, + 2D6F0D557B17C5DB06C52F1A90960C69 /* JLMicrophonePermission.m */, + 234583CD024127B69F6D3004D1AD89C4 /* JLMotionPermission.h */, + 85A2A3D57046DB9B4EDF8658DF7187DC /* JLMotionPermission.m */, + D0A4719A2387E532750000774896FDA8 /* JLNotificationPermission.h */, + A3D9D91E8A8C8DAB6C5A0F28DE25428A /* JLNotificationPermission.m */, + 60516D938851220A2E884EB6AC56DA8C /* JLPhotosPermission.h */, + BE2907C22101DB78C6D9F3F58B4D57FB /* JLPhotosPermission.m */, + CDD8097E6E3656EBF0428C270E963273 /* JLReminderPermission.h */, + D86BEE554CB9AFB65F2D78EEED8EA52A /* JLReminderPermission.m */, + E7253301AD5A287E466CD712C204F140 /* JLSiriPermission.h */, + 9651F308B5FFED4557C40D3AE494A22A /* JLSiriPermission.m */, + CDE90BB60B4A1CBD9669C444E5AE40CA /* JLSpeechRecognizerPermission.h */, + 10599378458F161E7AF607C5E24908AB /* JLSpeechRecognizerPermission.m */, + 04C562B92641EBFF772953C554380923 /* All */, + B5FC121DCDA89B56194622C5A7C4A845 /* Support Files */, + ); + name = JLAuthorizationManager; + path = JLAuthorizationManager; sourceTree = ""; }; - 25DBB74F80BF96BEAEDF57782E9F7A98 /* Support Files */ = { + 22A74A480A6778E2EA1B0D385EDBDFC3 /* Support Files */ = { isa = PBXGroup; children = ( - 5E5365A9282866AD5142A333B5C1E054 /* ReactiveObjC.modulemap */, - 7B9A0AB3F890DBE84993C14283EB1D6D /* ReactiveObjC-dummy.m */, - EBE5C5241CBD674892C3FD2FF1AA41BA /* ReactiveObjC-Info.plist */, - A9369D56E1513A2F418B9062D7C237D9 /* ReactiveObjC-prefix.pch */, - EBA2E67920D8229AFEA6B62026B805DF /* ReactiveObjC-umbrella.h */, - AD6410EAC54D832832F5C1680DF3868E /* ReactiveObjC.debug.xcconfig */, - 19F1E2232613AFDF4FE68BEDA31ABA51 /* ReactiveObjC.release.xcconfig */, + F4361B73CA0875C3A434A2C800C04BB2 /* SGQRCode.modulemap */, + 262B330FA4D25F8158CB24EDD564A5E6 /* SGQRCode-dummy.m */, + E7293F9EB2B0621AD5E22118F08DC3B0 /* SGQRCode-Info.plist */, + 54BF59FD02956F92F691119008666057 /* SGQRCode-prefix.pch */, + 557E6EE5FA084190E7513DA400634A27 /* SGQRCode-umbrella.h */, + AAA7333AD1FD663404126D6AAA4FFAB6 /* SGQRCode.debug.xcconfig */, + E69AD1191BF1E4E75425E93D8CDC3010 /* SGQRCode.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/ReactiveObjC"; + path = "../Target Support Files/SGQRCode"; + sourceTree = ""; + }; + 234A0B70078BDDCEECB9A761C99D22F8 /* BRPickerView */ = { + isa = PBXGroup; + children = ( + 2FB415619A0A25620F6808F5A4BACE25 /* BRPickerView.h */, + 9BFA7CA1F17A10DEDF7C811B6175DA95 /* AddressPickerView */, + FB1C4CBF11ED7F228B306C1045C4FE89 /* Base */, + 2E403B91768580D5EC01417B58199541 /* DatePickerView */, + D641C5D94ED967FCA686AD0F23C38123 /* StringPickerView */, + 895490E6E2FAC9B6316216E6B9E850C3 /* Support Files */, + ); + name = BRPickerView; + path = BRPickerView; + sourceTree = ""; + }; + 254016A174D092FA9D0D40E010C059C7 /* NSString+LSTString */ = { + isa = PBXGroup; + children = ( + FCCBDEA47F4A52C56D93AD64CFD2882A /* NSString+LSTString.h */, + 35081D7F2BC949A7BBC701A7A878FEE4 /* NSString+LSTString.m */, + ); + name = "NSString+LSTString"; + sourceTree = ""; + }; + 26A9FBFE110C45C16DA7DBB13B6F197D /* Resources */ = { + isa = PBXGroup; + children = ( + 3E3B5F9B942F3CE834A39C3C65AE6CFF /* GooglePlaces.bundle */, + ); + name = Resources; sourceTree = ""; }; 27FBC4CA50E4BCE99A8554F2D0B2D633 /* Targets Support Files */ = { @@ -3196,94 +3426,154 @@ name = "Targets Support Files"; sourceTree = ""; }; - 2CD9AE75B68B85DD70E98045FB1CF850 /* LayerKit */ = { + 28737E501E0B66CDA6F90C2B89F8EA3F /* Resources */ = { isa = PBXGroup; children = ( - 45A86DC1192DC4860EABB0F703E8895C /* KafkaAnimatableProtocol.h */, - 876F906318243DB2E553288CF9591EF1 /* KafkaArcLayer.h */, - 21DB9B0665AAFFF828AE96CD386BAD8A /* KafkaArcLayer.m */, - 0B041DBF5A440BF9D4E7B2B52C38A196 /* KafkaReplicatorLayer.h */, - 711D8137509B33A5B32AA164ADF75639 /* KafkaReplicatorLayer.m */, + 83992EFC395611B982208FE36239E4E9 /* whtoast_error.png */, + C0D788F5A4BD4B5AC30F352DB4BF6799 /* whtoast_error@2x.png */, + 4CB3F1A6E7AF2401EE851A219444C6CE /* whtoast_error@3x.png */, + 6B50EFA0F6B6368827C5658CC6F83356 /* whtoast_success.png */, + 2BCD270C7E945C2B9FE5AB55BB47D827 /* whtoast_success@2x.png */, + 0DFF6A9346AC8F73CAB8600EFD9421CC /* whtoast_success@3x.png */, ); - name = LayerKit; + name = Resources; sourceTree = ""; }; - 2D115EBF6E3E880FFB73B50FD034A7FC /* Support Files */ = { + 28B180FA6684C109ACE9D27AD43E84F6 /* Support Files */ = { isa = PBXGroup; children = ( - BCB9571F2553E81EF23C67E9FDFC525F /* AMapFoundation.debug.xcconfig */, - A86480C94CE30AD785BE48E3F49DE79D /* AMapFoundation.release.xcconfig */, + 2E45BB3D15DAB3510817FE708C3C3BA8 /* DZNEmptyDataSet.modulemap */, + 3F08148929D5F3D3588D1DBD46F04964 /* DZNEmptyDataSet-dummy.m */, + 69DA28E32F2C919C320A56DA9E157F64 /* DZNEmptyDataSet-Info.plist */, + 198F7518F1E2F8B1BF821E16318465C4 /* DZNEmptyDataSet-prefix.pch */, + 383E2978761F71ABCC4FFBA06BAE284B /* DZNEmptyDataSet-umbrella.h */, + C856D5108E48A7077D8A47C1BDB65068 /* DZNEmptyDataSet.debug.xcconfig */, + 8AE94DA7725FDF477038695D5620A92E /* DZNEmptyDataSet.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + path = "../Target Support Files/DZNEmptyDataSet"; sourceTree = ""; }; - 346425D77061CEF33C4658735B2DC9E4 /* AMapFoundation */ = { + 2BB03D2D486CC18A7C0076040752FA5A /* Frameworks */ = { isa = PBXGroup; children = ( - 7D848BA0EF9BB0FCEFD273822A713997 /* AMapFoundationConst.h */, - 38CD0306AE355EC428D5198ABDF7DD9F /* AMapFoundationKit.h */, - 4EF7F437F9306598A93F6440ACF3FA58 /* AMapFoundationVersion.h */, - 4FCC1173BBACD9A3BD0FF2B9B1E5FDAC /* AMapServices.h */, - E05D52167E26B3E6F64EA5CE683FD32C /* AMapURLSearch.h */, - 8D4F30F7F26BD456E644647379D88C09 /* AMapURLSearchConfig.h */, - E8D06692F9CE197BAE3B78D9E96151B8 /* AMapURLSearchType.h */, - 8FC76872AE72AC7B9752C0AA08216DA9 /* AMapUtility.h */, - 666104A58D459087B3B8E988CE3CB7A9 /* Frameworks */, - 2D115EBF6E3E880FFB73B50FD034A7FC /* Support Files */, + 4A8573F128587A0C2CD0378F71371C8B /* AMapLocationKit.framework */, ); - name = AMapFoundation; - path = AMapFoundation; + name = Frameworks; sourceTree = ""; }; - 359561530AB5431D9851E162D9763DF9 /* EasyText */ = { + 2CE193043B1277C971A4B05B2930C92D /* Resources */ = { isa = PBXGroup; children = ( - 522BF9542E538E3C015806E3FE489159 /* EasyTextBgView.h */, - 6F6837B99D82F69E62BC4EF7E82B8549 /* EasyTextBgView.m */, - 0F70250F0706BB7EC09077CCDCB169BA /* EasyTextConfig.h */, - 3DEE1AA83E6F20CB780EC225C7E1B415 /* EasyTextConfig.m */, - 605B5B031B3FD8168C5F24B5AB511090 /* EasyTextGlobalConfig.h */, - E49B969B58D71B3912A32B7C2745C151 /* EasyTextGlobalConfig.m */, - 27FF913F365089AFCEC91D77B7EDC4B6 /* EasyTextTypes.h */, - E2DA0B517419CEC649014DC69C0E31F5 /* EasyTextTypes.m */, - ECDA881FA2D255A5521D3390CB8B9C3B /* EasyTextView.h */, - A3F87C8EDC5F1B01F26E1CB3D0650A0C /* EasyTextView.m */, + D93EEA06BDA0EAF8AB66ECCF817C0297 /* AMap.bundle */, ); - name = EasyText; + name = Resources; + sourceTree = ""; + }; + 2E01200CA3FDE5552E7F053286A18D59 /* Min */ = { + isa = PBXGroup; + children = ( + BD6C6A929B380A7C904660BCD8754DCD /* MQTTCFSocketDecoder.h */, + 57A4AC459AF86EE3FAF75307F2D9A736 /* MQTTCFSocketDecoder.m */, + B05F6019D33281168E4A09402D49B1CE /* MQTTCFSocketEncoder.h */, + A5CC677EFCB07A886F340BB6D123C301 /* MQTTCFSocketEncoder.m */, + 82B21C121BF62B4285B6117B9BDC7A41 /* MQTTCFSocketTransport.h */, + CA523A019933F4733DB44A067A0BBE8F /* MQTTCFSocketTransport.m */, + FF7939353411B09F306D6CD5C69231E6 /* MQTTClient.h */, + 9BDEAE102E1A81C09A2CD03C0945F58E /* MQTTCoreDataPersistence.h */, + 0BB45F55F686A2A15020743AA1B0B6D9 /* MQTTCoreDataPersistence.m */, + A940ED8D9B62C456A896CCCC9A728D01 /* MQTTDecoder.h */, + 1EFF8EFFD0B58736B62CE800255CD591 /* MQTTDecoder.m */, + 804EF0D4B1D1D22A4917BFD1319FBBBE /* MQTTInMemoryPersistence.h */, + D71618B38A1DD8BE72605F58020AE505 /* MQTTInMemoryPersistence.m */, + 1055E2C66E15DE8948088F63D1244AE9 /* MQTTLog.h */, + CF05D490DA95E595498C3E6158DFF2A0 /* MQTTLog.m */, + F1AD64BE98A33EEEE56E968FD50A0C4E /* MQTTMessage.h */, + 8F619444EDA6EFFFED37D65505F0BD3E /* MQTTMessage.m */, + B57949A674AC5B84D5B79EBE83D6928D /* MQTTPersistence.h */, + 2A25714CF9DB731D8175123702142965 /* MQTTProperties.h */, + 1725F473FD4171EDB72AD63533167678 /* MQTTProperties.m */, + 8521E53EEB23488D140AEFA1EFFF13B3 /* MQTTSession.h */, + 5AEA4BE9C72BB98F662D4EDDD4535808 /* MQTTSession.m */, + 8F31E3CC0BE4D20298D6EA95AF134C6B /* MQTTSessionLegacy.h */, + 45C65F7CF78078541D36C54F4D0C5B00 /* MQTTSessionLegacy.m */, + DCE5E5380FE5DE812D268D5A60EF5CA9 /* MQTTSessionSynchron.h */, + 495078D36D22512E958DBAC28FF7A2D5 /* MQTTSessionSynchron.m */, + 58B24F29345666FD2969998CDB381ABE /* MQTTSSLSecurityPolicy.h */, + 2CAE27F9ADB123A1FFAA3A5A2A5BA67B /* MQTTSSLSecurityPolicy.m */, + 089850995BD10A26C31B70916E21C466 /* MQTTSSLSecurityPolicyDecoder.h */, + 6077290F027C664FE9D81F3D89385431 /* MQTTSSLSecurityPolicyDecoder.m */, + 1A34BAAD8C76E2FF363D825D99822A2D /* MQTTSSLSecurityPolicyEncoder.h */, + 15C22A54EFC27D9A63B394B27D5672CF /* MQTTSSLSecurityPolicyEncoder.m */, + 4347C027B3A9A7139EA3708C21445AA0 /* MQTTSSLSecurityPolicyTransport.h */, + 550E7678E7881C2AF1C5611B641DE404 /* MQTTSSLSecurityPolicyTransport.m */, + D94ED5AFBBFD5BED1BD9833055891D3F /* MQTTTransport.h */, + B72D3E08B05FF0795DE47D9A808068CB /* MQTTTransport.m */, + ); + name = Min; sourceTree = ""; }; - 3678E291FE0A247B0A88B1134CEE4A49 /* AFNetworking */ = { + 2E403B91768580D5EC01417B58199541 /* DatePickerView */ = { isa = PBXGroup; children = ( - B509AA10B1CC70D8C0D9C6591DBD5F65 /* AFNetworking.h */, - 6B595BDB9306D92C86B2C4B1153F196B /* NSURLSession */, - 80D219C418F6B3A41025FC591287005E /* Reachability */, - E510376EC6E2FB0FF5554B1AB931D569 /* Security */, - 9CE7852E2B57F1A3FE4C2A546E67007B /* Serialization */, - B8DF22EEA8A10DC14083DE61D336BD34 /* Support Files */, - A894FA2F87B8041F4752089DEF5DF662 /* UIKit */, + DF02E3C1FF67A9256B1E4FBB8549AD83 /* BRDatePickerView.h */, + EB5897B558A71860A77B037A8AC31F63 /* BRDatePickerView.m */, + B94B5FCE149BB3F1AE3938871FABD851 /* BRDatePickerView+BR.h */, + A7CEEE9D2F8D09549D200BB756C34508 /* BRDatePickerView+BR.m */, + DD8FA05DD31E543A14A86F46F768EEC0 /* NSDate+BRPickerView.h */, + 55ACB217FC94D25E47FBB827F028857A /* NSDate+BRPickerView.m */, ); - name = AFNetworking; - path = AFNetworking; + name = DatePickerView; sourceTree = ""; }; - 36D8904D0099A7104608B0D6462C505F /* Resources */ = { + 2E787A4C9181635AA5F4F3735977F459 /* MSNetwork */ = { isa = PBXGroup; children = ( - D38CD254F7B0E2DDCBDB09728577C34E /* GoogleMaps.bundle */, + 08647B93574AE5E15CA29E6A01CC5249 /* MSNetwork.h */, + 8DB9984BD6B0594BB24E8C9DF37960BF /* MSNetwork.m */, + 916BE2C4C0E5257544C46CB348BFC3FA /* Support Files */, ); - name = Resources; + name = MSNetwork; + path = MSNetwork; sourceTree = ""; }; - 376C81FF3C9CE2B0F2442613878A7D32 /* Support Files */ = { + 31CEE829A73DFFD36E792969551CE8C8 /* Support Files */ = { isa = PBXGroup; children = ( - 4AD77142B7F9F0111A40B7A790E389DC /* mob_smssdk.debug.xcconfig */, - B307848D1306036E60C6965930E7262F /* mob_smssdk.release.xcconfig */, + 3053BC9FF10E80F228FF44138F4881DD /* WHToast.modulemap */, + 4CE43650D496BEFFC1F9411F4666EBEA /* WHToast-dummy.m */, + A3A4991B3C6A9E8D0D148512A917454A /* WHToast-Info.plist */, + 87AC28CBCE15197229EE3074A19D1A07 /* WHToast-prefix.pch */, + 2D72519B4914A51850E59B150827D336 /* WHToast-umbrella.h */, + 3F889796F38029984A80CA574791B6BC /* WHToast.debug.xcconfig */, + 58B5A5896408CFA0D9E803E9430EAC4C /* WHToast.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/mob_smssdk"; + path = "../Target Support Files/WHToast"; + sourceTree = ""; + }; + 3223AC51CB4C44068A662CF55D1F2808 /* YCShadowView */ = { + isa = PBXGroup; + children = ( + 26407E95EA31D028131A5ED74D9F6E47 /* YCShadowView.h */, + CB9FC0CBBA892C91C6AB323C0CA98A67 /* YCShadowView.m */, + C754A79410A3DB3AD9FADACC47FDEBCC /* Support Files */, + ); + name = YCShadowView; + path = YCShadowView; + sourceTree = ""; + }; + 3312BE8DD404A91BFE9EA284D383E2B9 /* EasyShowUtils */ = { + isa = PBXGroup; + children = ( + 10994D0A43543606623C663ECDD59655 /* EasyShowLabel.h */, + 6DC48A6EF59EAC783E01797FEC86C501 /* EasyShowLabel.m */, + 0AF4D104A908AA0260C5FD1DCCD9C810 /* EasyShowUtils.h */, + D0293BD33DE414EF24C5C364914B8F1C /* EasyShowUtils.m */, + 7FCD23546DE331A7746ABE46B8587144 /* UIView+EasyShowExt.h */, + B1691B168E86840BF3D3CC3703DE3031 /* UIView+EasyShowExt.m */, + ); + name = EasyShowUtils; sourceTree = ""; }; 397DD9DAFEE694CB1EA5C1918326069D /* Pods-LekangGuard */ = { @@ -3304,68 +3594,419 @@ path = "Target Support Files/Pods-LekangGuard"; sourceTree = ""; }; - 3A91339FCA75B8599549CE79421C408B /* Support Files */ = { - isa = PBXGroup; - children = ( - 1DFE548D01D800ECB88E00DA4B8E9BE3 /* YYModel.modulemap */, - F5B4D1270BA73C51DED9BAB03CC989AE /* YYModel-dummy.m */, - D81F59735E216B46AAE5291E6517A88A /* YYModel-Info.plist */, - A2147D791A7D32B6006F47B6951F20AB /* YYModel-prefix.pch */, - 2A7FBCF2320F18AA19A19E3A4F1D5F17 /* YYModel-umbrella.h */, - 12F531002AC81CE0789C79EEFE3E7C34 /* YYModel.debug.xcconfig */, - 8B8A85F3D1D48D4B19EA4D7BB4DDC592 /* YYModel.release.xcconfig */, + 3DDE200FC79B72ACC2EB9A7A082B97C1 /* Core */ = { + isa = PBXGroup; + children = ( + 8FF0BB30996CF780EFB6490EE28758B2 /* NSBezierPath+SDRoundedCorners.h */, + 3BE786728DEA7729E85B2261976FC958 /* NSBezierPath+SDRoundedCorners.m */, + A20213F71D6D6F0AAFF520FE907BA3A2 /* NSButton+WebCache.h */, + 2C2445C9E12FF1BD59E1BDC5DDE4E002 /* NSButton+WebCache.m */, + C4963439B624DE5D59421667C562B753 /* NSData+ImageContentType.h */, + EA60D041A858609F9E63931BE6DA6559 /* NSData+ImageContentType.m */, + 46B2686964BEC4479EE3D76F07B1060C /* NSImage+Compatibility.h */, + C132956B32EE5A93E2168DDDC0856523 /* NSImage+Compatibility.m */, + 48F20C162E0F16AF5BAE1C799F62481C /* SDAnimatedImage.h */, + 9A9538249EA86CA65887779553685F9D /* SDAnimatedImage.m */, + 01B478AB782F812D05F6DC648E9E10E4 /* SDAnimatedImagePlayer.h */, + BB94AC73DE500149546AC51508EB1CF1 /* SDAnimatedImagePlayer.m */, + 14660AD2F187B47D36CB68E21D4A9483 /* SDAnimatedImageRep.h */, + 637EC8A1DF8DA3A4C25D21D8A42699DC /* SDAnimatedImageRep.m */, + BE85984CD7DAE1C3AD210A4F97A57DB5 /* SDAnimatedImageView.h */, + D99005B85C2F7759B6B673BAAF5F8838 /* SDAnimatedImageView.m */, + D830E96E5DC8E38C9F34F91721357B7C /* SDAnimatedImageView+WebCache.h */, + 6BB60B7F24F2F51E4D7DC3B854CDC6C9 /* SDAnimatedImageView+WebCache.m */, + 385897B3B96FDEF6906440325CF4A262 /* SDAssociatedObject.h */, + 084C108B1EBFE2FFA85CD23B68A12EDB /* SDAssociatedObject.m */, + AFFC463B21352AD58838B11DFC91962D /* SDAsyncBlockOperation.h */, + B339AB8045B6592F325C0D760B5556C8 /* SDAsyncBlockOperation.m */, + 0631191F7CDC94E4FC788DB7744B9AC2 /* SDCallbackQueue.h */, + 495CD823D1986D2D152E30D7AD23E077 /* SDCallbackQueue.m */, + 0E598DE7787F47CB86BB391CE93AD692 /* SDDeviceHelper.h */, + F241FFDCE26F72F10B1FB3DE843DD111 /* SDDeviceHelper.m */, + 716A9EA809A2043E4EF258A5BF062147 /* SDDiskCache.h */, + 6116CDDA8302A73D8B9F82F7327CCD43 /* SDDiskCache.m */, + 25361B283613840291C96085B5297314 /* SDDisplayLink.h */, + EA68DAF2C024B0B83814020915362280 /* SDDisplayLink.m */, + 86775C68BFC911966D96931D57EA1199 /* SDFileAttributeHelper.h */, + CD2EABB85E03A8F6306F98D0F400AA35 /* SDFileAttributeHelper.m */, + 6E2459E8D2FD601C4566C8C8FD51C4DB /* SDGraphicsImageRenderer.h */, + 8E3C7351E10309DA0E413A58BC032144 /* SDGraphicsImageRenderer.m */, + BA27E941D24CF84F3F25732A422B114E /* SDImageAPNGCoder.h */, + F5C2D17262DFF3E9697628BB15C092AB /* SDImageAPNGCoder.m */, + FFA638D8857B2930AC39DE7449913823 /* SDImageAssetManager.h */, + 39D9D4B46D0DC88077709866EA866F76 /* SDImageAssetManager.m */, + D7B9C8F32F1A1885813C5301059EE584 /* SDImageAWebPCoder.h */, + A7F577497ACF312C820140B6A3AF4956 /* SDImageAWebPCoder.m */, + 0559790551366D5CEA594CCF87D468BB /* SDImageCache.h */, + 01D472FABD7476462E7B6E44D1A84524 /* SDImageCache.m */, + 6E6B414878BE92B1C66492907910E2C7 /* SDImageCacheConfig.h */, + 28C9031621B8371B712E6AF5194CCCFE /* SDImageCacheConfig.m */, + 5C6263477F95BD9D5C9A4FBCCB8DC61A /* SDImageCacheDefine.h */, + 98125F039DD7A72E00222E701C3E58E0 /* SDImageCacheDefine.m */, + 332CEC6AE58D738CA144AC4A0262943E /* SDImageCachesManager.h */, + 8EE231F84C50029D41ABF5B690018E46 /* SDImageCachesManager.m */, + 1058E8B5BF046261BA889DACF5A86D8D /* SDImageCachesManagerOperation.h */, + 43BE9DD921A20AF27EED25BE49C22E11 /* SDImageCachesManagerOperation.m */, + 6E79198751B00F42793C2123498B8DE8 /* SDImageCoder.h */, + 13F3CE755E3B00D5ACBC465B1604D249 /* SDImageCoder.m */, + 01C36DE49271B07A5652CEC9EEAA926A /* SDImageCoderHelper.h */, + CB639CCF4F43C001C8E7AD24E6B6E2EA /* SDImageCoderHelper.m */, + 609414659D8BC38E90C3A4B2CCAC723C /* SDImageCodersManager.h */, + AF7C088FEE9D3FAF8F38DCC80E9AF9C6 /* SDImageCodersManager.m */, + DDD5833A0E1423B13243C9845CA7B95D /* SDImageFrame.h */, + 45BD39C3572F6D09DAE6F071F93B9B4D /* SDImageFrame.m */, + 1752845EF91F908C951E3360EE69836F /* SDImageGIFCoder.h */, + 2E8BFF8E6E08B7B90C0BC6F69FD46649 /* SDImageGIFCoder.m */, + 8E95F822ED421F3BB55943DCBCBCBD78 /* SDImageGraphics.h */, + A9F7B28734768A8F1B35F781892E3044 /* SDImageGraphics.m */, + 12DAE02F0316233C8102B8A1815A75EB /* SDImageHEICCoder.h */, + 383F5024BC7EA9BBCF4E119D519B57A5 /* SDImageHEICCoder.m */, + D2FAE9C782F22408F162AF1CD5D0BC01 /* SDImageIOAnimatedCoder.h */, + FCD904F285256A82F79745F32C38907C /* SDImageIOAnimatedCoder.m */, + 83364EB3BCDF603C89EB1651B4E217E2 /* SDImageIOAnimatedCoderInternal.h */, + FC779DF0A6E0F083A6843B0C6F710667 /* SDImageIOCoder.h */, + 19A4D912729B7FFF7D8CDF164A03BF23 /* SDImageIOCoder.m */, + 9D428542731AE6D0FBFEAA90A90EE921 /* SDImageLoader.h */, + 41A1E899DAE04347A69F126BE9BF04D2 /* SDImageLoader.m */, + F675536FC16B6A47E529520BCF0452BF /* SDImageLoadersManager.h */, + 7BEFD78D371AAF4CB56F17F997694028 /* SDImageLoadersManager.m */, + 9C141441D523D8863EEB2BCECB763D34 /* SDImageTransformer.h */, + 9109BAAD284223982FC70F191E38F79E /* SDImageTransformer.m */, + 06F4475BAEE1C50086DC579D3050E45A /* SDInternalMacros.h */, + 4CED1171C6B81FFEC8E7C0509CF9981F /* SDInternalMacros.m */, + 223E0A8B61B1F48C2BE3608B5975C36E /* SDMemoryCache.h */, + 4E8BBC12BB60D5EADB7C1B6C8FFAD053 /* SDMemoryCache.m */, + 68876EF798DEB76B6C7C71AE26718A62 /* SDmetamacros.h */, + 7683C640551C240B6E00A68CF7AA9C15 /* SDWeakProxy.h */, + 0C5530D23A4AEE60532FE3B3A134DD2E /* SDWeakProxy.m */, + 96AB5FC7916830254881ED72F76557EE /* SDWebImage.h */, + B181174E3281FBA09A7FE616A8ADAB0E /* SDWebImageCacheKeyFilter.h */, + 6AA60CBD356D29AFE94EE74AA5B30F3B /* SDWebImageCacheKeyFilter.m */, + DBDF25EE724E9BBA961C9CB8A05BADDC /* SDWebImageCacheSerializer.h */, + DB59283597791CC8BF507B1D90EC5C67 /* SDWebImageCacheSerializer.m */, + 32C7535C5235FDBB0E9E2C62527CC351 /* SDWebImageCompat.h */, + 0EB69EC9BD6B7145AE24764A5DF46A31 /* SDWebImageCompat.m */, + 4FA091149C7F0BED517BA414ADDEE20E /* SDWebImageDefine.h */, + 464CD0DEAE7DE87E066F4DFA1E117C13 /* SDWebImageDefine.m */, + 6C15E1C59245ECA1BFEA2CF8B68A985F /* SDWebImageDownloader.h */, + 38E7EE9027B4A024CF827755F0B10ACF /* SDWebImageDownloader.m */, + FC2F2D134204D1B327B55229418E3B55 /* SDWebImageDownloaderConfig.h */, + 8B0976558C136B163E8D10CB16EFF64E /* SDWebImageDownloaderConfig.m */, + 81723612BD6A2B8264A82957E4A29280 /* SDWebImageDownloaderDecryptor.h */, + 699B538A0031FA3CB7384DD8EEDA6F4B /* SDWebImageDownloaderDecryptor.m */, + 79DE8D59EB3AD7A0DF84D48478797282 /* SDWebImageDownloaderOperation.h */, + 5823D63DA6DFB8ABF2B34CA59A88F265 /* SDWebImageDownloaderOperation.m */, + 33D45C8421CF5BEA5E9DABC8A111BE5C /* SDWebImageDownloaderRequestModifier.h */, + BD3E4BFAAAF23B0D65F50A4851510038 /* SDWebImageDownloaderRequestModifier.m */, + 2070AF794115A633509A37AC38DC888A /* SDWebImageDownloaderResponseModifier.h */, + C93CF600BFE4236F6CE8EFBCCDE2198F /* SDWebImageDownloaderResponseModifier.m */, + 698C9B9E30BA41BE18ECD5532F55B83A /* SDWebImageError.h */, + E9F4370A79C29764EBD7D54AC0B0415C /* SDWebImageError.m */, + F5F2E6C5929F81902DD61C20F33E9B68 /* SDWebImageIndicator.h */, + 51A4E0BFF1C50C750FAC6EA1FD3AA09E /* SDWebImageIndicator.m */, + A354FF3400A997435D2278533CD6377C /* SDWebImageManager.h */, + 2E2723695EEB198BD7E1E36A54B6DEDB /* SDWebImageManager.m */, + 57FDB97367CA30DA05A1663EB042BE71 /* SDWebImageOperation.h */, + 9AFB63D5B947479778CD58D244B0E314 /* SDWebImageOperation.m */, + BAB34C541343E2717A011B30CB53A998 /* SDWebImageOptionsProcessor.h */, + DE1AB13823784019ACC6E6704832ECDC /* SDWebImageOptionsProcessor.m */, + A1EB7DA1023FEEAD86F41DDBAEF71926 /* SDWebImagePrefetcher.h */, + 35BEB8A825D84F1E96EFCCB30F013EC6 /* SDWebImagePrefetcher.m */, + F83682E5C37322759F0E93B9AE085FCA /* SDWebImageTransition.h */, + 96B6F6E5D5C9B073CA2702EBE2737E3A /* SDWebImageTransition.m */, + 933343F39BB01B84EF1535580F1B89C3 /* SDWebImageTransitionInternal.h */, + 6EBC6E21605BDF76E50A73A05B5D5C5D /* UIButton+WebCache.h */, + 667EFB313257E2C8EA3B2B91AD6C275A /* UIButton+WebCache.m */, + 80E0022727077AEAECC7C6668F2C3044 /* UIColor+SDHexString.h */, + 08FF18E946F967D2A48A58645ABDD973 /* UIColor+SDHexString.m */, + B94E95E8E520E74AE80F5CD0C1D5133E /* UIImage+ExtendedCacheData.h */, + D8348DD8E40B8DA9CD7353BB48060DEA /* UIImage+ExtendedCacheData.m */, + 77F498E70F56F8D8504D86F4497EB8FA /* UIImage+ForceDecode.h */, + 87DAA58C6298DE280ABB1DC8BE4070AC /* UIImage+ForceDecode.m */, + E435484F2046C199310FBD4AD4B7E436 /* UIImage+GIF.h */, + 1F6D29FB8345DA6FEE9D89599A3B4183 /* UIImage+GIF.m */, + 1A4792D71F378767FA8B882E2253F057 /* UIImage+MemoryCacheCost.h */, + 8CF1ADBA5B001E1F7C2A9A7A45DB3F2F /* UIImage+MemoryCacheCost.m */, + 90F2D2C6BFE45EC325E579D02833F609 /* UIImage+Metadata.h */, + 9804AED1E1C92CEBC0DA7B376350A324 /* UIImage+Metadata.m */, + 0D9EA0D8FCEECEC88B35B61DA75A9B06 /* UIImage+MultiFormat.h */, + 3FA0EF74615F52020C045DFE69335015 /* UIImage+MultiFormat.m */, + 630163394608892A4ED6587930515716 /* UIImage+Transform.h */, + 2C9E06586C1E64ECBB4CADA38C6ABB22 /* UIImage+Transform.m */, + ACCCAE2A9134F04D0EC19F52E0E61488 /* UIImageView+HighlightedWebCache.h */, + E371DD2A3A4659175DBF873E376EBC90 /* UIImageView+HighlightedWebCache.m */, + 5380659D7DCFC72BC27D0BC5DF0E4F87 /* UIImageView+WebCache.h */, + A900FA0E2A3E59E0C557B066721FB5F4 /* UIImageView+WebCache.m */, + B1C29CEF4BA126D75586542C04FF5E13 /* UIView+WebCache.h */, + 80CE9909B9AB3BF402F798CCE78F3F13 /* UIView+WebCache.m */, + C816A6461EB631764D4DE227ECE73A8F /* UIView+WebCacheOperation.h */, + 429781CB2A250BB9DC271D0983EAABDF /* UIView+WebCacheOperation.m */, ); - name = "Support Files"; - path = "../Target Support Files/YYModel"; + name = Core; sourceTree = ""; }; - 3AFEC1FF35E2BFC7B1CC8D4B66620347 /* DZNEmptyDataSet */ = { + 3E7716C69EB2D004B85CAC005584A741 /* SDWebImage */ = { isa = PBXGroup; children = ( - 30DC1EE02FDBF38E681444036763E6FD /* UIScrollView+EmptyDataSet.h */, - 2F392EA6471159DF3A2F7ED5678F30F4 /* UIScrollView+EmptyDataSet.m */, - B9647701077B5AB00AE4ED7DEF578AA6 /* Support Files */, + 3DDE200FC79B72ACC2EB9A7A082B97C1 /* Core */, + 8A8D015A81AFA0383EBB7B9BC935C996 /* Support Files */, ); - name = DZNEmptyDataSet; - path = DZNEmptyDataSet; + name = SDWebImage; + path = SDWebImage; sourceTree = ""; }; - 3C3379329B357777643D031C84F4C8DC /* Support Files */ = { + 42173864F0CD797F4F808F05FA450336 /* Frameworks */ = { isa = PBXGroup; children = ( - 9864A0CFB81C8FAE14AE6A47B2A8E7D7 /* IQKeyboardManager.modulemap */, - 519D58A3121FC4EC13EB3260340B7FD2 /* IQKeyboardManager-dummy.m */, - ADA28D6B2054752FB8EC911BD7DA3619 /* IQKeyboardManager-Info.plist */, - F22CE3C1D1843B156B11A4629CA1D414 /* IQKeyboardManager-prefix.pch */, - 1E2B5D3C40838C838CE361B2BA89F268 /* IQKeyboardManager-umbrella.h */, - D202B201A7D6ACF5984FBEA3A6A504A7 /* IQKeyboardManager.debug.xcconfig */, - 318FBF7543BA1D34BCC03E0A6371C3EF /* IQKeyboardManager.release.xcconfig */, + C670DAAB268D7513D9D658E2C7648D1D /* Agoraffmpeg.framework */, + 0FDA53D2B94BDF6324963570609073C2 /* AgoraRtcCryptoLoader.framework */, + 20FE635D64695B6F3DC6AEFCAF6FB0C8 /* AgoraRtcKit.framework */, + 2009EAD00060B9C9E140EEE11BDB049B /* AgoraRTE.framework */, + 3A064522BAF77DBF1FE75C7E3931CCAA /* AgoraVideoProcess.framework */, ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManager"; + name = Frameworks; sourceTree = ""; }; - 4005CD4C9AD11A3A3729A7D66492B666 /* Resources */ = { - isa = PBXGroup; - children = ( - 65F3F5CFD84293361745A26BD0791A65 /* GooglePlaces.bundle */, + 4248A3A024179E9F4305C1AA546D4D81 /* ReactiveObjC */ = { + isa = PBXGroup; + children = ( + F883AD47D502A1BA1FDD25B5EA8FF370 /* MKAnnotationView+RACSignalSupport.h */, + 4BCD552C59D7B550DC1E7F960C138588 /* MKAnnotationView+RACSignalSupport.m */, + 0FD214C76BA3D1B4BA524E8A8BEBB5DC /* NSArray+RACSequenceAdditions.h */, + BD4002CC11C8DD28CD50E67EBA8C0D81 /* NSArray+RACSequenceAdditions.m */, + 5451AC0D944325DFA7A811DBAF304576 /* NSData+RACSupport.h */, + AD0E340FD2F01E9451A708FB46CCD7E7 /* NSData+RACSupport.m */, + 8A3E33A3D8FEC045D8344798CCC89FB0 /* NSDictionary+RACSequenceAdditions.h */, + 953834EE0FA561D5830CAE1E5189BBAD /* NSDictionary+RACSequenceAdditions.m */, + 4BEC6B96165825343BBF7BC110C83B77 /* NSEnumerator+RACSequenceAdditions.h */, + E5570921B6CE08B04CA4D41A5D9AED56 /* NSEnumerator+RACSequenceAdditions.m */, + 125FC71EB1B1D2D572474125EF8A8642 /* NSFileHandle+RACSupport.h */, + 57A55AF42BE63B21DA2CA7A8FCE73C3D /* NSFileHandle+RACSupport.m */, + A0AE0EEE2E03C2A04AA4D03C233A5503 /* NSIndexSet+RACSequenceAdditions.h */, + AC1C14B2330974CD3E6BD2FB60BB69A5 /* NSIndexSet+RACSequenceAdditions.m */, + 69E7966FFFD66E708933F3C33C369D95 /* NSInvocation+RACTypeParsing.h */, + 1F495931FE3A9F366FBB089899E58385 /* NSInvocation+RACTypeParsing.m */, + 956A8C5543172FCFEA1C171350DD7341 /* NSNotificationCenter+RACSupport.h */, + FED24807ADE85A38B09D095595D88EF4 /* NSNotificationCenter+RACSupport.m */, + 8DF01C72C891E4A7CA7A915A4A6EB2FB /* NSObject+RACDeallocating.h */, + 9391FF855460138213D92BAC5F429B61 /* NSObject+RACDeallocating.m */, + D9372E40B1E95DCB6F9A7D0C021EE3FF /* NSObject+RACDescription.h */, + AEA1AF0BEEE11ABE513EE025E6DCF474 /* NSObject+RACDescription.m */, + AF7A5E65A522704FBC1470940B1A5A2E /* NSObject+RACKVOWrapper.h */, + 8A02DE34176C2CC9B7B2F179E17A500C /* NSObject+RACKVOWrapper.m */, + AFEEB6B7F1F1A381471C7CEB6AEF13C9 /* NSObject+RACLifting.h */, + 0368DA501936801455E676966F74489C /* NSObject+RACLifting.m */, + DF60C39F6DBA53F69B9C3425FA17C529 /* NSObject+RACPropertySubscribing.h */, + CADCECD3AF1D91353F3699A1C6874218 /* NSObject+RACPropertySubscribing.m */, + D924E9E9B26733E418CA72AC4FB2590C /* NSObject+RACSelectorSignal.h */, + 876DB28B01250E44473216AE192159AD /* NSObject+RACSelectorSignal.m */, + B26AC68058216F4F318AE69FA5F08B92 /* NSOrderedSet+RACSequenceAdditions.h */, + 52F52CD22AEACB678B432A619F05FEC1 /* NSOrderedSet+RACSequenceAdditions.m */, + A5F377CCF1F1CC68DA59772F837DE4CC /* NSSet+RACSequenceAdditions.h */, + 5B2CEFEE6C12F7D537726E859BC1D734 /* NSSet+RACSequenceAdditions.m */, + DA533D9EF237798F82738CE26723183A /* NSString+RACKeyPathUtilities.h */, + 5827784C98520661AC467709F674CEFC /* NSString+RACKeyPathUtilities.m */, + 29DCB6E412AEB39B9DE6823B5F8A1696 /* NSString+RACSequenceAdditions.h */, + 42DA6350ED1C46E3AA23C1BAC4FB92CD /* NSString+RACSequenceAdditions.m */, + 2B1ACFE2F1C011F05F62C245F725F0AD /* NSString+RACSupport.h */, + 6E482630583794CE058E748B3E692B6A /* NSString+RACSupport.m */, + 75B3FFA42AA2BB21CB7447CB837BC7AB /* NSURLConnection+RACSupport.h */, + 46E22391271520D4A3E69839F2A6246B /* NSURLConnection+RACSupport.m */, + 8CD68D6E6EA842F6289B6C55C210CEC9 /* NSUserDefaults+RACSupport.h */, + F1959C6D37F97AB6DBA598843F37C470 /* NSUserDefaults+RACSupport.m */, + 569F95602481093E02EAEAFFAC5C8D75 /* RACAnnotations.h */, + 2642E27B5DB343264A479EEC46407CF0 /* RACArraySequence.h */, + 7E67536A8759ABB83D3BFFE4F0A609E9 /* RACArraySequence.m */, + 603DBE9FCA5F3E18F4C91FC3A5D84BAE /* RACBehaviorSubject.h */, + B87A8967D638E77534975F3093C7CD3F /* RACBehaviorSubject.m */, + F38BFA2F42E8490E6F92A02D0EC49605 /* RACBlockTrampoline.h */, + 64D28CE83C678D708FD4F00649E8671A /* RACBlockTrampoline.m */, + B64F14D25B2571B394E2DF9D7EE52EE3 /* RACChannel.h */, + B0169307E2751D4199778BF326CD7E13 /* RACChannel.m */, + 13BD33CF1B6EE0E123765A900D29DA58 /* RACCommand.h */, + 257F775E28F08FFE01FA24CE51A4F591 /* RACCommand.m */, + E4C40AC4A24BB3EF096543FCF6E47898 /* RACCompoundDisposable.h */, + E709D70220D222B64C275468A777BA72 /* RACCompoundDisposable.m */, + F50D1174AA07215F057478E07B56D794 /* RACCompoundDisposableProvider.d */, + 33508301CE4AB6FA63F075601D895FCA /* RACDelegateProxy.h */, + 63690BF104FE9F9D2EF29190EA71A3C9 /* RACDelegateProxy.m */, + A4C687EFEA6330FDCBA20C6BC9E2F3F4 /* RACDisposable.h */, + 0433D09CD430E09E8A3DBB8667A5E359 /* RACDisposable.m */, + 606A34474940C7A8228657888611D49E /* RACDynamicSequence.h */, + 90AD71595DB8502DF599F1DF0F3D6749 /* RACDynamicSequence.m */, + 421B345F36B409F74A0556140CED420A /* RACDynamicSignal.h */, + 0CFF8721CE7FFA5D910C460B630B7B13 /* RACDynamicSignal.m */, + 1E378677CD2CC91B6B2335F2A98C28ED /* RACEagerSequence.h */, + DFCA08D682F5A01CB0E365EA7311A94D /* RACEagerSequence.m */, + E97BEC67A8233520B706E085DC6FBB26 /* RACEmptySequence.h */, + E9A9A537D30D0684C91B2150C83DE08D /* RACEmptySequence.m */, + 3427D27F74E728EE20A5972126B7403C /* RACEmptySignal.h */, + 4B11E56730E6A7D27C84D6CA3DC1BE94 /* RACEmptySignal.m */, + ADBCA6ED6D3BB12F7357AE1932F88797 /* RACErrorSignal.h */, + 9DC4453BD1BFA5A007B252C145CEB565 /* RACErrorSignal.m */, + F6108A76534FA68C5587486C82FC7B48 /* RACEvent.h */, + 4F023BDD03901EA70CE3D0BE8C947F12 /* RACEvent.m */, + 85D5EDB7855529EB8A678D38DC83F8E2 /* RACEXTKeyPathCoding.h */, + 1EDB46BE2A9A7A02857586E0E42736B1 /* RACEXTRuntimeExtensions.h */, + AC55CE5CD7841255EC7AA7EF83684FBC /* RACEXTRuntimeExtensions.m */, + 2D1F32EC80E74D92308840CD61499DF4 /* RACEXTScope.h */, + BC7F4AC944F675C73963E50982C4C319 /* RACGroupedSignal.h */, + EB0C68EE926023BFA60EA259FC63F726 /* RACGroupedSignal.m */, + 0C0F998A32223BB32BB48C12FEFAB63B /* RACImmediateScheduler.h */, + CAE3FDC354E15D13737519CC7E604BFD /* RACImmediateScheduler.m */, + 89C6B655DD2C8F443C57B8A003DF89DB /* RACIndexSetSequence.h */, + F78DD56CAD9F7D52523FA2C50580032E /* RACIndexSetSequence.m */, + 7DC7E8F47F5521196B9C0D29AB2A0223 /* RACKVOChannel.h */, + 90138DC4344566E162BBA8BEBE0B69B6 /* RACKVOChannel.m */, + E26B01798B8D2519789EA1A5AC1EEFB5 /* RACKVOProxy.h */, + D65CCF6B6B8BAFBA510C7453BEA8653D /* RACKVOProxy.m */, + D1BF5A02391A3F6AE7B64711370D3A47 /* RACKVOTrampoline.h */, + B11B2DAF656626FE76503EAAF7F8A9C5 /* RACKVOTrampoline.m */, + 06D3BB826817C38017A612F1498F504D /* RACmetamacros.h */, + 987A3CBB4EE2E8484D627738F462B048 /* RACMulticastConnection.h */, + 4697F8090F886B7AB2434E4949805FD7 /* RACMulticastConnection.m */, + 135FE3615212973DE7689945D743B41A /* RACMulticastConnection+Private.h */, + 7F99111D6B800F300C4A5CA6E2F6271C /* RACPassthroughSubscriber.h */, + CDEC75AFD2DA49C5FD42789079C5E824 /* RACPassthroughSubscriber.m */, + 1EAF03B9F63062D9FF02A3633D38C5E0 /* RACQueueScheduler.h */, + 2DEF38C8A2E28050B041F833B0C5F08C /* RACQueueScheduler.m */, + 11EE0487418F34C9D16A180A098C9973 /* RACQueueScheduler+Subclass.h */, + 8BCCF4D7B2EAE6B82D0BF92DE679A393 /* RACReplaySubject.h */, + 7742709C26C0EF89957530B012C6B5DB /* RACReplaySubject.m */, + 182199DFFCBAE1960DA918E7F4933D3A /* RACReturnSignal.h */, + 6ABFCB2A8949DCBBE237552354F28AA3 /* RACReturnSignal.m */, + F4F17656B1AC22D21A690CEBD5F25A03 /* RACScheduler.h */, + 55441E183081323A0FFE3AA51F6AD9E4 /* RACScheduler.m */, + 03B6EBB5850E1100491936600A904818 /* RACScheduler+Private.h */, + BD4C3180A7DF6ED464E089B4D64C3506 /* RACScheduler+Subclass.h */, + 0A5A533DB13DCE768744D9502C1BE6DB /* RACScopedDisposable.h */, + 2AE6945792C0C67C0A4B5A3CD9FC94BF /* RACScopedDisposable.m */, + 86C0A84BC71C14D324FC0B9759BD02F7 /* RACSequence.h */, + 499CE5CE7A6353460264B44C822781A3 /* RACSequence.m */, + A85CABB1C0107DCF0AEA483CE8632E7E /* RACSerialDisposable.h */, + E94F26816FABF0E4CB8AA1C2F42E548D /* RACSerialDisposable.m */, + 71980517E171AFE9E5F4B316FB1088FE /* RACSignal.h */, + 5F98AAB86F5D0EF21E2180DD166AEE7F /* RACSignal.m */, + B750B0975F279A2220ECC58CA1CB26E8 /* RACSignal+Operations.h */, + 1D38F71AA93B7C2F3D97FD42202FDC0C /* RACSignal+Operations.m */, + D498A155A75A2BBBC551401F6B7AF22D /* RACSignalProvider.d */, + 33FBC2B4596C2346A61A8D0AF21655A2 /* RACSignalSequence.h */, + D23D603E08A4B8BA38425A6FB72C476B /* RACSignalSequence.m */, + 041BFC354E5982457AE6721CB208DB60 /* RACStream.h */, + 603A53BB386A17230B125D0E41CB4640 /* RACStream.m */, + 40CBA07E99B6CD985C4EDCFF234A2DBE /* RACStream+Private.h */, + 8EC96FBC91686E07BCA43C011A07BC22 /* RACStringSequence.h */, + D512939573C430553F6943A5AFB936C3 /* RACStringSequence.m */, + 2791FE06CE16E7102B3317DECC82FAB5 /* RACSubject.h */, + 6330655A115C98256B4C86B15D3951B9 /* RACSubject.m */, + F3303E77ADE3553732D6BF31A4A747DF /* RACSubscriber.h */, + 5610597474BB5D0CB40A4088BA8A8A44 /* RACSubscriber.m */, + 1ECB3E8F87A50DBE3D6AD7BC5619AC5F /* RACSubscriber+Private.h */, + 4E744096E2C4972575CE86A07F890640 /* RACSubscriptingAssignmentTrampoline.h */, + 2C64B6DA318229606A1A142957667C4D /* RACSubscriptingAssignmentTrampoline.m */, + 7450F587AB091FF92390920B04C579A8 /* RACSubscriptionScheduler.h */, + 964FD4A720B76B57A4EDFA609570C30F /* RACSubscriptionScheduler.m */, + 6438A1C48F240D93A44B585D623BA533 /* RACTargetQueueScheduler.h */, + 76C625CA95D06B25119744EC88AD2A3F /* RACTargetQueueScheduler.m */, + A532162C4F0B4F671813BD8A57ADC9AB /* RACTestScheduler.h */, + 33B96A628899145843D7946C18063809 /* RACTestScheduler.m */, + E107C461B75D738599AAF363022304E0 /* RACTuple.h */, + 62288B5C2AF4FE08FF18F23922149961 /* RACTuple.m */, + 70C8CA1857708517425A9229F576A0DD /* RACTupleSequence.h */, + F753DF0445D7EE54255B51B7DA8B8E83 /* RACTupleSequence.m */, + 1726D789557C10FE20753829C6A16B45 /* RACUnarySequence.h */, + 56288A9E3CB5DB7D2E864114A2E055AA /* RACUnarySequence.m */, + 752A6083B09826DEDEB697E802AC4226 /* RACUnit.h */, + 3FD8707A8F505B246A461DEC9A0490DE /* RACUnit.m */, + 0B5AEF8E8A4F054101FAC6FA836EAF4E /* RACValueTransformer.h */, + F00C55F403F229A96D5BA8A2EDC625FB /* RACValueTransformer.m */, + 1AAF82AEC43D8CE322A54E6D5682960C /* ReactiveObjC.h */, + 579E0A0998560C2F425314B2F6E8E8D4 /* UIActionSheet+RACSignalSupport.h */, + D9DE699D60D2DFDF23EB7767FB4E2342 /* UIActionSheet+RACSignalSupport.m */, + 94D81D8924BA63EEC7B02443460773E8 /* UIAlertView+RACSignalSupport.h */, + 165126A6BD0B10D8372A2F693101A50A /* UIAlertView+RACSignalSupport.m */, + 3728EBBCFA11616C5EC49D6C50E77499 /* UIBarButtonItem+RACCommandSupport.h */, + 2B51E31E1AC1FF05F66E7FD8B4F9F29A /* UIBarButtonItem+RACCommandSupport.m */, + A2CF1673CEF002DC3D5228502DBD9DF2 /* UIButton+RACCommandSupport.h */, + 0C04E633D808766F15A076CEAD6C6BA9 /* UIButton+RACCommandSupport.m */, + 3BF2F70F3D1C4C15FFA728564C2D737F /* UICollectionReusableView+RACSignalSupport.h */, + 5EC584FE8A643E0CDA337937A601BE6D /* UICollectionReusableView+RACSignalSupport.m */, + 5A397D543B94D98BE49995B02FA9F7E5 /* UIControl+RACSignalSupport.h */, + 06301EDC3839F1F4FB875B4C38F90664 /* UIControl+RACSignalSupport.m */, + CD79B869CF60CB7F207CD60BF8E6499C /* UIControl+RACSignalSupportPrivate.h */, + 8A7D8CC1F4864B3FDC8218FA381E0A98 /* UIControl+RACSignalSupportPrivate.m */, + DB65C2AE36DB6638BBF19444681CC5E2 /* UIDatePicker+RACSignalSupport.h */, + D557AB0089FF33528C109882EC42B760 /* UIDatePicker+RACSignalSupport.m */, + EEEC4A88BCCCA51B695E0229FAB7DBF1 /* UIGestureRecognizer+RACSignalSupport.h */, + FE717A185BA900D8EC37495E0E269DD1 /* UIGestureRecognizer+RACSignalSupport.m */, + CDF1B4CFFE2346426709EE32A961EBE3 /* UIImagePickerController+RACSignalSupport.h */, + E9243FEFE8FA98E386888A60979286C1 /* UIImagePickerController+RACSignalSupport.m */, + 8ED11A942A8E957CE84A88E81BA68B49 /* UIRefreshControl+RACCommandSupport.h */, + 50B4564ABE964DF6E4D2C03BD217377F /* UIRefreshControl+RACCommandSupport.m */, + CE6E865694020D9DC8AF68B780010690 /* UISegmentedControl+RACSignalSupport.h */, + 9A8940B29D194A12A16EAC9D6F9596A8 /* UISegmentedControl+RACSignalSupport.m */, + 1300089E0028F5A6DB243DC281F424C6 /* UISlider+RACSignalSupport.h */, + FE5B6BBA3DD0F6FD672F1A47ACE709CC /* UISlider+RACSignalSupport.m */, + DC30309397F17F19A54716157DE6D3AA /* UIStepper+RACSignalSupport.h */, + 8DEB10CE38C98D7B36926404597C16DE /* UIStepper+RACSignalSupport.m */, + 7A5D661A29012B5448EAF0AE00368117 /* UISwitch+RACSignalSupport.h */, + A4B4F626691C2AA645C3F47BEB3C3644 /* UISwitch+RACSignalSupport.m */, + 584F30E002F2E84637346E868E1A7CE6 /* UITableViewCell+RACSignalSupport.h */, + F384BA0AF0844B0677E64767DDE2D041 /* UITableViewCell+RACSignalSupport.m */, + FDBDEDE8875E25DF2992451D40240997 /* UITableViewHeaderFooterView+RACSignalSupport.h */, + 6E4DC2A9B49FD8FB8329C7C1F24E7E3B /* UITableViewHeaderFooterView+RACSignalSupport.m */, + B8B2586DC58DF9B46238C240F7A8B895 /* UITextField+RACSignalSupport.h */, + 2F28F05BC40997D9327105C049528A79 /* UITextField+RACSignalSupport.m */, + A5CEE0EDB56DDE05394F6C6A5F1823C4 /* UITextView+RACSignalSupport.h */, + 223EE64B877C33B9729702D1E364C7DA /* UITextView+RACSignalSupport.m */, + 74485819E52C7E7AB85C7DAB04792AA7 /* Support Files */, ); - name = Resources; + name = ReactiveObjC; + path = ReactiveObjC; sourceTree = ""; }; - 436AD8BAA762C9075295FF2E7597AE8C /* Resources */ = { - isa = PBXGroup; - children = ( - 0D2C82B4BE1321EFF3DF382F2AC4088A /* IQKeyboardManager.bundle */, + 43085D65554CBA28CCEBEE04F2DDAA91 /* LGAlertView */ = { + isa = PBXGroup; + children = ( + 4278B679439C43D80AACD0E8AF121243 /* LGAlertView.h */, + 5769E0E94897AF21B05B63A63896DB43 /* LGAlertView.m */, + 7F5A8617CDA681704E83BBE751D49AD1 /* LGAlertViewButton.h */, + FDF9E0825F08D94DD2B70E861A6756C8 /* LGAlertViewButton.m */, + EAE9D49AB0A86A722376A6C181EB297B /* LGAlertViewButtonProperties.h */, + 043ABDFD1A91290B59B89A00E629A619 /* LGAlertViewButtonProperties.m */, + 287E26C8A6265AE2F106CA017561C92B /* LGAlertViewCell.h */, + 483A306B71B47A7E3C2A23FAD28C2BCB /* LGAlertViewCell.m */, + C7F691AABAEC9E3DCDC047F2957133D3 /* LGAlertViewController.h */, + 6E93559C934503051D439B3864E3371C /* LGAlertViewController.m */, + D3DE1BE5B085F46D426769A607D3E931 /* LGAlertViewHelper.h */, + 1905B81CCBC3B1D8531080991A9F64C9 /* LGAlertViewHelper.m */, + 241E70F9BD80238075D6344D8CA610D7 /* LGAlertViewShadowView.h */, + 87452A8132895525DDC99525E31D6DA4 /* LGAlertViewShadowView.m */, + A858260C721AC2AF8DA89A058463B495 /* LGAlertViewShared.h */, + F1240BD4C4B9B45BD0877D3F861D1B01 /* LGAlertViewTextField.h */, + 22FF4E5A7083AC91C25970537507190F /* LGAlertViewTextField.m */, + 6E02546F0FC74842EF1F1ED8C0F74CCA /* LGAlertViewWindow.h */, + 6A0E4CDE545F8BB19A362BA8C537C30F /* LGAlertViewWindow.m */, + 805F5158E61DB2B7D5431FE9F6C20A6D /* LGAlertViewWindowContainer.h */, + 0B85AFE5592A9B8939E3D0361750B3BE /* LGAlertViewWindowContainer.m */, + 3808C064EA271B5A4BE41BCDEAED2F2B /* LGAlertViewWindowsObserver.h */, + D8125CF11A574D0AF2EC7B448A286C20 /* LGAlertViewWindowsObserver.m */, + BFBDAAEEDFC6BA0905580625E68CD1D7 /* UIWindow+LGAlertView.h */, + 90C2E20351D2ABFAB9E6ADE5D5C90C6D /* UIWindow+LGAlertView.m */, + 7124CE720F706636A09333909BE4AA0B /* Support Files */, ); - name = Resources; + name = LGAlertView; + path = LGAlertView; sourceTree = ""; }; - 43A5EAB33919E8F2410721FBCC9477BB /* LTFollowMove */ = { + 44FF875EF3C3E813705634CB4D37707A /* Support Files */ = { isa = PBXGroup; children = ( + 905B6E3DC5D04B9E6403CED09C26A2BB /* mob_smssdk.debug.xcconfig */, + EB691A8861BA81E5E3EEC511001C95BA /* mob_smssdk.release.xcconfig */, ); - name = LTFollowMove; + name = "Support Files"; + path = "../Target Support Files/mob_smssdk"; sourceTree = ""; }; 456276E5FEC42E3F0C8789DBB8577F5D /* Pods-LekangGuard-LekangGuardUITests */ = { @@ -3386,1426 +4027,1084 @@ path = "Target Support Files/Pods-LekangGuard-LekangGuardUITests"; sourceTree = ""; }; - 4982A0BD4C22AA4C659D67759B215478 /* Resources */ = { + 47BB918F76DEC81833B4A24EA9197C0B /* Frameworks */ = { isa = PBXGroup; children = ( - 607146AE7AFFDDDED6920A9FFCCD417A /* BRPickerView.bundle */, + B43DC6FAA742AF597A3AB1E22AFDE777 /* GoogleMapsBase.framework */, ); - name = Resources; + name = Frameworks; sourceTree = ""; }; - 509ADD965E2EEEED1F014BDB1F2CE97F /* JhtMarquee */ = { + 48565425F9DAB39297018295CA84D183 /* JuphoonCloudSDK_iOS */ = { isa = PBXGroup; children = ( - AC88867F6BE4B3D0C9FC26686FB25ABA /* Frameworks */, - 8421458083E41B57EBED8DA86E3E11E1 /* Support Files */, + 1F0EB4CAE2E85AC3E68A649AD24864EB /* Frameworks */, + FBA04AD054F3C717D9560DEEE6E9416C /* include */, + 99F7C62155994C3DE695A91B61EE0ABD /* Support Files */, ); - name = JhtMarquee; - path = JhtMarquee; + name = JuphoonCloudSDK_iOS; + path = JuphoonCloudSDK_iOS; sourceTree = ""; }; - 50F586910945C694AC69D2872CEFACE4 /* Resources */ = { + 4DB8435E230B48CBF1B245E17331CB4D /* AMapSearch-NO-IDFA */ = { isa = PBXGroup; children = ( - 1757F784A093A9DD46D1607451C5D42C /* Image.bundle */, + F1AA1FB2A5D502C7B689F4AA7A754CD1 /* AMapCommonObj.h */, + C639519252D741AFA90FF0EC895AC567 /* AMapNearbySearchManager.h */, + 015C9F4BEA341BE0064AEFDDE4BEAE50 /* AMapNearbyUploadInfo.h */, + 1063DE783A6E3D752A4870AF91B45402 /* AMapSearchAPI.h */, + A38DA3EB9D5616BAD555ABAF51BE101E /* AMapSearchError.h */, + 0AB3948441CCC74D1FBFC98F321CC60D /* AMapSearchKit.h */, + A44B67D4969B7B85AAB77CA7557C8040 /* AMapSearchObj.h */, + 510A93E188664755613FCE1EA63D72A1 /* AMapSearchVersion.h */, + C3B11619FCC79C3D52D65FFA57FFE8A2 /* Frameworks */, + 67395AF6F1AC87C5EECFCBECE35F811A /* Support Files */, ); - name = Resources; + name = "AMapSearch-NO-IDFA"; + path = "AMapSearch-NO-IDFA"; + sourceTree = ""; + }; + 4DB9FA35BD8E6BC848FC4732F7C5EB87 /* KafkaRefresh */ = { + isa = PBXGroup; + children = ( + E3CC85A52C2A478B6A15EF55E5549780 /* KafkaRefresh.h */, + AC3F98C34F95CD6435A78BA76F29A745 /* Category */, + FA37CAEF71050F6192C40AC92EE44C5C /* Configuration */, + C9793574846BBE03F3B37FF6DD6F4ACD /* Core */, + 062E8B9111D100454F01B2BF2AF3F809 /* Default */, + E256F9CB3987563A8D1E9DA74E2236B8 /* Resources */, + F1478E0A2C2A84DBD6AEAEE8D028BC1C /* Style */, + 84A1DF718B8066E85C64EDF5CB3C9A9E /* Support Files */, + 7BF17866A55ACA755D20BCDD45C735B0 /* UIKit */, + ); + name = KafkaRefresh; + path = KafkaRefresh; sourceTree = ""; }; - 51989A104278E31433E426B5385372B3 /* Pods */ = { - isa = PBXGroup; - children = ( - 3678E291FE0A247B0A88B1134CEE4A49 /* AFNetworking */, - 0089FC573CC519DCCD6BFB105C9759FA /* AgoraRtcEngine_Special_iOS */, - 346425D77061CEF33C4658735B2DC9E4 /* AMapFoundation */, - 77B4AE2C963CE841AC6B97C514D495E0 /* AMapSearch */, - 706349366EF069B1007902FD6980644C /* BRPickerView */, - 3AFEC1FF35E2BFC7B1CC8D4B66620347 /* DZNEmptyDataSet */, - 70447A4226A7AE9BB74E4912DFF6341A /* EasyShowView */, - DB44F491566D0B8057A53D6D719D81DE /* GoogleMaps */, - 64123B3773E856C0BE0CAC525CF8AD37 /* GooglePlaces */, - AEEA5400F3939613CF3B65F81B0B41EA /* IQKeyboardManager */, - 509ADD965E2EEEED1F014BDB1F2CE97F /* JhtMarquee */, - DA20BA0B409254F80685C83543BB4B8D /* JLAuthorizationManager */, - D5AF5BB2E5F80907E8E789DA6CAFD13D /* JuphoonCloudSDK_iOS */, - CA05F0488E9284A0CABF7CE774A9F0C4 /* KafkaRefresh */, - 1C8813A2CDAB7F75833EEFB106F7D53B /* LGAlertView */, - 9CFB84645D9BA06BACF760CD8C2FC05C /* LSTCategory */, - 1EAE6DF17FCF968FEC519B1DE96E4032 /* LSTPopView */, - FC7718870042E32E46E9D281F1E3B9BC /* LSTTimer */, - CC865340A22D1AECCDB9866159F1F09F /* LTScrollView */, - 8C962936CCA88768D25D8C719084D48A /* Masonry */, - 685912F06DDA44D22F57F8C070274CA9 /* MJExtension */, - 1141EE4D330E02E5E37C51A87AAAFC82 /* mob_smssdk */, - EA473BA1A06C2563A621854D70E26267 /* MOBFoundation */, - CE14DA9B27BEE8847BAF9ED137208064 /* MQTTClient */, - F1B43C394F95808D75F8C818304A4F88 /* MSNetwork */, - 62B12CAFB2A83B5F76CDEC346A06F253 /* ReactiveObjC */, - F0ABAB8A22F52DB5883CD7ADCFB40B0F /* SDWebImage */, - 9C1DEBA6CBFFFF00A20BA2270E3575EF /* SGQRCode */, - E986EB92040A3F7B4B653122C6968FDE /* WechatOpenSDK-XCFramework */, - 90E9DA1CDFC49A496202055D442F2F79 /* WHToast */, - FE97B681490C1365CD1966FF60DEED3F /* YCShadowView */, - 7CB67948ED476C4ADDF4C5ADC6DA9514 /* YYCache */, - F350B4F9C765B04F2728DA03A15E6421 /* YYModel */, - 216E7132BBBA1D7106E9C37BA15EF51E /* ZXNavigationBar */, + 4F8855E3EE34BFC7DE159A3CD125ECCC /* LTScrollView */ = { + isa = PBXGroup; + children = ( + 4589A6E3D7DAA177DBE43FB833C8B13A /* LTAdvancedManager.swift */, + 371DF45913A0EF21FECFD822DD308437 /* LTCollectionFlowLayout.swift */, + B1D7AAC515B5846A88923DEF4580CB8F /* LTDispatchQueue.swift */, + BAFC83C8A0BE4CF2CDD667BF94E71D14 /* LTFollowMoveView.swift */, + 4B6F1F4FBA8CD567004EA5C6F80116ED /* LTLayout.swift */, + 535512BD43A150411C1FADFEA1620CEE /* LTLivePlayLoopsListView.swift */, + 3E21086EEF2CF671A505764785399CE9 /* LTPageScrollView.swift */, + 96E8E60551BE1932D89E2882E324F760 /* LTPageTitleItemType.swift */, + 98FC76A84CE656DD7068D5A3ACC27207 /* LTPageTitleView.swift */, + EE768E96F533AE19F81A7D4A89086A9B /* LTPageView.swift */, + 2C20F8BFF3FF313450B7D98D3078606A /* LTScrollExtension.swift */, + 618CEF72857CF13FEA3B9E0CB4F0DC5B /* LTSimpleManager.swift */, + 87C7FF3B163A5E7F385A3349D470D8E2 /* LTTableView.swift */, + 842DE9606FC9A5E64A3D0B7526240F1A /* LTTableViewProtocal.swift */, + E8B6F49FA41F749D32C683F6D9AE6092 /* LTVCExtension.swift */, + EEC54170EE1B4D215D4F3B72C545CB0F /* UIView+LTExtension.swift */, + 872EB0542F559AADC878A500CF6E7D74 /* LTFollowMove */, + 86ED97E169A50B8088D9631282304DD0 /* LTLoopsPlay */, + 9AF642F008BF6A9F89F7ECC9969B4688 /* Support Files */, ); - name = Pods; + name = LTScrollView; + path = LTScrollView; sourceTree = ""; }; - 5357B692AAE05BCE94526EFF3473D31B /* Support Files */ = { + 519937D038550C592568371B18532ED4 /* NSURLSession */ = { isa = PBXGroup; children = ( - 38C5C236AEBF1319C614C6F3782B94ED /* WHToast.modulemap */, - D8B4D2C508B55A619620A7854CD7BAA5 /* WHToast-dummy.m */, - FF8009079D6E2778A508D87CDD9DC241 /* WHToast-Info.plist */, - 605265AE411B4B276137DE8952E69258 /* WHToast-prefix.pch */, - 5E6B58075609EB598FCE373F3AAE5F02 /* WHToast-umbrella.h */, - 366433EB1F7632564CEC2D4324CE7864 /* WHToast.debug.xcconfig */, - B458706738CA2B79402F90BFA37BB57E /* WHToast.release.xcconfig */, + 58F60B6B594FD483F8B647F7F900C933 /* AFCompatibilityMacros.h */, + 4A6EE98A23C82AEAE554469F317970E7 /* AFHTTPSessionManager.h */, + 858787AECF81D203DD6F140192403454 /* AFHTTPSessionManager.m */, + 8325D4F1FA3615E61EB01FDF5D28A030 /* AFURLSessionManager.h */, + C9A69804EC6E277FB3E5F497DF7E8755 /* AFURLSessionManager.m */, ); - name = "Support Files"; - path = "../Target Support Files/WHToast"; + name = NSURLSession; sourceTree = ""; }; - 55E68E0C3E5E7249E8F5F9D59F955E72 /* Base */ = { + 552D958F2C893B685099BE904FC8AEB6 /* Resources */ = { isa = PBXGroup; children = ( - 6523FE650C3B66C978D54B83D94D472D /* BRBaseView.h */, - F0F1B0C1DE78570BFFA4960CDA1D8EF8 /* BRBaseView.m */, - C078360A10A8C0A1D79A537890EBA145 /* BRPickerStyle.h */, - A0FCEB1370F255D717FCEB28AE7DB1B1 /* BRPickerStyle.m */, - 092D9C2A0A9CB4FFCD15157ED36B4751 /* BRPickerViewMacro.h */, - 7CBF8D0982EFF0EF6D66C4C646A10CF6 /* NSBundle+BRPickerView.h */, - 4C013BDD5E0652E27A764ED8C3697AA3 /* NSBundle+BRPickerView.m */, - 4982A0BD4C22AA4C659D67759B215478 /* Resources */, + F1860C5DDE58CB8BC4BD201C7770B022 /* IQKeyboardManager.bundle */, ); - name = Base; + name = Resources; sourceTree = ""; }; - 58E793E27CA2874F61153E9940AC08D4 /* Support Files */ = { + 58DA18A7723460F926897758744D0073 /* LSTCategory */ = { isa = PBXGroup; children = ( - 51DDC1D994AA3D4A4D00ACEE28A94FCC /* MSNetwork.modulemap */, - 390B73E069650FCFD652A806107A67B5 /* MSNetwork-dummy.m */, - FAFC7E6BB2208F02725EE087DFC8509E /* MSNetwork-Info.plist */, - E57A5291FF1F6445FEE8CD587DC70D3A /* MSNetwork-prefix.pch */, - 9DE898BD42C644E1B3D10824AF306C53 /* MSNetwork-umbrella.h */, - 5C778647FBCEBE71E4261893F8A9303A /* MSNetwork.debug.xcconfig */, - 17BE2128A9CCA6512316C44FF4A3F893 /* MSNetwork.release.xcconfig */, + 941A19DB689F629974FE9C4718ABC3C9 /* LSTControlEvents */, + 67C91A434CD4B65B0EA47DB03ACF2894 /* LSTGestureEvents */, + 254016A174D092FA9D0D40E010C059C7 /* NSString+LSTString */, + 98983777541C189979BC71636E0983A0 /* Support Files */, + DC87220E6D406692D4D8F23FD51051F4 /* UIColor+LSTColor */, + 1DB41440C452C4E24C51D4E223CD471B /* UIView+LSTView */, ); - name = "Support Files"; - path = "../Target Support Files/MSNetwork"; + name = LSTCategory; + path = LSTCategory; sourceTree = ""; }; - 5B2B283E0732C253E2C300A325495ED7 /* StringPickerView */ = { + 5C4706315915BCC6446BAB6A15BDB8EB /* Base */ = { isa = PBXGroup; children = ( - 1689D2905D000E07D0771AA19F54262B /* BRResultModel.h */, - 64E5F200377C03FF0C41A21A9F72B1CC /* BRResultModel.m */, - B1851EBAB8D1BA8C6DF70FBD9C12D834 /* BRStringPickerView.h */, - C7404A9CD0F918B128707AB41DE95EFA /* BRStringPickerView.m */, + 47BB918F76DEC81833B4A24EA9197C0B /* Frameworks */, ); - name = StringPickerView; + name = Base; sourceTree = ""; }; - 5F9C7A6847C05F4A0B2FAE2F7E98BB17 /* Support Files */ = { + 63B263D3B179B68813B2D2CB241D1C49 /* Support Files */ = { isa = PBXGroup; children = ( - E6F6A381B50A9928CC73F8AC94B38A7A /* YCShadowView.modulemap */, - 77E32B434D5FCAA654AD6D9A66FFD436 /* YCShadowView-dummy.m */, - 888BCF08CF05C9F30451E53F8B5E191A /* YCShadowView-Info.plist */, - F3C20AEA7D8B9436BED912E6258B95C2 /* YCShadowView-prefix.pch */, - A263571DA5CF6112740708890109C9EF /* YCShadowView-umbrella.h */, - 16E87F0F4DFBAB5C1D8ED78FD07A6CCA /* YCShadowView.debug.xcconfig */, - CEBED2FDE6A9AF0778791CC61C176B23 /* YCShadowView.release.xcconfig */, + FC9E9441202F9493D1824CC20B2FC15E /* YYModel.modulemap */, + D5D65C4ADD48B078CDFD41D539A81AB2 /* YYModel-dummy.m */, + DAEF7BA34A36980887407D55965D0BEA /* YYModel-Info.plist */, + D499B5617E9B6E96332C4EB970C6826E /* YYModel-prefix.pch */, + 3A809F0F83B105152710AE07E6F05CBA /* YYModel-umbrella.h */, + BCD7949CA699FAC01DE55F57054EAD00 /* YYModel.debug.xcconfig */, + 3A0E621F73630169B9FF6B6002BAD439 /* YYModel.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/YCShadowView"; + path = "../Target Support Files/YYModel"; sourceTree = ""; }; - 61740BB6001CDABE275EBE5F174D0CD9 /* Frameworks */ = { + 671F1ABBBB46CCED9D084EB2B00E1D6F /* Frameworks */ = { isa = PBXGroup; children = ( - 6503990EEF9DBB38D92710CB58E346DB /* SMS_SDK.framework */, + 5AC24F0CF7E88FEC88F2739FB3EE92D2 /* MAMapKit.framework */, ); name = Frameworks; sourceTree = ""; }; - 62B12CAFB2A83B5F76CDEC346A06F253 /* ReactiveObjC */ = { - isa = PBXGroup; - children = ( - F6ED14F93617DBD4DF1A38150B2D01ED /* MKAnnotationView+RACSignalSupport.h */, - D7419F4AFCB2E582C30A95D056E6A8FA /* MKAnnotationView+RACSignalSupport.m */, - 48D9A0B7691110BA71179C6E215D97C9 /* NSArray+RACSequenceAdditions.h */, - BB2A7BE530B1901ABF59756C4997A775 /* NSArray+RACSequenceAdditions.m */, - 33CD5866F65AD21DAE7761FCE8CB4B80 /* NSData+RACSupport.h */, - 09E0C39461F09E109D2AEE6BD7794C09 /* NSData+RACSupport.m */, - F48B5972A4227C80B42EF59577DC41AC /* NSDictionary+RACSequenceAdditions.h */, - 0DEE413B9DB6F8FA28969840178490DE /* NSDictionary+RACSequenceAdditions.m */, - 075A44DF1934ED5844F9E13F4348DCD5 /* NSEnumerator+RACSequenceAdditions.h */, - B1F354DB2F7BA7184082088E2C0328EF /* NSEnumerator+RACSequenceAdditions.m */, - 59808C31C01FB4A99A7D838D8615FEFF /* NSFileHandle+RACSupport.h */, - 88B6B16ADE3381C4DF7900CD1ABA6174 /* NSFileHandle+RACSupport.m */, - 5909A0D941CDBC34A3154FBD0D234DCF /* NSIndexSet+RACSequenceAdditions.h */, - 8988B809FDB0AB81D9B4F42A72B96ABF /* NSIndexSet+RACSequenceAdditions.m */, - C04204EE76DF78A57AE02A60104CDFDB /* NSInvocation+RACTypeParsing.h */, - DA826FFDBE1765EBCB7F6E2F7C2BDCEC /* NSInvocation+RACTypeParsing.m */, - F9AE61833D3144377155145C400B1931 /* NSNotificationCenter+RACSupport.h */, - 3DCF60D1797D913D335A433C071E2376 /* NSNotificationCenter+RACSupport.m */, - 52571BBCDE3BB631E6C3B602335067B9 /* NSObject+RACDeallocating.h */, - 2E13EF5B844FF12442BA6341183DA0CB /* NSObject+RACDeallocating.m */, - 79F38E00DFBE3798C1EAE173AE46B9B4 /* NSObject+RACDescription.h */, - D97D9E75D55BB7A9F3FA3CE287FC9D1B /* NSObject+RACDescription.m */, - 4368FBCFC0AAB48B49D8749E6CE6D031 /* NSObject+RACKVOWrapper.h */, - BE1A65158DB5C88AE8DE0A6DF59AEA89 /* NSObject+RACKVOWrapper.m */, - E7D629E5117540B4718ABAF17FC1519A /* NSObject+RACLifting.h */, - 4C74067FA72B8082300A5E05DB7E94AB /* NSObject+RACLifting.m */, - FC3C889D1E738260A44E2D5F362AE54D /* NSObject+RACPropertySubscribing.h */, - C84239E7EF74D32B07D62490ABF96568 /* NSObject+RACPropertySubscribing.m */, - D162DA38ECF17A7A7BFD2582DC8EA7B9 /* NSObject+RACSelectorSignal.h */, - 55FAA29A4BA54E19894706AD138A2FBC /* NSObject+RACSelectorSignal.m */, - 265EF896357E3BF32E040659962C7A11 /* NSOrderedSet+RACSequenceAdditions.h */, - 3B8BF5F9DF982A857F0B753F76642DF5 /* NSOrderedSet+RACSequenceAdditions.m */, - E27AC8F6B65C27A55920963038169136 /* NSSet+RACSequenceAdditions.h */, - 4F2EAAD7E761A86C84BBD4483292B288 /* NSSet+RACSequenceAdditions.m */, - 2DAF43F623E0784749449FB7F9AF079C /* NSString+RACKeyPathUtilities.h */, - 0CAFB1CBA43EB11FC885CF6C6F05DA8A /* NSString+RACKeyPathUtilities.m */, - F8BEDB230A52033E226A5DBD81F94CFA /* NSString+RACSequenceAdditions.h */, - ECE94AD8E3C693DB5481D27F09BD6DB4 /* NSString+RACSequenceAdditions.m */, - 9890004AB8167A96128F32FB57B1075E /* NSString+RACSupport.h */, - 2219372C5F274C6CA077F3FD455A38D3 /* NSString+RACSupport.m */, - 3ED896737FC5E247EC66BC39A386BE8E /* NSURLConnection+RACSupport.h */, - 5E91BE3F095DDF46735E02E0BED19EB5 /* NSURLConnection+RACSupport.m */, - DD91A44C6047B0F8D6FF2CF1042ACF11 /* NSUserDefaults+RACSupport.h */, - A9ECDC622ECBCBB270B6BAA0FDAF3885 /* NSUserDefaults+RACSupport.m */, - 21BACA8761698A28BCA47E0ACBE09224 /* RACAnnotations.h */, - 061FC148CDA242EE292A139DBF944450 /* RACArraySequence.h */, - 66D59B8232E6D445FC9374F49E774C8A /* RACArraySequence.m */, - 2EE7D4476A014D8EF6BC9C9D2171A8EB /* RACBehaviorSubject.h */, - 21BAC453027FBC0925E18207244E648A /* RACBehaviorSubject.m */, - 0BB42DAF2E8E17C10B403C26A1E17111 /* RACBlockTrampoline.h */, - 122C79CD62C98CF183D94E0FEBAAF397 /* RACBlockTrampoline.m */, - 0514640A9E13DB241685D9D94DE343EA /* RACChannel.h */, - 4445AC8776419AE15704918DA08B9C7C /* RACChannel.m */, - 135275725817B5E1247D8E11E0CD65C1 /* RACCommand.h */, - B927EF1472B1C4BCFF6615F8FDEAC8E3 /* RACCommand.m */, - 854C5E7A7C3A606448773114B55880F6 /* RACCompoundDisposable.h */, - 2A8E5A8FAFAF4F8D6CA727A9E3CCFCEB /* RACCompoundDisposable.m */, - 9022250FA8E4C9E6F7C3C786FF2EBF4C /* RACCompoundDisposableProvider.d */, - 49AD370BDC4CD108E388E0CA4A091BA9 /* RACDelegateProxy.h */, - 85121AC70C1D21AA30D175AFF860317A /* RACDelegateProxy.m */, - 62A3CAA21F18E65A331746CF13CD413C /* RACDisposable.h */, - 59A9AC73FAC4DB4F5451D4F1786D991E /* RACDisposable.m */, - 81657F8E5323B72696A7073A4617B5B7 /* RACDynamicSequence.h */, - 8B46A260D56208E19903CD0F6549A12C /* RACDynamicSequence.m */, - F66F6F62227E951D46B65D7EACDBA951 /* RACDynamicSignal.h */, - B0EB07A3A9B44629A12E4010C7C004F7 /* RACDynamicSignal.m */, - BBD7B50FC2849CD8A5E19293959A366A /* RACEagerSequence.h */, - 2C40C79018FF50258547104927F778B4 /* RACEagerSequence.m */, - C80224AB1C38B34A64CBA1EF516DFEED /* RACEmptySequence.h */, - FBA2CE4AEFDEAFDA9B93F9FECB11AF44 /* RACEmptySequence.m */, - E2AF6C1687B13E54ECFFDFED5AF11705 /* RACEmptySignal.h */, - 44B2A1CC693719198C16B904C687E1E3 /* RACEmptySignal.m */, - FF5C8EEF3AA8864301353A58384DD8E5 /* RACErrorSignal.h */, - B290EBC63FB3567E6C05844C3CEE28F2 /* RACErrorSignal.m */, - A8020C1F40F358EA9876F43DFAFC7AA6 /* RACEvent.h */, - 017B909CFD6FF8726D69203884B65EC8 /* RACEvent.m */, - 1D2DC7D540FFEFB6A59E7E81012F72C2 /* RACEXTKeyPathCoding.h */, - 778AC9AC3254D3595CD63ACE2F1C1921 /* RACEXTRuntimeExtensions.h */, - C5673F5BF4C03D71132C98AEAFE4065F /* RACEXTRuntimeExtensions.m */, - 2BB0B144C4930AC44C84EFB5FE3ADC79 /* RACEXTScope.h */, - 891F0C72AC4F69F6FB353D7D347FFB59 /* RACGroupedSignal.h */, - CEE7216C2D83351BCB6CC9D900BAEED2 /* RACGroupedSignal.m */, - E819940E2AF37B82D8080357B39748C4 /* RACImmediateScheduler.h */, - E8D32449956859AEAD5778D6D9248C63 /* RACImmediateScheduler.m */, - 0038AEF22F1104ACE9D7DADDC2892202 /* RACIndexSetSequence.h */, - 5AE967B1A13B34CE935E72148E263268 /* RACIndexSetSequence.m */, - 7AED82E878435C6DE893A5441633766E /* RACKVOChannel.h */, - 1D67A63A95C1109C2EAA867D2056AD5B /* RACKVOChannel.m */, - 523020E2179ACF4189680A5141DEC1C3 /* RACKVOProxy.h */, - B83BEB35BA21400965B37B41C7BC4CFB /* RACKVOProxy.m */, - 3C5FEB895BF4C48F8D5832685EA292BD /* RACKVOTrampoline.h */, - B1E9D2FFDEA13C45EDD60011B47DA7FF /* RACKVOTrampoline.m */, - E9D593377AA3877CC05D6CB8F622137C /* RACmetamacros.h */, - EE5AC0715187C4A7B96B089480948774 /* RACMulticastConnection.h */, - 3CE0FB94B08EC2383D34A4B324DD870A /* RACMulticastConnection.m */, - 80600C34D9298E7B73515B20A46EEDD8 /* RACMulticastConnection+Private.h */, - 2D475BAB0C127D46799576B366B3F3FA /* RACPassthroughSubscriber.h */, - 1089EE13A930E77C6E02B9A73280A82D /* RACPassthroughSubscriber.m */, - E1445B4138F88EC4B31EB20E37C1399C /* RACQueueScheduler.h */, - BE70D2266BB637B313CEA3AF3565C152 /* RACQueueScheduler.m */, - EAF8FA95BD5ABC4C5B0BB523E64442A2 /* RACQueueScheduler+Subclass.h */, - BB5DB08D1832D2F5068C307045297C3B /* RACReplaySubject.h */, - B1608ABC8926B3499D247F42B6C9A523 /* RACReplaySubject.m */, - 0D4299B9D6B4A792E0AE47F19E4F0C12 /* RACReturnSignal.h */, - 7EA9D4B8C443305BFB2F529EA1479571 /* RACReturnSignal.m */, - 8B9B458E284D427F572F29C4CDA74578 /* RACScheduler.h */, - AA66AB5544403B54333A24CB6EA96F5A /* RACScheduler.m */, - 0168ED003C57EB5D536068E467DF3131 /* RACScheduler+Private.h */, - A84D62F878EACE30152BA70F9DD7F1FB /* RACScheduler+Subclass.h */, - 2558DE0B97636F6368A5015C416BDD6C /* RACScopedDisposable.h */, - C5B084EDEF34DB446A20E8D05CD2FB51 /* RACScopedDisposable.m */, - BAF641866230FB7C73BCB5C184DC66CF /* RACSequence.h */, - AFA39090A912C8829E21462CB00B8456 /* RACSequence.m */, - A85B08CE6B1713763863AF7970F8AF11 /* RACSerialDisposable.h */, - AC45CD07ABD1DB639332CD49E04F15B9 /* RACSerialDisposable.m */, - 7A1FE608382C279D94A31FE394948BB5 /* RACSignal.h */, - 6ACBEE87A03690A69E63B9D465135703 /* RACSignal.m */, - 31E78F4E0A47C63578F1D9C2FF276C27 /* RACSignal+Operations.h */, - 32A596101F194FA271FB30901B215ECD /* RACSignal+Operations.m */, - A73969B44EA06F292B71509F28521970 /* RACSignalProvider.d */, - 97A580BEA5472F661724244F5E67B9D7 /* RACSignalSequence.h */, - 5012B3AC9F0D9B0819F33456938B368B /* RACSignalSequence.m */, - E8519CFD6CA85D3B0FE261088AF21C9F /* RACStream.h */, - 58D9D21CAB886EC9B1C5CC95F38E7052 /* RACStream.m */, - 80949FB59B328983F670B8D923465245 /* RACStream+Private.h */, - E62BA94803AD2DC65441D8F2EBC86FF9 /* RACStringSequence.h */, - 39597A89F62CC6E9B95EF7573D519E23 /* RACStringSequence.m */, - 635ECFC88936D8F730F22DE34F794E19 /* RACSubject.h */, - F1F28254A396C31C3BDB8BDB2D0B1188 /* RACSubject.m */, - CD8637F5B71B43C39B898C93A3D7675B /* RACSubscriber.h */, - 439F2B155CC4D98A47261FABDA19BD85 /* RACSubscriber.m */, - BFF4245CA8F869F2E0A0DBEEA1645D46 /* RACSubscriber+Private.h */, - 7626E25A69CDDF0C14CDE1C38FFFC802 /* RACSubscriptingAssignmentTrampoline.h */, - BB9854F055C88C16F062F62A9EAC1E3A /* RACSubscriptingAssignmentTrampoline.m */, - 3B5E7545A12012B72D85B05550AE832A /* RACSubscriptionScheduler.h */, - 51C761866A18E1C0D6B5D3DAD6C14E02 /* RACSubscriptionScheduler.m */, - 9801ADE8FC7E207D52A8F3A5F7030D8B /* RACTargetQueueScheduler.h */, - F5B7BDD4AD6FA56F5864B44B09B9FA0F /* RACTargetQueueScheduler.m */, - 06222A31755CFE4F01B5E48E768C47DE /* RACTestScheduler.h */, - FDE5B953090850FE5570FA30653D405F /* RACTestScheduler.m */, - 1EBC25C32CEFC8DFCF24A95FAE8BB1B6 /* RACTuple.h */, - 1588B54B406731C3EA09DA302EABA534 /* RACTuple.m */, - A9A339E482DD154743660B2C66255838 /* RACTupleSequence.h */, - B73F5D8D95BEF9DE54429BB7158B8AB3 /* RACTupleSequence.m */, - 7B7C5BEF2DE687367CDD2B57D39C67F1 /* RACUnarySequence.h */, - 086754C959C51449C0C1770D2BD3DF6D /* RACUnarySequence.m */, - 7634EF748DBDF65CD181FCF7E997A116 /* RACUnit.h */, - 17554C6C5172AD034FF6D987A7DE0521 /* RACUnit.m */, - EA4D425115DDCE8C7F33CAD699898451 /* RACValueTransformer.h */, - A8E17B3BD6E35BA226CCFF14F1742756 /* RACValueTransformer.m */, - FFE403A1D5F31250E4875183427DCE29 /* ReactiveObjC.h */, - 33A491B0FABCC8911DE6A9E5F54998FC /* UIActionSheet+RACSignalSupport.h */, - 4B33E3420E172652F991335A89A8B2DB /* UIActionSheet+RACSignalSupport.m */, - 7599023BC3C0D07E528B47E9A7EFCE21 /* UIAlertView+RACSignalSupport.h */, - 3E02C603166C7A1F0AECC72BD1AD2E3B /* UIAlertView+RACSignalSupport.m */, - 217CC25F3A449CA2B27A3871F42B5417 /* UIBarButtonItem+RACCommandSupport.h */, - CE48DAF75E92311B483EFA939EBDE2D0 /* UIBarButtonItem+RACCommandSupport.m */, - 3C8EFD37E087F6EF4FB0FCCC5DD3B595 /* UIButton+RACCommandSupport.h */, - ACE74F7D6CE404313C690C56CA113CA3 /* UIButton+RACCommandSupport.m */, - 365980B9E66624487CD2B0E2DFC97E01 /* UICollectionReusableView+RACSignalSupport.h */, - 83363FC3E48BDE3B33AD351528D9D773 /* UICollectionReusableView+RACSignalSupport.m */, - 825EBEA94A7AF5D55C1ADD55A4B55593 /* UIControl+RACSignalSupport.h */, - 018B88FE6087A960F4958649F68A7345 /* UIControl+RACSignalSupport.m */, - 92E962A7E42469B2F99A6672B5CEAEC5 /* UIControl+RACSignalSupportPrivate.h */, - CECDED26BE433FE5589DA93F3CA69F57 /* UIControl+RACSignalSupportPrivate.m */, - A4755E181024C07BAD3D14D0DAC826A2 /* UIDatePicker+RACSignalSupport.h */, - B971A1B38160E7469F32E3B86BAF5B93 /* UIDatePicker+RACSignalSupport.m */, - BFF2CA87CA81E48D245BF55C3C6E3BE1 /* UIGestureRecognizer+RACSignalSupport.h */, - D716D589BA3B85AF9E31F04E1F06615A /* UIGestureRecognizer+RACSignalSupport.m */, - E66069AF1056A977495A85844F01E492 /* UIImagePickerController+RACSignalSupport.h */, - F19342B88FA62E8F6D06CFD69D0B6E3F /* UIImagePickerController+RACSignalSupport.m */, - 27D48B6360E84AD25D4E67C3F912338E /* UIRefreshControl+RACCommandSupport.h */, - FB67999E348AF4C28FA75E481BB8B55B /* UIRefreshControl+RACCommandSupport.m */, - 4678EDDF2626A662BC6450EF03389CCB /* UISegmentedControl+RACSignalSupport.h */, - 9195CEB7AA50525FBEB4400A0DA2D387 /* UISegmentedControl+RACSignalSupport.m */, - 05493C18DFC2B6BC856D2B53B145AB2B /* UISlider+RACSignalSupport.h */, - EE71CE7FBFD1A530A6C3F8C14B85467D /* UISlider+RACSignalSupport.m */, - 53B90BB297FDAFAB40CBEEB73AB13ACD /* UIStepper+RACSignalSupport.h */, - 88D6A43BD26B95CCE90AC025FFB69915 /* UIStepper+RACSignalSupport.m */, - AC3505E4DA9D7A98C21F69D092AD17A2 /* UISwitch+RACSignalSupport.h */, - B61FFC6FE0ACA785B171A85994AA410A /* UISwitch+RACSignalSupport.m */, - 4DAA7642B0F6C81AA1D52A48D838CBD1 /* UITableViewCell+RACSignalSupport.h */, - D3FCBCB5302F8921CB4987E6334AA0F2 /* UITableViewCell+RACSignalSupport.m */, - 510177436CE101E633372D808F14CCCA /* UITableViewHeaderFooterView+RACSignalSupport.h */, - DCF60F687E1D34250BCE3AB8AEA650B8 /* UITableViewHeaderFooterView+RACSignalSupport.m */, - 24367C7EF5A50F48B504023290C4C028 /* UITextField+RACSignalSupport.h */, - 2D7D5A2860D283E3CF4013F05FE2CF26 /* UITextField+RACSignalSupport.m */, - A7254F23982F877EA6ED42DC28529E69 /* UITextView+RACSignalSupport.h */, - 5F8944CDA5A275A97B0DA94A59D1B07B /* UITextView+RACSignalSupport.m */, - 25DBB74F80BF96BEAEDF57782E9F7A98 /* Support Files */, + 67395AF6F1AC87C5EECFCBECE35F811A /* Support Files */ = { + isa = PBXGroup; + children = ( + C887A6522514965BEF3215950BCEB47C /* AMapSearch-NO-IDFA.debug.xcconfig */, + 13CE89A7D6BE0983F776C5D4956DE489 /* AMapSearch-NO-IDFA.release.xcconfig */, ); - name = ReactiveObjC; - path = ReactiveObjC; + name = "Support Files"; + path = "../Target Support Files/AMapSearch-NO-IDFA"; sourceTree = ""; }; - 634E7AE8F8AACE1382D32DB52B69B2E8 /* Support Files */ = { + 67C91A434CD4B65B0EA47DB03ACF2894 /* LSTGestureEvents */ = { isa = PBXGroup; children = ( - 06D5752AB3A9CCFAF8D79CA98020E6C6 /* YYCache.modulemap */, - 027139CE7EA2A082440DADDC158F7B11 /* YYCache-dummy.m */, - 82C234B1317CC8B58848375B9AC17731 /* YYCache-Info.plist */, - D1C892277F8566FEB1D85E7F0E57A279 /* YYCache-prefix.pch */, - 0C135EF1C86D3629FEAD026F45EBFA30 /* YYCache-umbrella.h */, - E13DF44CD0ECFE94BECE2A164AE3A7F5 /* YYCache.debug.xcconfig */, - 134238DF6C57540306F23D1B937EF3E8 /* YYCache.release.xcconfig */, + EE870FB3598CD8C6D979F92A64F6AC92 /* LSTGestureEvents.h */, + 76BD087E263C44FBDBC4C23DAC6D1453 /* LSTGestureEvents.m */, ); - name = "Support Files"; - path = "../Target Support Files/YYCache"; + name = LSTGestureEvents; sourceTree = ""; }; - 636537915ED6A6CC9386D9B0D3C7CAE6 /* Support Files */ = { + 689C2920520029DEDD4509E82B55ABA9 /* YYModel */ = { isa = PBXGroup; children = ( - BB78471002009BA4501FE4758A49C67A /* MQTTClient.modulemap */, - F7CD9C5EB8F8B98BD49C3FACF68184F4 /* MQTTClient-dummy.m */, - 0BC25E11F42DC4D2A4ED83EE21F244BE /* MQTTClient-Info.plist */, - 64E1C70754807BF4DF884CCCFE28395F /* MQTTClient-prefix.pch */, - 99B954891D9A41ED9ABE8B2CC6EFE61B /* MQTTClient-umbrella.h */, - DC780D998264CF72D89948E057387839 /* MQTTClient.debug.xcconfig */, - 8C11BBC3F2A4B1647A0E6504690ECC17 /* MQTTClient.release.xcconfig */, + 1E5A3501F5BFFE36765D8C74A8998A35 /* NSObject+YYModel.h */, + C1C0D1223C7B6A9CF989C885786B48D9 /* NSObject+YYModel.m */, + 915447F506785008DA1E3973781D1757 /* YYClassInfo.h */, + 7068A2B31D8F595722A1E03F708B9556 /* YYClassInfo.m */, + 7A5A2DEECAB55CD73451794A97EE2C16 /* YYModel.h */, + 63B263D3B179B68813B2D2CB241D1C49 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/MQTTClient"; + name = YYModel; + path = YYModel; sourceTree = ""; }; - 64123B3773E856C0BE0CAC525CF8AD37 /* GooglePlaces */ = { + 6C6105BAD1731040B18C6DFED739BC99 /* WHToast */ = { isa = PBXGroup; children = ( - 9D28DACE30F679BC502DC5ADDE3B985E /* Frameworks */, - 4005CD4C9AD11A3A3729A7D66492B666 /* Resources */, - EF78AD88C3F15A8EF8AE50ECCB66D703 /* Support Files */, + 1F3162488698D2B0311575251BC38A34 /* UIImage+WHToast.h */, + 994D0BF6D25A9F95E839098E4E584BC9 /* UIImage+WHToast.m */, + 5E3F703D22C4B5259CF19B90E3799243 /* WHToast.h */, + 7C6039A2240838539A8E6EA8651460DC /* WHToast.m */, + 82B63DC3D061B0E17053F1EC6979BDBD /* WHToastConfig.h */, + F4E97BFF3C4313946C4EF2DDF7902ED4 /* WHToastConfig.m */, + 5AD20E1B45E8BFE1AE1A69A08477D5A5 /* WHToastView.h */, + F1654FA9B2B375D5954EC1F3A3342E43 /* WHToastView.m */, + 28737E501E0B66CDA6F90C2B89F8EA3F /* Resources */, + 31CEE829A73DFFD36E792969551CE8C8 /* Support Files */, ); - name = GooglePlaces; - path = GooglePlaces; + name = WHToast; + path = WHToast; sourceTree = ""; }; - 666104A58D459087B3B8E988CE3CB7A9 /* Frameworks */ = { + 6C739BEEDD378D3C6287D2A26BF6A8EE /* Support Files */ = { isa = PBXGroup; children = ( - 3D7327CB41E2E875CA091C2109F771A2 /* AMapFoundationKit.framework */, + 48B54555DD05B36F46FFC431D1C375AC /* IQKeyboardManager.modulemap */, + C10040EA30C95BC038EE96F221A6BB82 /* IQKeyboardManager-dummy.m */, + 2C60905D422001B5961F0321B6D9C616 /* IQKeyboardManager-Info.plist */, + E340CE8880F2B30836C595F29C62E81A /* IQKeyboardManager-prefix.pch */, + A993512FB0A108F259B10C637A61EB4A /* IQKeyboardManager-umbrella.h */, + 1BE2D373EE0ABD7438500946C5618B6D /* IQKeyboardManager.debug.xcconfig */, + 360E43FC58D0A1D7109BE4EC658E14DC /* IQKeyboardManager.release.xcconfig */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManager"; sourceTree = ""; }; - 685912F06DDA44D22F57F8C070274CA9 /* MJExtension */ = { - isa = PBXGroup; - children = ( - C20F12B7D9E352AD7B77286D72C8C25B /* MJExtension.h */, - 636D5DA543D738714B6434D4C4ABADD6 /* MJExtensionConst.h */, - DA0AB27C266C1F13971640A8BE0493E9 /* MJExtensionConst.m */, - 25E2A292CA89847FFBD4BA63218E3314 /* MJFoundation.h */, - D62308D11CC741CE089AD9C18EE01D1D /* MJFoundation.m */, - 0D77D3D96154E750BFE302B7618FBC6C /* MJProperty.h */, - DB7A944010D221C44631584CB7FCE88B /* MJProperty.m */, - E4637F41AF1ABB650A1BC24D00F6318B /* MJPropertyKey.h */, - 5842E444FFD423F8E655201C18DC9311 /* MJPropertyKey.m */, - 9A4549173F0E6A78B1C499EC5ED11BF4 /* MJPropertyType.h */, - 0FE67AE1D0F4BD3A2670D9A24B243D5B /* MJPropertyType.m */, - AAD9CD938FE18201D39CE77969F9FAD2 /* NSObject+MJClass.h */, - 7EBEE3581891A59B9AA1E8C829917242 /* NSObject+MJClass.m */, - 6C564B7F87A01121CF951F5999F5BD82 /* NSObject+MJCoding.h */, - B083BED615B77B7044A720859E7DF04A /* NSObject+MJCoding.m */, - 59A368254EDFE733EFE834B1B5E315E3 /* NSObject+MJKeyValue.h */, - 66F8E82325144BAB1826AFE059BE522A /* NSObject+MJKeyValue.m */, - 99E3DCDF83181CF612977EF0B379A25C /* NSObject+MJProperty.h */, - 90EA457BC46336C53F0DD1D93CBFE710 /* NSObject+MJProperty.m */, - 32DBB89BDAF1C05411CBA5C9DF18A6F5 /* NSString+MJExtension.h */, - B0B132FC3095360581C3EFE5B049DCCB /* NSString+MJExtension.m */, - 85B6582504E89BBC3E3F33E4B0CFAD6E /* Support Files */, + 7124CE720F706636A09333909BE4AA0B /* Support Files */ = { + isa = PBXGroup; + children = ( + 6210005C6FD0A7A58CED5B00857F9A4B /* LGAlertView.modulemap */, + 6B42C950C760703577B1BFA8FF927EAF /* LGAlertView-dummy.m */, + 9D8B835334845229D44254AF3DC6259C /* LGAlertView-Info.plist */, + 9BC632E19A9F2CBA9BCA839AD3940524 /* LGAlertView-prefix.pch */, + E750257BE8594619C0BB8854E45DB2E8 /* LGAlertView-umbrella.h */, + CE9C37E8F65949BDE4020013221554C4 /* LGAlertView.debug.xcconfig */, + 7F748C2D78F8494E9E7F93EDD09B78F1 /* LGAlertView.release.xcconfig */, ); - name = MJExtension; - path = MJExtension; + name = "Support Files"; + path = "../Target Support Files/LGAlertView"; + sourceTree = ""; + }; + 7140438FDDD76B6919EED0C9B1AC5D66 /* AMap3DMap-NO-IDFA */ = { + isa = PBXGroup; + children = ( + F89671EC5E1F728A6ABB23266EE7D38A /* MAAnimatedAnnotation.h */, + FCD1D0735CE51207E98DD9F6C169F0A1 /* MAAnnotation.h */, + ACC584B83EA4B1C523819BB54B5E4341 /* MAAnnotationMoveAnimation.h */, + 57A9C1893BA9BB428FBC27B7A47AB3AA /* MAAnnotationView.h */, + D28810F303E48BD7C32063FBE47A7BDF /* MAArc.h */, + 03EDB7D724CAD3A716D2AC365620E7B5 /* MAArcRenderer.h */, + 78D0A266B9A25A1A27B79FE5A2195636 /* MABaseOverlay.h */, + 4712F0CBA6EB490126DD57F0252FB402 /* MACircle.h */, + 3520D62578346ACDEA7AE74D8D038AD4 /* MACircleRenderer.h */, + 357D86B5EFC7AF8946B2503A4BABB898 /* MAConfig.h */, + A9B404D84E590297413A2E8038F11417 /* MACustomBuildingOverlay.h */, + A218BC691D852C879E9C9DCF9A075826 /* MACustomBuildingOverlayRenderer.h */, + CD4E51F397C1F2A5AD91EA8D833EECF3 /* MACustomCalloutView.h */, + 741A4A6CBEBB899BF38224CFBBF5685C /* MAGeodesicPolyline.h */, + C6C742DCC0211BD9B56B8C4F48D9ED4F /* MAGeometry.h */, + 43E03E44D32F7904FB7E4C51FAF3727D /* MAGroundOverlay.h */, + B383404C446598F34DEE5615D7FC8BFB /* MAGroundOverlayRenderer.h */, + 0D387E4C228A557A304E7D3F7FED6081 /* MAHeatMapTileOverlay.h */, + 06C02341B0FCD138104BDA728B24139E /* MAHeatMapVectorGridOverlay.h */, + BBEF2031F260F02AA4D8AC1CA943A510 /* MAHeatMapVectorGridOverlayRenderer.h */, + 4FDD04D276FB83D1E0733447C5A6987B /* MAHeatMapVectorOverlay.h */, + 2423E59ED1CC8E857D0F5A3EED637F96 /* MAHeatMapVectorOverlayRender.h */, + 95F446123306E5A9B35AD8AF90276D53 /* MAIndoorInfo.h */, + E7C37EE69413199A074C7C3EC486B358 /* MALineDrawType.h */, + E3F32D0FEA9EE3BF442B045D843E573A /* MAMapAccessibilityIdentifier.h */, + F827B859B4D79B04C5C65C5E8F0D4C35 /* MAMapCustomStyleOptions.h */, + 7493587843DA1657DC0E4F9F02D3D5AA /* MAMapKit.h */, + 7126421455BBF9CABE388C461BAB47A3 /* MAMapSnapshot.h */, + BAD07C0CB14ACCE20B2A7EDFF0EE081F /* MAMapStatus.h */, + 66020B72341B00069AD7C7FEA5D9A4E8 /* MAMapVersion.h */, + B456918E3C65F6E3734DAA9040B97254 /* MAMapView.h */, + AA73F9EF50F1431ECA24422F80433A6D /* MAMultiColoredPolylineRenderer.h */, + 70B3F419BF20A2935E7A3874D90313C2 /* MAMultiPoint.h */, + 1E71B15FF61F6BAC36C00F1C6ACF2750 /* MAMultiPointOverlay.h */, + 42A62150576A1AA376EC5EC20B5807E9 /* MAMultiPointOverlayRenderer.h */, + AEE409A951A158AF4314C7A9C3DB4A77 /* MAMultiPolyline.h */, + F24DF050EC52DE285E3ABE41DD692B49 /* MAMultiTexturePolylineRenderer.h */, + 7F0DB8B7CAE1B0569D131992C756443F /* MAMVTTileOverlay.h */, + AFA44366028299635AF22A9FC881C168 /* MAMVTTileOverlayRenderer.h */, + 582E585F9E33BC112816D369578D975B /* MAOfflineCity.h */, + BFA558525E3563CF052D7ABCE560B8C1 /* MAOfflineItem.h */, + 6EF7DA29E6B38BBA4F898D3E3B48A0DC /* MAOfflineItemCommonCity.h */, + 79BEA8D69EC1FDD4A34E874CB3622DCF /* MAOfflineItemMunicipality.h */, + 59873711123BF1353E1B95CBF547E41B /* MAOfflineItemNationWide.h */, + 1F672E52CD6E6C9AC8F0FACF91E16992 /* MAOfflineMap.h */, + 89FC506464B027C4D143EBEF7B92907B /* MAOfflineMapViewController.h */, + 9C377AD6D7521A7F6BB7459102CB7C32 /* MAOfflineProvince.h */, + 88BA08A65E286CEE5D15388A554D9B2C /* MAOverlay.h */, + 3FF54741A39DC23EFDFFCA92F1175523 /* MAOverlayPathRenderer.h */, + 9897EA0712112989958F192E5B5F7573 /* MAOverlayRenderer.h */, + 48C31BF574467291013CF4F1771276AE /* MAParticleOverlay.h */, + 8A7FC277DD27B338ED3E55502DBFAA3A /* MAParticleOverlayOptions.h */, + C37201100A4DD1D86C75BF3A17C7AF1D /* MAParticleOverlayRenderer.h */, + C68F033E799D1A451106EDBD0602847D /* MAPathShowRange.h */, + E172E9F0E2721139BE984FBBF5D10C82 /* MAPinAnnotationView.h */, + 632B9FF233F84E673758AEB1C9B33F12 /* MAPointAnnotation.h */, + 651D1F09AD0EDE5F68E681C1A08C679B /* MAPolygon.h */, + 80531028AEFFC154DD73B1DFD1AC9B32 /* MAPolygonRenderer.h */, + 428DA63922E3FE3658299D7025952E24 /* MAPolyline.h */, + 6DFF0C3A1F3CC576B7FA74F50DE53EC9 /* MAPolylineRenderer.h */, + EBAD6C3B5C19C65ADB020E913FD60F37 /* MAShape.h */, + A981462B3B49CB4443F517C48E9518AB /* MATerrainOverlay.h */, + 369F9561D70304D0E6792F4D23574A67 /* MATerrainOverlayRenderer.h */, + 1A40F49E3E6D1EB2344F0E776513E390 /* MATileOverlay.h */, + 84199E27214E8FB72B129D7F4E11361B /* MATileOverlayRenderer.h */, + C5170D166AF61436C1093168AE889BB0 /* MATouchPoi.h */, + 4A4D43E31B57D1FEEED459FAF920B6AA /* MATraceLocation.h */, + B717E36F4E58A0950BE1564EE4F046AE /* MATraceManager.h */, + 0CB78075386391BC10F417FFCC6565E3 /* MAUserLocation.h */, + A0E923D23B60FC926102C6F9DF89DE39 /* MAUserLocationRepresentation.h */, + 671F1ABBBB46CCED9D084EB2B00E1D6F /* Frameworks */, + 2CE193043B1277C971A4B05B2930C92D /* Resources */, + C1936FB3B0B8192A8329048BB825618D /* Support Files */, + ); + name = "AMap3DMap-NO-IDFA"; + path = "AMap3DMap-NO-IDFA"; + sourceTree = ""; + }; + 719FBC10FD8125523BF6C92FD4134F64 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3D5ED3C54770E2C3F5411F550974168F /* MOBFoundation.debug.xcconfig */, + 00C2DF3DA1547ADF024F257252F0254E /* MOBFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MOBFoundation"; sourceTree = ""; }; - 6B595BDB9306D92C86B2C4B1153F196B /* NSURLSession */ = { + 74485819E52C7E7AB85C7DAB04792AA7 /* Support Files */ = { isa = PBXGroup; children = ( - DA8A89DB4A231A95215F9AEBB25CA65E /* AFCompatibilityMacros.h */, - 7A766A6F33DC6CD033C3746D26020D2F /* AFHTTPSessionManager.h */, - CCEA7FCCFE3D46967E858AAB7441C230 /* AFHTTPSessionManager.m */, - 26666E048197185712EAFB74D1446C10 /* AFURLSessionManager.h */, - 51A2BCB8AB682ED14E131DBBF387301F /* AFURLSessionManager.m */, + 755DA96036819BEC32D99E7F4A10546F /* ReactiveObjC.modulemap */, + 7EF3676D1D9125652593982FAA2F6EF2 /* ReactiveObjC-dummy.m */, + 643790723D65C2CC647433A026481E86 /* ReactiveObjC-Info.plist */, + DADFA8AAC2BBA2ACC6F86BB8C8FD091E /* ReactiveObjC-prefix.pch */, + 5DD576FC7B044A584A4CE26283015C32 /* ReactiveObjC-umbrella.h */, + 94A858F54235B7D1BF1591B76B59AEC8 /* ReactiveObjC.debug.xcconfig */, + 5A49F76077F0FCF3C7B53BF49FA05032 /* ReactiveObjC.release.xcconfig */, ); - name = NSURLSession; + name = "Support Files"; + path = "../Target Support Files/ReactiveObjC"; sourceTree = ""; }; - 6F19B2E6881D8AD704A91FCDC3DAF566 /* Support Files */ = { + 74F63E252ACD21ADD411449AA956D5EA /* AgoraRtcEngine_Special_iOS */ = { isa = PBXGroup; children = ( - 27CE68B7E474BF986D424557EAC78291 /* AgoraRtcEngine_Special_iOS.debug.xcconfig */, - 6C118C6EC1CAB484FEAF91A954FD4BE5 /* AgoraRtcEngine_Special_iOS.release.xcconfig */, + 42173864F0CD797F4F808F05FA450336 /* Frameworks */, + 83FE767268D6E8FA018103F2D2698840 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/AgoraRtcEngine_Special_iOS"; + name = AgoraRtcEngine_Special_iOS; + path = AgoraRtcEngine_Special_iOS; sourceTree = ""; }; - 70447A4226A7AE9BB74E4912DFF6341A /* EasyShowView */ = { + 75251621B9ADADD0F7EDC5F28E65BFBB /* AFNetworking */ = { isa = PBXGroup; children = ( - BAFDE5AA24617EC5B4C6B039C0F6D59F /* EasyShowView.h */, - E7BA7C9E57DCCBF25999AF1E32FEA11C /* EasyAlert */, - 9DEECE410460D07B61A79121AA56A2C6 /* EasyEmpty */, - F934B67F66EB18F57E444AC0ABACE35D /* EasyLoading */, - C4197CE4A116C7A1564B156C36D3F23A /* EasyShowUtils */, - 359561530AB5431D9851E162D9763DF9 /* EasyText */, - B551A432E45851EF39AE67F2CBC60202 /* Support Files */, + 902A84D424C958C0B3B18D3347B47ACB /* AFNetworking.h */, + 519937D038550C592568371B18532ED4 /* NSURLSession */, + 89BAF932F3506D6F09C65629FF873BC0 /* Reachability */, + 00AED06656CA51D9E8218C6BA5C426C0 /* Security */, + CD9213C5AEACB9557803998CB96F0F04 /* Serialization */, + 8C5F08AAA6ACBA15053C50DD252B4545 /* Support Files */, + D7E615D465D778AB4F7997D83AAF20B3 /* UIKit */, ); - name = EasyShowView; - path = EasyShowView; + name = AFNetworking; + path = AFNetworking; sourceTree = ""; }; - 706349366EF069B1007902FD6980644C /* BRPickerView */ = { + 755584B2EA2CC2EEB5653847BDD318F0 /* Resources */ = { isa = PBXGroup; children = ( - BB50BC0F6168E92845A697601E807AFF /* BRPickerView.h */, - C871154136A2618C7C62E2769F24D89B /* AddressPickerView */, - 55E68E0C3E5E7249E8F5F9D59F955E72 /* Base */, - C9F4E4A5297A663BFDA9A0A3312E7DF1 /* DatePickerView */, - 5B2B283E0732C253E2C300A325495ED7 /* StringPickerView */, - 92A61AD3A55BDEA2AF5C5B2820177CF8 /* Support Files */, + 6A4390DD0DDA2B0F6096E3D32AB91748 /* GoogleMaps.bundle */, ); - name = BRPickerView; - path = BRPickerView; + name = Resources; sourceTree = ""; }; - 73151C28C884B034DBEFB54B8FBDC483 /* UIColor+LSTColor */ = { + 79B37E8A1976D27B43311F49FB3B1493 /* mob_smssdk */ = { isa = PBXGroup; children = ( - 113A65DE00AA89AFD637D95888E9FCC8 /* UIColor+LSTColor.h */, - 5F0CA8BE3E4B460F335A7BFB14585F28 /* UIColor+LSTColor.m */, + A963FBCCDCB613EE6F854077154BA51C /* Frameworks */, + 44FF875EF3C3E813705634CB4D37707A /* Support Files */, ); - name = "UIColor+LSTColor"; + name = mob_smssdk; + path = mob_smssdk; sourceTree = ""; }; - 766F1BF30B7DF481E4089A88D96085F5 /* grape */ = { + 79F7AC88232811E5EEB5BA7887A46034 /* grape */ = { isa = PBXGroup; children = ( - 66BA58D64B8FA7922BD1DDE1D2925ED2 /* BroadcastSampleHandler.h */, - 28C7602CC9A0E8A4DBBBF9CE92DB0295 /* zmf.h */, - F2F2981C86C42B8135F567C1B76DCD13 /* zmf_audio.h */, - 17E05106C409E200045BE0D7EF1DEBBD /* zmf_codec.h */, - 93C7F986D974AA8583C085F94826AF61 /* zmf_error.h */, - 05AE404032B72809747EC18A73615E35 /* zmf_ext.h */, - C0D2D7952189B4310D67C8A102D53DC2 /* zmf_sensor.h */, - 277BC0C9A9AF5E6AE0E0B290C0925647 /* zmf_tessar_code.h */, - 8F577DE599A055C4B5B74CCF2A73D46C /* zmf_utils.h */, - C9E2235BD65ECD9760020CE93F7659C4 /* zmf_video.h */, + F85C1D2B1616BA3EB18E3900C65F287E /* BroadcastSampleHandler.h */, + E6D22538C3DBA2B65A52C39CBA19EDF9 /* zmf.h */, + CFB7C2E0D1E19623CF1D57FCCF7FBB3C /* zmf_audio.h */, + FE56053513F0858A335B4D67A760D9C0 /* zmf_codec.h */, + 851DF75E92C589169C53204128D716B0 /* zmf_error.h */, + 247A6A0629647BDF1EB6EA7489348DBA /* zmf_ext.h */, + 9670A8C7F5C410AF825D16DB8012106D /* zmf_sensor.h */, + 630212EBA855C9DFDBEC49BCAAAF69D2 /* zmf_tessar_code.h */, + F391A459905B78179F1998A38EDE3F01 /* zmf_utils.h */, + 8E1B0A6717D25EAA09DCE39E26CB537E /* zmf_video.h */, ); name = grape; sourceTree = ""; }; - 77B4AE2C963CE841AC6B97C514D495E0 /* AMapSearch */ = { + 7B1EF711214BDA53E5B22EFBD5222F47 /* EasyAlert */ = { isa = PBXGroup; children = ( - 7450B83CD94BC422B5786CE50DE8F8D3 /* AMapCommonObj.h */, - F06FF4D46A50D2CDE2BDC06163B11B52 /* AMapNearbySearchManager.h */, - F0F2B6B160BDA87C27BC4E359FCDF849 /* AMapNearbyUploadInfo.h */, - 26C2019E7187D27774737BC3190DDCF1 /* AMapSearchAPI.h */, - 19AA7C1BC5E6AA21E3D02407B3C9CF21 /* AMapSearchError.h */, - C0864DD726F7AA2DDCD37153400251B4 /* AMapSearchKit.h */, - 0815A5D994FFC1A4A771510FFE548909 /* AMapSearchObj.h */, - A6A3D3422D81B7E4B243E92CCA2B8679 /* AMapSearchVersion.h */, - 9E7D3DA94244D8E63125E6D8CE4D3718 /* Frameworks */, - A0E28224472A1FC38B7FF099E0F06C56 /* Support Files */, + EF83DE20A2EB8A0EC086B93DB354D0CF /* EasyAlertConfig.h */, + C5B6DD5A1EF5187D7B623E714E1C0C0A /* EasyAlertConfig.m */, + BA98CD0CAD68B6406A8F459AEE59DF41 /* EasyAlertGlobalConfig.h */, + DBC95B6DD00EAA27AE3D5DFE9959DB99 /* EasyAlertGlobalConfig.m */, + E311C9BB412A06B40D25AE3F8D38554A /* EasyAlertItem.h */, + 5DD06368C83EC8F20252D170A32E5A37 /* EasyAlertItem.m */, + 203AAF5C4C2A43B6AA4F9123CC43D4CE /* EasyAlertPart.h */, + BC0D65759DC8F172D8A84445E026F36D /* EasyAlertPart.m */, + 09CFD21802EE20360FBC238FD1F3B5AE /* EasyAlertTypes.h */, + 3084981524CCD1733B4C504FFAC3BA9B /* EasyAlertTypes.m */, + 5941346AE8F258E05CCF781B4A832355 /* EasyAlertView.h */, + DE7FC223732C9FB7CEDD2178AA0CFC8F /* EasyAlertView.m */, ); - name = AMapSearch; - path = AMapSearch; + name = EasyAlert; sourceTree = ""; }; - 7CB67948ED476C4ADDF4C5ADC6DA9514 /* YYCache */ = { + 7B4F16FA5BA6DBA5152BC8BA9264F0E3 /* JhtMarquee */ = { isa = PBXGroup; children = ( - E9ED3249F9703D33F91485412CDD3D82 /* YYCache.h */, - E6018AA2F2D047F2471E34641EE92AB6 /* YYCache.m */, - A22D477EE8E394605379C773B1362BAA /* YYDiskCache.h */, - 77FD9E30748D57E7BC1DF9C6BE22961D /* YYDiskCache.m */, - FAC26BCDBB43A151AED2B0918E6EBBFC /* YYKVStorage.h */, - E32F457CB157F3DEB860DD167596890E /* YYKVStorage.m */, - 9F002B43EE2E943F4076281B666DEF5F /* YYMemoryCache.h */, - 579C2EF347AB84EE5E26A1FB22C2A43C /* YYMemoryCache.m */, - 634E7AE8F8AACE1382D32DB52B69B2E8 /* Support Files */, + EEB043B07782F1B9492B8866CCC9E30D /* Frameworks */, + EE2381CCDEF92D96B6B63B68C52F78BC /* Support Files */, ); - name = YYCache; - path = YYCache; + name = JhtMarquee; + path = JhtMarquee; sourceTree = ""; }; - 80D219C418F6B3A41025FC591287005E /* Reachability */ = { + 7B523B6B2E241E21BCA74212F162484C /* Support Files */ = { isa = PBXGroup; children = ( - 534939ED503705E69E28DFBA6CA76EB9 /* AFNetworkReachabilityManager.h */, - 0925D38C91DF2CAD504464A511E8D905 /* AFNetworkReachabilityManager.m */, + DDEF69A42FBCDAC174683A98F0A51296 /* MJExtension.modulemap */, + D5BFC281CB1C8666603093A54B8E74AE /* MJExtension-dummy.m */, + 2D6BE223149F3B46E9C124CCBB6AE14E /* MJExtension-Info.plist */, + 9E0BA02118DDF9BF85F7D4A1DE1541FA /* MJExtension-prefix.pch */, + 3513B073AEC5D25CD235E0CCBAEB10A2 /* MJExtension-umbrella.h */, + C312566B92D80AB055B3817F6DEAD4C9 /* MJExtension.debug.xcconfig */, + 490125D6795A50A143701D4A08B2FD3D /* MJExtension.release.xcconfig */, ); - name = Reachability; + name = "Support Files"; + path = "../Target Support Files/MJExtension"; sourceTree = ""; }; - 8421458083E41B57EBED8DA86E3E11E1 /* Support Files */ = { + 7BF17866A55ACA755D20BCDD45C735B0 /* UIKit */ = { isa = PBXGroup; children = ( - 8040FF41FD7B8EF1399E267179B65028 /* JhtMarquee.debug.xcconfig */, - C10724D8C88197DB7DAEDC058C9A35FC /* JhtMarquee.release.xcconfig */, + C56F635FC8E844AB5041314A08C67895 /* FootKit */, + CF39245D98869C2810F9679D77C274D0 /* HeadKit */, + 0D0FA5EE3B3699240C9543B732171480 /* LayerKit */, ); - name = "Support Files"; - path = "../Target Support Files/JhtMarquee"; + name = UIKit; sourceTree = ""; }; - 85B6582504E89BBC3E3F33E4B0CFAD6E /* Support Files */ = { + 80413BA1DC589198A9171A7427DA11AB /* AMapLocation-NO-IDFA */ = { isa = PBXGroup; children = ( - 58D868E8AE4AF7CB0BCCF59D89C06AA9 /* MJExtension.modulemap */, - 82C8AB2E489E9CC151E3BEC2AB193B15 /* MJExtension-dummy.m */, - 2AFC99126E1AFF21A4B16AE7C627D39C /* MJExtension-Info.plist */, - E0763170C5D45206CDBEFC28F9FEF6C2 /* MJExtension-prefix.pch */, - E1A54F0CAAEDEBB31D2F8E288FB72EAA /* MJExtension-umbrella.h */, - B57E17A8B992C9E7A2E9A383CF8F244F /* MJExtension.debug.xcconfig */, - 70443949CB1E781923976C74FF3E30F7 /* MJExtension.release.xcconfig */, + F3F3860D0213AB7249B1312B7D7904E4 /* AMapGeoFenceError.h */, + BE246508AB868ACBE2ADB67367B83A74 /* AMapGeoFenceManager.h */, + 9EE207FEF5A4F1CCF6490CED8FBF82EE /* AMapGeoFenceRegionObj.h */, + CA2D3A8DDC6ADFCC37753C070DC58305 /* AMapLocationCommonObj.h */, + 311E9512753A099D86AADA4E2F3E7A27 /* AMapLocationKit.h */, + 24B93B341A20D1BEA7A98FD5A9321E73 /* AMapLocationManager.h */, + 5445E8ABC93FC9147DA7B0AB82435318 /* AMapLocationRegionObj.h */, + C1B635087A85E49268A2450049372904 /* AMapLocationVersion.h */, + 2BB03D2D486CC18A7C0076040752FA5A /* Frameworks */, + C0E96822E7D05B6B1C336F1EAAC23669 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/MJExtension"; + name = "AMapLocation-NO-IDFA"; + path = "AMapLocation-NO-IDFA"; sourceTree = ""; }; - 8683DFF97AFFFB79244D60DEBCE64109 /* Maps */ = { + 8113C0D964CD8A8BCDA96CCF85C395B8 /* Resources */ = { isa = PBXGroup; children = ( - F580FA1E1A88A62DAC2354A914E919B7 /* Frameworks */, - 36D8904D0099A7104608B0D6462C505F /* Resources */, + 11A9AB0161CA13E88B45935C12615719 /* SGQRCode.bundle */, ); - name = Maps; + name = Resources; sourceTree = ""; }; - 8A82D49F74E4C6A8A5389E1C0BCC7AB1 /* Min */ = { - isa = PBXGroup; - children = ( - 36E70A590E6EFAEBA6F563CB48CC9FBA /* MQTTCFSocketDecoder.h */, - CD62E1BBD82B2B5928C8AE6EB19AE628 /* MQTTCFSocketDecoder.m */, - 2F3FA3185F074620B436B8C97E08F6E6 /* MQTTCFSocketEncoder.h */, - 5D7F7CE8B2F5102C1DEC78D02939EE91 /* MQTTCFSocketEncoder.m */, - EAEE313EEF86140B97706150EFD43B53 /* MQTTCFSocketTransport.h */, - 2F55F4F5971D5C111031A3022E8D22F2 /* MQTTCFSocketTransport.m */, - 0D1230E0241F67995571F9D64232A47B /* MQTTClient.h */, - 84A73AEF2AC6D3F6C7D1B2475A72EFF6 /* MQTTCoreDataPersistence.h */, - F9085458D5EF7F111B81FBC2E02EE886 /* MQTTCoreDataPersistence.m */, - 759B81858B2B28F054772298DE40363A /* MQTTDecoder.h */, - 663DE0302B7CD436754D734B5EFE2454 /* MQTTDecoder.m */, - 3AFF9BBBF94E8ECBDA0352DE35C31957 /* MQTTInMemoryPersistence.h */, - 91569332E9A9A329AC2E354B50C0DDF7 /* MQTTInMemoryPersistence.m */, - 560427207A3F1BCEE5DF34CAE31A47C3 /* MQTTLog.h */, - 002E5FAABCE2D212E83642278CD53DE2 /* MQTTLog.m */, - 95F061773AEB7DDBA6A53B19D40300FC /* MQTTMessage.h */, - AF2086D23F0F9C80CD2A46CBEBD79E79 /* MQTTMessage.m */, - C27F090903F97F673DD684321BFC94F9 /* MQTTPersistence.h */, - B76C27EEFAE67746D19EAF6BB4CDED16 /* MQTTProperties.h */, - C649A4EAA239BD0471DFB29AE0D5678C /* MQTTProperties.m */, - 1F7E8FCD18BC2209786CBBD5F364F489 /* MQTTSession.h */, - D7A85B51067A0B2EAD5F0B65685AA102 /* MQTTSession.m */, - 1503AE4633DB2D5F9CF4BAA397D3188E /* MQTTSessionLegacy.h */, - FBF3000825A045B99D937CF9E30861C0 /* MQTTSessionLegacy.m */, - B60C20E3AFF9DD0AD09F3E86D367924A /* MQTTSessionSynchron.h */, - C8A5F25DA3E9F60A2D028541F6B534BD /* MQTTSessionSynchron.m */, - 732C970941678F93264B082AF67B32DC /* MQTTSSLSecurityPolicy.h */, - 674C1001DFCE8659AEEA0D7B1601FE27 /* MQTTSSLSecurityPolicy.m */, - 14E449C6C3E8507F9B31F625EF3B2EFB /* MQTTSSLSecurityPolicyDecoder.h */, - B1DA7CE320607CAA51321B10E4A0C570 /* MQTTSSLSecurityPolicyDecoder.m */, - 14A3EC83709FDF3D8E77ADD87AD16DD5 /* MQTTSSLSecurityPolicyEncoder.h */, - 184B14AFC7E2B44581F65D0A80322668 /* MQTTSSLSecurityPolicyEncoder.m */, - 60F76AB46AB0A05DB27B7EB9D21EC06B /* MQTTSSLSecurityPolicyTransport.h */, - A971266567A7E248C1F9BF3363CB82F7 /* MQTTSSLSecurityPolicyTransport.m */, - 945FE8EE09014D63F0855D6A96341941 /* MQTTTransport.h */, - 752831CE190C058A96B3633926A967DF /* MQTTTransport.m */, + 81D93B80BEBBD082F3CDB696491C6146 /* Code */ = { + isa = PBXGroup; + children = ( + 192340C1A3223EF9CF588298C89452A5 /* LSTPopView.h */, + 1C1109D987C9FB7E83EB9413E9E822FF /* LSTPopView.m */, + 8046453955FC06B2BDD0C4C240875586 /* LSTPopViewManager.h */, + D80C1930550581DA2BD45C3BBF682F05 /* LSTPopViewManager.m */, + 245957CDAF444BA48D33B017CD20C690 /* LSTPopViewProtocol.h */, ); - name = Min; + name = Code; sourceTree = ""; }; - 8C962936CCA88768D25D8C719084D48A /* Masonry */ = { - isa = PBXGroup; - children = ( - EEA8EBFB2D6424EFBFB8DC257B8A0675 /* MASCompositeConstraint.h */, - FC6EBBE4C3F09B0ACB1D498F1E3D6556 /* MASCompositeConstraint.m */, - 888338A1CF13A492331A5E8C34035961 /* MASConstraint.h */, - 45954144D30666BCFB8AC1B5DA0FDFAC /* MASConstraint.m */, - BD71BAA861E4719A4BB24E872D4EB966 /* MASConstraint+Private.h */, - A6758CCDEF721237F22EE4A012B3E54F /* MASConstraintMaker.h */, - 1592EE2B8E0F1097181449B09B05890E /* MASConstraintMaker.m */, - 861AE03D241DEDE586E8C6B34477FEC3 /* MASLayoutConstraint.h */, - F2610AAE4E1254AA0F001265AFCEA7FE /* MASLayoutConstraint.m */, - 47EABB8F19DA6A1715A23FE909BA7526 /* Masonry.h */, - 922458E86B46D5F6E3D75CFB3A73A22F /* MASUtilities.h */, - C24A31372FA4DA7BC5378BED359A8A5B /* MASViewAttribute.h */, - 780879A5F65C6BCA6FA0F9700ECBD9B7 /* MASViewAttribute.m */, - D6FFE5F1E5EF4271E2491F20C7BBE0A7 /* MASViewConstraint.h */, - 2EEA3F22B01240268B96F1B87B0D478B /* MASViewConstraint.m */, - AAA5F2288A045565FFCDA85B06B0AEEE /* NSArray+MASAdditions.h */, - 34AC732C9ACD49F487321D5093AD2B5D /* NSArray+MASAdditions.m */, - C1E8C56E7ECF2B0C8B3BF3BB840C32C1 /* NSArray+MASShorthandAdditions.h */, - E5CC448CE8333B433F4911AF3ACAFC8B /* NSLayoutConstraint+MASDebugAdditions.h */, - D87704CE07054D78418DB0F2D440B633 /* NSLayoutConstraint+MASDebugAdditions.m */, - 337F4CBB3D2F2CE94E8FAD7451AEDFC2 /* View+MASAdditions.h */, - 5E2E736CAFBAF397FF29A0A762C308A3 /* View+MASAdditions.m */, - EE2C4E7DA30B89BD744E0C0E7E45B9FF /* View+MASShorthandAdditions.h */, - 565B382208B7CD670D87CA7E376E7CC1 /* ViewController+MASAdditions.h */, - 351EF51AB2D4B21D180ECF79D3FE869C /* ViewController+MASAdditions.m */, - EBB558604B024F8392F83080F8386E78 /* Support Files */, + 830774A13B2BEC7D3BB68DB8BDFB0E94 /* EasyEmpty */ = { + isa = PBXGroup; + children = ( + 5F77CFAD4CDABDC43EFE193525B8E095 /* EasyEmptyConfig.h */, + 2A31919BCE9BF48F416CB64A93118656 /* EasyEmptyConfig.m */, + 60BF8D90EA54E0472CF24C93D3A4955B /* EasyEmptyGlobalConfig.h */, + DA659CF92D6F19B19667746ECBDAD166 /* EasyEmptyGlobalConfig.m */, + 874E6B3477E895CE948D5481EAB975E4 /* EasyEmptyPart.h */, + FB7A3C354961629F295EE1CB3EE17A1B /* EasyEmptyPart.m */, + 9B44644044A7BDF2F53EE27521959D64 /* EasyEmptyTypes.h */, + B95C823AA3635E5DEC5362848BCCDEB6 /* EasyEmptyTypes.m */, + DCABACA12E7F316371CD5289AC1C1FDD /* EasyEmptyView.h */, + 10CE1611185E539474E99FAEBB77F3DD /* EasyEmptyView.m */, ); - name = Masonry; - path = Masonry; + name = EasyEmpty; sourceTree = ""; }; - 8F97855F0C0BD22BFCB552C842347F85 /* include */ = { + 83FE767268D6E8FA018103F2D2698840 /* Support Files */ = { isa = PBXGroup; children = ( - 766F1BF30B7DF481E4089A88D96085F5 /* grape */, - F43F8B48CBD503319D016FC73E4C645B /* lemon */, + F7A9601BCD0D4D22125D4762E5371621 /* AgoraRtcEngine_Special_iOS.debug.xcconfig */, + 86ED30873618AB674F0F50896B1D7C5B /* AgoraRtcEngine_Special_iOS.release.xcconfig */, ); - name = include; + name = "Support Files"; + path = "../Target Support Files/AgoraRtcEngine_Special_iOS"; sourceTree = ""; }; - 90E9DA1CDFC49A496202055D442F2F79 /* WHToast */ = { + 84A1DF718B8066E85C64EDF5CB3C9A9E /* Support Files */ = { isa = PBXGroup; children = ( - 03418E6AB7481BFA08AA29AAC374F530 /* UIImage+WHToast.h */, - 488F6190134C80810F019F9AA5A013D0 /* UIImage+WHToast.m */, - 80545B7183BCC91B064221131866872D /* WHToast.h */, - E11417C71EC7A72D749B700389F8814B /* WHToast.m */, - DEB66DED8DD0746657804F8AF091D83A /* WHToastConfig.h */, - 82232E05BC4B1CF018571BEAACC64A35 /* WHToastConfig.m */, - 3C7FD4D4D6CB2CA9B51BD618CF28CB6F /* WHToastView.h */, - 7B24F04730880B4FEF3D758BF991ABCD /* WHToastView.m */, - 0A2E6CA34F31F39107F75BDED35E6AC7 /* Resources */, - 5357B692AAE05BCE94526EFF3473D31B /* Support Files */, + A9797AE865ACCE856E5067C352C18894 /* KafkaRefresh.modulemap */, + 92336D5A20F2119A023387FA4384C945 /* KafkaRefresh-dummy.m */, + 24470F1889BB5B296B57FDB3F820EF01 /* KafkaRefresh-Info.plist */, + 0617DD8139C426EA9923988DB64A5B3F /* KafkaRefresh-prefix.pch */, + B32B4DB6E5B9BBCD8353CCB19F56BB77 /* KafkaRefresh-umbrella.h */, + A523DAEE5C2295C0F5D02A68B86C26E2 /* KafkaRefresh.debug.xcconfig */, + 44709FAFFEC85A5437075F1E412AA97D /* KafkaRefresh.release.xcconfig */, ); - name = WHToast; - path = WHToast; + name = "Support Files"; + path = "../Target Support Files/KafkaRefresh"; sourceTree = ""; }; - 91E644A782758C6AD08F2568BFCDEAB1 /* mtc */ = { - isa = PBXGroup; - children = ( - 063548121B1BC667E186C260F4F25479 /* mtc.h */, - 43B74A99603EF0360EEC57C0973E44E6 /* mtc_acv.h */, - 1ECEB105C879CEB8878DBCEE3AD8A0AB /* mtc_acv_db.h */, - 6B299E92B7279EB1F81A8C01F67778BD /* mtc_api.h */, - E4D2CF24747D711DB9E2306EE0082555 /* mtc_buddy.h */, - 26B0BDB967B82FEDC1E2937E22374718 /* mtc_call.h */, - D661BD14E48FD2732C3E97D67418A353 /* mtc_call_cfg.h */, - D525A910F4D1D493CAF8EAE541A25BB0 /* mtc_call_db.h */, - 19E8D4ADE81B94CCEA96604657CD2660 /* mtc_call_ext.h */, - 4F6312E185C8F987FEF19A57D26BA2B6 /* mtc_call_sts.h */, - 7C829ADF9EDEE03B8FEE0AF3F634C171 /* mtc_cc.h */, - C695310A8474CCEC3BC89C30C98FF670 /* mtc_cli.h */, - 7D617B217427C14005315AA3897B9674 /* mtc_cli_cb.h */, - 21A9502DC85316BBC7201FA90CB7FB71 /* mtc_cli_cfg.h */, - 7F09759AC7ADFDAEDE9E8F44CCBC8362 /* mtc_cli_db.h */, - 4360368789AAE343A4507A65E3E9B6C4 /* mtc_conf.h */, - C3DC9BF2295F83CAE1A07DC9A0E77614 /* mtc_conf2.h */, - FC3FE8F2226D675DC5EF23037341B487 /* mtc_conf_db.h */, - 85D7C45BA9847DCCDDD04FCBCC1C1C5F /* mtc_conn.h */, - 79B103202EE7488204A9EFFEC316F5AF /* mtc_contact.h */, - A6A6354307FDB5B1B4DF35829D02C69A /* mtc_d0.h */, - 0900375092B0D33FD241FB26C975F534 /* mtc_d2.h */, - 1BD9457F60C78E1FFF034681B978DFDA /* mtc_def.h */, - 1DDDACF57C26509426AAB08CFA02330B /* mtc_diag.h */, - 007A7A73BBA7862D72D8BAE980882019 /* mtc_doodle.h */, - 35C2ABDEE4D244526AC67CD2599FEF0B /* mtc_fs.h */, - 22F7D35D25FE32F303AC0BF7BD0B59DE /* mtc_fs2.h */, - 87040658884FF5C0A07E6BB3A21433AD /* mtc_fs_db.h */, - 511CD06B5B0F0F976BEC6957EAEBA28C /* mtc_game.h */, - FD3D3FDD45E148F46148231DA27520B1 /* mtc_group.h */, - C41765425EB3BB08C62BF9CF9F8AEF71 /* mtc_im.h */, - 07AD15DAF1D8C1DCD9E3F6129FECB5A7 /* mtc_im_db.h */, - 34E5D12F373EB4980C5276097D6FA747 /* mtc_media.h */, - 0146771C44E156A5C24D1BD32079E3AB /* mtc_path.h */, - 57345927169CB75ABBBA44E197120BCD /* mtc_payment.h */, - 15B5CEB96743E4ACF2C568D4700960E9 /* mtc_point.h */, - 1DC2A393AD691DDA162CE0D2DDAD157A /* mtc_prof.h */, - C24A4B03BAE534D582AB7DEA9613762E /* mtc_prof_cfg.h */, - 4ECCF260EC6802D3DA77F597BB836826 /* mtc_prof_db.h */, - B68937A0A63D2B0A10B69C79AC837C2F /* mtc_prov_cfg.h */, - 4CFBC78160A43F62B2C12AFCE76A78FC /* mtc_prov_db.h */, - CA89CDFD8D010B1FF5D08357830F7FA6 /* mtc_push.h */, - 8A55D5387DEBF1D844C836F47FE09565 /* mtc_rdcall.h */, - AD7841BFC3A6244697E94A369A9BC549 /* mtc_ring.h */, - 16418B758DC0A9A4C72F854B5B087977 /* mtc_sgw.h */, - E53D94F86D7A41512124F547D1FA6A37 /* mtc_ue.h */, - 3B57C88797A2B6B1FBFC6423A8C0D95B /* mtc_ue_contact.h */, - DD1FCD388AB95A7EA1EA5C008F997970 /* mtc_ue_db.h */, - 608E755B3D4C654CEB3B16528CB033D7 /* mtc_user.h */, - F5B9701D2EEF58DE3AAB8E25924FD0C3 /* mtc_util.h */, - 828C2D501B5F93E4CB498D335A2449B1 /* mtc_ver.h */, - A1B7C5110B1E698C35311501B05B4968 /* mtc_wgw.h */, + 86ED97E169A50B8088D9631282304DD0 /* LTLoopsPlay */ = { + isa = PBXGroup; + children = ( ); - name = mtc; + name = LTLoopsPlay; sourceTree = ""; }; - 91E8D803A589B15D28C31DB0CBF3D36A /* Core */ = { - isa = PBXGroup; - children = ( - 1E82C4AED63AB176301C490A70F90400 /* NSBezierPath+SDRoundedCorners.h */, - 737DEF08F96A95925A302A15F92F25C3 /* NSBezierPath+SDRoundedCorners.m */, - E4CDE04F248C6E6630242AFFA0678324 /* NSButton+WebCache.h */, - 7902E0576B97C79C4E01D1967C51C9DE /* NSButton+WebCache.m */, - 34F324378600C34257397E766FA27B7D /* NSData+ImageContentType.h */, - 6EC5A3DA56D0A15805357689FC42F1E3 /* NSData+ImageContentType.m */, - 7B2C1A72D7EA3C4E0EA49D14B5B0DB5C /* NSImage+Compatibility.h */, - E0C3C2467630FA92FC9B4C33C377CE50 /* NSImage+Compatibility.m */, - ECAED06B30569BE53412A6A061169F25 /* SDAnimatedImage.h */, - 3AA379D2A7DBDB5B8D7B2AD9A99FDDFF /* SDAnimatedImage.m */, - 9FC3390257902F7A592207F71A11A41B /* SDAnimatedImagePlayer.h */, - 3B31D1476CBCD5BCB1DB5D1197AC7D0D /* SDAnimatedImagePlayer.m */, - 9847F478930A1F3DC201F4F40D7E8C6B /* SDAnimatedImageRep.h */, - 9F1664CBFCCAD641BC2C7C811BAC7AB3 /* SDAnimatedImageRep.m */, - B3C64FB6FBC3EDDE1E711B93C6A2AB1E /* SDAnimatedImageView.h */, - 3D51AE65F3B449F4994A2475C51BC764 /* SDAnimatedImageView.m */, - A4BD25E97C3221C9830D4B79E1B5D469 /* SDAnimatedImageView+WebCache.h */, - 4ED7BCCAE4BCD2599F3CBC72D3A1E816 /* SDAnimatedImageView+WebCache.m */, - 4358222B54A557C1AADAE5CA39E7520F /* SDAssociatedObject.h */, - 577285C82C102F1F6C9F44535EB53218 /* SDAssociatedObject.m */, - E3CEEB3278682AEE7266B4B84C3D38C3 /* SDAsyncBlockOperation.h */, - 5F5B06E9AC9C3F1D7B7939C99EBF31F6 /* SDAsyncBlockOperation.m */, - 12DE67AD1C3FBC8341D9C7E97E3644F1 /* SDCallbackQueue.h */, - AC4EB552F54A82325256D2E0B10A5127 /* SDCallbackQueue.m */, - 58C60510677BDBE1D3B5B5A388F258A5 /* SDDeviceHelper.h */, - C1E3115CD244978B6AE4E37ACA7F8CB9 /* SDDeviceHelper.m */, - 28E858B42E20AA9A9DF6FC3058CCDB1E /* SDDiskCache.h */, - 84C9295C79AF99C255EF846983815A35 /* SDDiskCache.m */, - B3C72CFFC95A76DE03BF6C534FDCF911 /* SDDisplayLink.h */, - 97DBD7B97CB3CDF6E72D228D890A5FA4 /* SDDisplayLink.m */, - C46990B5467E54CF9CFD1362F6977815 /* SDFileAttributeHelper.h */, - E484B7E880EA31BEE15835081A54D961 /* SDFileAttributeHelper.m */, - 378171F137BEDC6ECD0DCF209B8A50CD /* SDGraphicsImageRenderer.h */, - F30977BC56958FDE57FD29BC6A77C2EE /* SDGraphicsImageRenderer.m */, - 08A0878A6735916BF7100A14A0444FF1 /* SDImageAPNGCoder.h */, - 1158D1BB1AF38A11BBE578645E821721 /* SDImageAPNGCoder.m */, - 860AE830759082067A84EDAA4C4FE356 /* SDImageAssetManager.h */, - 3B5A8AF905F25DE9BEBE8FFD31C84A34 /* SDImageAssetManager.m */, - C85571EDF02A1F9E971A3B28ED265D2B /* SDImageAWebPCoder.h */, - DECA6AC2048CABA54D7EC30013DC3A61 /* SDImageAWebPCoder.m */, - 63299CD8E9E41968E6B910E44CB75FB8 /* SDImageCache.h */, - BD9AE3FF9969B7C5F74023C090AF6B15 /* SDImageCache.m */, - ED9E628874D8ED189D599696E78DBB36 /* SDImageCacheConfig.h */, - FEB4A8C93ECBC806D50A9F241DF0E996 /* SDImageCacheConfig.m */, - E254102FCACAA3C07ADF92066FE70BC5 /* SDImageCacheDefine.h */, - D716A230D25D1E3501CDC45AFBD5A0F9 /* SDImageCacheDefine.m */, - 8BD61B3C1FF8286FB1DF8507ED1422BE /* SDImageCachesManager.h */, - 5A6E7D9221FD3A0D3275655749BA1A0F /* SDImageCachesManager.m */, - F79725DF6517968C7C4D206F9A1793BB /* SDImageCachesManagerOperation.h */, - 6C62055C0953BEE79EAFCE4E3F054554 /* SDImageCachesManagerOperation.m */, - 466467BF8D61981AE8ED0038AE42AEF9 /* SDImageCoder.h */, - 23F7BD553819BE2BE867AAB4AE68D76D /* SDImageCoder.m */, - E85B0DEA96D9DBBF8DB59090DB3128B7 /* SDImageCoderHelper.h */, - 3D60834790228C9399C013ECEABC55E2 /* SDImageCoderHelper.m */, - 4AEA25435332BA642516F7697C97F044 /* SDImageCodersManager.h */, - C528F26ED74A969054F5C41B14D6B34D /* SDImageCodersManager.m */, - 612C212475941DA8FF148704D4B7FDA8 /* SDImageFrame.h */, - CE1527B835C67185F305C83C9356C639 /* SDImageFrame.m */, - 169942D7965410B61AF8BC1164EBFE22 /* SDImageGIFCoder.h */, - 615886E95C5A8E6C314A0ED94415F289 /* SDImageGIFCoder.m */, - FC450CDFFEE246E51F24F0EFF794E71F /* SDImageGraphics.h */, - 24435FC6418D9668DD155964A2D58B1A /* SDImageGraphics.m */, - DD45ABC4A41AB7B61C1856FF6379085C /* SDImageHEICCoder.h */, - 029F5472C495B92B9B42AE5B76A053B9 /* SDImageHEICCoder.m */, - F60FD688CA1E882FD5523121820D81FA /* SDImageIOAnimatedCoder.h */, - 5BBCEAE161F46B8DFDA801EA12C8FFEA /* SDImageIOAnimatedCoder.m */, - ABBCDC12F07215DCF14BCBB7982E48DA /* SDImageIOAnimatedCoderInternal.h */, - C823AFCAE14A52399FCCEEAD0D3C1766 /* SDImageIOCoder.h */, - B246A32292052B19A150C1B0C184622C /* SDImageIOCoder.m */, - 2698EA30BE6FB06F4DDD1D58A79BEEAC /* SDImageLoader.h */, - 1C405548DCD1BA90BDAD6A863A103C57 /* SDImageLoader.m */, - 2F87AE4348C04165B8E648467D7BC0E1 /* SDImageLoadersManager.h */, - 53ABBB6B99B4F7AC324A199D0A382B55 /* SDImageLoadersManager.m */, - 337FBDBAEBCA2BAD78A5D69185385D8F /* SDImageTransformer.h */, - 619DEE8E6763F03945B4154DD345D805 /* SDImageTransformer.m */, - 935936394761787E3585DCDD8FCBB010 /* SDInternalMacros.h */, - F9CB7940A1405303BBF138D6CBA89EF6 /* SDInternalMacros.m */, - 17EEBE6427B35779E60EB422AABBFCCD /* SDMemoryCache.h */, - 7D36263A61822172CCBF7C96C8ACA25F /* SDMemoryCache.m */, - 81449CC53668689429575000388973CA /* SDmetamacros.h */, - C41E7FF9D6C4412C536061EA5EFDE30A /* SDWeakProxy.h */, - 21A32DC854AC9E092097FDE895C1B909 /* SDWeakProxy.m */, - D8F5A87E8C2C92A1ADBCF6FFB394B2C3 /* SDWebImage.h */, - A20F2B54EE8987F661765CCC6B2AE347 /* SDWebImageCacheKeyFilter.h */, - D420E47E684636406649025B0CA8452E /* SDWebImageCacheKeyFilter.m */, - DD57211B8A40E7B2F1835E29D6B107AD /* SDWebImageCacheSerializer.h */, - FC855BD8FE15B069218BCCF40571EBB9 /* SDWebImageCacheSerializer.m */, - 552807AE52416760FAA3BEC53F0A0E26 /* SDWebImageCompat.h */, - 78C8171A2E4A8A57151695AFC863DF72 /* SDWebImageCompat.m */, - EC6B78651BBE5B1A684BB44C2391DFEA /* SDWebImageDefine.h */, - 6EAED742107298F3E4AB44A22C04F29A /* SDWebImageDefine.m */, - 1DD0F3167DDC6A73110A628E8FA48571 /* SDWebImageDownloader.h */, - CFAFFC4BD59877EC17EB1182056D2B08 /* SDWebImageDownloader.m */, - D0E90EC7D787FE872A3587ADF398049F /* SDWebImageDownloaderConfig.h */, - 597486273DF0C8E21970EA80B6DED44C /* SDWebImageDownloaderConfig.m */, - 1086BF29298D50E24106F96FEF515284 /* SDWebImageDownloaderDecryptor.h */, - B931F26C1EEAF5606CCE1ADFDD648C6D /* SDWebImageDownloaderDecryptor.m */, - 9FEAF1BA8A609A12962F571B2C6116EA /* SDWebImageDownloaderOperation.h */, - 47B1C9584913E5A2A01F9F4A864C9E8A /* SDWebImageDownloaderOperation.m */, - 91B4B8BF28C7ADBF6649A6C76A71B6B9 /* SDWebImageDownloaderRequestModifier.h */, - FE5DF4B68D70500B66356129A3FD6062 /* SDWebImageDownloaderRequestModifier.m */, - 6A4DA58AC86829022AD3B068199A4E7B /* SDWebImageDownloaderResponseModifier.h */, - 65B4C39B646EA77FB2F1877646B7E333 /* SDWebImageDownloaderResponseModifier.m */, - B19DD31E1E98D01BAA7870F2D262C6E4 /* SDWebImageError.h */, - 08BEAF7EF967C98ECC6A7040A3DD0CD6 /* SDWebImageError.m */, - 1FA81B9E4A8397EE6794ECB7A2D81749 /* SDWebImageIndicator.h */, - 2087631B42C6717B010DBF178690EDA6 /* SDWebImageIndicator.m */, - 9F8EC207299B98336C757A1CB5BC55EE /* SDWebImageManager.h */, - 10856A181F280903D53B392C115AF85F /* SDWebImageManager.m */, - 6C6925A581545BC92C15B9CD6AD7C9D1 /* SDWebImageOperation.h */, - 2E636143A8C6A054FDAFC64A9B7AB35A /* SDWebImageOperation.m */, - 496549690DAA0C93E3C56A2B22B7BE5D /* SDWebImageOptionsProcessor.h */, - 1D804D8CE23333C71ECF9ECDE488F766 /* SDWebImageOptionsProcessor.m */, - 14F44906BD066D0B85EFD4F4D96A1C1E /* SDWebImagePrefetcher.h */, - 8CBC22EDF2B3C116F455085EE3B265BE /* SDWebImagePrefetcher.m */, - 6220BA3CB7643B2A7FF8CA4746DAC95A /* SDWebImageTransition.h */, - 92B7B6949720FBA35C5223586E4E7BC1 /* SDWebImageTransition.m */, - 56B8E05FAB80F852EF727E211DD493BC /* SDWebImageTransitionInternal.h */, - 74F8875222BCA41521192A95DB1CEEDA /* UIButton+WebCache.h */, - 499450B0CAB5E834F47F2BD663894855 /* UIButton+WebCache.m */, - 916373F81C1271414DB51E0A972AB8BC /* UIColor+SDHexString.h */, - B336C30966E3570C3314E640103533C9 /* UIColor+SDHexString.m */, - E067B911F05D16A6F7DC4FABE49269CF /* UIImage+ExtendedCacheData.h */, - 1081BD8D93A68359141C1E575E105001 /* UIImage+ExtendedCacheData.m */, - DB614D36BFBE16588250DBF9A5839C90 /* UIImage+ForceDecode.h */, - F381175DA8231311D808401BE91C82A3 /* UIImage+ForceDecode.m */, - B2A05563C5338CC75CE92FB6E58ECE0F /* UIImage+GIF.h */, - 13E13B7FD301F10DB9203B18371CBFD6 /* UIImage+GIF.m */, - 44CBD0D657560F7BF19B85DE498D1DCD /* UIImage+MemoryCacheCost.h */, - 87CA9F6E338FF5D48BE41C9802C94961 /* UIImage+MemoryCacheCost.m */, - B49361989F4BB25B557F5B95C51C406A /* UIImage+Metadata.h */, - 01FD09B3CF8269F153C20D3866836451 /* UIImage+Metadata.m */, - 7C025BD854CD181D9AB5014A1E5AC01A /* UIImage+MultiFormat.h */, - 446789DEF354FA5FA16EB82A0A1738B5 /* UIImage+MultiFormat.m */, - EA343B1661BD6BCADA8A6C8D3AF1AF7A /* UIImage+Transform.h */, - C973CB15821F0CB69A2434113DDEF882 /* UIImage+Transform.m */, - BFC530DCA0351F0F26E568280F516609 /* UIImageView+HighlightedWebCache.h */, - 592EF4CACEEB8A01F8EE7980D98FBB17 /* UIImageView+HighlightedWebCache.m */, - F9F73471256702021EC1AEE2CEEB4FB1 /* UIImageView+WebCache.h */, - 91A141885FAEBE9099C9E5B40ADB45F5 /* UIImageView+WebCache.m */, - 3D294CE5DD40D78D3FDC5AC140ED6285 /* UIView+WebCache.h */, - 44090242BE3533BCA3B810872F39F48D /* UIView+WebCache.m */, - 0AA9D9B88943782CE3D54FA64DAA4171 /* UIView+WebCacheOperation.h */, - 5C1DC26B2919AEAC3F8A8D70CDF0971E /* UIView+WebCacheOperation.m */, + 872EB0542F559AADC878A500CF6E7D74 /* LTFollowMove */ = { + isa = PBXGroup; + children = ( ); - name = Core; + name = LTFollowMove; sourceTree = ""; }; - 92A61AD3A55BDEA2AF5C5B2820177CF8 /* Support Files */ = { + 895490E6E2FAC9B6316216E6B9E850C3 /* Support Files */ = { isa = PBXGroup; children = ( - F4277F2B1EC1C698A8CC4A577BA9D08B /* BRPickerView.modulemap */, - 9DBE01F8F9CBD4D8F50DA53A4F59311D /* BRPickerView-dummy.m */, - 86CF14F19016E5A3C20A3BA3369E0D68 /* BRPickerView-Info.plist */, - CBDE0952B7313D27C26C9B0B1BB82D47 /* BRPickerView-prefix.pch */, - 6F2B5C7F1642DD05E4B8F21C7254FCA6 /* BRPickerView-umbrella.h */, - 18B590C44087488DDBB079AC80B6D0E1 /* BRPickerView.debug.xcconfig */, - 86A22262186783912DF399C44F0F2745 /* BRPickerView.release.xcconfig */, + CD6564018C298D5F763FEFF195983BC0 /* BRPickerView.modulemap */, + C1C04140DEB4C6B8EBDCD0F26B2546A7 /* BRPickerView-dummy.m */, + B2FFF927EC64325370A6051EC3E0C754 /* BRPickerView-Info.plist */, + 2E6DCF8B6D6E62BD9603F34B247570E0 /* BRPickerView-prefix.pch */, + E17D1896147A61A81FA440D873705F50 /* BRPickerView-umbrella.h */, + 0C6D73E838153C3BB50B0CAC2B7C3D45 /* BRPickerView.debug.xcconfig */, + 13F7C2F5EBB471DA149186846BA05D16 /* BRPickerView.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/BRPickerView"; sourceTree = ""; }; - 9344F283CCBBF166FA96058CFADB30EB /* NSString+LSTString */ = { + 89BAF932F3506D6F09C65629FF873BC0 /* Reachability */ = { isa = PBXGroup; children = ( - 543EBED7823D3D9EAB7C85E7966566EF /* NSString+LSTString.h */, - 5D47B17C726F1DD9CC7A72642F1510C5 /* NSString+LSTString.m */, + BC97FB8FEC997F378F1CADAF02A171B9 /* AFNetworkReachabilityManager.h */, + ED51A323E5858BC692436174A3A89641 /* AFNetworkReachabilityManager.m */, ); - name = "NSString+LSTString"; + name = Reachability; sourceTree = ""; }; - 935E08BFFB6E916D6368310CE36D13A8 /* Support Files */ = { + 8A8D015A81AFA0383EBB7B9BC935C996 /* Support Files */ = { isa = PBXGroup; children = ( - FA903FAF94311E54389D427A0E8B704F /* SDWebImage.modulemap */, - 173F4B585B29129ACCB1C1CF636E6841 /* SDWebImage-dummy.m */, - 8195B9E24D007492E5EBBA8FA8620ECB /* SDWebImage-Info.plist */, - 2184A52A62EEC4C0009538A5ED4DE976 /* SDWebImage-prefix.pch */, - BAEF73DCA96DB19A4172146EC8A29661 /* SDWebImage-umbrella.h */, - 2A5C6897DD5F56B3EAACA76036CEBC2B /* SDWebImage.debug.xcconfig */, - 4DBBB7F53838A558D85E26B371568AB4 /* SDWebImage.release.xcconfig */, + E49CE58BCBD78D9FF8C3F4B6D4E17314 /* SDWebImage.modulemap */, + E93F4250CBFB851B2502BEFD0C38DCF8 /* SDWebImage-dummy.m */, + 4548FB64C2A5DDCB5CDA4F396504E173 /* SDWebImage-Info.plist */, + 4840CA2E88D67DBD1CE935C5D900B8A6 /* SDWebImage-prefix.pch */, + 61F7541226E6B1527C592CFA5CFACCD9 /* SDWebImage-umbrella.h */, + 41248B8D1F8F2EC584607B7921F0FBBA /* SDWebImage.debug.xcconfig */, + 09D018C62E41828DA84FDECE6F5A5705 /* SDWebImage.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 9A1B85580C39A0210CE650C4E77EC3E3 /* Core */ = { + 8AFC13C3A79BFB40077E7E71FB689916 /* Support Files */ = { isa = PBXGroup; children = ( - 90961E5F8ABAC9D105B5EEC74834E297 /* KafkaFootRefreshControl.h */, - 386CDF8E0D014A8CAD6FB605D988AC80 /* KafkaFootRefreshControl.m */, - F0539B69388EC96DDD42114031BAAE4D /* KafkaHeadRefreshControl.h */, - 1D871D1B238D9255ECBF8C62BC4B7D31 /* KafkaHeadRefreshControl.m */, - 1A0A45B2B5D319F34BF7CE12C338EBDC /* KafkaRefreshControl.h */, - 66EC62B8CA34173B27A75A31B65BEE16 /* KafkaRefreshControl.m */, - 697E6516C67B7AA950468F2E0DBC416C /* KafkaRefreshProtocol.h */, - 4045D43CFA4F9051C289F2D42F60431C /* UIScrollView+KafkaRefreshControl.h */, - 0C4F1C12C5CC3421982EE3D9736881A5 /* UIScrollView+KafkaRefreshControl.m */, + 21E2BFD49008077021AB078AF57A9ACD /* Masonry.modulemap */, + 07ACEA45A1BD72436888ED0111A47644 /* Masonry-dummy.m */, + 805B5185230A9A4613FBEAEE161D73B5 /* Masonry-Info.plist */, + BDD89124B2D97CCB45ED346DE0A9316F /* Masonry-prefix.pch */, + 86E0A78207020E917A5206FB1BF1F46B /* Masonry-umbrella.h */, + BF984F41E7D7BBCFCAFB11EB9787E910 /* Masonry.debug.xcconfig */, + C94FA1F2BF2678FE36D67E19D0438392 /* Masonry.release.xcconfig */, ); - name = Core; + name = "Support Files"; + path = "../Target Support Files/Masonry"; sourceTree = ""; }; - 9C1DEBA6CBFFFF00A20BA2270E3575EF /* SGQRCode */ = { - isa = PBXGroup; - children = ( - 4A77C962DA982023ED2D6BA9E9460DBB /* SGGenerateQRCode.h */, - 5D7467E03314380954617EAC04F3AF67 /* SGGenerateQRCode.m */, - 6AC754F7203A7F30DE0EFDE396D32DC2 /* SGPermission.h */, - 5D809D42F1BCD74908A570065EA7DA1A /* SGPermission.m */, - F096E4B7745918B22F9BB5A2A79B9998 /* SGPermissionCamera.h */, - CBCE1C3E89DF8C1EF14675F4335AA5CA /* SGPermissionCamera.m */, - 418E72FDD68E8C84E2F7E2F8F277BA6F /* SGPermissionPhoto.h */, - F8BBD091031A50174E95C6EF7CF69FDC /* SGPermissionPhoto.m */, - 1A0C742147D30149663A6F20A6550971 /* SGQRCode.h */, - 86B603F552C27D4E38926ADD73428920 /* SGQRCodeLog.h */, - 71D071A03C9FB460DD53EE9D90A6FB1B /* SGQRCodeLog.m */, - 4528E46CDD52CA2C3E8E234014027D94 /* SGScanCode.h */, - A61383EBDB54D19BD176867FE57E89EC /* SGScanCode.m */, - 11E6D47F9D43F76AC398C5FBF2998DC9 /* SGScanCodeDelegate.h */, - 5BBED2078104990E2B07D038C3B6CFCF /* SGScanView.h */, - EE10CDB8870E22A6CD000313178ED19F /* SGScanView.m */, - 241A0657890CA00C7B91438FA7E227DB /* SGScanViewConfigure.h */, - 144F47FDDC38586E7A049956FA5F81F5 /* SGScanViewConfigure.m */, - FA92A9D8D9620AB62E33AC6D4E684C46 /* SGSoundEffect.h */, - 258DF93EE8BA3F30060E8A2D012B363C /* SGSoundEffect.m */, - A1E76FB664226E9671A3688D6A63F2F6 /* SGTorch.h */, - 82C0060BD6D80B464D0AC4C9D6282183 /* SGTorch.m */, - FFECCFED9E3FA2D241C83D647F436EB4 /* SGWeakProxy.h */, - 3A82135BB1AE6F385E913D21F46E585C /* SGWeakProxy.m */, - 1E44A42C75722AC0C9A2DAC62F8DD3C6 /* Resources */, - B4F7E6DF2BC6B2776C2B1CBB65F9F9E2 /* Support Files */, + 8C5F08AAA6ACBA15053C50DD252B4545 /* Support Files */ = { + isa = PBXGroup; + children = ( + BB1E758BF7A61B475ECEDB35B173853D /* AFNetworking.modulemap */, + 08A77CA9C69F5933B0CD6F87BA562C65 /* AFNetworking-dummy.m */, + 61BF6B32730209B8EC3EE4E7F4211257 /* AFNetworking-Info.plist */, + FC0C12EBF7CD713E86C2F823BAB61D28 /* AFNetworking-prefix.pch */, + 1D40BE24B4914551B2542FD7292CB91B /* AFNetworking-umbrella.h */, + 2E6453F09B6F977B542DDDA4E4909FF0 /* AFNetworking.debug.xcconfig */, + E7A8C7CC685947F8F5C444B6FC0D6ED2 /* AFNetworking.release.xcconfig */, ); - name = SGQRCode; - path = SGQRCode; + name = "Support Files"; + path = "../Target Support Files/AFNetworking"; sourceTree = ""; }; - 9CE7852E2B57F1A3FE4C2A546E67007B /* Serialization */ = { + 916BE2C4C0E5257544C46CB348BFC3FA /* Support Files */ = { isa = PBXGroup; children = ( - 4915ECA2EF0B9307D49E16A726F59E6B /* AFURLRequestSerialization.h */, - EC5CB56C00633EBE94F283C8E3E2EB3C /* AFURLRequestSerialization.m */, - E7CB62E35EBC7D58217AC5F6D1378F99 /* AFURLResponseSerialization.h */, - 98AF0F7BE9F1BB01F30F6288D4E97B1F /* AFURLResponseSerialization.m */, + 91F590247F4F782C5BFDDE20CFC7A3E6 /* MSNetwork.modulemap */, + 9755CA7061BC66E0F285C091469FFF14 /* MSNetwork-dummy.m */, + 79A68F217CABDBFBF1C0FA19ECAB733C /* MSNetwork-Info.plist */, + 343C1D053E279AFB82C73600C8D3F5E8 /* MSNetwork-prefix.pch */, + 5BD22AABD4D3F0FC4AC9CAD7A4B02CFC /* MSNetwork-umbrella.h */, + 1F42F50E0C6234C303867B7C42B270AE /* MSNetwork.debug.xcconfig */, + AE2D71D34E30366F69F143658C20666D /* MSNetwork.release.xcconfig */, ); - name = Serialization; + name = "Support Files"; + path = "../Target Support Files/MSNetwork"; sourceTree = ""; }; - 9CFB84645D9BA06BACF760CD8C2FC05C /* LSTCategory */ = { + 941A19DB689F629974FE9C4718ABC3C9 /* LSTControlEvents */ = { isa = PBXGroup; children = ( - E2BEDD44B960DE264842C6C3174F78F1 /* LSTControlEvents */, - 1C2DCAEA961ACC17BB18DB95E74B81AD /* LSTGestureEvents */, - 9344F283CCBBF166FA96058CFADB30EB /* NSString+LSTString */, - 0C2E5F5C40D13D67556FBA548EA85615 /* Support Files */, - 73151C28C884B034DBEFB54B8FBDC483 /* UIColor+LSTColor */, - CE200B40DDFC3ED88327A327296830D1 /* UIView+LSTView */, + 0FAD955B6BB4EBEA31743D8B3E42A28F /* LSTControlEvents.h */, + 21F55671C698BDDDCE3B2D0FECA5B471 /* LSTControlEvents.m */, ); - name = LSTCategory; - path = LSTCategory; + name = LSTControlEvents; sourceTree = ""; }; - 9D28DACE30F679BC502DC5ADDE3B985E /* Frameworks */ = { + 95E0EC602D39CB41069A890D637CFC88 /* Support Files */ = { isa = PBXGroup; children = ( - B055001B2CAE823054F44DE92E45243E /* GooglePlaces.framework */, + 8DE2DE7E7E3B7958154CAD5F9300E7DA /* YYCache.modulemap */, + C4AF366D6397640C7A296F1F57F89FE4 /* YYCache-dummy.m */, + E39A56F06BA7DC33FDAE21E755EFB2CA /* YYCache-Info.plist */, + B01DA45094DCF587A0D86F740DE0CD62 /* YYCache-prefix.pch */, + 6C7F230A259187BDBA76E9FFB1866B74 /* YYCache-umbrella.h */, + DA80A9AC978263E6488B957C92CFCB40 /* YYCache.debug.xcconfig */, + 4FE8C85D68F31756B7DD373918E36055 /* YYCache.release.xcconfig */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/YYCache"; sourceTree = ""; }; - 9DEECE410460D07B61A79121AA56A2C6 /* EasyEmpty */ = { + 97A27D6E13D05DB5D2E6A06BB6A57F92 /* Frameworks */ = { isa = PBXGroup; children = ( - 6CEF790DD2B3346D04AC14629178E137 /* EasyEmptyConfig.h */, - 9B258F68C976AD2B021252800197ED88 /* EasyEmptyConfig.m */, - 4EF3D43D3F973D06F51DC4E9B2DE631D /* EasyEmptyGlobalConfig.h */, - 8172017651F3E7FBE503CC9DF5EE1A0D /* EasyEmptyGlobalConfig.m */, - 397AC164843E756754E46FFAE6AD77B7 /* EasyEmptyPart.h */, - 8222CDBCF2E88AD6A776CD7CDA7BD88E /* EasyEmptyPart.m */, - D1BA98EBFD0C5BE252B0897B55A6C7E8 /* EasyEmptyTypes.h */, - 9B1E31633319E908476D1FF03D1F1E0E /* EasyEmptyTypes.m */, - C12178211448A8E7FE7D6232C963B089 /* EasyEmptyView.h */, - EAFC04FBD5B8F34A804012052F58DC79 /* EasyEmptyView.m */, + 01FDBBBC384B13BD08DB5DC4DF485A81 /* GoogleMaps.framework */, + 6AEC37768161DE1DB3D43208C231437A /* GoogleMapsCore.framework */, ); - name = EasyEmpty; + name = Frameworks; sourceTree = ""; }; - 9E7D3DA94244D8E63125E6D8CE4D3718 /* Frameworks */ = { + 98983777541C189979BC71636E0983A0 /* Support Files */ = { isa = PBXGroup; children = ( - 09337CAF7DA552AA5685A870758B47EC /* AMapSearchKit.framework */, + 0911AC4968CBDB55EB54935390ECCD28 /* LSTCategory.modulemap */, + 2E0CF73718E6B1023666CA50E78097B9 /* LSTCategory-dummy.m */, + 327A15B4C7F14C8F1F7A51D149079267 /* LSTCategory-Info.plist */, + C6B3960A25AB9756042AFF360D6FC187 /* LSTCategory-prefix.pch */, + 3827C43AF409611A781DEBB5FBB54B3F /* LSTCategory-umbrella.h */, + A45D5B10A919ADA3C022C4F705EC19BD /* LSTCategory.debug.xcconfig */, + B64F6D0D79E94126005B7A0BAD29B1B7 /* LSTCategory.release.xcconfig */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/LSTCategory"; sourceTree = ""; }; - 9F629FF8B19E95EEE89966CC950E7D28 /* Support Files */ = { + 99F7C62155994C3DE695A91B61EE0ABD /* Support Files */ = { isa = PBXGroup; children = ( - 60AE9A82E1E2B110782131E966A77079 /* LSTTimer.modulemap */, - 396D35778D8D55AC39194DE244FCAA8D /* LSTTimer-dummy.m */, - A40B3970B5166CB5671C0DC8C0A0B51D /* LSTTimer-Info.plist */, - 70049BD4BE24B48853F883E6103E1A7E /* LSTTimer-prefix.pch */, - AC8BC8EB1D45C5E6BE2EFED360CE8BB9 /* LSTTimer-umbrella.h */, - 6BF2227504F57FD3F79C6AD873A63072 /* LSTTimer.debug.xcconfig */, - 49084890EE49F56457F0E435BF8B825C /* LSTTimer.release.xcconfig */, + B30C064B21054C92FD48EEBEB845FA80 /* JuphoonCloudSDK_iOS.debug.xcconfig */, + 804C7B0A9BED035A148A64FD586CA75A /* JuphoonCloudSDK_iOS.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/LSTTimer"; + path = "../Target Support Files/JuphoonCloudSDK_iOS"; sourceTree = ""; }; - 9F969DB0D507BB1A0A386084A433FC39 /* Category */ = { + 9AF642F008BF6A9F89F7ECC9969B4688 /* Support Files */ = { isa = PBXGroup; children = ( - 100102AF6D69B8A1782F60DC45237C32 /* KafkaCategories.h */, - 98E6D8C37E662AA8E18FB6563EA7AEBD /* KafkaCategories.m */, + 07FF7992023AAE4F46BFB964840AAF39 /* LTScrollView.modulemap */, + 54F7C41F353233463764F226DFE830CD /* LTScrollView-dummy.m */, + E68A3C1BB996891D4F2240525084872E /* LTScrollView-Info.plist */, + D9EB813FAD98ACE00B487B2C609B82F0 /* LTScrollView-prefix.pch */, + 6475EA08C22E6279FB507F18E5DFBF32 /* LTScrollView-umbrella.h */, + FD972C2B7DE319BDC17735BFE7C57370 /* LTScrollView.debug.xcconfig */, + 8DE303384DFAD4ACA87BD6D6B58ECF2C /* LTScrollView.release.xcconfig */, ); - name = Category; + name = "Support Files"; + path = "../Target Support Files/LTScrollView"; sourceTree = ""; }; - A0E28224472A1FC38B7FF099E0F06C56 /* Support Files */ = { + 9BFA7CA1F17A10DEDF7C811B6175DA95 /* AddressPickerView */ = { isa = PBXGroup; children = ( - E0CF5EBE6DEC57D19B9BE0A486C72C98 /* AMapSearch.debug.xcconfig */, - 15D64CC3BBB93BE65B4966EEBCB7241B /* AMapSearch.release.xcconfig */, + 0E3FBD97CB27F9C80D028C891490CD62 /* BRAddressModel.h */, + 85995EBB1080101FC9375A637D41B90D /* BRAddressModel.m */, + 298B4EA740DFE1531DFAF360C2A43AE9 /* BRAddressPickerView.h */, + 6C79DD2A31D2AA709531CDDC479EB888 /* BRAddressPickerView.m */, + D101C1009C1730D471CD22749ACF56C7 /* Resources */, ); - name = "Support Files"; - path = "../Target Support Files/AMapSearch"; - sourceTree = ""; - }; - A894FA2F87B8041F4752089DEF5DF662 /* UIKit */ = { - isa = PBXGroup; - children = ( - C2FBE191652BC4D9168ECEE08C769D95 /* AFAutoPurgingImageCache.h */, - 6F377BA59671154CA4050323B9518393 /* AFAutoPurgingImageCache.m */, - A05C01E935E2D90F1DA37521DAB0A0FB /* AFImageDownloader.h */, - DA930B3B0E501B00D9FAA60C7EBA3DC7 /* AFImageDownloader.m */, - 7F2C6BB1D9C03791AAD039F91FC10EC0 /* AFNetworkActivityIndicatorManager.h */, - 448AF752F05B52DFD2CEAA6CF48521E2 /* AFNetworkActivityIndicatorManager.m */, - F096603F1BC2FE4AEC7130BF93A634D5 /* UIActivityIndicatorView+AFNetworking.h */, - CA82CA87470708822DF5DE7DA86C9FCD /* UIActivityIndicatorView+AFNetworking.m */, - 80B575CEA18D3208BFAE1433C5DF69B9 /* UIButton+AFNetworking.h */, - 93DC15ED99E539906047EC083CC67187 /* UIButton+AFNetworking.m */, - C2CDB63F2AEC687E849D941DACFE846E /* UIImageView+AFNetworking.h */, - CCA2BEA6C12FF046CBE12ABD93118AA7 /* UIImageView+AFNetworking.m */, - F19417D6D00DCABD2B39DE4AB61327EC /* UIKit+AFNetworking.h */, - 7A7A3D155F70732788205DC27533F40F /* UIProgressView+AFNetworking.h */, - F344319495BD5E40E1E82F2841AADC75 /* UIProgressView+AFNetworking.m */, - 245A4C5E978EA6D2E7C56B35FFEA6A22 /* UIRefreshControl+AFNetworking.h */, - 125FCDD9832DB6AA4D1A084FF779487E /* UIRefreshControl+AFNetworking.m */, - ECE4B652F91451BE0DA5152DD33CD7E3 /* WKWebView+AFNetworking.h */, - 54DD32E95FDC0299FE94AAFCBF0D3857 /* WKWebView+AFNetworking.m */, + name = AddressPickerView; + sourceTree = ""; + }; + 9C9CC8FAE05C1B9176C955DD65D9C574 /* LSTPopView */ = { + isa = PBXGroup; + children = ( + 81D93B80BEBBD082F3CDB696491C6146 /* Code */, + D8B2B0B97898B36C2B6484B3C9004B89 /* Support Files */, ); - name = UIKit; + name = LSTPopView; + path = LSTPopView; sourceTree = ""; }; - A8D513D40766205716432E68089F24A1 /* Default */ = { + 9D32A3D0CA7302B8E62A424FDB907642 /* Support Files */ = { isa = PBXGroup; children = ( - DCB3BBD13BED3AF44DBF3BBCC8C91245 /* KafkaRefreshDefaults.h */, - 19D48D20B3F73F271C319746B9A0FD4B /* KafkaRefreshDefaults.m */, + F3581B4FEBB328CE3D8750D93D0F49E5 /* AMapFoundation-NO-IDFA.debug.xcconfig */, + 34124B870E01A6E3DBFF78DFE7627FAE /* AMapFoundation-NO-IDFA.release.xcconfig */, ); - name = Default; + name = "Support Files"; + path = "../Target Support Files/AMapFoundation-NO-IDFA"; sourceTree = ""; }; - A941DFD4A994DD31BF32AC3B96736AAF /* Code */ = { + 9F62591162FE831D36BE2FDDD4198122 /* Support Files */ = { isa = PBXGroup; children = ( - AB673632E40891D93D22EACB183FA23F /* LSTPopView.h */, - 3A8A3FD4B374E6026F1EE974E2E4D5D0 /* LSTPopView.m */, - 62E4A6B057F0F72A0165E4466C8B8486 /* LSTPopViewManager.h */, - 2ADFCC6615BC1A408287EB64FBC484B4 /* LSTPopViewManager.m */, - F50064BB95A055D836CB3B00F8554FD4 /* LSTPopViewProtocol.h */, + D85EA4970BFF049B4656A761F71B266E /* LSTTimer.modulemap */, + B3C9381B4FC9E397083AF419B6A89F3A /* LSTTimer-dummy.m */, + 5A88685C6C23AA0A8BA529CA4406DEDC /* LSTTimer-Info.plist */, + 80ADCE0E393F92BE14B8B25D666C1210 /* LSTTimer-prefix.pch */, + 34DAD8932C1613C0B276588A056B8B6B /* LSTTimer-umbrella.h */, + CE036FABDCC1301C51424AA316CC5002 /* LSTTimer.debug.xcconfig */, + 58BF2A3B4E763385C0B81B9A017CEF58 /* LSTTimer.release.xcconfig */, ); - name = Code; + name = "Support Files"; + path = "../Target Support Files/LSTTimer"; sourceTree = ""; }; - AC88867F6BE4B3D0C9FC26686FB25ABA /* Frameworks */ = { + A0E276A11D823498D105EBEBD7047150 /* Resources */ = { isa = PBXGroup; children = ( - 7355510E484DC6F0701BAF4BB8CFC0D6 /* JhtMarquee.framework */, + 572C79715CE57EC5B654680134CEBA6E /* ZXNavigationBar.bundle */, ); - name = Frameworks; + name = Resources; sourceTree = ""; }; - ACD87AE061CC98DF54B7EBC6D98A6F17 /* Support Files */ = { + A3B0D2D8296A5AE4ECA2E456F3FD2FAF /* LSTTimer */ = { isa = PBXGroup; children = ( - B73E22ADDBB622C1E44B359DD3114D97 /* MOBFoundation.debug.xcconfig */, - 9A579E45B87BA17C550AF46535D7886D /* MOBFoundation.release.xcconfig */, + 5EFE9E4EE035353FDD2F4FBA79E168DF /* LSTTimer.h */, + CD70921A9C1C33A9616075A41CFC7F0F /* LSTTimer.m */, + 9F62591162FE831D36BE2FDDD4198122 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/MOBFoundation"; + name = LSTTimer; + path = LSTTimer; sourceTree = ""; }; - AEEA5400F3939613CF3B65F81B0B41EA /* IQKeyboardManager */ = { - isa = PBXGroup; - children = ( - CBD06E4D761266B23DF76F3266AA1F3F /* IQBarButtonItem.h */, - D25755D9853D4CB9927C8A458DBF32F4 /* IQBarButtonItem.m */, - 8E2934D18F371DB203ECFFB5A50A5AEF /* IQKeyboardManager.h */, - ECAC0FB5FEEBE6BE69A4E59A676A77ED /* IQKeyboardManager.m */, - 9B935E1FE9C7733DE91EFC0F7B58BC45 /* IQKeyboardManagerConstants.h */, - 175E75476841F76707E06FD2A2ECC64D /* IQKeyboardManagerConstantsInternal.h */, - DA11E210EE0143C3641BD54B5AC2AD0B /* IQKeyboardReturnKeyHandler.h */, - 9E1B03386B13FEC2CC20810904B63AD2 /* IQKeyboardReturnKeyHandler.m */, - AC0D04EFA9C274C10226D3825B8E3984 /* IQNSArray+Sort.h */, - CA52A8AB4A00D56D9B4C8CE34C9BE9E4 /* IQNSArray+Sort.m */, - 1466290C426B32D5CB1C3E8B9A4F853B /* IQPreviousNextView.h */, - 91FE0CC69BB11923E88429FF9A715064 /* IQPreviousNextView.m */, - 5B279529C14AE3BC20E813DB23AF2C03 /* IQTextView.h */, - 9964A8A0DE26090F99DCF573EBFAB841 /* IQTextView.m */, - 9495B5A69D54AAD37CA183CE30D39B1E /* IQTitleBarButtonItem.h */, - D828F08A354028433797576D99160B9B /* IQTitleBarButtonItem.m */, - 5C66BDC7DA10910523E69D6C938335AB /* IQToolbar.h */, - 126FF098D635756D72755BAA9845FAA3 /* IQToolbar.m */, - B0E3A988E93BA62800DCB208E4079BE0 /* IQUIScrollView+Additions.h */, - 2F2E3083DA837CF39B1D319251BAD6A5 /* IQUIScrollView+Additions.m */, - 725D87002DA392CD3C75375AAE04320B /* IQUITextFieldView+Additions.h */, - 9EF5DB1D93A6F2F4E7214E0CE1C18A40 /* IQUITextFieldView+Additions.m */, - 05532CC36AD22F0924E70AD9E76CBD1D /* IQUIView+Hierarchy.h */, - C003E96285771033DDD87CB46D737228 /* IQUIView+Hierarchy.m */, - 87006828DC7DDFB7EA4E8AFEE26013DC /* IQUIView+IQKeyboardToolbar.h */, - 9A0CB0D87976EE9B9832B6BF8991905A /* IQUIView+IQKeyboardToolbar.m */, - 16A942CE3404B49C5EFD3840434FB1AE /* IQUIViewController+Additions.h */, - 3D474104707F4E53CB33E1621A93DB3C /* IQUIViewController+Additions.m */, - A21D23E4FDAC16D00F11B8020236143C /* IQUIWindow+Hierarchy.h */, - 719BACA2DF49D3B5ED7D56DCFB445556 /* IQUIWindow+Hierarchy.m */, - 436AD8BAA762C9075295FF2E7597AE8C /* Resources */, - 3C3379329B357777643D031C84F4C8DC /* Support Files */, + A52378CD62C1FEAA0C1F2514AEBC4126 /* EasyShowView */ = { + isa = PBXGroup; + children = ( + 4C8CB164C5BBB8E1DCAFD93E5BDD69AD /* EasyShowView.h */, + 7B1EF711214BDA53E5B22EFBD5222F47 /* EasyAlert */, + 830774A13B2BEC7D3BB68DB8BDFB0E94 /* EasyEmpty */, + B31455E94508CFC3BA1F2898D8618428 /* EasyLoading */, + 3312BE8DD404A91BFE9EA284D383E2B9 /* EasyShowUtils */, + FE06332158715CDBBDC15AF77C3E67BE /* EasyText */, + 152CFD104F804A6B82A48B7BCBE2C966 /* Support Files */, ); - name = IQKeyboardManager; - path = IQKeyboardManager; + name = EasyShowView; + path = EasyShowView; sourceTree = ""; }; - B3CCAE10157056604B4217E4CD44DFE4 /* iOS */ = { + A5615D370433ABEACB0D1495FE1CA3EA /* MQTTClient */ = { isa = PBXGroup; children = ( - 817D58A38DF95A5124CFA23B1B148E6B /* CoreFoundation.framework */, - 5A6A28A1594C595B935C54EAA8B7AA81 /* CoreGraphics.framework */, - 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */, - 512536599BF57186A1A0BB753C0A0C17 /* ImageIO.framework */, - CC36AB4A05048CB53C2C09ED61433DBE /* QuartzCore.framework */, - 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */, + BE8E4F51A742F98D179E762243FA86F1 /* Manager */, + 2E01200CA3FDE5552E7F053286A18D59 /* Min */, + B6199FF96E8F5FD34FA6EEC13B748176 /* Support Files */, ); - name = iOS; + name = MQTTClient; + path = MQTTClient; + sourceTree = ""; + }; + A7ADA3970AFA27A8A01983566D7048AE /* mtc */ = { + isa = PBXGroup; + children = ( + 6E8750116A815E8D8FE4989235684BDD /* mtc.h */, + 3E7C3CE302B51F05C7170F035C2530F6 /* mtc_acv.h */, + 9366C635547C01A465B36557E5F7055E /* mtc_acv_db.h */, + A5DD20765AC1CF5D86156ED8FB644804 /* mtc_api.h */, + DC3A1DD88C58A52BC9A57F66D859E3B2 /* mtc_buddy.h */, + 8452F80DF9E0F313B156B3BDD9B30E91 /* mtc_call.h */, + CFFE1F83FB4EC4339CD0E5110B22CFA7 /* mtc_call_cfg.h */, + 0707C6858FC45EA9DE244F2374047565 /* mtc_call_db.h */, + EF5F4D5637B23469F1DD18D44EA5C422 /* mtc_call_ext.h */, + 7AD8EA258ABB9BBAE9D5BD751E0A4B36 /* mtc_call_sts.h */, + B4A350E48BFD09727C00FD823C3E7968 /* mtc_cc.h */, + C6516D86416ED6B692987C73610CF45E /* mtc_cli.h */, + 04BB798285BF5175AF07FE758DC8739B /* mtc_cli_cb.h */, + 0976DA67BB77AF596B69E1000B016CA4 /* mtc_cli_cfg.h */, + 7215F7A2C43F8320F8608AE0D81CCFC6 /* mtc_cli_db.h */, + E9980E59BABF60539CAF6373B5D6FF98 /* mtc_conf.h */, + AD578B309358486564D55D5C16EC49C0 /* mtc_conf2.h */, + E68BB4BD56B95A31ABED45BA48D74AD2 /* mtc_conf_db.h */, + 57E2EB31B837ED6FE5FCA429135F8118 /* mtc_conn.h */, + A15C963BDE1931D506333CAB21A9E551 /* mtc_contact.h */, + 53A3E02872D2352E691096205E59F72D /* mtc_d0.h */, + D936AC8CC03BADE2AD92AD46FF46C8DC /* mtc_d2.h */, + 7B47A6D680F37D2E6441D190407DB782 /* mtc_def.h */, + A9F17EE6656DE6FC2A38691B21DFF81E /* mtc_diag.h */, + 02F5414B30480F2FFBE42E6ADC4887EB /* mtc_doodle.h */, + C3410AD43725027B2C610583D374E954 /* mtc_fs.h */, + FB9E8CB3835FE6A8476DFC60698BC903 /* mtc_fs2.h */, + C5A098CCA2FD6BA139EEE644AA23DB35 /* mtc_fs_db.h */, + 97634B11F4E84FDBDACF17A6298A8B4C /* mtc_game.h */, + F36C5FC15B0D782710E58783CB4EE19D /* mtc_group.h */, + 2875298EABF0402DC67A1305378D8440 /* mtc_im.h */, + 5649966271AE4ABE8DC05C309F20584C /* mtc_im_db.h */, + C527F96A84D89BC0B401B304244AE287 /* mtc_media.h */, + D4C4811CD076D83498EBB89A7F3241ED /* mtc_path.h */, + 545B669EF83DDC51D597BDE179A12A81 /* mtc_payment.h */, + 1A689F059CC8680F032CC244E4E01B69 /* mtc_point.h */, + 7B7212BE96C2FBFB08F7C527AF9E7934 /* mtc_prof.h */, + F63886AD029E5F0050E8F9A6FAF36661 /* mtc_prof_cfg.h */, + E8F0E5D9D81A57CEF7A29EADABAA17B3 /* mtc_prof_db.h */, + 8132A9F92C4A7CF482F2B40F9EF052A3 /* mtc_prov_cfg.h */, + AB1370733855C72C3420D0EE5A26DDD8 /* mtc_prov_db.h */, + 07882A0DB05EA54F517A32A6CF1C9049 /* mtc_push.h */, + FCAD6FEC0F828C7F11453395ACD4DF74 /* mtc_rdcall.h */, + 5BC43D6211CE966350A9E23B25C98FAC /* mtc_ring.h */, + B2FB53188E7B855324CBAF047139F115 /* mtc_sgw.h */, + D3B1E017B8D7A1BCBDE344B0E92AD646 /* mtc_ue.h */, + CCB61B347A09E435184B8594F33936F4 /* mtc_ue_contact.h */, + 620AC8901703F366273BF4834A85C64D /* mtc_ue_db.h */, + 5E278DF11D63F7E9DC5C939291CA5065 /* mtc_user.h */, + 61573E0A025803F352830135173CDA7E /* mtc_util.h */, + 0DA279EB5DEF9B57C4A7DDC3DB431F48 /* mtc_ver.h */, + 17AF3DFB0190CA7247D0DB47CE37F942 /* mtc_wgw.h */, + ); + name = mtc; sourceTree = ""; }; - B3E92D97E0782647A665D64526E9C669 /* Support Files */ = { + A963FBCCDCB613EE6F854077154BA51C /* Frameworks */ = { isa = PBXGroup; children = ( - F34AD6339C0A6DC21B242595C0C1E6FD /* LGAlertView.modulemap */, - 6149C17AF2AE90C5BD0554203AD749AB /* LGAlertView-dummy.m */, - A0B3445E3317A9857C8FAE592581CD22 /* LGAlertView-Info.plist */, - 03CE3E156AEB41CE1B8BEB355A236001 /* LGAlertView-prefix.pch */, - 31F30B78317F273E3BCDEE03149C4507 /* LGAlertView-umbrella.h */, - 03AA4D3698C118927B60CD4C08E0AC78 /* LGAlertView.debug.xcconfig */, - 290864FE367E1526A56F4B78E8796781 /* LGAlertView.release.xcconfig */, + 560802610B1BC8D9A3EE13B4F50B2F7C /* SMS_SDK.framework */, ); - name = "Support Files"; - path = "../Target Support Files/LGAlertView"; + name = Frameworks; sourceTree = ""; }; - B4F7E6DF2BC6B2776C2B1CBB65F9F9E2 /* Support Files */ = { + AC3F98C34F95CD6435A78BA76F29A745 /* Category */ = { isa = PBXGroup; children = ( - C843BC81500B842361878A3BABFA9679 /* SGQRCode.modulemap */, - 4C0FD8D9492F0B1C50B602129689AF03 /* SGQRCode-dummy.m */, - FAD2B744E1990D527B7B87CBB36D3223 /* SGQRCode-Info.plist */, - A7AC3BFA6DC5E924C0C7334078CB3E1C /* SGQRCode-prefix.pch */, - 09CA157CBF1C6C4C6890F92C01A95BC6 /* SGQRCode-umbrella.h */, - AD6E5319CA7AB9E46DDFC21DF19CA42C /* SGQRCode.debug.xcconfig */, - B3283D6220DF5E29A74EB4A7B586B72A /* SGQRCode.release.xcconfig */, + C2FB133F2AF72F020E35D61A797E6E37 /* KafkaCategories.h */, + 038AACA204C043A81B9CFF1EA10250C7 /* KafkaCategories.m */, ); - name = "Support Files"; - path = "../Target Support Files/SGQRCode"; + name = Category; sourceTree = ""; }; - B5518BA546CDD7CF76169DB90FC89E7F /* Support Files */ = { + B31455E94508CFC3BA1F2898D8618428 /* EasyLoading */ = { isa = PBXGroup; children = ( - F014CED0AD93B583F37B88A9D90BBF6E /* GoogleMaps.debug.xcconfig */, - AE6C768961740C439312DB575D6C4F46 /* GoogleMaps.release.xcconfig */, + 142B13623A5AD1FD930D7A8924712BF4 /* EasyLoadingConfig.h */, + E2A1A26CC691D63157C67916D0FC2863 /* EasyLoadingConfig.m */, + 27967AF1E4347601D63D1A2206BEFE85 /* EasyLoadingGlobalConfig.h */, + E77D0441103082C4DCEAAC40E88DAD15 /* EasyLoadingGlobalConfig.m */, + BB03847C0B800292A376E36814E17CCD /* EasyLoadingTypes.h */, + F5F7790847E7461BB6B6665CD01EE919 /* EasyLoadingTypes.m */, + 1F1ECDE175DADF2D7C699F6956086833 /* EasyLoadingView.h */, + 8A98FFAD5FF5854ADEB3C9EA8AB906FC /* EasyLoadingView.m */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleMaps"; + name = EasyLoading; sourceTree = ""; }; - B551A432E45851EF39AE67F2CBC60202 /* Support Files */ = { + B36417639A2B49A911500CAD154675BC /* MOBFoundation */ = { isa = PBXGroup; children = ( - 017FBF09B4746F6F89B283B336302FBF /* EasyShowView.modulemap */, - 736B1259051EC0415023E8B36632C770 /* EasyShowView-dummy.m */, - 70A7EBFFEDEC0BFF29E575E891B216C4 /* EasyShowView-Info.plist */, - 9AD1FE90124A7E2D78EBDBA4FB2FF984 /* EasyShowView-prefix.pch */, - 3BAFE672846EEC3D55B03D1C886C3F15 /* EasyShowView-umbrella.h */, - BBA220130773742D6520F0A603B85220 /* EasyShowView.debug.xcconfig */, - E078022E45EF6E06F7AAD1FDBFF28F5F /* EasyShowView.release.xcconfig */, + 1DC7CD5D76A65FA5AD37AF405C416C36 /* Frameworks */, + 719FBC10FD8125523BF6C92FD4134F64 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/EasyShowView"; + name = MOBFoundation; + path = MOBFoundation; sourceTree = ""; }; - B5BD943B612002E78128844AD0D4396B /* HeadKit */ = { + B3CCAE10157056604B4217E4CD44DFE4 /* iOS */ = { isa = PBXGroup; children = ( - 6313AC412756254CDEFC19868B9A5668 /* KafkaArrowHeader.h */, - 0959275B36208D763B044E800ED264B5 /* KafkaArrowHeader.m */, - DCF8064DEF1964B66682F85DF418E7D2 /* KafkaNativeHeader.h */, - 8CFFF5B3BE8523DAB78D6C595997FBF3 /* KafkaNativeHeader.m */, - 24A03FE17831C4C8A80CDD2F4A20F696 /* KafkaReplicatorHeader.h */, - 0CCA30E83017976751CC809EBD143D00 /* KafkaReplicatorHeader.m */, - 44861DCD0F997139D519D96DEFB9ACB1 /* KafkaRingIndicatorHeader.h */, - DC790964360111862683E6EB0DFC2491 /* KafkaRingIndicatorHeader.m */, + 817D58A38DF95A5124CFA23B1B148E6B /* CoreFoundation.framework */, + 5A6A28A1594C595B935C54EAA8B7AA81 /* CoreGraphics.framework */, + 1CC1E63EAACE6FC53001152080261E22 /* Foundation.framework */, + 512536599BF57186A1A0BB753C0A0C17 /* ImageIO.framework */, + CC36AB4A05048CB53C2C09ED61433DBE /* QuartzCore.framework */, + 0885907AFEB4DF8FD3ECE415A9CAA6F6 /* UIKit.framework */, ); - name = HeadKit; + name = iOS; sourceTree = ""; }; - B8DF22EEA8A10DC14083DE61D336BD34 /* Support Files */ = { + B5FC121DCDA89B56194622C5A7C4A845 /* Support Files */ = { isa = PBXGroup; children = ( - 47C420038FF5D09C81893C3C1674F318 /* AFNetworking.modulemap */, - 3F208132179B85D911FB48227F4EA784 /* AFNetworking-dummy.m */, - 4B37F7AA0B50568EBA29C3832081E53F /* AFNetworking-Info.plist */, - 58D320C03E1AB5ABD3DE72268DE6C595 /* AFNetworking-prefix.pch */, - 39232C736D4C774974F272DBFCCA45FA /* AFNetworking-umbrella.h */, - BC0B1AD4F964FB88143D582931E7C970 /* AFNetworking.debug.xcconfig */, - BC394BDBD66A7593112CBB960F9C1A65 /* AFNetworking.release.xcconfig */, + 0222B2983D240DBFA94FD0420721F19A /* JLAuthorizationManager.modulemap */, + 4AA7B2888386DA570EF23010802F5B57 /* JLAuthorizationManager-dummy.m */, + D36047232C2ADA8D0DDA54AD404BE960 /* JLAuthorizationManager-Info.plist */, + CB6BD20EE235C5D963195DD5482C3CD5 /* JLAuthorizationManager-prefix.pch */, + ADA2428E6748B7B4D7DB1D0964575AEA /* JLAuthorizationManager-umbrella.h */, + 54FD0E7F4AFE7187E1EC869810B44A13 /* JLAuthorizationManager.debug.xcconfig */, + A8D32CACC8E48EE25EBEFEEF3A0182D9 /* JLAuthorizationManager.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AFNetworking"; + path = "../Target Support Files/JLAuthorizationManager"; sourceTree = ""; }; - B9647701077B5AB00AE4ED7DEF578AA6 /* Support Files */ = { + B6199FF96E8F5FD34FA6EEC13B748176 /* Support Files */ = { isa = PBXGroup; children = ( - 63B15400FB8698E25AD1D7D00BBCDEC1 /* DZNEmptyDataSet.modulemap */, - EE931D794737FA613B7622CB1BD5D7B0 /* DZNEmptyDataSet-dummy.m */, - ED8EDB8C62F42B257B006B5D2EB95412 /* DZNEmptyDataSet-Info.plist */, - 9A3A384D9E2288B102C21295294A0012 /* DZNEmptyDataSet-prefix.pch */, - D9A60EF0A0D5156812A66DCC61DB35ED /* DZNEmptyDataSet-umbrella.h */, - 113C3A36C4C3E42BECAC1AF8C3779E4E /* DZNEmptyDataSet.debug.xcconfig */, - 4539628DC9EFC2B54B7A01EA8D3847F4 /* DZNEmptyDataSet.release.xcconfig */, + 645CC99FFDFCF8DE0DD861DD9EEED1FE /* MQTTClient.modulemap */, + 19BB5335F3FA079BCD4A252BC8C20153 /* MQTTClient-dummy.m */, + F6BDB17740863E41AA7D60C84CC24CFB /* MQTTClient-Info.plist */, + 870961C6D70B941E4B32B7B1943D8F93 /* MQTTClient-prefix.pch */, + 34D5074AB988EFF140CACD97A31DC32F /* MQTTClient-umbrella.h */, + 801C20F713C19176DF01C156A8612DB4 /* MQTTClient.debug.xcconfig */, + 098AE1324B55CC7406E32C5440AFA0DC /* MQTTClient.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/DZNEmptyDataSet"; + path = "../Target Support Files/MQTTClient"; sourceTree = ""; }; - C08A5BC5B09F199EABB9735C4F34C81F /* Frameworks */ = { + B696FA00BC9D58A164AEDAB4CC4580BB /* Resources */ = { isa = PBXGroup; children = ( - 0E31FD4948A89A342536B2CA00BE2ED7 /* Agoraffmpeg.framework */, - F8BA4A57EF3CE793DBC3C49F927147B9 /* AgoraRtcCryptoLoader.framework */, - F965FEA5000AD5CC003008799202E726 /* AgoraRtcKit.framework */, - 1F36D54AE93BABE8621FF59567D80D3C /* AgoraRTE.framework */, - 0F5F6D075E5AD6720E73F3900BE2C78D /* AgoraVideoProcess.framework */, + 2D676C5EB0563054F83AD1D5B65A12BE /* BRPickerView.bundle */, ); - name = Frameworks; + name = Resources; sourceTree = ""; }; - C348BFB7D657FDBB3A9FB49066440F19 /* LTLoopsPlay */ = { + B7ED591B9E97583D9843B317317A6EB4 /* Support Files */ = { isa = PBXGroup; children = ( + 06416822DBD41A621CBA880EBBBA9EC2 /* GoogleMaps.debug.xcconfig */, + D958ABEB9A4DEE75D9EA2859B49FCEF5 /* GoogleMaps.release.xcconfig */, ); - name = LTLoopsPlay; + name = "Support Files"; + path = "../Target Support Files/GoogleMaps"; sourceTree = ""; }; - C4197CE4A116C7A1564B156C36D3F23A /* EasyShowUtils */ = { + BE8E4F51A742F98D179E762243FA86F1 /* Manager */ = { isa = PBXGroup; children = ( - D2E4A4849F8D67A331AB55135C190759 /* EasyShowLabel.h */, - 3250D7CE0EBCEDE2A4B976302A63C822 /* EasyShowLabel.m */, - 1726DE3109DD617B793ED7CA88A5262E /* EasyShowUtils.h */, - D2A23A81D4BB6C9336C00620E372C866 /* EasyShowUtils.m */, - B7F18F8E7F8335BC4E132F355FE373E2 /* UIView+EasyShowExt.h */, - 4AB86A4CB7278855D4B8B0A958220F1A /* UIView+EasyShowExt.m */, + 8708D4A033F7A06C42E006A118A37994 /* MQTTSessionManager.h */, + 778D7B6314DDD490BF16402C5786CDA2 /* MQTTSessionManager.m */, ); - name = EasyShowUtils; + name = Manager; sourceTree = ""; }; - C72A4532AA2B5E865CA2C4865FA9B61B /* UIKit */ = { + C0E96822E7D05B6B1C336F1EAAC23669 /* Support Files */ = { isa = PBXGroup; children = ( - D915A27D9BB6D61972B872136E21A2EB /* FootKit */, - B5BD943B612002E78128844AD0D4396B /* HeadKit */, - 2CD9AE75B68B85DD70E98045FB1CF850 /* LayerKit */, + C8307C06F0840AC6FF90F841CE795961 /* AMapLocation-NO-IDFA.debug.xcconfig */, + 78A741DAB66060E17687D77F8AB73E9B /* AMapLocation-NO-IDFA.release.xcconfig */, ); - name = UIKit; + name = "Support Files"; + path = "../Target Support Files/AMapLocation-NO-IDFA"; sourceTree = ""; }; - C871154136A2618C7C62E2769F24D89B /* AddressPickerView */ = { + C1936FB3B0B8192A8329048BB825618D /* Support Files */ = { isa = PBXGroup; children = ( - 15428AA74B439C76FCBD4CC7102AFF3B /* BRAddressModel.h */, - 40198A7E7E52F4B372BC195AF6E1C714 /* BRAddressModel.m */, - 6164DD8F3870DBDE4009E8DEE429728A /* BRAddressPickerView.h */, - 397EC2235A12FDB4AC2B4A0964261C2E /* BRAddressPickerView.m */, - DCF362C5DBCCA31BEA7E3BBC3258D87E /* Resources */, + 17CF141594837B3350D258B979C6EED7 /* AMap3DMap-NO-IDFA.debug.xcconfig */, + 2AC25F214EF1059B573A8124D6F72ED4 /* AMap3DMap-NO-IDFA.release.xcconfig */, ); - name = AddressPickerView; + name = "Support Files"; + path = "../Target Support Files/AMap3DMap-NO-IDFA"; sourceTree = ""; }; - C9F4E4A5297A663BFDA9A0A3312E7DF1 /* DatePickerView */ = { + C3B11619FCC79C3D52D65FFA57FFE8A2 /* Frameworks */ = { isa = PBXGroup; children = ( - 64EDD94ED48569D95FD8762C4D79EBE0 /* BRDatePickerView.h */, - 26F8F74854400B75B298FC89817271D2 /* BRDatePickerView.m */, - 1D51ADAE76EDA90B6BDBF480960E70D9 /* BRDatePickerView+BR.h */, - 32B6DC438AEA14B75937BE506ACF5B12 /* BRDatePickerView+BR.m */, - 008226659CD88EF376F949A789EFEB2C /* NSDate+BRPickerView.h */, - B35AA8E182E2DC5C506CC8E8F1A9837C /* NSDate+BRPickerView.m */, + 43C08C412094EA0B7CBE3FD3972D0FFB /* AMapSearchKit.framework */, ); - name = DatePickerView; + name = Frameworks; sourceTree = ""; }; - CA05F0488E9284A0CABF7CE774A9F0C4 /* KafkaRefresh */ = { + C4B913CED9F612C3560948990782D45D /* SGQRCode */ = { + isa = PBXGroup; + children = ( + BC5E0EA8A5CFA5380CF9203986599717 /* SGGenerateQRCode.h */, + 15ADBE3C6F8059E3D22909B564D6F22F /* SGGenerateQRCode.m */, + 3A31F9B6A704AC45ADD8650B992E3772 /* SGPermission.h */, + 9EE8C8941F007CA5BDC08BA4CC9F5B97 /* SGPermission.m */, + FF6E0E1D63B32755EF24A0682DAABD74 /* SGPermissionCamera.h */, + 922CC960EB85940B1EB6523A55367463 /* SGPermissionCamera.m */, + 14EE93A0877960007A347AC36788B461 /* SGPermissionPhoto.h */, + 619DFCDACDDC5ACA0BAFFEAD60F28229 /* SGPermissionPhoto.m */, + 6DB11F5FD949B744F10A8D6EE2B35476 /* SGQRCode.h */, + 7F273070C293D8E178E8F847B9CA2BEA /* SGQRCodeLog.h */, + 8CC46CA711D133237B46523F45DDA863 /* SGQRCodeLog.m */, + 103C47643AB02184A8EBFCB01BA918FC /* SGScanCode.h */, + C4AB5602414200A01F20329215D098AD /* SGScanCode.m */, + 5A68536E0265F98C8C1E8A0316B0E684 /* SGScanCodeDelegate.h */, + 255F84BF78F0A572AD14341807A328F6 /* SGScanView.h */, + 39EC86B5ED9CCC1C00AC095659FB616B /* SGScanView.m */, + EA2B94CFA4BEBC4952D89B06C85438B2 /* SGScanViewConfigure.h */, + 0EE50708EB92AD70F68752F86FBADABC /* SGScanViewConfigure.m */, + FC5261C2E3FD05D08A5490D87F3D876C /* SGSoundEffect.h */, + D20C3ADE6A4F13649E649E18F69F366C /* SGSoundEffect.m */, + BEDEA6476EFB2F9528A8842C6229F57F /* SGTorch.h */, + 0ACF3237290093E7E9416DCC18F8D224 /* SGTorch.m */, + 7150EDBAFAE212097FE7B1188EF33D69 /* SGWeakProxy.h */, + 8BC726EF6E4358F2B9B4CD5D1F65D013 /* SGWeakProxy.m */, + 8113C0D964CD8A8BCDA96CCF85C395B8 /* Resources */, + 22A74A480A6778E2EA1B0D385EDBDFC3 /* Support Files */, + ); + name = SGQRCode; + path = SGQRCode; + sourceTree = ""; + }; + C56F635FC8E844AB5041314A08C67895 /* FootKit */ = { isa = PBXGroup; children = ( - 795AC67C35F95D766B662A4B0BF8496D /* KafkaRefresh.h */, - 9F969DB0D507BB1A0A386084A433FC39 /* Category */, - E7AB899BDD3223DB5E73F9A4DE72EE60 /* Configuration */, - 9A1B85580C39A0210CE650C4E77EC3E3 /* Core */, - A8D513D40766205716432E68089F24A1 /* Default */, - 50F586910945C694AC69D2872CEFACE4 /* Resources */, - DCCE71749398155361CD5B65711584C4 /* Style */, - FEE2A95842C4AA92F86F184092045801 /* Support Files */, - C72A4532AA2B5E865CA2C4865FA9B61B /* UIKit */, + 4D81F11E781A0A8DF09B13823B9294D1 /* KafkaArrowFooter.h */, + 22E96F269A6C5BF4DEBFA2C5D4CCCBC3 /* KafkaArrowFooter.m */, + CF6ECFBE3F6D2BDF21A52CF42B24DF35 /* KafkaNativeFooter.h */, + 02F3ABF0EDF50AA328BF4A79FBA3E4B1 /* KafkaNativeFooter.m */, + 6F37857449D4E7CD5547884566414F3A /* KafkaReplicatorFooter.h */, + 0B98C87FADB46E6148E94664A5408B24 /* KafkaReplicatorFooter.m */, + 0CF4FFC8C1269A4A2295ADAD4885F7F1 /* KafkaRingIndicatorFooter.h */, + BAE8B8DA065B945DFD59FD57E2903F9A /* KafkaRingIndicatorFooter.m */, ); - name = KafkaRefresh; - path = KafkaRefresh; + name = FootKit; sourceTree = ""; }; - CC865340A22D1AECCDB9866159F1F09F /* LTScrollView */ = { - isa = PBXGroup; - children = ( - 4D31A7CE8A061B233A4F573AB88C9A8B /* LTAdvancedManager.swift */, - 4569F9278A95D9C009031926B75DC089 /* LTCollectionFlowLayout.swift */, - B2DBCA83B4BE274CF93B23E96C50D2E4 /* LTDispatchQueue.swift */, - 873D03F41C5A4FC930EA667775B50BAB /* LTFollowMoveView.swift */, - 63BC5EC560A089C8C226F1A57DD21F3B /* LTLayout.swift */, - D8391ED31A3A51CFC0ECA78B3CEB69CB /* LTLivePlayLoopsListView.swift */, - 8A104E723067D73FDA6E57E90E5944D4 /* LTPageScrollView.swift */, - 5E66C231088EDFD47383B63F6A9C8EE5 /* LTPageTitleItemType.swift */, - D98FABB7819219D3A3E2B78433BFD852 /* LTPageTitleView.swift */, - 26401009D3B94C4DF1051E49BF80448A /* LTPageView.swift */, - DB8667A1DE6E7CD03D2F6A1797B2DB48 /* LTScrollExtension.swift */, - 5A3E416536A5CE36C0AE3D1EC4901318 /* LTSimpleManager.swift */, - 38FB7C13602CDE0234ECAE64AC607372 /* LTTableView.swift */, - 9EE400AF67B72F9CCADC95AD1C6AB34E /* LTTableViewProtocal.swift */, - 2C69B854CB79BC9C86CE9596932243CA /* LTVCExtension.swift */, - E797A56EFCB45BB276D3053B623F6550 /* UIView+LTExtension.swift */, - 43A5EAB33919E8F2410721FBCC9477BB /* LTFollowMove */, - C348BFB7D657FDBB3A9FB49066440F19 /* LTLoopsPlay */, - 1ABC24BFE8B631A41C6178F3C63E10B2 /* Support Files */, + C754A79410A3DB3AD9FADACC47FDEBCC /* Support Files */ = { + isa = PBXGroup; + children = ( + AB051450CB4DB2DD7B6996D031ECF934 /* YCShadowView.modulemap */, + 86AD1A0B7FB43B9B5558DCA96D0C6F4B /* YCShadowView-dummy.m */, + 78C29645E57E7DC61811097F56AAAF3F /* YCShadowView-Info.plist */, + 13353BEF5D2A2422756A511C02DD333F /* YCShadowView-prefix.pch */, + 7833B82DDB59C9427A1EA53BD207F7DA /* YCShadowView-umbrella.h */, + D30292B6EE7C721A6CF9A2246BC3D837 /* YCShadowView.debug.xcconfig */, + FDDAFF513BA913FE1809E38C9926A454 /* YCShadowView.release.xcconfig */, ); - name = LTScrollView; - path = LTScrollView; + name = "Support Files"; + path = "../Target Support Files/YCShadowView"; sourceTree = ""; }; - CE14DA9B27BEE8847BAF9ED137208064 /* MQTTClient */ = { + C9793574846BBE03F3B37FF6DD6F4ACD /* Core */ = { isa = PBXGroup; children = ( - 083DF50DF0B1FB36A7C9A9503950320B /* Manager */, - 8A82D49F74E4C6A8A5389E1C0BCC7AB1 /* Min */, - 636537915ED6A6CC9386D9B0D3C7CAE6 /* Support Files */, + 93A4676C5038ACDD5482BD783BA299E8 /* KafkaFootRefreshControl.h */, + 38B0A88CBF7C478AD8BCE58F4B436D48 /* KafkaFootRefreshControl.m */, + 51B75A1859AD5005CED5A563129751E7 /* KafkaHeadRefreshControl.h */, + 4B9F0B0751BDCFF8C6B46E33912EF5A2 /* KafkaHeadRefreshControl.m */, + 86A37D223AA4122E8B58185854EFCB75 /* KafkaRefreshControl.h */, + 5B08D1944FD2268253542FDC7E409079 /* KafkaRefreshControl.m */, + 57D25EADC06EC452513E6A78520C8F0A /* KafkaRefreshProtocol.h */, + 15753FDDF8C1F8A1AA533DD1252E0ED6 /* UIScrollView+KafkaRefreshControl.h */, + B70E96351109CAE201C5F4EE4D04F63C /* UIScrollView+KafkaRefreshControl.m */, ); - name = MQTTClient; - path = MQTTClient; + name = Core; sourceTree = ""; }; - CE200B40DDFC3ED88327A327296830D1 /* UIView+LSTView */ = { + CD9213C5AEACB9557803998CB96F0F04 /* Serialization */ = { isa = PBXGroup; children = ( - 3918045830A38B8F2539D00AD9542121 /* UIView+LSTView.h */, - 4A0034D6812B9E77738D084F84BA27A9 /* UIView+LSTView.m */, + 0318C6B7D1BFFA034786D152024FF2A6 /* AFURLRequestSerialization.h */, + C5FF7196CC8CCFFCB47A7C849E70AB47 /* AFURLRequestSerialization.m */, + 4F197CA60ABA2B5180344DE2560562B0 /* AFURLResponseSerialization.h */, + 67CBB6E01429D6C624E7A6B674138D0E /* AFURLResponseSerialization.m */, ); - name = "UIView+LSTView"; + name = Serialization; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -4813,18 +5112,33 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, D68CA58901FBF589D75F5E40F1EAF5BA /* Frameworks */, - 51989A104278E31433E426B5385372B3 /* Pods */, + E2548B3C8D537580DD94155CDDF28C53 /* Pods */, 1CAE196C8177B64022E1CB0A5A9AB95F /* Products */, 27FBC4CA50E4BCE99A8554F2D0B2D633 /* Targets Support Files */, ); sourceTree = ""; }; - CF194CC728AC418C7B2F1624F94632D5 /* Frameworks */ = { + CF39245D98869C2810F9679D77C274D0 /* HeadKit */ = { isa = PBXGroup; children = ( - 08A45AD694ED7E401A5A7F4F95097D98 /* GoogleMapsBase.framework */, + ED98D9929328BA2DE3183DDCC4FB9456 /* KafkaArrowHeader.h */, + 17041CC36A302B3789F36F076AF78BB6 /* KafkaArrowHeader.m */, + 5B063688B9BCD50478359A9F01DD4C7B /* KafkaNativeHeader.h */, + 8B7D2DD29927439DAE2FD7665FD5C9A9 /* KafkaNativeHeader.m */, + E9A1CA73302587C0CB3C80709CCA1D62 /* KafkaReplicatorHeader.h */, + BD677D6CF0A5943F80E6EBA2431369D5 /* KafkaReplicatorHeader.m */, + FCA96CF1A6D987463D9329F3741332C9 /* KafkaRingIndicatorHeader.h */, + BDB3109BBA41647FDF970668DA928F47 /* KafkaRingIndicatorHeader.m */, ); - name = Frameworks; + name = HeadKit; + sourceTree = ""; + }; + D101C1009C1730D471CD22749ACF56C7 /* Resources */ = { + isa = PBXGroup; + children = ( + 4CD9B0580B5B13662B3A1A2014896E18 /* BRAddressPickerView.bundle */, + ); + name = Resources; sourceTree = ""; }; D1BE4B38CFE589C736AEB07CA40F776F /* Pods-LekangGuardTests */ = { @@ -4843,23 +5157,15 @@ path = "Target Support Files/Pods-LekangGuardTests"; sourceTree = ""; }; - D454AD61598013996005A6AEB027102D /* Base */ = { - isa = PBXGroup; - children = ( - CF194CC728AC418C7B2F1624F94632D5 /* Frameworks */, - ); - name = Base; - sourceTree = ""; - }; - D5AF5BB2E5F80907E8E789DA6CAFD13D /* JuphoonCloudSDK_iOS */ = { + D641C5D94ED967FCA686AD0F23C38123 /* StringPickerView */ = { isa = PBXGroup; children = ( - 0EC0BACEAE6A060F2147685F57292E98 /* Frameworks */, - 8F97855F0C0BD22BFCB552C842347F85 /* include */, - D9EE4920275F01297D32F06FD172FEAC /* Support Files */, + 8CF9EE339D114D27419EB03332DE8F5F /* BRResultModel.h */, + 69A25C940D3514F632BBA8B2F478922C /* BRResultModel.m */, + B7E2AE2FFBA184A157ADC959CDD54E94 /* BRStringPickerView.h */, + 8155F59656F3095E58A4A3CD0D7375BA /* BRStringPickerView.m */, ); - name = JuphoonCloudSDK_iOS; - path = JuphoonCloudSDK_iOS; + name = StringPickerView; sourceTree = ""; }; D68CA58901FBF589D75F5E40F1EAF5BA /* Frameworks */ = { @@ -4870,336 +5176,322 @@ name = Frameworks; sourceTree = ""; }; - D915A27D9BB6D61972B872136E21A2EB /* FootKit */ = { - isa = PBXGroup; - children = ( - 9AE032846FCC732E3ED8CA30AB153F09 /* KafkaArrowFooter.h */, - 5365DA3EA7817D7C98254808A8F734F2 /* KafkaArrowFooter.m */, - A4009081D1CF2449C92B6CCB1475445E /* KafkaNativeFooter.h */, - 023C4E500AEB6D2713928FA806DFFA0C /* KafkaNativeFooter.m */, - 17092009ED0992F5942C436614565C61 /* KafkaReplicatorFooter.h */, - 4869FD260BC9D6050474F6F6890DCE11 /* KafkaReplicatorFooter.m */, - B8788F7C5C538E32F956BCE84F97B933 /* KafkaRingIndicatorFooter.h */, - 698BD0272087D6D5AB97009A913C5E31 /* KafkaRingIndicatorFooter.m */, + D7E615D465D778AB4F7997D83AAF20B3 /* UIKit */ = { + isa = PBXGroup; + children = ( + 7A447057F595E884C40D84620D5B22D0 /* AFAutoPurgingImageCache.h */, + 7CA7966854788A0FD22A12BD1BAE96BB /* AFAutoPurgingImageCache.m */, + D6530C6104746B9E49B688DF490C38E3 /* AFImageDownloader.h */, + D8A68F51835BE5DEF0F04BEFC561279E /* AFImageDownloader.m */, + F10E3E5352C6222D2FBB6FE3E94D23DF /* AFNetworkActivityIndicatorManager.h */, + 6712DF6E877D88CBE743C7A393E4FAB8 /* AFNetworkActivityIndicatorManager.m */, + ECFD64F1B09CAFD4861E5200A6A5A36F /* UIActivityIndicatorView+AFNetworking.h */, + E704327D1BE734DD9272366222C16363 /* UIActivityIndicatorView+AFNetworking.m */, + 20051FD03127763B0C235AC70F28BA28 /* UIButton+AFNetworking.h */, + 58BA8D665336DA4D2E898C3231A7C1EB /* UIButton+AFNetworking.m */, + 3F3FAF7DF9F9E8CAE7F5E85FF60A3A5B /* UIImageView+AFNetworking.h */, + 858B02387A3374870FA1D5660F13EE16 /* UIImageView+AFNetworking.m */, + 4C866F9AB9C4DDAC8C7746DF2C1A3F0C /* UIKit+AFNetworking.h */, + D7B7C5ED80149A41BC37485A4B6BEC8D /* UIProgressView+AFNetworking.h */, + 8BAC9A218C6DC1F386BCDC8C044E9E0D /* UIProgressView+AFNetworking.m */, + EE176FFB7C716579AB81EA79F5CECCCA /* UIRefreshControl+AFNetworking.h */, + 65F065152D6D636F6FEEF41DC78E45B6 /* UIRefreshControl+AFNetworking.m */, + A2B6B1244512732DE231FE5EA0F7B3C8 /* WKWebView+AFNetworking.h */, + 390F6FF630731D5F353E6382BC0E6ACE /* WKWebView+AFNetworking.m */, ); - name = FootKit; + name = UIKit; sourceTree = ""; }; - D9EE4920275F01297D32F06FD172FEAC /* Support Files */ = { + D8B2B0B97898B36C2B6484B3C9004B89 /* Support Files */ = { isa = PBXGroup; children = ( - 7FF2798AF38138A884E61C4913031D41 /* JuphoonCloudSDK_iOS.debug.xcconfig */, - B539E0D8D2BAAA0BBC2662F2696ACBFC /* JuphoonCloudSDK_iOS.release.xcconfig */, + 07D9DC94454CC697E17E01BF33E5CBA9 /* LSTPopView.modulemap */, + F42E080EA2125C1E1907CB113FE0470E /* LSTPopView-dummy.m */, + 8AF6DDAF1B466FE4319B8C1AA4A5626B /* LSTPopView-Info.plist */, + D1572DB5D53594220039B3B44274A833 /* LSTPopView-prefix.pch */, + 84B6E16AABB1A6078555F2AFE193A2A0 /* LSTPopView-umbrella.h */, + 2DE186FF4940FE3E2A0DDA7DF7B0F01A /* LSTPopView.debug.xcconfig */, + BDC25B9B61AA7BE8E7BF56913811DA8C /* LSTPopView.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/JuphoonCloudSDK_iOS"; + path = "../Target Support Files/LSTPopView"; sourceTree = ""; }; - DA20BA0B409254F80685C83543BB4B8D /* JLAuthorizationManager */ = { - isa = PBXGroup; - children = ( - BA49D4FE5A376BA2A3A0908F720568E3 /* JLAppleMusicPermission.h */, - 85972333A7EB0FE1CA3BFDDF9709A066 /* JLAppleMusicPermission.m */, - 7852ECBD5CFAE82CEEED0D3DFE07E6B4 /* JLAuthorizationManager.h */, - B43F99B9571B44522DD81A8471370902 /* JLAuthorizationManager.m */, - 71F279365D32130D16FC5E2ADB1AE1EA /* JLAuthorizationProtocol.h */, - 131CD5647EB281823FFC334F53D91081 /* JLBasePermisssion.h */, - 1BAF7EFB366A493183B21F397DD77525 /* JLBasePermisssion.m */, - 07DC8AD95F00A95ADB8FC926E7B530B8 /* JLBluetoothPeripheralPermission.h */, - 6566F7B733C6091F3EF348AA8EC3FCCC /* JLBluetoothPeripheralPermission.m */, - 032A274353F0AC260F4062EEA94EF62E /* JLBluetoothPermission.h */, - 82E497C446831EBC609C311881F282B7 /* JLBluetoothPermission.m */, - 5DAB14F56D5CA379D99C1211CE2EADE1 /* JLCalendarPermission.h */, - D58BE9F1B1B0702F12B9D13C608CC423 /* JLCalendarPermission.m */, - 0878B6A9262A4996DAFFA00360CA5D40 /* JLCameraPermission.h */, - 1DD82D1BDEEAFEBB49531060DEBA57E4 /* JLCameraPermission.m */, - 4C7857BF442449979E076E1DEFE5911C /* JLCellularNetWorkPermission.h */, - 2C56C62E46808D3B3177CCBCFA1DAF8F /* JLCellularNetWorkPermission.m */, - CE803540D2D89A1C4C59D06A0AE9B766 /* JLConstant.h */, - 6007F4F593CBE95A8636BF3BF2AC6E3C /* JLContactPermission.h */, - 98E07E99194AC99B41056F0724414727 /* JLContactPermission.m */, - C3E6D5015BDCB7B322D70DDF84CBD2E7 /* JLLocationAlwaysPermission.h */, - 79DDDC7EA8CE24181D884EA1F0F574C5 /* JLLocationAlwaysPermission.m */, - 0D2A2D94C3FA71B6EE4F73D9CB86D54A /* JLLocationInUsePermission.h */, - A4C6A4654FD19AF9B8550D092CAC16D7 /* JLLocationInUsePermission.m */, - 9C1BA3689D1AADC3DD54E61F547B5680 /* JLMicrophonePermission.h */, - 6D5F871990E557D2D748D724A76D7D4D /* JLMicrophonePermission.m */, - 0DF95086610EBE24095260E83E79F7B9 /* JLMotionPermission.h */, - AB004FFBA74D39524055DF08C5A8E1F2 /* JLMotionPermission.m */, - BBC8F80BB8D2DC0EA375043EDFDB9C77 /* JLNotificationPermission.h */, - 896E8F2AE829B7626C768D18BC6EB3B5 /* JLNotificationPermission.m */, - E56F672560CECD013CDAD675C36A8150 /* JLPhotosPermission.h */, - 1361990B354F4BDA1A38D22C5AF3B189 /* JLPhotosPermission.m */, - BE6001706BFCF6AE672B7658626DC2A3 /* JLReminderPermission.h */, - 7A229DB0EBA5326FB16EFE79F8B216CD /* JLReminderPermission.m */, - 5139BF8945C4A5524AE878265E03A11D /* JLSiriPermission.h */, - EA8A7CC91CAE2A416B86169DF39EE802 /* JLSiriPermission.m */, - 7CC75F8C64926069D537161C9205D1B5 /* JLSpeechRecognizerPermission.h */, - 0ACBD216A315C7FB5015EAE1C41FD58D /* JLSpeechRecognizerPermission.m */, - F2A9A5B3ECF9F620CAD078A91250171A /* All */, - 233800F044DCD3F5A28D8F63C84ECE86 /* Support Files */, + D9C3DB593C195438E105201EDA3138E3 /* GooglePlaces */ = { + isa = PBXGroup; + children = ( + 1B608F106FF5A99C0C98D62546200453 /* Frameworks */, + 26A9FBFE110C45C16DA7DBB13B6F197D /* Resources */, + DC54B87CCDF16A75100B29561D5FC44F /* Support Files */, ); - name = JLAuthorizationManager; - path = JLAuthorizationManager; + name = GooglePlaces; + path = GooglePlaces; sourceTree = ""; }; - DB44F491566D0B8057A53D6D719D81DE /* GoogleMaps */ = { + DC54B87CCDF16A75100B29561D5FC44F /* Support Files */ = { isa = PBXGroup; children = ( - D454AD61598013996005A6AEB027102D /* Base */, - 8683DFF97AFFFB79244D60DEBCE64109 /* Maps */, - B5518BA546CDD7CF76169DB90FC89E7F /* Support Files */, + 571A15804DE24301890A5EAD53EE5D14 /* GooglePlaces.debug.xcconfig */, + 9629D8EFE5A6BE5216DE713AA58EA5C7 /* GooglePlaces.release.xcconfig */, ); - name = GoogleMaps; - path = GoogleMaps; + name = "Support Files"; + path = "../Target Support Files/GooglePlaces"; sourceTree = ""; }; - DCCE71749398155361CD5B65711584C4 /* Style */ = { + DC87220E6D406692D4D8F23FD51051F4 /* UIColor+LSTColor */ = { isa = PBXGroup; children = ( - 619A5A6A6676471BC96CA8F8CFAC519D /* KafkaRefreshStyle.h */, + 2FD2721ADB80C40574673BF7D5EC0FDC /* UIColor+LSTColor.h */, + 1A722C1C07D50FC1E894C3A60752B254 /* UIColor+LSTColor.m */, ); - name = Style; + name = "UIColor+LSTColor"; + sourceTree = ""; + }; + E23E3C5D1C7C11546E75E79DA71A2A94 /* ZXNavigationBar */ = { + isa = PBXGroup; + children = ( + 7925628826F160F67AE21012F4A36747 /* NSAttributedString+ZXNavCalcSizeExtension.h */, + 969345E1F4561D709D719AB33BE01D71 /* NSAttributedString+ZXNavCalcSizeExtension.m */, + 24177B6C25D3393ED1C162D0CF68DACC /* NSString+ZXNavCalcSizeExtension.h */, + 79C72078558EBB2B63B8F4BDE5E67419 /* NSString+ZXNavCalcSizeExtension.m */, + E85443E60CE66350A4AED3747E7FAE41 /* UIImage+ZXNavBundleExtension.h */, + E4667EFBB02AFB6C13FE9E26FA043F77 /* UIImage+ZXNavBundleExtension.m */, + 1E76C2605C8A22DFF8A228B26824FF14 /* UIImage+ZXNavColorRender.h */, + 46B8C1C013642F6ABD3CE943C689AE69 /* UIImage+ZXNavColorRender.m */, + 28AEF6405B5AF688CCD7ACE70663191E /* UINavigationController+ZXNavBarAllHiddenExtension.h */, + BA9740DBFDBE93E2291AE3B98C981AAF /* UINavigationController+ZXNavBarAllHiddenExtension.m */, + CF7229D4B23EA87E0554609BB4ECEE8B /* UIView+ZXNavFrameExtension.h */, + D41C85479E752C37790E8C40487B4BBA /* UIView+ZXNavFrameExtension.m */, + C61939DD6AA70358563735603F48962C /* ZXNavBacImageView.h */, + 9B8D69177C8040919DC9B5AE0A37F69A /* ZXNavBacImageView.m */, + 301F2E4B2D52AE402ED2A9509DC7E951 /* ZXNavHistoryStackCell.h */, + 53D0CC781F7A2B6E3FF76A365E4FA6C2 /* ZXNavHistoryStackCell.m */, + 40BDC872A6D857DEF3C0378CFD8612A0 /* ZXNavHistoryStackContentView.h */, + 552249A88B3B4D3F652E3838B5B96085 /* ZXNavHistoryStackContentView.m */, + AB2AC97710EABE04DAF297F30AD8A56F /* ZXNavHistoryStackModel.h */, + A5B7BC2F2662C5E1C040644EAE0590CC /* ZXNavHistoryStackModel.m */, + C1661C66FE611F6DBF93E7D64C547417 /* ZXNavHistoryStackView.h */, + D57FB146E604371C69A0A2ADB27FBB09 /* ZXNavHistoryStackView.m */, + 89360417A16D2FACDAFF395F7C126649 /* ZXNavigationBar.h */, + 636EE7E3377D3329DF77F589058C84EC /* ZXNavigationBar.m */, + D1C8C78DFE09A8271E38F7C3345558E3 /* ZXNavigationBarController.h */, + 9BD3C12D7FCD0765451FE0F687BE98C4 /* ZXNavigationBarController.m */, + 919710A8E700E46CF4C789D869484330 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.h */, + 806A0B77DE1F88C95CF2029795DA7CA0 /* ZXNavigationBarController+ZXNavSystemBarPopHandle.m */, + 2D0506F1E1EF54B79E449AC5E70A0771 /* ZXNavigationBarDefine.h */, + 3A4B0F5CC7FF56CAB913570347ACB56B /* ZXNavigationBarNavigationController.h */, + A4CE06BE3B7851E50DD105E84CF24058 /* ZXNavigationBarNavigationController.m */, + 8F6EA43144E231EFE6BD423617985824 /* ZXNavigationBarTableViewController.h */, + E6A253FF4DC4774B7085C496A9513A43 /* ZXNavigationBarTableViewController.m */, + F3E4194176BADD4D9D535E25BDB79E84 /* ZXNavItemBtn.h */, + A670D313EAFA0880B69C8C9326A84AE0 /* ZXNavItemBtn.m */, + 780631690B587AB3D50936804E22C567 /* ZXNavTitleLabel.h */, + 441C2FD918CAE8FDC649CE3014D3BDBF /* ZXNavTitleLabel.m */, + A73F923CA2E89A0F879498A46A51B715 /* ZXNavTitleView.h */, + 3320D8691031DFAAD3AD4E4237B7A787 /* ZXNavTitleView.m */, + A0E276A11D823498D105EBEBD7047150 /* Resources */, + 0F8E71DFC231843A8D1B8675B2173256 /* Support Files */, + ); + name = ZXNavigationBar; + path = ZXNavigationBar; + sourceTree = ""; + }; + E2548B3C8D537580DD94155CDDF28C53 /* Pods */ = { + isa = PBXGroup; + children = ( + 75251621B9ADADD0F7EDC5F28E65BFBB /* AFNetworking */, + 74F63E252ACD21ADD411449AA956D5EA /* AgoraRtcEngine_Special_iOS */, + 7140438FDDD76B6919EED0C9B1AC5D66 /* AMap3DMap-NO-IDFA */, + E65C2335A13280737F1E1924BF11A1D9 /* AMapFoundation-NO-IDFA */, + 80413BA1DC589198A9171A7427DA11AB /* AMapLocation-NO-IDFA */, + 4DB8435E230B48CBF1B245E17331CB4D /* AMapSearch-NO-IDFA */, + 234A0B70078BDDCEECB9A761C99D22F8 /* BRPickerView */, + 211E410962BCC36BC88FC5A6CAA8A8EE /* DZNEmptyDataSet */, + A52378CD62C1FEAA0C1F2514AEBC4126 /* EasyShowView */, + 1D413D6724F561DF6EB9215814916065 /* GoogleMaps */, + D9C3DB593C195438E105201EDA3138E3 /* GooglePlaces */, + 13734273617F22A0108C9AB7A68C6BA4 /* IQKeyboardManager */, + 7B4F16FA5BA6DBA5152BC8BA9264F0E3 /* JhtMarquee */, + 22362B5A4D8E97F141376147ED847BEC /* JLAuthorizationManager */, + 48565425F9DAB39297018295CA84D183 /* JuphoonCloudSDK_iOS */, + 4DB9FA35BD8E6BC848FC4732F7C5EB87 /* KafkaRefresh */, + 43085D65554CBA28CCEBEE04F2DDAA91 /* LGAlertView */, + 58DA18A7723460F926897758744D0073 /* LSTCategory */, + 9C9CC8FAE05C1B9176C955DD65D9C574 /* LSTPopView */, + A3B0D2D8296A5AE4ECA2E456F3FD2FAF /* LSTTimer */, + 4F8855E3EE34BFC7DE159A3CD125ECCC /* LTScrollView */, + 0B30A3CE9B84C42296087CA43EDA5BBB /* Masonry */, + FC284B98248A91D8B863B383E27F5697 /* MJExtension */, + 79B37E8A1976D27B43311F49FB3B1493 /* mob_smssdk */, + B36417639A2B49A911500CAD154675BC /* MOBFoundation */, + A5615D370433ABEACB0D1495FE1CA3EA /* MQTTClient */, + 2E787A4C9181635AA5F4F3735977F459 /* MSNetwork */, + 4248A3A024179E9F4305C1AA546D4D81 /* ReactiveObjC */, + 3E7716C69EB2D004B85CAC005584A741 /* SDWebImage */, + C4B913CED9F612C3560948990782D45D /* SGQRCode */, + 18668A0B908FD4800F2E02187F30385F /* WechatOpenSDK-XCFramework */, + 6C6105BAD1731040B18C6DFED739BC99 /* WHToast */, + 3223AC51CB4C44068A662CF55D1F2808 /* YCShadowView */, + 12110A7EF1F186074180CD81D9F20976 /* YYCache */, + 689C2920520029DEDD4509E82B55ABA9 /* YYModel */, + E23E3C5D1C7C11546E75E79DA71A2A94 /* ZXNavigationBar */, + ); + name = Pods; sourceTree = ""; }; - DCF362C5DBCCA31BEA7E3BBC3258D87E /* Resources */ = { + E256F9CB3987563A8D1E9DA74E2236B8 /* Resources */ = { isa = PBXGroup; children = ( - 844A52EF4DAEAB1706BC127CD01379B2 /* BRAddressPickerView.bundle */, + AE683BE77F7AE047A4A86017F7A20A06 /* Image.bundle */, ); name = Resources; sourceTree = ""; }; - E2BEDD44B960DE264842C6C3174F78F1 /* LSTControlEvents */ = { + E65C2335A13280737F1E1924BF11A1D9 /* AMapFoundation-NO-IDFA */ = { isa = PBXGroup; children = ( - D685C0E7A63F10F1C179DA1A5A953984 /* LSTControlEvents.h */, - D0C8552AAC318A1CF13A61B3721F7AA8 /* LSTControlEvents.m */, + 91A53404B54ABAE431148F14D4EABC45 /* AMapFoundationConst.h */, + 492753C0B426EE82F7579D525AD82BEE /* AMapFoundationKit.h */, + B4311E415D8D1A046D437954B55EF0A9 /* AMapFoundationVersion.h */, + 885C35DD82A70A1943D498B038E121D2 /* AMapServices.h */, + CA388EB19D2CD1792902AFF590F68991 /* AMapURLSearch.h */, + 849D40BF912B64B397C2BCF2F189C449 /* AMapURLSearchConfig.h */, + 1D614D19BD1C999BE70EC1672F44E408 /* AMapURLSearchType.h */, + 053C902F691971BCADA7121E85B556D3 /* AMapUtility.h */, + 0F8E965BA7AC2260C2AB8F88E7CDDB2B /* Frameworks */, + 9D32A3D0CA7302B8E62A424FDB907642 /* Support Files */, ); - name = LSTControlEvents; + name = "AMapFoundation-NO-IDFA"; + path = "AMapFoundation-NO-IDFA"; sourceTree = ""; }; - E510376EC6E2FB0FF5554B1AB931D569 /* Security */ = { + EB352A2B76524B0636DAA470BA60FB6B /* Support Files */ = { isa = PBXGroup; children = ( - 63824B442C87C39781A30BEE77B3D891 /* AFSecurityPolicy.h */, - 88D03C84E045A9BC908DB7677ED23B43 /* AFSecurityPolicy.m */, + 5D030060E30B76F1500C1B2AC4A0BCEB /* WechatOpenSDK-XCFramework-xcframeworks.sh */, + F0422D8FDC2AC3E7805A0EE403378811 /* WechatOpenSDK-XCFramework.debug.xcconfig */, + BC523D7FCC3A7EE4F4CC7FEBCDFEE54C /* WechatOpenSDK-XCFramework.release.xcconfig */, ); - name = Security; + name = "Support Files"; + path = "../Target Support Files/WechatOpenSDK-XCFramework"; sourceTree = ""; }; - E5A7B3731A034CFFA65C9E0C734A386D /* Support Files */ = { + EE2381CCDEF92D96B6B63B68C52F78BC /* Support Files */ = { isa = PBXGroup; children = ( - 3510CAE2286263AEEE2C61B22E764233 /* ZXNavigationBar.modulemap */, - 49FD02FD1ECF912DA87F945124FEB612 /* ZXNavigationBar-dummy.m */, - 9EEDBFD87557BD9B1D513B09ED2FFD12 /* ZXNavigationBar-Info.plist */, - AC1D75324D116342177E61B97D17CAC8 /* ZXNavigationBar-prefix.pch */, - DCC970A4CCB054EE1B6CF8905BBE0BC0 /* ZXNavigationBar-umbrella.h */, - 0DC48A8AAA31516101733C7B3161227D /* ZXNavigationBar.debug.xcconfig */, - DC58843C9EA500DA90C5CBBE6907CF05 /* ZXNavigationBar.release.xcconfig */, + 6EF9DE63B74B914D06F4B2AA39602DF9 /* JhtMarquee.debug.xcconfig */, + 8A3F0BBD6D22923DB2ECCA3EFBC1C2F2 /* JhtMarquee.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/ZXNavigationBar"; + path = "../Target Support Files/JhtMarquee"; sourceTree = ""; }; - E7AB899BDD3223DB5E73F9A4DE72EE60 /* Configuration */ = { + EEB043B07782F1B9492B8866CCC9E30D /* Frameworks */ = { isa = PBXGroup; children = ( - 093238BAF936EF261DD47851D483D7EA /* UIScrollView+KafkaConfiguration.h */, - EE061CCD3335BFB4EDBA2A5576C59B38 /* UIScrollView+KafkaConfiguration.m */, + 758D3B894CD661FBFDD4A124D2513C9E /* JhtMarquee.framework */, ); - name = Configuration; + name = Frameworks; sourceTree = ""; }; - E7BA7C9E57DCCBF25999AF1E32FEA11C /* EasyAlert */ = { + F1478E0A2C2A84DBD6AEAEE8D028BC1C /* Style */ = { isa = PBXGroup; children = ( - 0C049F5AC851978EF4F6A47F1FE96270 /* EasyAlertConfig.h */, - A86D0536BD1091584D37C9BFA3B2FAB5 /* EasyAlertConfig.m */, - 3E32BEA23E46CAA9E43F1C3AB77BFD75 /* EasyAlertGlobalConfig.h */, - B11ECA5E375BC47EEFD9257D0D514CE2 /* EasyAlertGlobalConfig.m */, - E86C99252D7934FCF8F6948B0DCEB55B /* EasyAlertItem.h */, - AD5A47E324E48E7B4C9C832BE0791F04 /* EasyAlertItem.m */, - FF305632FD4049D61511AA0599580648 /* EasyAlertPart.h */, - 04F3D93EE8A30FA95354FFEA3B5A8657 /* EasyAlertPart.m */, - 24D797D72CBB040F2DB257C2E157D96D /* EasyAlertTypes.h */, - 24AE7C26A4211C0B5094E964C071FD95 /* EasyAlertTypes.m */, - 3ECB4C773652D1FF2282FDA9954106DC /* EasyAlertView.h */, - 791B01A728D0D559A95943AB868ABFBF /* EasyAlertView.m */, + 6A9A47414F15C7878E0C92A48C592A6D /* KafkaRefreshStyle.h */, ); - name = EasyAlert; + name = Style; sourceTree = ""; }; - E986EB92040A3F7B4B653122C6968FDE /* WechatOpenSDK-XCFramework */ = { + F5FEE1040BE8E5630D1A60B021D22353 /* lemon */ = { isa = PBXGroup; children = ( - 04AB62989B009CA05EAFB07FF85E70F8 /* Frameworks */, - FF5291476620CB277F3DF5DD41ED646D /* Support Files */, + C44CCC1A415039530380D072F58E5F72 /* Client.h */, + AA3F6E1C28028E67D501461E261D5DFD /* lemon.h */, + 3B13DCF65AA9E1CA288D30FB3902577B /* Property.h */, + 8B8A2AAC79B088D6BAFA4C5B9328A91B /* Reason.h */, + A7ADA3970AFA27A8A01983566D7048AE /* mtc */, ); - name = "WechatOpenSDK-XCFramework"; - path = "WechatOpenSDK-XCFramework"; + name = lemon; sourceTree = ""; }; - EA473BA1A06C2563A621854D70E26267 /* MOBFoundation */ = { + FA37CAEF71050F6192C40AC92EE44C5C /* Configuration */ = { isa = PBXGroup; children = ( - 166E6D613A5C95D3A8423E09606B018F /* Frameworks */, - ACD87AE061CC98DF54B7EBC6D98A6F17 /* Support Files */, + 9A98981DF56696B7869A4C85A9AB46EE /* UIScrollView+KafkaConfiguration.h */, + 9EB4C8E392D5509BF1F9597499884DE4 /* UIScrollView+KafkaConfiguration.m */, ); - name = MOBFoundation; - path = MOBFoundation; + name = Configuration; sourceTree = ""; }; - EBB558604B024F8392F83080F8386E78 /* Support Files */ = { + FB1C4CBF11ED7F228B306C1045C4FE89 /* Base */ = { isa = PBXGroup; children = ( - 061CA9D2EDB03D5B3116E6E67755218E /* Masonry.modulemap */, - 47C50CB0C4AA4003FAB35A815A3D0A30 /* Masonry-dummy.m */, - 27A0A9A82957D8DF91AAA72982DB1D42 /* Masonry-Info.plist */, - BBA45FCFCEFCDDD89A90B5906725AD55 /* Masonry-prefix.pch */, - 882DB32624934679A122311FE8A890EA /* Masonry-umbrella.h */, - D31AA27B78F336508CD4A9E72675E34D /* Masonry.debug.xcconfig */, - 11AF7FFE3E908027D7DA0C13EAE38465 /* Masonry.release.xcconfig */, + 9E6A916E28836102B7D24872B177CE34 /* BRBaseView.h */, + C7902F50FA6196F912E3AA16822BE01C /* BRBaseView.m */, + 129638149C6B8DA483CB2FA4949DCE66 /* BRPickerStyle.h */, + 09D5E29F3A31B56CD71764FFCDA21438 /* BRPickerStyle.m */, + EDEC187DB8FE3381E0480099F86474B5 /* BRPickerViewMacro.h */, + A20A293FECC4539AB80518A9F8CC3EE9 /* NSBundle+BRPickerView.h */, + E75F6DAFB5831EC7820105ED480D7F01 /* NSBundle+BRPickerView.m */, + B696FA00BC9D58A164AEDAB4CC4580BB /* Resources */, ); - name = "Support Files"; - path = "../Target Support Files/Masonry"; - sourceTree = ""; - }; - EF78AD88C3F15A8EF8AE50ECCB66D703 /* Support Files */ = { - isa = PBXGroup; - children = ( - A50EADF1CE2022BA2C6B2EBA7FFF5671 /* GooglePlaces.debug.xcconfig */, - 788F9743F364D04E7095108A533890A9 /* GooglePlaces.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GooglePlaces"; - sourceTree = ""; - }; - F0ABAB8A22F52DB5883CD7ADCFB40B0F /* SDWebImage */ = { - isa = PBXGroup; - children = ( - 91E8D803A589B15D28C31DB0CBF3D36A /* Core */, - 935E08BFFB6E916D6368310CE36D13A8 /* Support Files */, - ); - name = SDWebImage; - path = SDWebImage; - sourceTree = ""; - }; - F1B43C394F95808D75F8C818304A4F88 /* MSNetwork */ = { - isa = PBXGroup; - children = ( - 119F046476547EBAC3F1776F8B817267 /* MSNetwork.h */, - 4CEDA370DEAFDF4058C874B1C6C8B858 /* MSNetwork.m */, - 58E793E27CA2874F61153E9940AC08D4 /* Support Files */, - ); - name = MSNetwork; - path = MSNetwork; - sourceTree = ""; - }; - F2A9A5B3ECF9F620CAD078A91250171A /* All */ = { - isa = PBXGroup; - children = ( - ); - name = All; - sourceTree = ""; - }; - F350B4F9C765B04F2728DA03A15E6421 /* YYModel */ = { - isa = PBXGroup; - children = ( - 509A00872DC27369825D5C8AB52E9676 /* NSObject+YYModel.h */, - D990E2C1BD4A1F499AD8D9E6130E20E5 /* NSObject+YYModel.m */, - C5455FECEF5E0CB694E29FC5C4CE355D /* YYClassInfo.h */, - F749428AA878DBD60D4735AF96EC3D2F /* YYClassInfo.m */, - EB332858CB0E63D51747A98F39C17023 /* YYModel.h */, - 3A91339FCA75B8599549CE79421C408B /* Support Files */, - ); - name = YYModel; - path = YYModel; - sourceTree = ""; - }; - F43F8B48CBD503319D016FC73E4C645B /* lemon */ = { - isa = PBXGroup; - children = ( - 6E3B091EB4E60A3F0EA4A8E98EB09CCE /* Client.h */, - 9145D1F6BD59D7C13AC22606F2A01041 /* lemon.h */, - 1AB3FD90EB4D77CC4E1AE7E2BF1B2AB3 /* Property.h */, - A995DAC19F10D40729D97ED12F690F60 /* Reason.h */, - 91E644A782758C6AD08F2568BFCDEAB1 /* mtc */, - ); - name = lemon; - sourceTree = ""; - }; - F580FA1E1A88A62DAC2354A914E919B7 /* Frameworks */ = { - isa = PBXGroup; - children = ( - EE0A73BBAB16D89BD7A0E2502222DE49 /* GoogleMaps.framework */, - FB36D6B80234B2D51726BB2774D27C71 /* GoogleMapsCore.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F934B67F66EB18F57E444AC0ABACE35D /* EasyLoading */ = { - isa = PBXGroup; - children = ( - 6170B04C78999328EB3429F5581B4A9E /* EasyLoadingConfig.h */, - C32E5C8447CCD9199299139BC3D4002D /* EasyLoadingConfig.m */, - F35045B63F3D3F79B63D184910D4B54B /* EasyLoadingGlobalConfig.h */, - 036BAD87740E8936F2B430F1E0753B02 /* EasyLoadingGlobalConfig.m */, - 6CC69E8E073A9B4139233C84CC639643 /* EasyLoadingTypes.h */, - 14BC226EF79F990FF5CF9426CDF4AAAE /* EasyLoadingTypes.m */, - 9B41DCAEA7894DD4332CB6ABE720872A /* EasyLoadingView.h */, - 39171037EFCA59BEE1E71C028D34EA29 /* EasyLoadingView.m */, - ); - name = EasyLoading; - sourceTree = ""; - }; - FC7718870042E32E46E9D281F1E3B9BC /* LSTTimer */ = { - isa = PBXGroup; - children = ( - 07699A6AA4C5039ADC03D4F500F5B1D8 /* LSTTimer.h */, - 5298D853513301CB719AC66EC7DD0D41 /* LSTTimer.m */, - 9F629FF8B19E95EEE89966CC950E7D28 /* Support Files */, - ); - name = LSTTimer; - path = LSTTimer; + name = Base; sourceTree = ""; }; - FE97B681490C1365CD1966FF60DEED3F /* YCShadowView */ = { + FBA04AD054F3C717D9560DEEE6E9416C /* include */ = { isa = PBXGroup; children = ( - 5F2DBB2E0FF156D8077CF4DDA5E17E57 /* YCShadowView.h */, - A3D5373B6850C20291957163C71821FD /* YCShadowView.m */, - 5F9C7A6847C05F4A0B2FAE2F7E98BB17 /* Support Files */, + 79F7AC88232811E5EEB5BA7887A46034 /* grape */, + F5FEE1040BE8E5630D1A60B021D22353 /* lemon */, ); - name = YCShadowView; - path = YCShadowView; + name = include; sourceTree = ""; }; - FEE2A95842C4AA92F86F184092045801 /* Support Files */ = { - isa = PBXGroup; - children = ( - 00D7FB8C22AF238523C8F0A67EA07CCC /* KafkaRefresh.modulemap */, - 81E13CA3F91E0ADE129D69FCB325ADFE /* KafkaRefresh-dummy.m */, - B1B3F50C5A550209559C4C450E419577 /* KafkaRefresh-Info.plist */, - 5E2227D8EA3E7C5F8C881656A673563A /* KafkaRefresh-prefix.pch */, - D9F195827C21AA28E604AA0959948E60 /* KafkaRefresh-umbrella.h */, - E81296E7AEFC3E76C7178DD1F14F8205 /* KafkaRefresh.debug.xcconfig */, - 64EC33563928A096913B637889A9753D /* KafkaRefresh.release.xcconfig */, + FC284B98248A91D8B863B383E27F5697 /* MJExtension */ = { + isa = PBXGroup; + children = ( + 7C5AE19D65E398F405201D05D741E292 /* MJExtension.h */, + B5037C803EF780A714C61D7CF6B91917 /* MJExtensionConst.h */, + AAD42CCBE0862612427F72F611AEDB62 /* MJExtensionConst.m */, + A431DE9705CFAD62A3F0119CB59493E8 /* MJFoundation.h */, + 087ED35C5B5FC5EB27B4DA9CC08606DC /* MJFoundation.m */, + CFD45D697BA4140DC1BD3E71E6AF90B8 /* MJProperty.h */, + FEE8A72D6DFD702FAFD2C741B60793C7 /* MJProperty.m */, + A14233301933F81BB9196260797051D8 /* MJPropertyKey.h */, + B89233976DA468A2C859993ACEDE12C9 /* MJPropertyKey.m */, + 4040101D2026F690D21E5382766EA381 /* MJPropertyType.h */, + 3F8EF4AC276AFEA5650345C50DC7A93A /* MJPropertyType.m */, + F95EAF228FEDC4127677645EE9C2861A /* NSObject+MJClass.h */, + 67DB3AB0D053BCB9363076CFFD18C146 /* NSObject+MJClass.m */, + 8456C509786B394BF4F6C425A25134D7 /* NSObject+MJCoding.h */, + 407DC822675869AAED1C302BAD67140F /* NSObject+MJCoding.m */, + 97A1BAD2631AE070F693E69ACEAD60C7 /* NSObject+MJKeyValue.h */, + BCB84C387C2BC464E2FD06CE5A92B857 /* NSObject+MJKeyValue.m */, + 880C31EDEBDEEDC78D595E26C04BF25D /* NSObject+MJProperty.h */, + 24A04755908F53F763A5DDB8175914A4 /* NSObject+MJProperty.m */, + D77554E0885B49D0CE2BC6C3134CF102 /* NSString+MJExtension.h */, + 7CEDD68EA17CC7B4569232A1F793CB2C /* NSString+MJExtension.m */, + 7B523B6B2E241E21BCA74212F162484C /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/KafkaRefresh"; + name = MJExtension; + path = MJExtension; sourceTree = ""; }; - FF5291476620CB277F3DF5DD41ED646D /* Support Files */ = { + FE06332158715CDBBDC15AF77C3E67BE /* EasyText */ = { isa = PBXGroup; children = ( - 5CA80AFD0F6267C90D5EC4CAC321C98C /* WechatOpenSDK-XCFramework-xcframeworks.sh */, - 854E5E29410B66F37B82056F45D36D76 /* WechatOpenSDK-XCFramework.debug.xcconfig */, - 86A12828F035A480428D55F318F2854A /* WechatOpenSDK-XCFramework.release.xcconfig */, + 4C428F88E37BBA3F539099E7C70D1E5D /* EasyTextBgView.h */, + 5A93718310387CA2A465F23D03DB4FE5 /* EasyTextBgView.m */, + A43DA8A8714BB9FCDB849A6678D60FAC /* EasyTextConfig.h */, + AC3A7B0AC5630AC14FDF241D4CCDC45E /* EasyTextConfig.m */, + EF9BF38042B37B30FF460AABF73FBCEC /* EasyTextGlobalConfig.h */, + 5340B10727096BE01DF17989F09805B4 /* EasyTextGlobalConfig.m */, + 4F4E6872A36C316729129F2DF0FCD3B5 /* EasyTextTypes.h */, + 03FBDCD327592B2BE04D4BE81CB360E2 /* EasyTextTypes.m */, + 7EA2B896969CE50523617CAE350ECBE0 /* EasyTextView.h */, + 7752903120E46F32B080B4E314ECE238 /* EasyTextView.m */, ); - name = "Support Files"; - path = "../Target Support Files/WechatOpenSDK-XCFramework"; + name = EasyText; sourceTree = ""; }; /* End PBXGroup section */ @@ -5360,14 +5652,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3A1751A3E78DB6CD57D547AB0A4C973C /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A11A588C5F4C317C1B3232F57D7C3D39 /* Pods-LekangGuard-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3D06C26E89812FB5A93DD6138024C08C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -5392,6 +5676,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4441B3BC6A3ED133270E7F55C126C1F3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3991003F49F16D978C5DEC213B11914A /* Pods-LekangGuard-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4E19B40391AD65EA8A07F77204EAD000 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 63F6003DD6D4C5DCA3DA56B1AEC6DC5A /* LSTTimer.h in Headers */, + 60C360B71670D8EDCCDC60116F61D525 /* LSTTimer-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5DD540029E770FBCD8B819E2CF516D5D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -5457,17 +5758,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6C22E5204FABD5B55DD929E15ABDCAE8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C2AF34C2050B05CDEBADC55650C40CE5 /* NSObject+YYModel.h in Headers */, - 6ED7FE87F5DF747305F2716BB85A3AA9 /* YYClassInfo.h in Headers */, - FDB8A96421FD2CF6B2D28F151053934D /* YYModel.h in Headers */, - E4D162DF6E3E238BCEC0950A8F650AF2 /* YYModel-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 78915FAF64AB1EEEE6D4291BFF883FD0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -5542,18 +5832,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8B0D2774A019F1EFF7D72344A4F58B4A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 27FB9A4A4F3A95C034B4BA9C4BC91D92 /* YYCache.h in Headers */, - AA752E0DECBC55E6D6FB11D6B82029C5 /* YYCache-umbrella.h in Headers */, - F3F48FD640957A33D6DF397B5866D2D1 /* YYDiskCache.h in Headers */, - 098BFE7830E4335F7B1BE502118166F5 /* YYKVStorage.h in Headers */, - 7E69A0FBB1586B6FD8A2E53F41C901CB /* YYMemoryCache.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 976020F3EB8264322AAEAAD2C16F47BE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -5605,6 +5883,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B022CD0FDBF138F8BCA1D5D81C49B768 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + FB3DEB7F93244B69DE51B8142CE391A4 /* Pods-LekangGuard-LekangGuardUITests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BE3F8C95AD9A99867BADD52DA3C5279C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -5745,12 +6031,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DF0328C99F0116D3C56E91E89833A5C3 /* Headers */ = { + D316B66D8E31254CFF3C643F4BBDFED0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 48995ECFE53F570CDA31A93B86E06BC2 /* LSTTimer.h in Headers */, - 1DD2E3C9FA9CF7F98C71F2D1056E3881 /* LSTTimer-umbrella.h in Headers */, + DEB4504A24BBA162907116D3381DC16A /* YYCache.h in Headers */, + 6BBDA6FDBF18BAA8259347C9D6393A20 /* YYCache-umbrella.h in Headers */, + FF8A245E492548B00CFBECCD050803B9 /* YYDiskCache.h in Headers */, + 7C5F1DA0E8CA67E9481FEA25AC7C7C04 /* YYKVStorage.h in Headers */, + 48B6F8485C610758DF4DC77E950EBC67 /* YYMemoryCache.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5803,11 +6092,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F0BEEE990F5EBE650DF8A34270B551AF /* Headers */ = { + F14B5837D5CC19903D6AA6FF8AB964E4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3B6DC523E6B675BB933D2391685F9F1E /* Pods-LekangGuard-LekangGuardUITests-umbrella.h in Headers */, + F7A42D8D776ACF5D2EAA324F2ADFA15F /* NSObject+YYModel.h in Headers */, + E4BA63C72147490FAC9D43CCCF5DD956 /* YYClassInfo.h in Headers */, + 49C61A5A81734F89C4D1CA1AB6548955 /* YYModel.h in Headers */, + 10E835F9731BAFD0414147C39AFA9B3F /* YYModel-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -5871,7 +6163,7 @@ buildRules = ( ); dependencies = ( - 8216BFCD8B3197D292D4307650FEBBDB /* PBXTargetDependency */, + 422AA25E0D5F726BD05A32447587490D /* PBXTargetDependency */, ); name = "Pods-LekangGuardTests"; productName = Pods_LekangGuardTests; @@ -5970,12 +6262,12 @@ }; 5A2609DB0612F95A3450D2E02CA850A0 /* LSTTimer */ = { isa = PBXNativeTarget; - buildConfigurationList = 466B660E9C9F607CA4ADF8030700F967 /* Build configuration list for PBXNativeTarget "LSTTimer" */; + buildConfigurationList = 255D9B9F4B18737EE121AF58037DE2C9 /* Build configuration list for PBXNativeTarget "LSTTimer" */; buildPhases = ( - DF0328C99F0116D3C56E91E89833A5C3 /* Headers */, - 41ADD44833C9D5C01DB33A75BCA779F2 /* Sources */, - 156D9D4084720C64B0129882FD8E7137 /* Frameworks */, - 6DCB80CE394F3836CA1E4A124277C699 /* Resources */, + 4E19B40391AD65EA8A07F77204EAD000 /* Headers */, + F9161F300851A605F64B11226DF2E0C3 /* Sources */, + A19B8A9C40D3B2F93E9EE28B8C3D68B2 /* Frameworks */, + 2D6C17F914836A3E10882187943D583E /* Resources */, ); buildRules = ( ); @@ -6024,12 +6316,12 @@ }; 84B44807A12996D487A4A591A481D6A0 /* YYModel */ = { isa = PBXNativeTarget; - buildConfigurationList = C086D8E9B5540C343F6B7F6037F99F87 /* Build configuration list for PBXNativeTarget "YYModel" */; + buildConfigurationList = 32DE6950887417D2E1A8089BF64FBA81 /* Build configuration list for PBXNativeTarget "YYModel" */; buildPhases = ( - 6C22E5204FABD5B55DD929E15ABDCAE8 /* Headers */, - D1E8BD2AEC5BB12A979859DC8F7508B6 /* Sources */, - 60D35FE6D1F6CE36AD4E249DD1B36BC4 /* Frameworks */, - 9D75D81AA2A352BA6C6A469493884B60 /* Resources */, + F14B5837D5CC19903D6AA6FF8AB964E4 /* Headers */, + C03108B5CBEF3BFFF56A55ED4BBED671 /* Sources */, + 5313CE3BF9598E52775CF66E4813DFB2 /* Frameworks */, + 4A09EC4334BB2FCC44B88346CFEDFC0C /* Resources */, ); buildRules = ( ); @@ -6052,8 +6344,8 @@ buildRules = ( ); dependencies = ( - D0C442712BFF63F8A28A7B327539CBB1 /* PBXTargetDependency */, - 06882FEAD9DA97B46188331B1336A65C /* PBXTargetDependency */, + 2C4F18ECDF0BDC560A465C8D6C7680D3 /* PBXTargetDependency */, + 6266038781E5C603D9476516F1396CA9 /* PBXTargetDependency */, ); name = LSTPopView; productName = LSTPopView; @@ -6072,7 +6364,7 @@ buildRules = ( ); dependencies = ( - 395C9574BA5F5DA2A2950713F6EAD5AF /* PBXTargetDependency */, + 27C4663C8D671E510A9C13967E086F1E /* PBXTargetDependency */, ); name = LSTCategory; productName = LSTCategory; @@ -6091,8 +6383,8 @@ buildRules = ( ); dependencies = ( - D71E292397F67665165219A685F615DE /* PBXTargetDependency */, - 1DAA094FDE732D9F6C887606B888F047 /* PBXTargetDependency */, + 863D93183200EC616AF2F2FF0C44E537 /* PBXTargetDependency */, + 5BC2CF3E4D635D104C6A152392C3CB49 /* PBXTargetDependency */, ); name = MSNetwork; productName = MSNetwork; @@ -6119,50 +6411,52 @@ }; ACBDE5E0D3073720CB54E61FB8C1A940 /* Pods-LekangGuard-LekangGuardUITests */ = { isa = PBXNativeTarget; - buildConfigurationList = 5D58140889ADABDC558415F01E944B11 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard-LekangGuardUITests" */; + buildConfigurationList = 5FDC596E7F711C626CEA9A836C32F685 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard-LekangGuardUITests" */; buildPhases = ( - F0BEEE990F5EBE650DF8A34270B551AF /* Headers */, - D7F816EA6186E0E0766178097B3C8914 /* Sources */, - E6B76DCB128A13FDFCC657ABBF1036DC /* Frameworks */, - 6C87CBC0BE2D9A12383CCE57CA7F64A0 /* Resources */, + B022CD0FDBF138F8BCA1D5D81C49B768 /* Headers */, + F917CE21406CDE6018F5EFAF61AAB2F3 /* Sources */, + 56BE4B3F3F74ED7E0CD2735ED081A4FD /* Frameworks */, + 81B5CBF9FF3CA82B172CEBA0C0269FA1 /* Resources */, ); buildRules = ( ); dependencies = ( - 655EEE9F7066EBAEB5B59FE588108AB3 /* PBXTargetDependency */, - 26EF1B65541310D1DC2BE92727FD987D /* PBXTargetDependency */, - A01275E3A8379F66CB9A463D82028552 /* PBXTargetDependency */, - 696DF5CD9DE2605109074F617C7677E5 /* PBXTargetDependency */, - BD460964ADEAFB7394AAD9A46F03501A /* PBXTargetDependency */, - 5CE731F129AEE006F25A5127C772F8EF /* PBXTargetDependency */, - 11A85B036DA308C6ADE021AD58A6677A /* PBXTargetDependency */, - 06575389F4534B2510B91424CA6F4E9F /* PBXTargetDependency */, - 7DBB72DA96F6B8348DB64F22F622CCCD /* PBXTargetDependency */, - 1116C12826656C1E54FE613FDA401662 /* PBXTargetDependency */, - 6308C73D363C9302DAB37EBAA1E7B172 /* PBXTargetDependency */, - 4B8EC78AECE8D61D84A6395D7B07B96F /* PBXTargetDependency */, - 6E177CDF243F1D33EE8A47B86981A796 /* PBXTargetDependency */, - 74D10DB95B3317A02E820BD91E9DA195 /* PBXTargetDependency */, - 7F02BB90CBAD86A590F19DFAD7A21511 /* PBXTargetDependency */, - CE0E935F1FDF3514C6DE4C1FAE686A09 /* PBXTargetDependency */, - 4990F35575E6186E4998F73E8DF58F5E /* PBXTargetDependency */, - D6405A510FC13094521D1C658A88827B /* PBXTargetDependency */, - 91E6C9D99983294C0BCEE8BBF3D9D5A4 /* PBXTargetDependency */, - 8A87658B0A4B2FCB9638C204C11B442C /* PBXTargetDependency */, - 03BCB8386F5F348F83571A642A585CB6 /* PBXTargetDependency */, - 086B14AC160A865F852EEA8065AF7F54 /* PBXTargetDependency */, - CDDE588E53AE81D5C0682DC8A9E907C1 /* PBXTargetDependency */, - 4A6AF316975CC08930456D1250CB4E0B /* PBXTargetDependency */, - 7CF8B925EC895C2BB88F23E5749FD701 /* PBXTargetDependency */, - ADCF9649FD285A293742D865C41FC556 /* PBXTargetDependency */, - B825C4F78AA009852CFC4E2C35EF8E8F /* PBXTargetDependency */, - 6AFD40A5F4E6F15885CCF4CABC1F05A9 /* PBXTargetDependency */, - D382279B98E8274588CD15244E3524BB /* PBXTargetDependency */, - 861EB5A5C1F81743F1507885206DE9B0 /* PBXTargetDependency */, - BDF24D3DD6A2114D3E1C129CBD8B623F /* PBXTargetDependency */, - D05C30F9869ECA745FCFAE4AB2F2BF07 /* PBXTargetDependency */, - A81427789EEB1B8A4F9C420CE4A8D105 /* PBXTargetDependency */, - ABF04F7ED64402A0FD54554F3DED670C /* PBXTargetDependency */, + 1D657122CDC6FA1E5B6BDE898136B3B1 /* PBXTargetDependency */, + 9091F3E65B00D02A09F3442ECA53FF62 /* PBXTargetDependency */, + 06C673663BFF63B94527C4D54F646480 /* PBXTargetDependency */, + 0B7FF9A4E21974867551281D3C8A7298 /* PBXTargetDependency */, + DA4612C87DF1B6F6E8F3ED5E3579BB71 /* PBXTargetDependency */, + 3170B35E76DB05FD11E0EA17C82654D5 /* PBXTargetDependency */, + C417135B4E8823D3EC885719B468E76B /* PBXTargetDependency */, + B542F7D0F6F8474EEE16245ACBF3200B /* PBXTargetDependency */, + 73B75D2942AB1F1148BF87CE05E1F07B /* PBXTargetDependency */, + 685DB74046F8DCB510E882B09FC9A346 /* PBXTargetDependency */, + 365BBB8E7BDCD55B29EFBF1F54FF1527 /* PBXTargetDependency */, + 78C625E84DC10A806F4C7302022A4E4E /* PBXTargetDependency */, + 1F5F2AEC52716A21A5C9FEAFE7CA735A /* PBXTargetDependency */, + BC5D0EFAFD0CF3150BA423042784EBC6 /* PBXTargetDependency */, + 3AD9B43AF11DD52572E3F5482006FBC1 /* PBXTargetDependency */, + 9CA19DBCF583154668B7676D54DA0082 /* PBXTargetDependency */, + 3DAFEE54BDB87B1611CEB6584DA7CBA4 /* PBXTargetDependency */, + 334E9D631F1A2B87690A653813846C74 /* PBXTargetDependency */, + 394299ED2A4CD03843494AD8B7D3B07A /* PBXTargetDependency */, + 873C8C883FC9518A1A6DEB378AEB1A12 /* PBXTargetDependency */, + 5752BE34B89384B7B552C3E98809D97D /* PBXTargetDependency */, + F87D0A272FCF3D9992B609D9DA70D573 /* PBXTargetDependency */, + 19DD902124324AEAA363428162868E57 /* PBXTargetDependency */, + 69640CC227D3CA611F000229F2A63050 /* PBXTargetDependency */, + 4F32E1C016D2B48C6B3CD15CDA65FD14 /* PBXTargetDependency */, + 1901FA8B0AB166878F63F8EE8E3CC643 /* PBXTargetDependency */, + D54EA4B02B3044EA9215A0357777D042 /* PBXTargetDependency */, + 85FD6058B30008A8F460C500E01565F9 /* PBXTargetDependency */, + A8C478C89EF3FD5D7E85F911E6027161 /* PBXTargetDependency */, + 58AF41727D1AFADD81D66141AE9C4718 /* PBXTargetDependency */, + DC87A412216E44DBCC2099DA967B04DC /* PBXTargetDependency */, + C94199F1372F090A36F5E7456AC45841 /* PBXTargetDependency */, + C37F5FC039EC92F88F81B58C14DD3A58 /* PBXTargetDependency */, + 0BC7E2BF1DCA38C1DC4E9C3F0A1FC17A /* PBXTargetDependency */, + 5AEE75E9FB4482025256A324CA2EDD1D /* PBXTargetDependency */, + E826780D3327574B4AF2B4A67C1B1B5A /* PBXTargetDependency */, ); name = "Pods-LekangGuard-LekangGuardUITests"; productName = Pods_LekangGuard_LekangGuardUITests; @@ -6171,50 +6465,52 @@ }; AD30F878876ACF9E0D50EE609ED280E9 /* Pods-LekangGuard */ = { isa = PBXNativeTarget; - buildConfigurationList = 0C17DFF36F194A0FF6E724A22D311124 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard" */; + buildConfigurationList = 9DE0366359ED69674D1D98E1DD76C940 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard" */; buildPhases = ( - 3A1751A3E78DB6CD57D547AB0A4C973C /* Headers */, - F1A805D869F51A44D1ABF6DE710272A8 /* Sources */, - 76DAD64ABD848AC02B05E2AF556C9A6B /* Frameworks */, - ACD183EBD7742583CD2CA34A2FE5C305 /* Resources */, + 4441B3BC6A3ED133270E7F55C126C1F3 /* Headers */, + 94B47227E87ED2612A0B79847D29408F /* Sources */, + 78136535ADB08FE98512595468FC07F9 /* Frameworks */, + 682DC231A615613A1E176E884EB7B969 /* Resources */, ); buildRules = ( ); dependencies = ( - 8417843A5B921B60094EC41FB493E98C /* PBXTargetDependency */, - 60339AC46E11014E60AE4C5E5802A60B /* PBXTargetDependency */, - C999591204DDAC0116A14D111EF96865 /* PBXTargetDependency */, - 81B8B5D7C8874D8E8F660BB82F387985 /* PBXTargetDependency */, - BBF490F505FE1348F98F180BE4E1E8FC /* PBXTargetDependency */, - B9450CD94B978FA55831C53EFF718CD1 /* PBXTargetDependency */, - 88C5C9AAF347D480B1A62D339AF3E055 /* PBXTargetDependency */, - CC05F622CFCACE4860CF8B872C42E069 /* PBXTargetDependency */, - 07EA49B1B2DCD1986D6248A02E1943A3 /* PBXTargetDependency */, - 891D54D3BFF307B09904CF9EAEA22EF3 /* PBXTargetDependency */, - E96C12D615809AD1107FA58789AFA0E7 /* PBXTargetDependency */, - 275E8013EB1C48E9EC58F54DC766EBF0 /* PBXTargetDependency */, - 47C5087B7E339F01BF238A9A4C75663E /* PBXTargetDependency */, - 6A22DCA54C6E5839911647E1AB8E794B /* PBXTargetDependency */, - E43BF1621B7A12220F9A33FF54FA61F6 /* PBXTargetDependency */, - CFF9E9B2B3936C7C28650F3ADDA2DA1F /* PBXTargetDependency */, - 09A9FAFE0F0F7324511D3215FD341E21 /* PBXTargetDependency */, - B35E10549872ACB307C96D565C64B798 /* PBXTargetDependency */, - 61409E470B6BFBFA493B2905D2335A29 /* PBXTargetDependency */, - 7D717B45816B30A2C8CF29A3E352F4A3 /* PBXTargetDependency */, - B3C27B265941D1E595A0398AA23DEA81 /* PBXTargetDependency */, - 063F9391C7F01EDDCA50877752DF78FC /* PBXTargetDependency */, - 517944EFFCDDD4A5E1A14A027C325644 /* PBXTargetDependency */, - 05356CB8409DE801AA9CAF4A4EE6C4FE /* PBXTargetDependency */, - B9310FE7750743CEED94A30F47E1B993 /* PBXTargetDependency */, - 9FA2B36C76B283196AC75668480B2E18 /* PBXTargetDependency */, - DFD7E4677E4949FB6BBB39AACDC8A709 /* PBXTargetDependency */, - 1035D28C344AE044F01DCB86E99A8934 /* PBXTargetDependency */, - EC3AAF3A2268074F51AA65CF414AC536 /* PBXTargetDependency */, - 553CE0A39EF55E9639A1529882402D60 /* PBXTargetDependency */, - 1253B1DFE3890023FD7D063FDC5A2699 /* PBXTargetDependency */, - 8DA55C409AFE8B573010FE9EB1D44FC3 /* PBXTargetDependency */, - 85302AD6B6DAAF494EE97673913569B4 /* PBXTargetDependency */, - 603359DB30844DF4CC723760A1E178D8 /* PBXTargetDependency */, + FD0A2D3E8D32E98D922359CADDD5645D /* PBXTargetDependency */, + 61B108E4028FD773CF43DA69BB53F9BA /* PBXTargetDependency */, + 04B2FDF5D9764BF3B4DFFDA1EB1391F5 /* PBXTargetDependency */, + 2E892AA226389D4ADEA0B1FACDDC08BA /* PBXTargetDependency */, + A96213D196E4C604AD09F263EDF66510 /* PBXTargetDependency */, + 7D1FB88556D935A020073146A5B4F9B9 /* PBXTargetDependency */, + 5F3ED655DA0D26E7CE15E80EF36F35DB /* PBXTargetDependency */, + 5EA083D2A856FEC42665F5BCF507989E /* PBXTargetDependency */, + 21A74BA68C61EE13207C8B27006DAD00 /* PBXTargetDependency */, + 7FA38F46826F2A542B717E63716B2706 /* PBXTargetDependency */, + 75F674A2D42993E97014483B426CC94F /* PBXTargetDependency */, + DE280B003DA913B10A740368281E8E8F /* PBXTargetDependency */, + C99376A2371E4B07145F2211B51F7C07 /* PBXTargetDependency */, + E3CCDEB3EA574FCB956B4B6D813E8567 /* PBXTargetDependency */, + BC9A367C777C6779C34E246114E10DD3 /* PBXTargetDependency */, + C289160D2377FE9735BEF239691581F2 /* PBXTargetDependency */, + 811EF676CA0E3C2C05F693ECCD233C65 /* PBXTargetDependency */, + C9C52D078E284919551AB252E6F6B62E /* PBXTargetDependency */, + B666F73191DF120B3D51A138B1B9B486 /* PBXTargetDependency */, + 8AAA4E4E933EB273BB67276BD1A4F783 /* PBXTargetDependency */, + 38C39715E85C1225C0BA3CAFC055D2B0 /* PBXTargetDependency */, + 794AB3F452BF03D5A64627DDA98F389D /* PBXTargetDependency */, + 47ABE7324DA23DBC180B2F194A0D1587 /* PBXTargetDependency */, + A6649C7AFD8AAA100758E68842595F25 /* PBXTargetDependency */, + 4F04A9BC6434504DA44A9C5ABD2DC0D8 /* PBXTargetDependency */, + F1EA1F2420A93D0D4521211252A813ED /* PBXTargetDependency */, + 4933B0B2A870D606FD8B951DA4991144 /* PBXTargetDependency */, + 6F4E4C78B7DBD9EF4686B48290867413 /* PBXTargetDependency */, + 0B459D87719D2B3BD1F6D43BE26A764A /* PBXTargetDependency */, + 58A8A546E95FAD6A6FB7A1A022802A27 /* PBXTargetDependency */, + 297E40726ADFD8F69BE4EBCB6EA3655F /* PBXTargetDependency */, + 63CAEF50B0E677D1680D855C23CCC96F /* PBXTargetDependency */, + A87A709268D96DDB36929FB028635CE0 /* PBXTargetDependency */, + 7C35537F74B0B81A113B91EB8B0C3FB3 /* PBXTargetDependency */, + 57B4CDDD6B66B9E2E75503B70AA243AB /* PBXTargetDependency */, + FE0DEED020414CB79CD4A7BBEE922E34 /* PBXTargetDependency */, ); name = "Pods-LekangGuard"; productName = Pods_LekangGuard; @@ -6223,12 +6519,12 @@ }; CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */ = { isa = PBXNativeTarget; - buildConfigurationList = E94668DE703CF1ED28A231910009C916 /* Build configuration list for PBXNativeTarget "YYCache" */; + buildConfigurationList = 2A3FD88BE1F4055F66CB1FDBA8EC72F1 /* Build configuration list for PBXNativeTarget "YYCache" */; buildPhases = ( - 8B0D2774A019F1EFF7D72344A4F58B4A /* Headers */, - 8B69909FAB473A3A7E27ADB41DECED72 /* Sources */, - 7095242F6E4BD06F3521D3C3F236A863 /* Frameworks */, - EB02B6DABD3BF7A9BA8C0EBFEB51EFC8 /* Resources */, + D316B66D8E31254CFF3C643F4BBDFED0 /* Headers */, + C0CF64E394A9627838F17D3E64EACC37 /* Sources */, + D151E6E0DF99A08BF76ED244E1097F79 /* Frameworks */, + A3705EA8C911BF8F8C30F032CE96E18B /* Resources */, ); buildRules = ( ); @@ -6389,8 +6685,8 @@ BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1240; - LastUpgradeCheck = 1240; + LastSwiftUpdateCheck = 1300; + LastUpgradeCheck = 1300; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 13.0"; @@ -6407,8 +6703,10 @@ targets = ( 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */, 929F50F81D2A5BF3D43E669B99470F02 /* AgoraRtcEngine_Special_iOS */, - 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */, - 54F872FDE6669F86C58C8075211FE643 /* AMapSearch */, + B44FB02BD2D3FEAD1F36808AD405A543 /* AMap3DMap-NO-IDFA */, + 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */, + 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */, + 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */, D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */, F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */, D46E1FA24EE496A610F8A799B4E6C573 /* EasyShowView */, @@ -6492,6 +6790,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2D6C17F914836A3E10882187943D583E /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 2DF693C589BF0764523A5FBBE103FD88 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -6506,28 +6811,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 513E0E3F04275CB29B7D371E2DC89613 /* Resources */ = { + 4A09EC4334BB2FCC44B88346CFEDFC0C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 68A78535103BB32D1870CC2210FFA574 /* Resources */ = { + 513E0E3F04275CB29B7D371E2DC89613 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6C87CBC0BE2D9A12383CCE57CA7F64A0 /* Resources */ = { + 682DC231A615613A1E176E884EB7B969 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 6DCB80CE394F3836CA1E4A124277C699 /* Resources */ = { + 68A78535103BB32D1870CC2210FFA574 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -6549,28 +6854,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8A190A17F289F99ECE07124E97ED74B2 /* Resources */ = { + 81B5CBF9FF3CA82B172CEBA0C0269FA1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9B8C842BBE838E8F83CEE6BDB738826F /* Resources */ = { + 8A190A17F289F99ECE07124E97ED74B2 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9D75D81AA2A352BA6C6A469493884B60 /* Resources */ = { + 9B8C842BBE838E8F83CEE6BDB738826F /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - ACD183EBD7742583CD2CA34A2FE5C305 /* Resources */ = { + A3705EA8C911BF8F8C30F032CE96E18B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -6626,13 +6931,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EB02B6DABD3BF7A9BA8C0EBFEB51EFC8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; F9D5DF1C21556E177BA0A1BBD7A506ED /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -6802,15 +7100,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 41ADD44833C9D5C01DB33A75BCA779F2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 791992D70C9E0AEE52196229C68ED88D /* LSTTimer.m in Sources */, - FF6E4C876A6B86275E8AFF44B97085D2 /* LSTTimer-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 45C741350E6420E4C982BF5349381500 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -6950,15 +7239,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8B69909FAB473A3A7E27ADB41DECED72 /* Sources */ = { + 94B47227E87ED2612A0B79847D29408F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 11D142A397023B104FEC9EBB623D8636 /* YYCache.m in Sources */, - C5A71148DF588D0BF7276A4A57F04DBC /* YYCache-dummy.m in Sources */, - D3112999C608D201F6E1D38D4A74317B /* YYDiskCache.m in Sources */, - C3B643A612B4DB9725CFD2408DEE1291 /* YYKVStorage.m in Sources */, - 54B454E7A354F697A325ABBA3F0C4F69 /* YYMemoryCache.m in Sources */, + 22D0886BFAEBA21DC2E9915C9B14A179 /* Pods-LekangGuard-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7031,6 +7316,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C03108B5CBEF3BFFF56A55ED4BBED671 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 892BFD41590503900BA08CEFFEEA9141 /* NSObject+YYModel.m in Sources */, + 9EF951C2E991E48EA8E1376981F9AC31 /* YYClassInfo.m in Sources */, + 5EBD3BA607C346691983F460DB283F15 /* YYModel-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C0717755B317B4FB7E18FA9A30DEE0C7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7062,6 +7357,18 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + C0CF64E394A9627838F17D3E64EACC37 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D8EC3463B83292B4DA4E5E4C0FFCBB5B /* YYCache.m in Sources */, + 06026A356B372C5E99476A8132A8D939 /* YYCache-dummy.m in Sources */, + 4899B70D62C37ECBD2FAA052768AF2CE /* YYDiskCache.m in Sources */, + D60591A0D58CC9056BB9EA1F7B80938F /* YYKVStorage.m in Sources */, + 71123C7E9C23E18865C5C40376800422 /* YYMemoryCache.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C6023C2AE78CB93A694CD9A3AEE44D1E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7080,24 +7387,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D1E8BD2AEC5BB12A979859DC8F7508B6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 339FD3055AFD2C3735E293974E3523DA /* NSObject+YYModel.m in Sources */, - C8764E06867120F36221508A1AB6E617 /* YYClassInfo.m in Sources */, - 78CEB16E06AD5631D535EE0528FE512F /* YYModel-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D7F816EA6186E0E0766178097B3C8914 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 42A08A312B1905DFAB271D67C4C3FDAF /* Pods-LekangGuard-LekangGuardUITests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; E211E0F4582FAB076701689AB868CD30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7132,11 +7421,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F1A805D869F51A44D1ABF6DE710272A8 /* Sources */ = { + F9161F300851A605F64B11226DF2E0C3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B68D993AC7534990F59AF4F0A2289BD2 /* LSTTimer.m in Sources */, + B2C22BE179B62DF259D62B7905D2DD6C /* LSTTimer-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F917CE21406CDE6018F5EFAF61AAB2F3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A8E98E3F5774872DC0438ACDFA9BB6A9 /* Pods-LekangGuard-dummy.m in Sources */, + 2C26F66F0810CEF08CDEE4339A7A96A1 /* Pods-LekangGuard-LekangGuardUITests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7264,501 +7562,521 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 03BCB8386F5F348F83571A642A585CB6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MOBFoundation; - target = 38986664EBE0043A3614949E53335639 /* MOBFoundation */; - targetProxy = FD8C187907AEEC034A7C0A65A40D359C /* PBXContainerItemProxy */; - }; - 05356CB8409DE801AA9CAF4A4EE6C4FE /* PBXTargetDependency */ = { + 04B2FDF5D9764BF3B4DFFDA1EB1391F5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Masonry; - target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = 05402460B474F21EB46BAD2B41DF487F /* PBXContainerItemProxy */; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = E06F6750E10892F2F5EBC6FC5703083F /* PBXContainerItemProxy */; }; - 063F9391C7F01EDDCA50877752DF78FC /* PBXTargetDependency */ = { + 06C673663BFF63B94527C4D54F646480 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MQTTClient; - target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; - targetProxy = 595495C950D953DFC5C18B276A946708 /* PBXContainerItemProxy */; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 8055C5C89E9DC55C008D976AAD978505 /* PBXContainerItemProxy */; }; - 06575389F4534B2510B91424CA6F4E9F /* PBXTargetDependency */ = { + 0B459D87719D2B3BD1F6D43BE26A764A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleMaps; - target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; - targetProxy = 44FAC176219CB37C86AD00AD4FA1AEEC /* PBXContainerItemProxy */; + name = SGQRCode; + target = 2035A387A5D5D85BEF7F693731454A3D /* SGQRCode */; + targetProxy = 2AEC9414761894259203149A06DF8C48 /* PBXContainerItemProxy */; }; - 06882FEAD9DA97B46188331B1336A65C /* PBXTargetDependency */ = { + 0B7FF9A4E21974867551281D3C8A7298 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LSTTimer; - target = 5A2609DB0612F95A3450D2E02CA850A0 /* LSTTimer */; - targetProxy = C75265D801BF21191BCB9C32EE740F1A /* PBXContainerItemProxy */; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = FFB84FD9F8924A8E1C60FDAD3DA8B74C /* PBXContainerItemProxy */; }; - 07EA49B1B2DCD1986D6248A02E1943A3 /* PBXTargetDependency */ = { + 0BC7E2BF1DCA38C1DC4E9C3F0A1FC17A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GooglePlaces; - target = 0C1885900810601510E0C632060FAF26 /* GooglePlaces */; - targetProxy = 967610C1A230DBF6F025D3B56CA56DE3 /* PBXContainerItemProxy */; + name = YYModel; + target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; + targetProxy = 1DEB9EBA84C194994E2ECF63C4B6AC26 /* PBXContainerItemProxy */; }; - 086B14AC160A865F852EEA8065AF7F54 /* PBXTargetDependency */ = { + 1901FA8B0AB166878F63F8EE8E3CC643 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MQTTClient; - target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; - targetProxy = 8F04A5049FFE33172AA0B35F17CA9B69 /* PBXContainerItemProxy */; + name = Masonry; + target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; + targetProxy = 9796FC5A602334579E6DCF362CA8C783 /* PBXContainerItemProxy */; }; - 09A9FAFE0F0F7324511D3215FD341E21 /* PBXTargetDependency */ = { + 19DD902124324AEAA363428162868E57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LSTPopView; - target = 8B7D23DD98E41BAE91418E9E85F191D6 /* LSTPopView */; - targetProxy = 06B43A92A2B141ED9991A33B98AED743 /* PBXContainerItemProxy */; + name = MOBFoundation; + target = 38986664EBE0043A3614949E53335639 /* MOBFoundation */; + targetProxy = 62E447CBF1120ECB6DF2961B1F4F73A3 /* PBXContainerItemProxy */; }; - 1035D28C344AE044F01DCB86E99A8934 /* PBXTargetDependency */ = { + 1D657122CDC6FA1E5B6BDE898136B3B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = WHToast; - target = DCD0DEEDE9CB35945D67203F112697C6 /* WHToast */; - targetProxy = 9F813D81724CF5B2BB48690D5673D0D5 /* PBXContainerItemProxy */; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = E52EF0870A46D9D36078DED460868614 /* PBXContainerItemProxy */; }; - 1116C12826656C1E54FE613FDA401662 /* PBXTargetDependency */ = { + 1F5F2AEC52716A21A5C9FEAFE7CA735A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManager; - target = FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */; - targetProxy = CE123F32B792B80FD5117FD27E063DA9 /* PBXContainerItemProxy */; + name = JLAuthorizationManager; + target = D5F30F540311B3815E7ABD7ACFCAB680 /* JLAuthorizationManager */; + targetProxy = 367C40AABD690038B9BFA477FBAE26F0 /* PBXContainerItemProxy */; }; - 11A85B036DA308C6ADE021AD58A6677A /* PBXTargetDependency */ = { + 21A74BA68C61EE13207C8B27006DAD00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EasyShowView; target = D46E1FA24EE496A610F8A799B4E6C573 /* EasyShowView */; - targetProxy = 803727CCBE0DFA2263E1C129E2089B4F /* PBXContainerItemProxy */; + targetProxy = 29C03CEFABF1FED638B20F8DC5CB921D /* PBXContainerItemProxy */; }; - 1253B1DFE3890023FD7D063FDC5A2699 /* PBXTargetDependency */ = { + 27C4663C8D671E510A9C13967E086F1E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = YYCache; - target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; - targetProxy = 03DE389C33B468D106804C042414B3D0 /* PBXContainerItemProxy */; + name = YYModel; + target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; + targetProxy = 2BC72E260AE663C2C16CF3C1E7AF15B8 /* PBXContainerItemProxy */; }; - 1DAA094FDE732D9F6C887606B888F047 /* PBXTargetDependency */ = { + 297E40726ADFD8F69BE4EBCB6EA3655F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = YYCache; - target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; - targetProxy = B9C5858F798C8213E79FF0C8FF1BE5E0 /* PBXContainerItemProxy */; + name = "WechatOpenSDK-XCFramework"; + target = 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */; + targetProxy = EE418E6D68E6613C0687DB87CEA194CE /* PBXContainerItemProxy */; + }; + 2C4F18ECDF0BDC560A465C8D6C7680D3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = LSTCategory; + target = 95632358D0525A520467DAAD7ECCA44A /* LSTCategory */; + targetProxy = 41FC7A5471DE016B88E023E908713395 /* PBXContainerItemProxy */; }; - 26EF1B65541310D1DC2BE92727FD987D /* PBXTargetDependency */ = { + 2E892AA226389D4ADEA0B1FACDDC08BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 94865824B81DD3E0144AC21AA3598770 /* PBXContainerItemProxy */; + name = "AMapLocation-NO-IDFA"; + target = 4BD4E22D3419D68A85BDD6119CB37C6C /* AMapLocation-NO-IDFA */; + targetProxy = D6548BF35CE9539CB34A09BF21A4371F /* PBXContainerItemProxy */; }; - 275E8013EB1C48E9EC58F54DC766EBF0 /* PBXTargetDependency */ = { + 3170B35E76DB05FD11E0EA17C82654D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JhtMarquee; - target = F219F05AB3C3ACB1AFF977C96A31685A /* JhtMarquee */; - targetProxy = E0BAC588263D200DDD855D4E66DB6943 /* PBXContainerItemProxy */; + name = AgoraRtcEngine_Special_iOS; + target = 929F50F81D2A5BF3D43E669B99470F02 /* AgoraRtcEngine_Special_iOS */; + targetProxy = 67CDAAA430ADA9ACF1CB51BE2C5F651D /* PBXContainerItemProxy */; }; - 395C9574BA5F5DA2A2950713F6EAD5AF /* PBXTargetDependency */ = { + 334E9D631F1A2B87690A653813846C74 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = YYModel; - target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; - targetProxy = B76A4B14AA64970BAF67612B8FE63138 /* PBXContainerItemProxy */; + name = LSTCategory; + target = 95632358D0525A520467DAAD7ECCA44A /* LSTCategory */; + targetProxy = 4D22D630755FCB96EB5F19F7E12E0CE6 /* PBXContainerItemProxy */; }; - 4287E284F8D17E102C63382FD5235594 /* PBXTargetDependency */ = { + 365BBB8E7BDCD55B29EFBF1F54FF1527 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 896632B11B99AD81B951B4647A258DE8 /* PBXContainerItemProxy */; + name = GooglePlaces; + target = 0C1885900810601510E0C632060FAF26 /* GooglePlaces */; + targetProxy = 9F729C18335E904090A32F7ABA697EDE /* PBXContainerItemProxy */; }; - 47C5087B7E339F01BF238A9A4C75663E /* PBXTargetDependency */ = { + 38C39715E85C1225C0BA3CAFC055D2B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JuphoonCloudSDK_iOS; - target = 067BC225DE4A1AFFF97D8A4B9BB75150 /* JuphoonCloudSDK_iOS */; - targetProxy = C04D7628BC60FB39C4F805DD7B3A0915 /* PBXContainerItemProxy */; + name = LTScrollView; + target = 695B40E31D35B2A65C33B9C7D9AB71BB /* LTScrollView */; + targetProxy = CF1EE8B90B06D59438859F30BADD8EB4 /* PBXContainerItemProxy */; }; - 4990F35575E6186E4998F73E8DF58F5E /* PBXTargetDependency */ = { + 394299ED2A4CD03843494AD8B7D3B07A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = LSTPopView; target = 8B7D23DD98E41BAE91418E9E85F191D6 /* LSTPopView */; - targetProxy = 12E11B0F64B84104ED87B75EDDE067CF /* PBXContainerItemProxy */; + targetProxy = 7CF404B097724BD6DA7EE9F8F388E808 /* PBXContainerItemProxy */; }; - 4A6AF316975CC08930456D1250CB4E0B /* PBXTargetDependency */ = { + 3AD9B43AF11DD52572E3F5482006FBC1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Masonry; - target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = 95F85E781122776BFF2C2D30362FF09D /* PBXContainerItemProxy */; + name = JuphoonCloudSDK_iOS; + target = 067BC225DE4A1AFFF97D8A4B9BB75150 /* JuphoonCloudSDK_iOS */; + targetProxy = FEC44DF1067E73078D245C0CD833C1BE /* PBXContainerItemProxy */; }; - 4B8EC78AECE8D61D84A6395D7B07B96F /* PBXTargetDependency */ = { + 3DAFEE54BDB87B1611CEB6584DA7CBA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JhtMarquee; - target = F219F05AB3C3ACB1AFF977C96A31685A /* JhtMarquee */; - targetProxy = 97580198CC766BC7B6BD67BC916648F0 /* PBXContainerItemProxy */; + name = LGAlertView; + target = 5DFB1E8B626A431E55AEDA7691951B26 /* LGAlertView */; + targetProxy = BA405B8291814641C6B1A65AD6B86AA9 /* PBXContainerItemProxy */; }; - 517944EFFCDDD4A5E1A14A027C325644 /* PBXTargetDependency */ = { + 422AA25E0D5F726BD05A32447587490D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MSNetwork; - target = 96A71E2D0E511BC61A075CBCA60F91F2 /* MSNetwork */; - targetProxy = 7A16027274979776C6858891C1E8D2C0 /* PBXContainerItemProxy */; + name = "Pods-LekangGuard"; + target = AD30F878876ACF9E0D50EE609ED280E9 /* Pods-LekangGuard */; + targetProxy = 5717E81C736D3C9C8C129F9293CC64BE /* PBXContainerItemProxy */; }; - 553CE0A39EF55E9639A1529882402D60 /* PBXTargetDependency */ = { + 47ABE7324DA23DBC180B2F194A0D1587 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = YCShadowView; - target = D242E33A5D4C3F72815B07AC6F4D8F06 /* YCShadowView */; - targetProxy = 7C2D9BBBA466F4D82719610EBA2F083A /* PBXContainerItemProxy */; + name = MOBFoundation; + target = 38986664EBE0043A3614949E53335639 /* MOBFoundation */; + targetProxy = E7C609F741E19874C68B27C168E2ED34 /* PBXContainerItemProxy */; }; - 5CE731F129AEE006F25A5127C772F8EF /* PBXTargetDependency */ = { + 4933B0B2A870D606FD8B951DA4991144 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DZNEmptyDataSet; - target = F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */; - targetProxy = 77781DAD4A919E8DD4A6C56ED82AA0BB /* PBXContainerItemProxy */; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = A3B55F10CDE331C74E42EDD97D8843EA /* PBXContainerItemProxy */; }; - 603359DB30844DF4CC723760A1E178D8 /* PBXTargetDependency */ = { + 4F04A9BC6434504DA44A9C5ABD2DC0D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = mob_smssdk; - target = C2C6771AD3B585B48A1C9F4D3A457CC0 /* mob_smssdk */; - targetProxy = 3D090A5206C53FF5FD3B758BEAB65CD9 /* PBXContainerItemProxy */; + name = MSNetwork; + target = 96A71E2D0E511BC61A075CBCA60F91F2 /* MSNetwork */; + targetProxy = 9FBDB2316DF89E00089CE6A0C20F4B34 /* PBXContainerItemProxy */; }; - 60339AC46E11014E60AE4C5E5802A60B /* PBXTargetDependency */ = { + 4F32E1C016D2B48C6B3CD15CDA65FD14 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 71F3BBD917F5B28BAA4C61691AE6AC96 /* PBXContainerItemProxy */; + name = MSNetwork; + target = 96A71E2D0E511BC61A075CBCA60F91F2 /* MSNetwork */; + targetProxy = 7BB67A743F05E5177BC3AAE60ADD6248 /* PBXContainerItemProxy */; }; - 61409E470B6BFBFA493B2905D2335A29 /* PBXTargetDependency */ = { + 5752BE34B89384B7B552C3E98809D97D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = LTScrollView; target = 695B40E31D35B2A65C33B9C7D9AB71BB /* LTScrollView */; - targetProxy = B0015993CBFB845850E79722400C4B79 /* PBXContainerItemProxy */; + targetProxy = 3F693AA5C9E0B135E88C11B9A9796B7B /* PBXContainerItemProxy */; }; - 6308C73D363C9302DAB37EBAA1E7B172 /* PBXTargetDependency */ = { + 57B4CDDD6B66B9E2E75503B70AA243AB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JLAuthorizationManager; - target = D5F30F540311B3815E7ABD7ACFCAB680 /* JLAuthorizationManager */; - targetProxy = 22115D64AF45EEF2381E0BF95F99399B /* PBXContainerItemProxy */; + name = ZXNavigationBar; + target = A1A7442D300629D234FA2A1F322F5D21 /* ZXNavigationBar */; + targetProxy = 03820A056B9A22DE3CAF944527DABF74 /* PBXContainerItemProxy */; }; - 655EEE9F7066EBAEB5B59FE588108AB3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = 69D10459E3961BD95E504E8889D0C7E1 /* PBXContainerItemProxy */; - }; - 696DF5CD9DE2605109074F617C7677E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AgoraRtcEngine_Special_iOS; - target = 929F50F81D2A5BF3D43E669B99470F02 /* AgoraRtcEngine_Special_iOS */; - targetProxy = 49AED227F2C3317E6F434F1151B6CF19 /* PBXContainerItemProxy */; - }; - 6A22DCA54C6E5839911647E1AB8E794B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KafkaRefresh; - target = E064E67BAAB46555CF0AC477B550A4EE /* KafkaRefresh */; - targetProxy = 68A202F017D4C64FB2FD721540FB8AD9 /* PBXContainerItemProxy */; - }; - 6AFD40A5F4E6F15885CCF4CABC1F05A9 /* PBXTargetDependency */ = { + 58A8A546E95FAD6A6FB7A1A022802A27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = WHToast; target = DCD0DEEDE9CB35945D67203F112697C6 /* WHToast */; - targetProxy = B10593F416DCB39E2B435A3AE6C417D7 /* PBXContainerItemProxy */; + targetProxy = 9B85AC541A902C1B106DC4F32A26B977 /* PBXContainerItemProxy */; }; - 6E177CDF243F1D33EE8A47B86981A796 /* PBXTargetDependency */ = { + 58AF41727D1AFADD81D66141AE9C4718 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JuphoonCloudSDK_iOS; - target = 067BC225DE4A1AFFF97D8A4B9BB75150 /* JuphoonCloudSDK_iOS */; - targetProxy = 8E5C2120BA939BEAC17E33850EF1E7C8 /* PBXContainerItemProxy */; + name = WHToast; + target = DCD0DEEDE9CB35945D67203F112697C6 /* WHToast */; + targetProxy = CABD1EAADC5739E444AE579B5C87C6C6 /* PBXContainerItemProxy */; }; - 74D10DB95B3317A02E820BD91E9DA195 /* PBXTargetDependency */ = { + 5AEE75E9FB4482025256A324CA2EDD1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KafkaRefresh; - target = E064E67BAAB46555CF0AC477B550A4EE /* KafkaRefresh */; - targetProxy = 04FBB4ED06EA7431873582A883A6C27B /* PBXContainerItemProxy */; + name = ZXNavigationBar; + target = A1A7442D300629D234FA2A1F322F5D21 /* ZXNavigationBar */; + targetProxy = 3321E0C13E5482600184500BC570C10C /* PBXContainerItemProxy */; }; - 7CF8B925EC895C2BB88F23E5749FD701 /* PBXTargetDependency */ = { + 5BC2CF3E4D635D104C6A152392C3CB49 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 8687DAAD895212A74C959652AEF19B46 /* PBXContainerItemProxy */; + name = YYCache; + target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; + targetProxy = 251DE0CCC345F10AA4BDECAA7EC2E6DE /* PBXContainerItemProxy */; }; - 7D717B45816B30A2C8CF29A3E352F4A3 /* PBXTargetDependency */ = { + 5EA083D2A856FEC42665F5BCF507989E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MJExtension; - target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; - targetProxy = 104E0B8E977EA95693342EA9960605B7 /* PBXContainerItemProxy */; + name = DZNEmptyDataSet; + target = F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */; + targetProxy = 2B625CE81F65184A11480198BC44FA4C /* PBXContainerItemProxy */; }; - 7DBB72DA96F6B8348DB64F22F622CCCD /* PBXTargetDependency */ = { + 5F3ED655DA0D26E7CE15E80EF36F35DB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GooglePlaces; - target = 0C1885900810601510E0C632060FAF26 /* GooglePlaces */; - targetProxy = E5897FC93E5457B3B6649C1865A720B9 /* PBXContainerItemProxy */; + name = BRPickerView; + target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; + targetProxy = 02B2CAD7F98B94A422CE593DAAE30544 /* PBXContainerItemProxy */; }; - 7F02BB90CBAD86A590F19DFAD7A21511 /* PBXTargetDependency */ = { + 61B108E4028FD773CF43DA69BB53F9BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LGAlertView; - target = 5DFB1E8B626A431E55AEDA7691951B26 /* LGAlertView */; - targetProxy = D7C11D6AABA0AF0CC6BA29617EF567FC /* PBXContainerItemProxy */; + name = "AMap3DMap-NO-IDFA"; + target = B44FB02BD2D3FEAD1F36808AD405A543 /* AMap3DMap-NO-IDFA */; + targetProxy = 607143A40201A3694DD83340940AAC59 /* PBXContainerItemProxy */; }; - 81B8B5D7C8874D8E8F660BB82F387985 /* PBXTargetDependency */ = { + 6266038781E5C603D9476516F1396CA9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AgoraRtcEngine_Special_iOS; - target = 929F50F81D2A5BF3D43E669B99470F02 /* AgoraRtcEngine_Special_iOS */; - targetProxy = D8CDC1E6DDAAEB26A99FB6E70E94B789 /* PBXContainerItemProxy */; + name = LSTTimer; + target = 5A2609DB0612F95A3450D2E02CA850A0 /* LSTTimer */; + targetProxy = 15335AFD64FBBBD3849613CD359E7ACA /* PBXContainerItemProxy */; }; - 8216BFCD8B3197D292D4307650FEBBDB /* PBXTargetDependency */ = { + 63CAEF50B0E677D1680D855C23CCC96F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Pods-LekangGuard"; - target = AD30F878876ACF9E0D50EE609ED280E9 /* Pods-LekangGuard */; - targetProxy = 62231498DF2A1EA3D84AFF1242FE3202 /* PBXContainerItemProxy */; + name = YCShadowView; + target = D242E33A5D4C3F72815B07AC6F4D8F06 /* YCShadowView */; + targetProxy = 784B671F1A99BAFC27A76783972A56B9 /* PBXContainerItemProxy */; }; - 8417843A5B921B60094EC41FB493E98C /* PBXTargetDependency */ = { + 685DB74046F8DCB510E882B09FC9A346 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = 4B45F68713E34F3589E391DCF5132433 /* PBXContainerItemProxy */; + name = GoogleMaps; + target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; + targetProxy = 7CBDB89E1018A71744EF3F3C09CD5320 /* PBXContainerItemProxy */; }; - 85302AD6B6DAAF494EE97673913569B4 /* PBXTargetDependency */ = { + 69640CC227D3CA611F000229F2A63050 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZXNavigationBar; - target = A1A7442D300629D234FA2A1F322F5D21 /* ZXNavigationBar */; - targetProxy = 5A2FA6D44F1FADACDEEEF6E89C934117 /* PBXContainerItemProxy */; + name = MQTTClient; + target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; + targetProxy = FC8A4086AAD0F21349EF468C96409290 /* PBXContainerItemProxy */; }; - 861EB5A5C1F81743F1507885206DE9B0 /* PBXTargetDependency */ = { + 6F4E4C78B7DBD9EF4686B48290867413 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = YCShadowView; - target = D242E33A5D4C3F72815B07AC6F4D8F06 /* YCShadowView */; - targetProxy = 6B8E0E4AF62A17961B9ECAC12717366A /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = D1AC71BCB434658E2878B252217693D2 /* PBXContainerItemProxy */; }; - 88C5C9AAF347D480B1A62D339AF3E055 /* PBXTargetDependency */ = { + 73B75D2942AB1F1148BF87CE05E1F07B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EasyShowView; target = D46E1FA24EE496A610F8A799B4E6C573 /* EasyShowView */; - targetProxy = 23B40CF71AA95E7A45BD2E2253509470 /* PBXContainerItemProxy */; + targetProxy = AB20308716591743FCCD0987DFB5EC85 /* PBXContainerItemProxy */; }; - 891D54D3BFF307B09904CF9EAEA22EF3 /* PBXTargetDependency */ = { + 75F674A2D42993E97014483B426CC94F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GooglePlaces; + target = 0C1885900810601510E0C632060FAF26 /* GooglePlaces */; + targetProxy = 3AD5FF292DC36271191A188804FE6B0F /* PBXContainerItemProxy */; + }; + 78C625E84DC10A806F4C7302022A4E4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = IQKeyboardManager; target = FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */; - targetProxy = 6708FB504D3A38B2186825EC51364130 /* PBXContainerItemProxy */; + targetProxy = BA7794E4A2B969365CE14F1661CC75E8 /* PBXContainerItemProxy */; }; - 8A87658B0A4B2FCB9638C204C11B442C /* PBXTargetDependency */ = { + 794AB3F452BF03D5A64627DDA98F389D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MJExtension; target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; - targetProxy = B0B4BA004DB3898B7BFCE2EBB58F64E0 /* PBXContainerItemProxy */; + targetProxy = 835C0E0D587E5DF4B01C4CB136DA9519 /* PBXContainerItemProxy */; }; - 8DA55C409AFE8B573010FE9EB1D44FC3 /* PBXTargetDependency */ = { + 7C35537F74B0B81A113B91EB8B0C3FB3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = YYModel; target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; - targetProxy = EB203241A11A597960A9CC39F0440E65 /* PBXContainerItemProxy */; + targetProxy = 1EC34E6DD42B12ECA4209A7A8AB3D883 /* PBXContainerItemProxy */; }; - 91E6C9D99983294C0BCEE8BBF3D9D5A4 /* PBXTargetDependency */ = { + 7D1FB88556D935A020073146A5B4F9B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LTScrollView; - target = 695B40E31D35B2A65C33B9C7D9AB71BB /* LTScrollView */; - targetProxy = 65EF8F539699F6BFE5AACE6CBCD0903D /* PBXContainerItemProxy */; + name = AgoraRtcEngine_Special_iOS; + target = 929F50F81D2A5BF3D43E669B99470F02 /* AgoraRtcEngine_Special_iOS */; + targetProxy = 34AE90A44970DEDD1AF875F164B98132 /* PBXContainerItemProxy */; }; - 9FA2B36C76B283196AC75668480B2E18 /* PBXTargetDependency */ = { + 7FA38F46826F2A542B717E63716B2706 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 641E4424C6976613CAF79B867126CC78 /* PBXContainerItemProxy */; + name = GoogleMaps; + target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; + targetProxy = 3FCCEA35032823658834A8D501058A4D /* PBXContainerItemProxy */; }; - A01275E3A8379F66CB9A463D82028552 /* PBXTargetDependency */ = { + 811EF676CA0E3C2C05F693ECCD233C65 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMapSearch; - target = 54F872FDE6669F86C58C8075211FE643 /* AMapSearch */; - targetProxy = 016489656727F253149BE5C8F3129EB3 /* PBXContainerItemProxy */; + name = LGAlertView; + target = 5DFB1E8B626A431E55AEDA7691951B26 /* LGAlertView */; + targetProxy = 272D67991068EEF622765706BD03EEE7 /* PBXContainerItemProxy */; }; - A81427789EEB1B8A4F9C420CE4A8D105 /* PBXTargetDependency */ = { + 85FD6058B30008A8F460C500E01565F9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ZXNavigationBar; - target = A1A7442D300629D234FA2A1F322F5D21 /* ZXNavigationBar */; - targetProxy = 26963EC0FCDBD7B9FB3D27B6A28DA5CD /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 98D07ECF4DDB4108188398E41E0F3BD7 /* PBXContainerItemProxy */; }; - ABF04F7ED64402A0FD54554F3DED670C /* PBXTargetDependency */ = { + 863D93183200EC616AF2F2FF0C44E537 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = mob_smssdk; - target = C2C6771AD3B585B48A1C9F4D3A457CC0 /* mob_smssdk */; - targetProxy = 90742C2D10D2FD78146D597B6FE9937A /* PBXContainerItemProxy */; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = 66C91BB8EBC4E6E74B36EBA61C59442C /* PBXContainerItemProxy */; }; - ADCF9649FD285A293742D865C41FC556 /* PBXTargetDependency */ = { + 873C8C883FC9518A1A6DEB378AEB1A12 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 53715E01D86C121F5DB320DE1C5561EE /* PBXContainerItemProxy */; + name = LSTTimer; + target = 5A2609DB0612F95A3450D2E02CA850A0 /* LSTTimer */; + targetProxy = 9F2FBD9B6C1EFD52E41AB7A01247093B /* PBXContainerItemProxy */; }; - B35E10549872ACB307C96D565C64B798 /* PBXTargetDependency */ = { + 8AAA4E4E933EB273BB67276BD1A4F783 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = LSTTimer; target = 5A2609DB0612F95A3450D2E02CA850A0 /* LSTTimer */; - targetProxy = EC47A5D05CBE78CA0F99268A99B0FCD1 /* PBXContainerItemProxy */; + targetProxy = 39E7F4FDE27BBCE0E29A48E56CEEFBB7 /* PBXContainerItemProxy */; }; - B3C27B265941D1E595A0398AA23DEA81 /* PBXTargetDependency */ = { + 9091F3E65B00D02A09F3442ECA53FF62 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMap3DMap-NO-IDFA"; + target = B44FB02BD2D3FEAD1F36808AD405A543 /* AMap3DMap-NO-IDFA */; + targetProxy = CF8C9B0EFF8220A5C13BF2B1F3E9660C /* PBXContainerItemProxy */; + }; + 9CA19DBCF583154668B7676D54DA0082 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KafkaRefresh; + target = E064E67BAAB46555CF0AC477B550A4EE /* KafkaRefresh */; + targetProxy = EEF327686F887841AFA853F5808AC1F0 /* PBXContainerItemProxy */; + }; + A1B9143F3EC22A7008A5090953AF3B69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MOBFoundation; target = 38986664EBE0043A3614949E53335639 /* MOBFoundation */; - targetProxy = 8154DCE96CD80C55240DC4A28AE46424 /* PBXContainerItemProxy */; + targetProxy = FA2B33FEAA618CA107AC2B8E403801E1 /* PBXContainerItemProxy */; + }; + A6649C7AFD8AAA100758E68842595F25 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MQTTClient; + target = 18D5937A1FF4E1064BDE592E5E9532EA /* MQTTClient */; + targetProxy = EA6139F5F60242A027D5089200BCF2DC /* PBXContainerItemProxy */; + }; + A87A709268D96DDB36929FB028635CE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YYCache; + target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; + targetProxy = E83AB51C295ABD348CE71212C080A30E /* PBXContainerItemProxy */; }; - B825C4F78AA009852CFC4E2C35EF8E8F /* PBXTargetDependency */ = { + A8C478C89EF3FD5D7E85F911E6027161 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SGQRCode; target = 2035A387A5D5D85BEF7F693731454A3D /* SGQRCode */; - targetProxy = F5B90DC50935A9A9A2AE047D24232517 /* PBXContainerItemProxy */; + targetProxy = 43C9D3ABA6073DA56C94D5450A38EA52 /* PBXContainerItemProxy */; }; - B9310FE7750743CEED94A30F47E1B993 /* PBXTargetDependency */ = { + A96213D196E4C604AD09F263EDF66510 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 9BC46BA6D6478C38FA0613B6751A8950 /* PBXContainerItemProxy */; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = 1BE8784CC77DD74EC2E6A008A0FC899C /* PBXContainerItemProxy */; + }; + AB48DD4DC4E6A10703F503663051352E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 865376235C517044DAA244EF2A0CEA05 /* PBXContainerItemProxy */; }; - B9450CD94B978FA55831C53EFF718CD1 /* PBXTargetDependency */ = { + B542F7D0F6F8474EEE16245ACBF3200B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DZNEmptyDataSet; target = F1BCD9702276377FB5B3BDB6EAF709D7 /* DZNEmptyDataSet */; - targetProxy = 11D52894F696F7105853FCB8F2B6729C /* PBXContainerItemProxy */; + targetProxy = CC8914BE2E10A553B925F87AFCFFB2E5 /* PBXContainerItemProxy */; }; - BBF490F505FE1348F98F180BE4E1E8FC /* PBXTargetDependency */ = { + B666F73191DF120B3D51A138B1B9B486 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BRPickerView; - target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; - targetProxy = 8845C6AA52F5B8F131EE85B2B5FD048D /* PBXContainerItemProxy */; + name = LSTPopView; + target = 8B7D23DD98E41BAE91418E9E85F191D6 /* LSTPopView */; + targetProxy = E67E039D37CA4679AC0CF4F6C4DAA074 /* PBXContainerItemProxy */; }; - BD460964ADEAFB7394AAD9A46F03501A /* PBXTargetDependency */ = { + BC5D0EFAFD0CF3150BA423042784EBC6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = BRPickerView; - target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; - targetProxy = 58A44B8FAE2A1F5A9B4180F33EFFE763 /* PBXContainerItemProxy */; + name = JhtMarquee; + target = F219F05AB3C3ACB1AFF977C96A31685A /* JhtMarquee */; + targetProxy = 496F622F484B5003CD68391FB615D9BB /* PBXContainerItemProxy */; }; - BDF24D3DD6A2114D3E1C129CBD8B623F /* PBXTargetDependency */ = { + BC9A367C777C6779C34E246114E10DD3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JuphoonCloudSDK_iOS; + target = 067BC225DE4A1AFFF97D8A4B9BB75150 /* JuphoonCloudSDK_iOS */; + targetProxy = D9B75064AC1EC233F0A5436F4B358C2A /* PBXContainerItemProxy */; + }; + C289160D2377FE9735BEF239691581F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KafkaRefresh; + target = E064E67BAAB46555CF0AC477B550A4EE /* KafkaRefresh */; + targetProxy = B514141068C716BAA68449830454769F /* PBXContainerItemProxy */; + }; + C37F5FC039EC92F88F81B58C14DD3A58 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = YYCache; target = CFDAE6EB02F58B9A37CADCF439AE6082 /* YYCache */; - targetProxy = ECAF690E0162F7B99CE10042F03B7274 /* PBXContainerItemProxy */; + targetProxy = CFFDA554BFDEEA1221D12E9B5D07937D /* PBXContainerItemProxy */; }; - C999591204DDAC0116A14D111EF96865 /* PBXTargetDependency */ = { + C417135B4E8823D3EC885719B468E76B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AMapSearch; - target = 54F872FDE6669F86C58C8075211FE643 /* AMapSearch */; - targetProxy = 58C98C4C4A44A642502A810C3F6F991B /* PBXContainerItemProxy */; + name = BRPickerView; + target = D505645C3F99EB1E8B6529D64D2C3E1C /* BRPickerView */; + targetProxy = AC2B558AC864AD409EBC22F8BAAB4EF1 /* PBXContainerItemProxy */; }; - CC05F622CFCACE4860CF8B872C42E069 /* PBXTargetDependency */ = { + C94199F1372F090A36F5E7456AC45841 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleMaps; - target = E5B4BBC6DD552AC8943C7E22772FC1D3 /* GoogleMaps */; - targetProxy = 83BC9694322D186C6C29D5B1FBCAE0E1 /* PBXContainerItemProxy */; + name = YCShadowView; + target = D242E33A5D4C3F72815B07AC6F4D8F06 /* YCShadowView */; + targetProxy = B815D0F6A092225EC5427ED981C7B7BC /* PBXContainerItemProxy */; }; - CDDE588E53AE81D5C0682DC8A9E907C1 /* PBXTargetDependency */ = { + C99376A2371E4B07145F2211B51F7C07 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MSNetwork; - target = 96A71E2D0E511BC61A075CBCA60F91F2 /* MSNetwork */; - targetProxy = 0C47E5500BDCABBBCB6A7F29A5EB4666 /* PBXContainerItemProxy */; + name = JLAuthorizationManager; + target = D5F30F540311B3815E7ABD7ACFCAB680 /* JLAuthorizationManager */; + targetProxy = C27E4CE1DCCDB181CFFF12771EE81B83 /* PBXContainerItemProxy */; }; - CE0E935F1FDF3514C6DE4C1FAE686A09 /* PBXTargetDependency */ = { + C9C52D078E284919551AB252E6F6B62E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = LSTCategory; target = 95632358D0525A520467DAAD7ECCA44A /* LSTCategory */; - targetProxy = 2C6FA26C99720A60715DC24EFE52EE89 /* PBXContainerItemProxy */; + targetProxy = 8F7F1920A4D61A76950FD247F1507B0C /* PBXContainerItemProxy */; }; - CFF9E9B2B3936C7C28650F3ADDA2DA1F /* PBXTargetDependency */ = { + D54EA4B02B3044EA9215A0357777D042 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LSTCategory; - target = 95632358D0525A520467DAAD7ECCA44A /* LSTCategory */; - targetProxy = 806D1543334597B4A3BAD3833BC1B65B /* PBXContainerItemProxy */; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = 85C79F3C6E486AE6EE985CBA70073248 /* PBXContainerItemProxy */; }; - D05C30F9869ECA745FCFAE4AB2F2BF07 /* PBXTargetDependency */ = { + D8E25741BAB3CC4D9A38311365B0C83F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = YYModel; - target = 84B44807A12996D487A4A591A481D6A0 /* YYModel */; - targetProxy = 0C799CC63B7417519BA91649E222953E /* PBXContainerItemProxy */; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = E10BFFF6A32924327B3F7B1C141FFA79 /* PBXContainerItemProxy */; }; - D0C442712BFF63F8A28A7B327539CBB1 /* PBXTargetDependency */ = { + DA4612C87DF1B6F6E8F3ED5E3579BB71 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LSTCategory; - target = 95632358D0525A520467DAAD7ECCA44A /* LSTCategory */; - targetProxy = DED916F4EF90C7A35A8369C2BA8A7FAB /* PBXContainerItemProxy */; + name = "AMapSearch-NO-IDFA"; + target = 4F1379598302C9160590B3650C10E1A5 /* AMapSearch-NO-IDFA */; + targetProxy = 8C70C0CE5C75B52F815F791D69A2C944 /* PBXContainerItemProxy */; + }; + DB56F3E8A234A5B43AFB2D14F0BF07A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "AMapFoundation-NO-IDFA"; + target = 9B182CB4E1716E9070813D3C59736001 /* AMapFoundation-NO-IDFA */; + targetProxy = 2B116A82704D9DE20AE1575E358478DB /* PBXContainerItemProxy */; }; - D382279B98E8274588CD15244E3524BB /* PBXTargetDependency */ = { + DC87A412216E44DBCC2099DA967B04DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "WechatOpenSDK-XCFramework"; target = 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */; - targetProxy = C83206D19732E914A39DEBD05AB75C05 /* PBXContainerItemProxy */; + targetProxy = B9155A6295A6BE0B72B019D72BEB6641 /* PBXContainerItemProxy */; }; - D6405A510FC13094521D1C658A88827B /* PBXTargetDependency */ = { + DE280B003DA913B10A740368281E8E8F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LSTTimer; - target = 5A2609DB0612F95A3450D2E02CA850A0 /* LSTTimer */; - targetProxy = A1696731451E9EED24B2949C79113FF0 /* PBXContainerItemProxy */; + name = IQKeyboardManager; + target = FBA456CB50E371584C11231929A0971E /* IQKeyboardManager */; + targetProxy = 8127776CF9453A7FF4F0AA097AE29292 /* PBXContainerItemProxy */; }; - D71E292397F67665165219A685F615DE /* PBXTargetDependency */ = { + E3CCDEB3EA574FCB956B4B6D813E8567 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = C2A2904B53D5791E3234E175ACEB5C50 /* PBXContainerItemProxy */; + name = JhtMarquee; + target = F219F05AB3C3ACB1AFF977C96A31685A /* JhtMarquee */; + targetProxy = 6F75985F1E1981C5E23C9E69A845915C /* PBXContainerItemProxy */; }; - DFD7E4677E4949FB6BBB39AACDC8A709 /* PBXTargetDependency */ = { + E826780D3327574B4AF2B4A67C1B1B5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SGQRCode; - target = 2035A387A5D5D85BEF7F693731454A3D /* SGQRCode */; - targetProxy = 3C3840BF36793A4760B3FDF25AB2159C /* PBXContainerItemProxy */; + name = mob_smssdk; + target = C2C6771AD3B585B48A1C9F4D3A457CC0 /* mob_smssdk */; + targetProxy = 1790D96CB255684CFDA4BDB91B99996C /* PBXContainerItemProxy */; }; - E43BF1621B7A12220F9A33FF54FA61F6 /* PBXTargetDependency */ = { + F1EA1F2420A93D0D4521211252A813ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = LGAlertView; - target = 5DFB1E8B626A431E55AEDA7691951B26 /* LGAlertView */; - targetProxy = F9F9F15B7F640D4A0F65C3E512190AE7 /* PBXContainerItemProxy */; + name = Masonry; + target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; + targetProxy = 63580BD74AE0EA5E233DCBACB5648F9D /* PBXContainerItemProxy */; }; - E96C12D615809AD1107FA58789AFA0E7 /* PBXTargetDependency */ = { + F87D0A272FCF3D9992B609D9DA70D573 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JLAuthorizationManager; - target = D5F30F540311B3815E7ABD7ACFCAB680 /* JLAuthorizationManager */; - targetProxy = 15AAA335CB16F14597413E9CF4B6C386 /* PBXContainerItemProxy */; + name = MJExtension; + target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; + targetProxy = F97B8DF0AE534794279D57D5A36E32E6 /* PBXContainerItemProxy */; }; - EC3AAF3A2268074F51AA65CF414AC536 /* PBXTargetDependency */ = { + FD0A2D3E8D32E98D922359CADDD5645D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "WechatOpenSDK-XCFramework"; - target = 7F18C31A804695333763EEC303E265D7 /* WechatOpenSDK-XCFramework */; - targetProxy = F9ABBAFB988BB6FA890594AC22ECF52F /* PBXContainerItemProxy */; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = 4A8CFB60E4CC839135B0CF6DAF7C3BDE /* PBXContainerItemProxy */; }; - FB93C0DC2034A6089176D81E60A3D3E2 /* PBXTargetDependency */ = { + FE0DEED020414CB79CD4A7BBEE922E34 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MOBFoundation; - target = 38986664EBE0043A3614949E53335639 /* MOBFoundation */; - targetProxy = DB9E64B034EFC6D75F250A7AE11AF108 /* PBXContainerItemProxy */; + name = mob_smssdk; + target = C2C6771AD3B585B48A1C9F4D3A457CC0 /* mob_smssdk */; + targetProxy = 239D7A5CE8AA9F21DDFA044DD5BFCD27 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 004AE325DC22AA8CCBD9E2EADA468860 /* Debug */ = { + 03FFE41CA49FC2494016D6356429DFF8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E13DF44CD0ECFE94BECE2A164AE3A7F5 /* YYCache.debug.xcconfig */; + baseConfigurationReference = 34124B870E01A6E3DBFF78DFE7627FAE /* AMapFoundation-NO-IDFA.release.xcconfig */; buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/YYCache/YYCache-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/YYCache/YYCache-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", - "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/YYCache/YYCache.modulemap"; - PRODUCT_MODULE_NAME = YYCache; - PRODUCT_NAME = YYCache; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 0513B6056EB0C91460FFD9E2719CACCD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C118C6EC1CAB484FEAF91A954FD4BE5 /* AgoraRtcEngine_Special_iOS.release.xcconfig */; + baseConfigurationReference = 86ED30873618AB674F0F50896B1D7C5B /* AgoraRtcEngine_Special_iOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -7775,7 +8093,7 @@ }; 054F4BBA2CFE68B4D46EFF1EA55F29D5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CEBED2FDE6A9AF0778791CC61C176B23 /* YCShadowView.release.xcconfig */; + baseConfigurationReference = FDDAFF513BA913FE1809E38C9926A454 /* YCShadowView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7809,7 +8127,24 @@ }; 0D1A3ECAF2C678820BD416AD173E1269 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C10724D8C88197DB7DAEDC058C9A35FC /* JhtMarquee.release.xcconfig */; + baseConfigurationReference = 8A3F0BBD6D22923DB2ECCA3EFBC1C2F2 /* JhtMarquee.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1217A5FD207A369EC08F200D61302F28 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 13CE89A7D6BE0983F776C5D4956DE489 /* AMapSearch-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -7826,7 +8161,7 @@ }; 14A0094DF6B1B4854CE06D810D70ED08 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 37607458CBB311565156C313A493C9A9 /* JLAuthorizationManager.debug.xcconfig */; + baseConfigurationReference = 54FD0E7F4AFE7187E1EC869810B44A13 /* JLAuthorizationManager.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7857,9 +8192,9 @@ }; name = Debug; }; - 1A82CABC806708C9C78EAABA7F622CBB /* Release */ = { + 1F8644CD45363ADB7CC6F4D39A8D1F65 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49084890EE49F56457F0E435BF8B825C /* LSTTimer.release.xcconfig */; + baseConfigurationReference = CE036FABDCC1301C51424AA316CC5002 /* LSTTimer.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7885,15 +8220,14 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 1FD267427B2FDDFF5579496E9534533D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17BE2128A9CCA6512316C44FF4A3F893 /* MSNetwork.release.xcconfig */; + baseConfigurationReference = AE2D71D34E30366F69F143658C20666D /* MSNetwork.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7925,9 +8259,42 @@ }; name = Release; }; + 20C90A597771DC63E02EBF6BA12FF9BD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA80A9AC978263E6488B957C92CFCB40 /* YYCache.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/YYCache/YYCache-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/YYCache/YYCache-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/YYCache/YYCache.modulemap"; + PRODUCT_MODULE_NAME = YYCache; + PRODUCT_NAME = YYCache; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 21FCF171217A68686E1F916126FF712F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DB1B66296F89FDADB83B5F6464CDB254 /* LSTCategory.debug.xcconfig */; + baseConfigurationReference = A45D5B10A919ADA3C022C4F705EC19BD /* LSTCategory.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -7958,9 +8325,43 @@ }; name = Debug; }; + 26F1DC7284721228E8BBBBC3F1B5FC53 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 58BF2A3B4E763385C0B81B9A017CEF58 /* LSTTimer.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/LSTTimer/LSTTimer-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/LSTTimer/LSTTimer-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/LSTTimer/LSTTimer.modulemap"; + PRODUCT_MODULE_NAME = LSTTimer; + PRODUCT_NAME = LSTTimer; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 2AC02708E764A1D77F0AA3E53964A4FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AD6E5319CA7AB9E46DDFC21DF19CA42C /* SGQRCode.debug.xcconfig */; + baseConfigurationReference = AAA7333AD1FD663404126D6AAA4FFAB6 /* SGQRCode.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8061,7 +8462,7 @@ }; 2F742FAE1017EB9BDE749A52541B9A59 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C778647FBCEBE71E4261893F8A9303A /* MSNetwork.debug.xcconfig */; + baseConfigurationReference = 1F42F50E0C6234C303867B7C42B270AE /* MSNetwork.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8082,167 +8483,7 @@ ); MODULEMAP_FILE = "Target Support Files/MSNetwork/MSNetwork.modulemap"; PRODUCT_MODULE_NAME = MSNetwork; - PRODUCT_NAME = MSNetwork; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2FB1E858052D81F58C2F5E4142707892 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F024614DFBBE9D2550F1BB493CC71972 /* Pods-LekangGuardTests.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*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 347C69E474DEC61194A2F1AF0FB07330 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 412C4336385FE302A4BE4A13C0CD78B7 /* Pods-LekangGuard.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*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 3705A0BF5A350D235DFD9D26986155D6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8B8A85F3D1D48D4B19EA4D7BB4DDC592 /* YYModel.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/YYModel/YYModel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/YYModel/YYModel-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/YYModel/YYModel.modulemap"; - PRODUCT_MODULE_NAME = YYModel; - PRODUCT_NAME = YYModel; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 38671DF12962F0734B1B6E208F0F63BB /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A86480C94CE30AD785BE48E3F49DE79D /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 457E77389CDB90DDB34792DDA3C77D49 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BBA220130773742D6520F0A603B85220 /* EasyShowView.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/EasyShowView/EasyShowView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/EasyShowView/EasyShowView-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/EasyShowView/EasyShowView.modulemap"; - PRODUCT_MODULE_NAME = EasyShowView; - PRODUCT_NAME = EasyShowView; + PRODUCT_NAME = MSNetwork; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -8252,9 +8493,9 @@ }; name = Debug; }; - 45DA0D38C8F3A42CA3838C8207AE7053 /* Debug */ = { + 2FB1E858052D81F58C2F5E4142707892 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 542B2C03F9153F6C9132985DAD6B7B19 /* Pods-LekangGuard.debug.xcconfig */; + baseConfigurationReference = F024614DFBBE9D2550F1BB493CC71972 /* Pods-LekangGuardTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -8266,7 +8507,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -8275,7 +8516,7 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -8284,14 +8525,31 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Release; + }; + 43E63EC93E62C6F2A8F80C3D7654AA78 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F3581B4FEBB328CE3D8750D93D0F49E5 /* AMapFoundation-NO-IDFA.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; name = Debug; }; - 477D51648351E7D21AFF58E61E038D72 /* Debug */ = { + 457E77389CDB90DDB34792DDA3C77D49 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 12F531002AC81CE0789C79EEFE3E7C34 /* YYModel.debug.xcconfig */; + baseConfigurationReference = A7A82512A22CC722AD5CC788F3E316D6 /* EasyShowView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8301,8 +8559,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/YYModel/YYModel-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/YYModel/YYModel-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/EasyShowView/EasyShowView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/EasyShowView/EasyShowView-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -8310,9 +8568,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/YYModel/YYModel.modulemap"; - PRODUCT_MODULE_NAME = YYModel; - PRODUCT_NAME = YYModel; + MODULEMAP_FILE = "Target Support Files/EasyShowView/EasyShowView.modulemap"; + PRODUCT_MODULE_NAME = EasyShowView; + PRODUCT_NAME = EasyShowView; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -8324,7 +8582,7 @@ }; 478A911E9141180C7955C3BA38D6AFA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B3283D6220DF5E29A74EB4A7B586B72A /* SGQRCode.release.xcconfig */; + baseConfigurationReference = E69AD1191BF1E4E75425E93D8CDC3010 /* SGQRCode.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8357,9 +8615,25 @@ }; name = Release; }; + 47B5B528521E814327DB72446F386D94 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 17CF141594837B3350D258B979C6EED7 /* AMap3DMap-NO-IDFA.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 4A16D7CF91A8CB5E99A9740660AB879B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B7151119DCAA5BC0BF78F25DB416C294 /* LTScrollView.release.xcconfig */; + baseConfigurationReference = 8DE303384DFAD4ACA87BD6D6B58ECF2C /* LTScrollView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8394,7 +8668,7 @@ }; 4B5C89140BE54160431D2D9B8469C34B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1508686FC5FB667BD4F4C21E52ED4034 /* JLAuthorizationManager.release.xcconfig */; + baseConfigurationReference = A8D32CACC8E48EE25EBEFEEF3A0182D9 /* JLAuthorizationManager.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8428,7 +8702,7 @@ }; 4BB242489A2D8A5E6170780B861F58E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B307848D1306036E60C6965930E7262F /* mob_smssdk.release.xcconfig */; + baseConfigurationReference = EB691A8861BA81E5E3EEC511001C95BA /* mob_smssdk.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8445,7 +8719,7 @@ }; 4E05B285D9FB39560E8D78E6EA8399C6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 290864FE367E1526A56F4B78E8796781 /* LGAlertView.release.xcconfig */; + baseConfigurationReference = 7F748C2D78F8494E9E7F93EDD09B78F1 /* LGAlertView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8479,7 +8753,7 @@ }; 51B198D779509AF1B647C5C89670779B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 03AA4D3698C118927B60CD4C08E0AC78 /* LGAlertView.debug.xcconfig */; + baseConfigurationReference = CE9C37E8F65949BDE4020013221554C4 /* LGAlertView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8512,7 +8786,7 @@ }; 55D7DC1B565B0BD194AFE54EDBD974A3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B297CCEF328D56E5041BC766F197978 /* LTScrollView.debug.xcconfig */; + baseConfigurationReference = FD972C2B7DE319BDC17735BFE7C57370 /* LTScrollView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8546,7 +8820,7 @@ }; 574336E93FEE5E80463961C3B5210418 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D31AA27B78F336508CD4A9E72675E34D /* Masonry.debug.xcconfig */; + baseConfigurationReference = BF984F41E7D7BBCFCAFB11EB9787E910 /* Masonry.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8579,7 +8853,7 @@ }; 5898D93875E8B7A592D600D31BF52D55 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 16E87F0F4DFBAB5C1D8ED78FD07A6CCA /* YCShadowView.debug.xcconfig */; + baseConfigurationReference = D30292B6EE7C721A6CF9A2246BC3D837 /* YCShadowView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8610,9 +8884,47 @@ }; name = Debug; }; + 59A8AFEF36062F7BA8D0CE32F5AAA693 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 412C4336385FE302A4BE4A13C0CD78B7 /* Pods-LekangGuard.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*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 5D950EC79AC6F734BB32BF0A2278F3AB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4AD77142B7F9F0111A40B7A790E389DC /* mob_smssdk.debug.xcconfig */; + baseConfigurationReference = 905B6E3DC5D04B9E6403CED09C26A2BB /* mob_smssdk.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8628,7 +8940,7 @@ }; 611349415B19BCC31ECDED761F0D6598 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D202B201A7D6ACF5984FBEA3A6A504A7 /* IQKeyboardManager.debug.xcconfig */; + baseConfigurationReference = 1BE2D373EE0ABD7438500946C5618B6D /* IQKeyboardManager.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8661,7 +8973,7 @@ }; 61A96F732AFF1D5F86F7EB2E1F2A0EB4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6638E52573E216B0C4C30F2B52A19180 /* LSTPopView.release.xcconfig */; + baseConfigurationReference = BDC25B9B61AA7BE8E7BF56913811DA8C /* LSTPopView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8758,7 +9070,7 @@ }; 64B0D1DC6219F5BCD6ACDB5C432E07D0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B539E0D8D2BAAA0BBC2662F2696ACBFC /* JuphoonCloudSDK_iOS.release.xcconfig */; + baseConfigurationReference = 804C7B0A9BED035A148A64FD586CA75A /* JuphoonCloudSDK_iOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8775,7 +9087,7 @@ }; 65D3E9070EBA73C67CA2C35809F8F27B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E078022E45EF6E06F7AAD1FDBFF28F5F /* EasyShowView.release.xcconfig */; + baseConfigurationReference = 6C86ECC68A2A2F9D55D30E5BAA572626 /* EasyShowView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8809,7 +9121,7 @@ }; 6646E407461927027B31CB5EDF43B5B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 366433EB1F7632564CEC2D4324CE7864 /* WHToast.debug.xcconfig */; + baseConfigurationReference = 3F889796F38029984A80CA574791B6BC /* WHToast.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -8843,7 +9155,7 @@ }; 6A76CC5BC84B8C30380593250AB742BF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8040FF41FD7B8EF1399E267179B65028 /* JhtMarquee.debug.xcconfig */; + baseConfigurationReference = 6EF9DE63B74B914D06F4B2AA39602DF9 /* JhtMarquee.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8859,7 +9171,7 @@ }; 70E8FEEC44989DB2F9998F385C02E7A2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC780D998264CF72D89948E057387839 /* MQTTClient.debug.xcconfig */; + baseConfigurationReference = 801C20F713C19176DF01C156A8612DB4 /* MQTTClient.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8892,7 +9204,7 @@ }; 7101307664D2BF5B3DCE8C9FCD322434 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E81296E7AEFC3E76C7178DD1F14F8205 /* KafkaRefresh.debug.xcconfig */; + baseConfigurationReference = A523DAEE5C2295C0F5D02A68B86C26E2 /* KafkaRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8925,7 +9237,7 @@ }; 7648D602DF7893182874F52A0259E1BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 854E5E29410B66F37B82056F45D36D76 /* WechatOpenSDK-XCFramework.debug.xcconfig */; + baseConfigurationReference = F0422D8FDC2AC3E7805A0EE403378811 /* WechatOpenSDK-XCFramework.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -8939,9 +9251,43 @@ }; name = Debug; }; + 784EF8E57E926BCA0223FDD2A5BB544E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3A0E621F73630169B9FF6B6002BAD439 /* YYModel.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/YYModel/YYModel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/YYModel/YYModel-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/YYModel/YYModel.modulemap"; + PRODUCT_MODULE_NAME = YYModel; + PRODUCT_NAME = YYModel; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 7D4BC094DE4DCA37B47135C763FF9644 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 18B590C44087488DDBB079AC80B6D0E1 /* BRPickerView.debug.xcconfig */; + baseConfigurationReference = 0C6D73E838153C3BB50B0CAC2B7C3D45 /* BRPickerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -8974,7 +9320,7 @@ }; 80344A194E5B0B3EC11B1DFCF0360690 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BC394BDBD66A7593112CBB960F9C1A65 /* AFNetworking.release.xcconfig */; + baseConfigurationReference = E7A8C7CC685947F8F5C444B6FC0D6ED2 /* AFNetworking.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9006,9 +9352,46 @@ }; name = Release; }; + 806805B5526EF6CF881BC468442B8042 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2C7D7328F7ADD540DCD93D8697D1B222 /* Pods-LekangGuard-LekangGuardUITests.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*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 83A1CD5A0D744E6C5C16EB552F459A6A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 11AF7FFE3E908027D7DA0C13EAE38465 /* Masonry.release.xcconfig */; + baseConfigurationReference = C94FA1F2BF2678FE36D67E19D0438392 /* Masonry.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9040,9 +9423,47 @@ }; name = Release; }; + 87F0F320E33AD7E6BFEAD2B8DF4B96D2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C2B6C1F9AEC68E94C2351E5E8E0C9692 /* Pods-LekangGuard-LekangGuardUITests.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*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 88BF77687BFC2BC2FB3F8F329A47B311 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 788F9743F364D04E7095108A533890A9 /* GooglePlaces.release.xcconfig */; + baseConfigurationReference = 9629D8EFE5A6BE5216DE713AA58EA5C7 /* GooglePlaces.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9060,7 +9481,7 @@ }; 90DFB2B359E35575C8DEFEF5A7DA7B42 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8C11BBC3F2A4B1647A0E6504690ECC17 /* MQTTClient.release.xcconfig */; + baseConfigurationReference = 098AE1324B55CC7406E32C5440AFA0DC /* MQTTClient.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9092,9 +9513,46 @@ }; name = Release; }; + 929CC7FC7D99AC9C195FC94CF01D26B1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 542B2C03F9153F6C9132985DAD6B7B19 /* Pods-LekangGuard.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*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard/Pods-LekangGuard.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 931FCD3D413C30FFE5F217F159701191 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AD6410EAC54D832832F5C1680DF3868E /* ReactiveObjC.debug.xcconfig */; + baseConfigurationReference = 94A858F54235B7D1BF1591B76B59AEC8 /* ReactiveObjC.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9127,7 +9585,7 @@ }; 94FAADC0F9FA49842BB90FBE35F4F85C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 70443949CB1E781923976C74FF3E30F7 /* MJExtension.release.xcconfig */; + baseConfigurationReference = 490125D6795A50A143701D4A08B2FD3D /* MJExtension.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9146,9 +9604,43 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/MJExtension/MJExtension.modulemap"; - PRODUCT_MODULE_NAME = MJExtension; - PRODUCT_NAME = MJExtension; + MODULEMAP_FILE = "Target Support Files/MJExtension/MJExtension.modulemap"; + PRODUCT_MODULE_NAME = MJExtension; + PRODUCT_NAME = MJExtension; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 98660EFE4916743D619D9FB67D7B8F60 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B64F6D0D79E94126005B7A0BAD29B1B7 /* LSTCategory.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/LSTCategory/LSTCategory-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/LSTCategory/LSTCategory-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/LSTCategory/LSTCategory.modulemap"; + PRODUCT_MODULE_NAME = LSTCategory; + PRODUCT_NAME = LSTCategory; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -9159,9 +9651,9 @@ }; name = Release; }; - 98660EFE4916743D619D9FB67D7B8F60 /* Release */ = { + 995432D631EB3F84B5C89C87E30639D5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B551991235773F11AE391FB8BED37075 /* LSTCategory.release.xcconfig */; + baseConfigurationReference = BCD7949CA699FAC01DE55F57054EAD00 /* YYModel.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9171,8 +9663,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/LSTCategory/LSTCategory-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/LSTCategory/LSTCategory-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/YYModel/YYModel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/YYModel/YYModel-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -9180,22 +9672,21 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/LSTCategory/LSTCategory.modulemap"; - PRODUCT_MODULE_NAME = LSTCategory; - PRODUCT_NAME = LSTCategory; + MODULEMAP_FILE = "Target Support Files/YYModel/YYModel.modulemap"; + PRODUCT_MODULE_NAME = YYModel; + PRODUCT_NAME = YYModel; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 9B0F90D2F1DBB3C379EACEDC5E0093BB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4DBBB7F53838A558D85E26B371568AB4 /* SDWebImage.release.xcconfig */; + baseConfigurationReference = 09D018C62E41828DA84FDECE6F5A5705 /* SDWebImage.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9229,7 +9720,7 @@ }; 9B8AF8623B86E1C4F5A9063068101E97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0DC48A8AAA31516101733C7B3161227D /* ZXNavigationBar.debug.xcconfig */; + baseConfigurationReference = 93798CC6A6B172D2795646CB5AD4C3FC /* ZXNavigationBar.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9262,7 +9753,7 @@ }; 9D728DA21027D11C09B9AA1A7A07CA43 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 27CE68B7E474BF986D424557EAC78291 /* AgoraRtcEngine_Special_iOS.debug.xcconfig */; + baseConfigurationReference = F7A9601BCD0D4D22125D4762E5371621 /* AgoraRtcEngine_Special_iOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9276,47 +9767,9 @@ }; name = Debug; }; - A1AA3214A45617571E3CB019AE440735 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C2B6C1F9AEC68E94C2351E5E8E0C9692 /* Pods-LekangGuard-LekangGuardUITests.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*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; AD8F66623F83E510E438D566EDF6070C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B57E17A8B992C9E7A2E9A383CF8F244F /* MJExtension.debug.xcconfig */; + baseConfigurationReference = C312566B92D80AB055B3817F6DEAD4C9 /* MJExtension.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9349,7 +9802,7 @@ }; B11BC81023DD2CFB96769C8E865083EF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 86A22262186783912DF399C44F0F2745 /* BRPickerView.release.xcconfig */; + baseConfigurationReference = 13F7C2F5EBB471DA149186846BA05D16 /* BRPickerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9381,9 +9834,25 @@ }; name = Release; }; + B814FB2831509A875F5991D19F12DF16 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C887A6522514965BEF3215950BCEB47C /* AMapSearch-NO-IDFA.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; BDB4C5F3987589AD247CFB932A863229 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE6C768961740C439312DB575D6C4F46 /* GoogleMaps.release.xcconfig */; + baseConfigurationReference = D958ABEB9A4DEE75D9EA2859B49FCEF5 /* GoogleMaps.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9400,7 +9869,7 @@ }; BE2CBC109D846B4922937D87C742DE00 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 113C3A36C4C3E42BECAC1AF8C3779E4E /* DZNEmptyDataSet.debug.xcconfig */; + baseConfigurationReference = C856D5108E48A7077D8A47C1BDB65068 /* DZNEmptyDataSet.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9431,9 +9900,26 @@ }; name = Debug; }; + C4C038B4C9AE703605054B54BE893C8C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 78A741DAB66060E17687D77F8AB73E9B /* AMapLocation-NO-IDFA.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; C86584C45D2C29CD9BEE9D4412804A92 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5C6897DD5F56B3EAACA76036CEBC2B /* SDWebImage.debug.xcconfig */; + baseConfigurationReference = 41248B8D1F8F2EC584607B7921F0FBBA /* SDWebImage.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9464,12 +9950,10 @@ }; name = Debug; }; - CB20705EA4303AAB5A02C16B47713973 /* Debug */ = { + CE82259E8755F62223B25EE70D0CEAB5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C7D7328F7ADD540DCD93D8697D1B222 /* Pods-LekangGuard-LekangGuardUITests.debug.xcconfig */; + baseConfigurationReference = 2E6453F09B6F977B542DDDA4E4909FF0 /* AFNetworking.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*]" = ""; @@ -9478,7 +9962,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/AFNetworking/AFNetworking-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -9486,24 +9971,21 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap"; + PRODUCT_MODULE_NAME = AFNetworking; + PRODUCT_NAME = AFNetworking; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - CD64AD5CE89F68D0E76B0F005D55B640 /* Release */ = { + CF945FF061357B3F620E8D5F6D7D662B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 134238DF6C57540306F23D1B937EF3E8 /* YYCache.release.xcconfig */; + baseConfigurationReference = 4FE8C85D68F31756B7DD373918E36055 /* YYCache.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9535,42 +10017,9 @@ }; name = Release; }; - CE82259E8755F62223B25EE70D0CEAB5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BC0B1AD4F964FB88143D582931E7C970 /* AFNetworking.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/AFNetworking/AFNetworking-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/AFNetworking/AFNetworking.modulemap"; - PRODUCT_MODULE_NAME = AFNetworking; - PRODUCT_NAME = AFNetworking; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - CEC5152D768487D4361F807934DE9202 /* Release */ = { + CFD9103994120B05B04964F1B14FF65E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 15D64CC3BBB93BE65B4966EEBCB7241B /* AMapSearch.release.xcconfig */; + baseConfigurationReference = C8307C06F0840AC6FF90F841CE795961 /* AMapLocation-NO-IDFA.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9581,13 +10030,12 @@ ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; D2CDE1158D26B197A1B3523C927CC12B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 86A12828F035A480428D55F318F2854A /* WechatOpenSDK-XCFramework.release.xcconfig */; + baseConfigurationReference = BC523D7FCC3A7EE4F4CC7FEBCDFEE54C /* WechatOpenSDK-XCFramework.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9602,25 +10050,9 @@ }; name = Release; }; - D6C872D2CECD8049C2239739679E0540 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BCB9571F2553E81EF23C67E9FDFC525F /* AMapFoundation.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - D97749A9D3460811197E847D977E6ED6 /* Debug */ = { + D7C4F1354BA2F097FFDA8E2554025129 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E0CF5EBE6DEC57D19B9BE0A486C72C98 /* AMapSearch.debug.xcconfig */; + baseConfigurationReference = 2AC25F214EF1059B573A8124D6F72ED4 /* AMap3DMap-NO-IDFA.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9631,12 +10063,13 @@ ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; E256D265DE6B382754019C199691576D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7FF2798AF38138A884E61C4913031D41 /* JuphoonCloudSDK_iOS.debug.xcconfig */; + baseConfigurationReference = B30C064B21054C92FD48EEBEB845FA80 /* JuphoonCloudSDK_iOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9652,7 +10085,7 @@ }; E2C5D149DE277CA85397A039B337B44C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A50EADF1CE2022BA2C6B2EBA7FFF5671 /* GooglePlaces.debug.xcconfig */; + baseConfigurationReference = 571A15804DE24301890A5EAD53EE5D14 /* GooglePlaces.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9706,7 +10139,7 @@ }; EE810B726364F7F78F04316106E3AED8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4A2C8FCA71E7333CEAC3EF856DE80CE2 /* LSTPopView.debug.xcconfig */; + baseConfigurationReference = 2DE186FF4940FE3E2A0DDA7DF7B0F01A /* LSTPopView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9739,7 +10172,7 @@ }; F0BD5B4908D6F9C6DD5C2AB9E23EBFE8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 64EC33563928A096913B637889A9753D /* KafkaRefresh.release.xcconfig */; + baseConfigurationReference = 44709FAFFEC85A5437075F1E412AA97D /* KafkaRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9773,7 +10206,7 @@ }; F0CF2717B0F7D5D7478D433821A4638E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19F1E2232613AFDF4FE68BEDA31ABA51 /* ReactiveObjC.release.xcconfig */; + baseConfigurationReference = 5A49F76077F0FCF3C7B53BF49FA05032 /* ReactiveObjC.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9807,7 +10240,7 @@ }; F11F00AC5D43620B2617C1434AAC2B0F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9A579E45B87BA17C550AF46535D7886D /* MOBFoundation.release.xcconfig */; + baseConfigurationReference = 00C2DF3DA1547ADF024F257252F0254E /* MOBFoundation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9822,42 +10255,9 @@ }; name = Release; }; - F74C9DAAE9A4CC091AC89F9DA1FAACC5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6BF2227504F57FD3F79C6AD873A63072 /* LSTTimer.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/LSTTimer/LSTTimer-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/LSTTimer/LSTTimer-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/LSTTimer/LSTTimer.modulemap"; - PRODUCT_MODULE_NAME = LSTTimer; - PRODUCT_NAME = LSTTimer; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; F8352964962FFC4A7B2B02C68B4922C3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC58843C9EA500DA90C5CBBE6907CF05 /* ZXNavigationBar.release.xcconfig */; + baseConfigurationReference = F64F310B7DF7891FE2EBCAC6CABBB2F2 /* ZXNavigationBar.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9891,7 +10291,7 @@ }; F87F29E47B640CBEEF56F102D8520965 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B458706738CA2B79402F90BFA37BB57E /* WHToast.release.xcconfig */; + baseConfigurationReference = 58B5A5896408CFA0D9E803E9430EAC4C /* WHToast.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -9926,7 +10326,7 @@ }; F89882F3E2ADA304ADB18AE15C7AD0E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4539628DC9EFC2B54B7A01EA8D3847F4 /* DZNEmptyDataSet.release.xcconfig */; + baseConfigurationReference = 8AE94DA7725FDF477038695D5620A92E /* DZNEmptyDataSet.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -9960,7 +10360,7 @@ }; F988659B7FC1F0E5F7944257725769AC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F014CED0AD93B583F37B88A9D90BBF6E /* GoogleMaps.debug.xcconfig */; + baseConfigurationReference = 06416822DBD41A621CBA880EBBBA9EC2 /* GoogleMaps.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -9976,7 +10376,7 @@ }; FB6EAF2137BDA97B913D7E7834164A18 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 318FBF7543BA1D34BCC03E0A6371C3EF /* IQKeyboardManager.release.xcconfig */; + baseConfigurationReference = 360E43FC58D0A1D7109BE4EC658E14DC /* IQKeyboardManager.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -10010,7 +10410,7 @@ }; FEDD379B1C62C3D77AC205D41D5667CA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B73E22ADDBB622C1E44B359DD3114D97 /* MOBFoundation.debug.xcconfig */; + baseConfigurationReference = 3D5ED3C54770E2C3F5411F550974168F /* MOBFoundation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -10054,15 +10454,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0C17DFF36F194A0FF6E724A22D311124 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 45DA0D38C8F3A42CA3838C8207AE7053 /* Debug */, - 347C69E474DEC61194A2F1AF0FB07330 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 0DA53573F7590038BDB706BB1EBFF6B5 /* Build configuration list for PBXAggregateTarget "JhtMarquee" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10099,6 +10490,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 255D9B9F4B18737EE121AF58037DE2C9 /* Build configuration list for PBXNativeTarget "LSTTimer" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1F8644CD45363ADB7CC6F4D39A8D1F65 /* Debug */, + 26F1DC7284721228E8BBBBC3F1B5FC53 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2A3FD88BE1F4055F66CB1FDBA8EC72F1 /* Build configuration list for PBXNativeTarget "YYCache" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 20C90A597771DC63E02EBF6BA12FF9BD /* Debug */, + CF945FF061357B3F620E8D5F6D7D662B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 2D268A7665B36CDB9436B0809E0E3055 /* Build configuration list for PBXNativeTarget "MJExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10108,20 +10517,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3D4561CB73D6DBBC14CCF3889B4788BA /* Build configuration list for PBXNativeTarget "LSTPopView" */ = { + 32DE6950887417D2E1A8089BF64FBA81 /* Build configuration list for PBXNativeTarget "YYModel" */ = { isa = XCConfigurationList; buildConfigurations = ( - EE810B726364F7F78F04316106E3AED8 /* Debug */, - 61A96F732AFF1D5F86F7EB2E1F2A0EB4 /* Release */, + 995432D631EB3F84B5C89C87E30639D5 /* Debug */, + 784EF8E57E926BCA0223FDD2A5BB544E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 466B660E9C9F607CA4ADF8030700F967 /* Build configuration list for PBXNativeTarget "LSTTimer" */ = { + 3D4561CB73D6DBBC14CCF3889B4788BA /* Build configuration list for PBXNativeTarget "LSTPopView" */ = { isa = XCConfigurationList; buildConfigurations = ( - F74C9DAAE9A4CC091AC89F9DA1FAACC5 /* Debug */, - 1A82CABC806708C9C78EAABA7F622CBB /* Release */, + EE810B726364F7F78F04316106E3AED8 /* Debug */, + 61A96F732AFF1D5F86F7EB2E1F2A0EB4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -10144,11 +10553,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5D58140889ADABDC558415F01E944B11 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard-LekangGuardUITests" */ = { + 4BB6DBB059282CDC5130B3610AC32982 /* Build configuration list for PBXAggregateTarget "AMapLocation-NO-IDFA" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CFD9103994120B05B04964F1B14FF65E /* Debug */, + C4C038B4C9AE703605054B54BE893C8C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5FDC596E7F711C626CEA9A836C32F685 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard-LekangGuardUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( - CB20705EA4303AAB5A02C16B47713973 /* Debug */, - A1AA3214A45617571E3CB019AE440735 /* Release */, + 806805B5526EF6CF881BC468442B8042 /* Debug */, + 87F0F320E33AD7E6BFEAD2B8DF4B96D2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -10189,6 +10607,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 74F8BC6869B879C9A4487377E57EA717 /* Build configuration list for PBXAggregateTarget "AMapSearch-NO-IDFA" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B814FB2831509A875F5991D19F12DF16 /* Debug */, + 1217A5FD207A369EC08F200D61302F28 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 84317B55D5F5630A03093BDAE59FC75D /* Build configuration list for PBXNativeTarget "LGAlertView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10216,15 +10643,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9A781EFB19863F1A81EBD59375F3671E /* Build configuration list for PBXAggregateTarget "AMapSearch" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D97749A9D3460811197E847D977E6ED6 /* Debug */, - CEC5152D768487D4361F807934DE9202 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 9B33C3C8202FFE2203CAFCEB78B4ACD5 /* Build configuration list for PBXAggregateTarget "MOBFoundation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10243,6 +10661,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 9CA117AC0BCD26718BF9BD3A972FB596 /* Build configuration list for PBXAggregateTarget "AMap3DMap-NO-IDFA" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 47B5B528521E814327DB72446F386D94 /* Debug */, + D7C4F1354BA2F097FFDA8E2554025129 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9DE0366359ED69674D1D98E1DD76C940 /* Build configuration list for PBXNativeTarget "Pods-LekangGuard" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 929CC7FC7D99AC9C195FC94CF01D26B1 /* Debug */, + 59A8AFEF36062F7BA8D0CE32F5AAA693 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A6C0B0B9350AD3B45C31553A10607F26 /* Build configuration list for PBXNativeTarget "DZNEmptyDataSet" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10261,11 +10697,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C086D8E9B5540C343F6B7F6037F99F87 /* Build configuration list for PBXNativeTarget "YYModel" */ = { + C938B2FDD61B80AB89D5D7868AA3D6C2 /* Build configuration list for PBXAggregateTarget "AMapFoundation-NO-IDFA" */ = { isa = XCConfigurationList; buildConfigurations = ( - 477D51648351E7D21AFF58E61E038D72 /* Debug */, - 3705A0BF5A350D235DFD9D26986155D6 /* Release */, + 43E63EC93E62C6F2A8F80C3D7654AA78 /* Debug */, + 03FFE41CA49FC2494016D6356429DFF8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -10324,15 +10760,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E94668DE703CF1ED28A231910009C916 /* Build configuration list for PBXNativeTarget "YYCache" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 004AE325DC22AA8CCBD9E2EADA468860 /* Debug */, - CD64AD5CE89F68D0E76B0F005D55B640 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; EC7F45CCA2243A6E06B9AF056F442DB8 /* Build configuration list for PBXNativeTarget "JLAuthorizationManager" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -10342,15 +10769,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - ED04500AB34E9A6A347FF502413A4B82 /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D6C872D2CECD8049C2239739679E0540 /* Debug */, - 38671DF12962F0734B1B6E208F0F63BB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; ED10E9E2E33B32CE8CC9EE5EBD32657A /* Build configuration list for PBXAggregateTarget "mob_smssdk" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AFNetworking.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AFNetworking.xcscheme index 4f9c802..cc4be6f 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AFNetworking.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AFNetworking.xcscheme @@ -1,6 +1,6 @@ diff --git a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapFoundation-NO-IDFA.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapFoundation-NO-IDFA.xcscheme new file mode 100644 index 0000000..8f5fd76 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapFoundation-NO-IDFA.xcscheme @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapLocation-NO-IDFA.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapLocation-NO-IDFA.xcscheme new file mode 100644 index 0000000..02d4589 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapLocation-NO-IDFA.xcscheme @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapFoundation.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapSearch-NO-IDFA.xcscheme similarity index 89% rename from Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapFoundation.xcscheme rename to Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapSearch-NO-IDFA.xcscheme index b5a243f..62be5bc 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapFoundation.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AMapSearch-NO-IDFA.xcscheme @@ -1,6 +1,6 @@ diff --git a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AgoraRtcEngine_Special_iOS.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AgoraRtcEngine_Special_iOS.xcscheme index fb33330..6af0e29 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AgoraRtcEngine_Special_iOS.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/ecell.xcuserdatad/xcschemes/AgoraRtcEngine_Special_iOS.xcscheme @@ -1,6 +1,6 @@ orderHint 1 - AMapFoundation.xcscheme + AMap3DMap-NO-IDFA.xcscheme isShown orderHint 3 - AMapSearch.xcscheme + AMapFoundation-NO-IDFA.xcscheme isShown orderHint 4 + AMapLocation-NO-IDFA.xcscheme + + isShown + + orderHint + 5 + + AMapSearch-NO-IDFA.xcscheme + + isShown + + orderHint + 6 + AgoraRtcEngine_Special_iOS.xcscheme isShown @@ -37,231 +51,231 @@ isShown orderHint - 5 + 7 DZNEmptyDataSet.xcscheme isShown orderHint - 6 + 8 EasyShowView.xcscheme isShown orderHint - 7 + 9 GoogleMaps.xcscheme isShown orderHint - 8 + 10 GooglePlaces.xcscheme isShown orderHint - 9 + 11 IQKeyboardManager.xcscheme isShown orderHint - 10 + 12 JLAuthorizationManager.xcscheme isShown orderHint - 12 + 14 JhtMarquee.xcscheme isShown orderHint - 11 + 13 JuphoonCloudSDK_iOS.xcscheme isShown orderHint - 13 + 15 KafkaRefresh.xcscheme isShown orderHint - 14 + 16 LGAlertView.xcscheme isShown orderHint - 15 + 17 LSTCategory.xcscheme isShown orderHint - 16 + 18 LSTPopView.xcscheme isShown orderHint - 17 + 19 LSTTimer.xcscheme isShown orderHint - 18 + 20 LTScrollView.xcscheme isShown orderHint - 19 + 21 MJExtension.xcscheme isShown orderHint - 21 + 23 MOBFoundation.xcscheme isShown orderHint - 23 + 25 MQTTClient.xcscheme isShown orderHint - 24 + 26 MSNetwork.xcscheme isShown orderHint - 25 + 27 Masonry.xcscheme isShown orderHint - 20 + 22 Pods-LekangGuard-LekangGuardUITests.xcscheme isShown orderHint - 27 + 29 Pods-LekangGuard.xcscheme isShown orderHint - 26 + 28 Pods-LekangGuardTests.xcscheme isShown orderHint - 28 + 30 ReactiveObjC.xcscheme isShown orderHint - 29 + 31 SDWebImage.xcscheme isShown orderHint - 30 + 32 SGQRCode.xcscheme isShown orderHint - 31 + 33 WHToast.xcscheme isShown orderHint - 33 + 35 WechatOpenSDK-XCFramework.xcscheme isShown orderHint - 32 + 34 YCShadowView.xcscheme isShown orderHint - 34 + 36 YYCache.xcscheme isShown orderHint - 35 + 37 YYModel.xcscheme isShown orderHint - 36 + 38 ZXNavigationBar.xcscheme isShown orderHint - 37 + 39 mob_smssdk.xcscheme isShown orderHint - 22 + 24 SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/AMap3DMap-NO-IDFA/AMap3DMap-NO-IDFA.debug.xcconfig b/Pods/Target Support Files/AMap3DMap-NO-IDFA/AMap3DMap-NO-IDFA.debug.xcconfig new file mode 100644 index 0000000..e9ed176 --- /dev/null +++ b/Pods/Target Support Files/AMap3DMap-NO-IDFA/AMap3DMap-NO-IDFA.debug.xcconfig @@ -0,0 +1,15 @@ +ARCHS = $(ARCHS_STANDARD) +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMap3DMap-NO-IDFA +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "GLKit" -framework "OpenGLES" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMap3DMap-NO-IDFA +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/AMap3DMap-NO-IDFA/AMap3DMap-NO-IDFA.release.xcconfig b/Pods/Target Support Files/AMap3DMap-NO-IDFA/AMap3DMap-NO-IDFA.release.xcconfig new file mode 100644 index 0000000..e9ed176 --- /dev/null +++ b/Pods/Target Support Files/AMap3DMap-NO-IDFA/AMap3DMap-NO-IDFA.release.xcconfig @@ -0,0 +1,15 @@ +ARCHS = $(ARCHS_STANDARD) +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMap3DMap-NO-IDFA +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "GLKit" -framework "OpenGLES" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMap3DMap-NO-IDFA +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/AMapFoundation/AMapFoundation.debug.xcconfig b/Pods/Target Support Files/AMapFoundation-NO-IDFA/AMapFoundation-NO-IDFA.debug.xcconfig similarity index 91% rename from Pods/Target Support Files/AMapFoundation/AMapFoundation.debug.xcconfig rename to Pods/Target Support Files/AMapFoundation-NO-IDFA/AMapFoundation-NO-IDFA.debug.xcconfig index 8cd7d41..f49072a 100644 --- a/Pods/Target Support Files/AMapFoundation/AMapFoundation.debug.xcconfig +++ b/Pods/Target Support Files/AMapFoundation-NO-IDFA/AMapFoundation-NO-IDFA.debug.xcconfig @@ -1,15 +1,15 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapFoundation +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapFoundation-NO-IDFA EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CoreLocation" -framework "CoreTelephony" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapFoundation +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapFoundation-NO-IDFA PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/AMapFoundation/AMapFoundation.release.xcconfig b/Pods/Target Support Files/AMapFoundation-NO-IDFA/AMapFoundation-NO-IDFA.release.xcconfig similarity index 91% rename from Pods/Target Support Files/AMapFoundation/AMapFoundation.release.xcconfig rename to Pods/Target Support Files/AMapFoundation-NO-IDFA/AMapFoundation-NO-IDFA.release.xcconfig index 8cd7d41..f49072a 100644 --- a/Pods/Target Support Files/AMapFoundation/AMapFoundation.release.xcconfig +++ b/Pods/Target Support Files/AMapFoundation-NO-IDFA/AMapFoundation-NO-IDFA.release.xcconfig @@ -1,15 +1,15 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapFoundation +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapFoundation-NO-IDFA EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "CoreLocation" -framework "CoreTelephony" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapFoundation +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapFoundation-NO-IDFA PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/AMapLocation-NO-IDFA/AMapLocation-NO-IDFA.debug.xcconfig b/Pods/Target Support Files/AMapLocation-NO-IDFA/AMapLocation-NO-IDFA.debug.xcconfig new file mode 100644 index 0000000..75dbba0 --- /dev/null +++ b/Pods/Target Support Files/AMapLocation-NO-IDFA/AMapLocation-NO-IDFA.debug.xcconfig @@ -0,0 +1,15 @@ +ARCHS = $(ARCHS_STANDARD) +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapLocation-NO-IDFA +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -l"z" -framework "CoreLocation" -framework "CoreTelephony" -framework "ExternalAccessory" -framework "Security" -framework "SystemConfiguration" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapLocation-NO-IDFA +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/AMapLocation-NO-IDFA/AMapLocation-NO-IDFA.release.xcconfig b/Pods/Target Support Files/AMapLocation-NO-IDFA/AMapLocation-NO-IDFA.release.xcconfig new file mode 100644 index 0000000..75dbba0 --- /dev/null +++ b/Pods/Target Support Files/AMapLocation-NO-IDFA/AMapLocation-NO-IDFA.release.xcconfig @@ -0,0 +1,15 @@ +ARCHS = $(ARCHS_STANDARD) +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapLocation-NO-IDFA +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -l"z" -framework "CoreLocation" -framework "CoreTelephony" -framework "ExternalAccessory" -framework "Security" -framework "SystemConfiguration" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapLocation-NO-IDFA +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/AMapSearch/AMapSearch.debug.xcconfig b/Pods/Target Support Files/AMapSearch-NO-IDFA/AMapSearch-NO-IDFA.debug.xcconfig similarity index 88% rename from Pods/Target Support Files/AMapSearch/AMapSearch.debug.xcconfig rename to Pods/Target Support Files/AMapSearch-NO-IDFA/AMapSearch-NO-IDFA.debug.xcconfig index 9b348b8..4453206 100644 --- a/Pods/Target Support Files/AMapSearch/AMapSearch.debug.xcconfig +++ b/Pods/Target Support Files/AMapSearch-NO-IDFA/AMapSearch-NO-IDFA.debug.xcconfig @@ -1,14 +1,14 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapSearch -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapSearch-NO-IDFA +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"z" -framework "CoreLocation" -framework "CoreTelephony" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapSearch +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapSearch-NO-IDFA PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/AMapSearch/AMapSearch.release.xcconfig b/Pods/Target Support Files/AMapSearch-NO-IDFA/AMapSearch-NO-IDFA.release.xcconfig similarity index 88% rename from Pods/Target Support Files/AMapSearch/AMapSearch.release.xcconfig rename to Pods/Target Support Files/AMapSearch-NO-IDFA/AMapSearch-NO-IDFA.release.xcconfig index 9b348b8..4453206 100644 --- a/Pods/Target Support Files/AMapSearch/AMapSearch.release.xcconfig +++ b/Pods/Target Support Files/AMapSearch-NO-IDFA/AMapSearch-NO-IDFA.release.xcconfig @@ -1,14 +1,14 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapSearch -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AMapSearch-NO-IDFA +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -l"z" -framework "CoreLocation" -framework "CoreTelephony" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapSearch +PODS_TARGET_SRCROOT = ${PODS_ROOT}/AMapSearch-NO-IDFA PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.markdown b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.markdown index 4a8802b..513c741 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.markdown @@ -24,12 +24,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## AMapFoundation +## AMap3DMap-NO-IDFA Copyright © 2014 AutoNavi. All Rights Reserved. -## AMapSearch +## AMapFoundation-NO-IDFA + +Copyright © 2014 AutoNavi. All Rights Reserved. + + +## AMapLocation-NO-IDFA + +Copyright © 2014 AutoNavi. All Rights Reserved. + + +## AMapSearch-NO-IDFA Copyright © 2014 AutoNavi. All Rights Reserved. diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.plist b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.plist index 9f80aeb..e514ceb 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-acknowledgements.plist @@ -48,7 +48,7 @@ THE SOFTWARE. License Copyright Title - AMapFoundation + AMap3DMap-NO-IDFA Type PSGroupSpecifier @@ -59,7 +59,29 @@ THE SOFTWARE. License Copyright Title - AMapSearch + AMapFoundation-NO-IDFA + Type + PSGroupSpecifier + + + FooterText + Copyright © 2014 AutoNavi. All Rights Reserved. + + License + Copyright + Title + AMapLocation-NO-IDFA + Type + PSGroupSpecifier + + + FooterText + Copyright © 2014 AutoNavi. All Rights Reserved. + + License + Copyright + Title + AMapSearch-NO-IDFA Type PSGroupSpecifier diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-input-files.xcfilelist index 355561e..8c83149 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-input-files.xcfilelist @@ -1,3 +1,4 @@ ${PODS_ROOT}/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources.sh +${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle ${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle ${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-output-files.xcfilelist index bd4c263..6f762ee 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Debug-output-files.xcfilelist @@ -1,2 +1,3 @@ +${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-input-files.xcfilelist index 355561e..8c83149 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-input-files.xcfilelist @@ -1,3 +1,4 @@ ${PODS_ROOT}/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources.sh +${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle ${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle ${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-output-files.xcfilelist index bd4c263..6f762ee 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources-Release-output-files.xcfilelist @@ -1,2 +1,3 @@ +${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources.sh b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources.sh index 4a11f4c..0156041 100755 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources.sh +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests-resources.sh @@ -97,10 +97,12 @@ EOM esac } if [[ "$CONFIGURATION" == "Debug" ]]; then + install_resource "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle" install_resource "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle" install_resource "${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle" fi if [[ "$CONFIGURATION" == "Release" ]]; then + install_resource "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle" install_resource "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle" install_resource "${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle" fi diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.debug.xcconfig b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.debug.xcconfig index cc41a0d..8b389b1 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.debug.xcconfig +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.debug.xcconfig @@ -2,13 +2,13 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EMBEDDED_CONTENT_CONTAINS_SWIFT = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JuphoonCloudSDK_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" $(PODS_ROOT)/JuphoonCloudSDK_iOS/include LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" /usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMapFoundation" -iframework "${PODS_ROOT}/AMapSearch" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMap3DMap-NO-IDFA" -iframework "${PODS_ROOT}/AMapFoundation-NO-IDFA" -iframework "${PODS_ROOT}/AMapLocation-NO-IDFA" -iframework "${PODS_ROOT}/AMapSearch-NO-IDFA" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MAMapKit" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.release.xcconfig b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.release.xcconfig index cc41a0d..8b389b1 100644 --- a/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.release.xcconfig +++ b/Pods/Target Support Files/Pods-LekangGuard-LekangGuardUITests/Pods-LekangGuard-LekangGuardUITests.release.xcconfig @@ -2,13 +2,13 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EMBEDDED_CONTENT_CONTAINS_SWIFT = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JuphoonCloudSDK_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" $(PODS_ROOT)/JuphoonCloudSDK_iOS/include LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift "$(PLATFORM_DIR)/Developer/Library/Frameworks" '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" /usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMapFoundation" -iframework "${PODS_ROOT}/AMapSearch" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMap3DMap-NO-IDFA" -iframework "${PODS_ROOT}/AMapFoundation-NO-IDFA" -iframework "${PODS_ROOT}/AMapLocation-NO-IDFA" -iframework "${PODS_ROOT}/AMapSearch-NO-IDFA" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MAMapKit" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.markdown b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.markdown index 4a8802b..513c741 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.markdown @@ -24,12 +24,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## AMapFoundation +## AMap3DMap-NO-IDFA Copyright © 2014 AutoNavi. All Rights Reserved. -## AMapSearch +## AMapFoundation-NO-IDFA + +Copyright © 2014 AutoNavi. All Rights Reserved. + + +## AMapLocation-NO-IDFA + +Copyright © 2014 AutoNavi. All Rights Reserved. + + +## AMapSearch-NO-IDFA Copyright © 2014 AutoNavi. All Rights Reserved. diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.plist b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.plist index 9f80aeb..e514ceb 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-acknowledgements.plist @@ -48,7 +48,7 @@ THE SOFTWARE. License Copyright Title - AMapFoundation + AMap3DMap-NO-IDFA Type PSGroupSpecifier @@ -59,7 +59,29 @@ THE SOFTWARE. License Copyright Title - AMapSearch + AMapFoundation-NO-IDFA + Type + PSGroupSpecifier + + + FooterText + Copyright © 2014 AutoNavi. All Rights Reserved. + + License + Copyright + Title + AMapLocation-NO-IDFA + Type + PSGroupSpecifier + + + FooterText + Copyright © 2014 AutoNavi. All Rights Reserved. + + License + Copyright + Title + AMapSearch-NO-IDFA Type PSGroupSpecifier diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-input-files.xcfilelist index 5df9a11..7de73f4 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-input-files.xcfilelist @@ -1,3 +1,4 @@ ${PODS_ROOT}/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources.sh +${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle ${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle ${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-output-files.xcfilelist index bd4c263..6f762ee 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Debug-output-files.xcfilelist @@ -1,2 +1,3 @@ +${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-input-files.xcfilelist index 5df9a11..7de73f4 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-input-files.xcfilelist @@ -1,3 +1,4 @@ ${PODS_ROOT}/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources.sh +${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle ${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle ${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-output-files.xcfilelist index bd4c263..6f762ee 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources-Release-output-files.xcfilelist @@ -1,2 +1,3 @@ +${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AMap.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources.sh b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources.sh index 4a11f4c..0156041 100755 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources.sh +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard-resources.sh @@ -97,10 +97,12 @@ EOM esac } if [[ "$CONFIGURATION" == "Debug" ]]; then + install_resource "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle" install_resource "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle" install_resource "${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle" fi if [[ "$CONFIGURATION" == "Release" ]]; then + install_resource "${PODS_ROOT}/AMap3DMap-NO-IDFA/MAMapKit.framework/AMap.bundle" install_resource "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle" install_resource "${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle" fi diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.debug.xcconfig b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.debug.xcconfig index 26e81c8..a85dcc3 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.debug.xcconfig +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.debug.xcconfig @@ -2,13 +2,13 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EMBEDDED_CONTENT_CONTAINS_SWIFT = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JuphoonCloudSDK_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" $(PODS_ROOT)/JuphoonCloudSDK_iOS/include LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" /usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMapFoundation" -iframework "${PODS_ROOT}/AMapSearch" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMap3DMap-NO-IDFA" -iframework "${PODS_ROOT}/AMapFoundation-NO-IDFA" -iframework "${PODS_ROOT}/AMapLocation-NO-IDFA" -iframework "${PODS_ROOT}/AMapSearch-NO-IDFA" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MAMapKit" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.release.xcconfig b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.release.xcconfig index 26e81c8..a85dcc3 100644 --- a/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.release.xcconfig +++ b/Pods/Target Support Files/Pods-LekangGuard/Pods-LekangGuard.release.xcconfig @@ -2,13 +2,13 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EMBEDDED_CONTENT_CONTAINS_SWIFT = YES EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JuphoonCloudSDK_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" $(PODS_ROOT)/JuphoonCloudSDK_iOS/include LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework" /usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMapFoundation" -iframework "${PODS_ROOT}/AMapSearch" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" -OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AMap3DMap-NO-IDFA" -iframework "${PODS_ROOT}/AMapFoundation-NO-IDFA" -iframework "${PODS_ROOT}/AMapLocation-NO-IDFA" -iframework "${PODS_ROOT}/AMapSearch-NO-IDFA" -iframework "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" -iframework "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" -iframework "${PODS_ROOT}/GooglePlaces/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" -iframework "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" -iframework "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_ROOT}/MOBFoundation/MOBFoundation" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" -iframework "${PODS_ROOT}/WechatOpenSDK-XCFramework" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" -iframework "${PODS_ROOT}/mob_smssdk/SMSSDK" +OTHER_LDFLAGS = $(inherited) -ObjC -l"WechatOpenSDK" -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AMapSearchKit" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "GoogleMaps" -framework "GoogleMapsBase" -framework "GoogleMapsCore" -framework "GooglePlaces" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "JhtMarquee" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MAMapKit" -framework "MJExtension" -framework "MOBFoundation" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "SMS_SDK" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.debug.xcconfig b/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.debug.xcconfig index 501058f..0167d7c 100644 --- a/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.debug.xcconfig +++ b/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.debug.xcconfig @@ -1,10 +1,10 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JuphoonCloudSDK_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" $(PODS_ROOT)/JuphoonCloudSDK_iOS/include -OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "Foundation" -framework "GLKit" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.release.xcconfig b/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.release.xcconfig index 501058f..0167d7c 100644 --- a/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.release.xcconfig +++ b/Pods/Target Support Files/Pods-LekangGuardTests/Pods-LekangGuardTests.release.xcconfig @@ -1,10 +1,10 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapSearch" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar" "${PODS_ROOT}/AMap3DMap-NO-IDFA" "${PODS_ROOT}/AMapFoundation-NO-IDFA" "${PODS_ROOT}/AMapLocation-NO-IDFA" "${PODS_ROOT}/AMapSearch-NO-IDFA" "${PODS_ROOT}/AgoraRtcEngine_Special_iOS" "${PODS_ROOT}/GoogleMaps/Subspecs/Base/Frameworks" "${PODS_ROOT}/GoogleMaps/Subspecs/Maps/Frameworks" "${PODS_ROOT}/GooglePlaces/Frameworks" "${PODS_ROOT}/JhtMarquee/JhtMarquee_SDK" "${PODS_ROOT}/JuphoonCloudSDK_iOS/framework" "${PODS_ROOT}/MOBFoundation/MOBFoundation" "${PODS_ROOT}/WechatOpenSDK-XCFramework" "${PODS_ROOT}/mob_smssdk/SMSSDK" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/BRPickerView/BRPickerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DZNEmptyDataSet/DZNEmptyDataSet.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/EasyShowView/EasyShowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManager/IQKeyboardManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLAuthorizationManager/JLAuthorizationManager.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KafkaRefresh/KafkaRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LGAlertView/LGAlertView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTCategory/LSTCategory.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTPopView/LSTPopView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LSTTimer/LSTTimer.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/LTScrollView/LTScrollView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MQTTClient/MQTTClient.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MSNetwork/MSNetwork.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage/SDWebImage.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SGQRCode/SGQRCode.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/WHToast/WHToast.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YCShadowView/YCShadowView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYCache/YYCache.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/YYModel/YYModel.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZXNavigationBar/ZXNavigationBar.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/JuphoonCloudSDK_iOS" "${PODS_XCFRAMEWORKS_BUILD_DIR}/WechatOpenSDK-XCFramework/Headers" $(PODS_ROOT)/JuphoonCloudSDK_iOS/include -OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "Foundation" -framework "GLKit" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"sqlite3.0" -l"z" -framework "AFNetworking" -framework "Accelerate" -framework "AgoraRTE" -framework "AgoraRtcCryptoLoader" -framework "AgoraRtcKit" -framework "AgoraVideoProcess" -framework "Agoraffmpeg" -framework "BRPickerView" -framework "CoreData" -framework "CoreFoundation" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreTelephony" -framework "CoreText" -framework "DZNEmptyDataSet" -framework "EasyShowView" -framework "ExternalAccessory" -framework "Foundation" -framework "GLKit" -framework "IQKeyboardManager" -framework "ImageIO" -framework "JCSDKOC" -framework "JLAuthorizationManager" -framework "JavaScriptCore" -framework "KafkaRefresh" -framework "LGAlertView" -framework "LSTCategory" -framework "LSTPopView" -framework "LSTTimer" -framework "LTScrollView" -framework "MJExtension" -framework "MQTTClient" -framework "MSNetwork" -framework "Masonry" -framework "OpenGLES" -framework "QuartzCore" -framework "ReactiveObjC" -framework "SDWebImage" -framework "SGQRCode" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WHToast" -framework "WebKit" -framework "YCShadowView" -framework "YYCache" -framework "YYModel" -framework "ZXNavigationBar" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/.