首次提交

This commit is contained in:
启星
2025-09-22 18:48:29 +08:00
parent 28ae935e93
commit ae9be0b58e
8941 changed files with 999209 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>${PODS_DEVELOPMENT_LANGUAGE}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View File

@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_LLDebugTool : NSObject
@end
@implementation PodsDummy_LLDebugTool
@end

View File

@@ -0,0 +1,12 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif

View File

@@ -0,0 +1,258 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "LLAppInfoHelper.h"
#import "UIDevice+LL_AppInfo.h"
#import "LLAppInfo.h"
#import "LLAppInfoComponent.h"
#import "LLAppInfoViewController.h"
#import "LLAppInfoWindow.h"
#import "LLWindowManager+AppInfo.h"
#import "LLDebug.h"
#import "LLConfig.h"
#import "LLDebugTool.h"
#import "LLDebugToolMacros.h"
#import "NSArray+LL_Utils.h"
#import "NSDictionary+LL_Utils.h"
#import "NSObject+LL_Runtime.h"
#import "NSObject+LL_Utils.h"
#import "NSString+LL_Utils.h"
#import "NSUserDefaults+LL_Utils.h"
#import "UIButton+LL_Utils.h"
#import "UIColor+LL_Utils.h"
#import "UIImage+LL_Utils.h"
#import "UIResponder+LL_Utils.h"
#import "UIView+LL_Utils.h"
#import "UIViewController+LL_Utils.h"
#import "UIWindow+LL_Utils.h"
#import "LLBaseCollectionViewCell.h"
#import "LLBaseModel.h"
#import "LLBaseTableViewCell.h"
#import "LLBaseTableViewController.h"
#import "LLBaseView.h"
#import "LLBaseViewController.h"
#import "LLBaseWindow.h"
#import "LLTableViewSelectableDelegate.h"
#import "LLTableViewSelectableModel.h"
#import "LLStorageModel.h"
#import "LLAnimateView.h"
#import "LLDetailTitleCellView.h"
#import "LLDetailTitleSelectorCellView.h"
#import "LLTitleCellView.h"
#import "LLTitleSwitchCellView.h"
#import "LLFilterDatePickerView.h"
#import "LLFilterDateView.h"
#import "LLFilterEventView.h"
#import "LLFilterFilePickerView.h"
#import "LLFilterLabelCell.h"
#import "LLFilterLabelModel.h"
#import "LLFilterOtherView.h"
#import "LLFilterTextFieldCell.h"
#import "LLFilterTextFieldModel.h"
#import "LLFilterView.h"
#import "LLInfoView.h"
#import "LLMoveView.h"
#import "LLMoveWindow.h"
#import "LLNoneCopyTextField.h"
#import "LLPickerView.h"
#import "LLSubTitleTableViewCell.h"
#import "LLUITableViewLongPressGestureRecognizerDelegate.h"
#import "LLButton.h"
#import "LLDetailTitleCell.h"
#import "LLDetailTitleSelectorCell.h"
#import "LLLeftTitleCell.h"
#import "LLTitleCell.h"
#import "LLTitleCellCategoryModel.h"
#import "LLTitleCellModel.h"
#import "LLTitleHeaderView.h"
#import "LLTitleSliderCell.h"
#import "LLTitleSwitchCell.h"
#import "LLComponentNavigationController.h"
#import "LLBaseComponentViewController.h"
#import "LLEditTableViewController.h"
#import "LLNavigationController.h"
#import "LLTitleViewController.h"
#import "LLComponentWindow.h"
#import "LLEntryBallView.h"
#import "LLEntryBigTitleView.h"
#import "LLEntryStyleModel.h"
#import "LLEntryTitleView.h"
#import "LLEntryView.h"
#import "LLEntryViewController.h"
#import "LLEntryWindow.h"
#import "LLFunctionComponent.h"
#import "LLFunctionItemContainerView.h"
#import "LLFunctionItemModel.h"
#import "LLFunctionItemView.h"
#import "LLFunctionViewController.h"
#import "LLFunctionWindow.h"
#import "LLComponent.h"
#import "LLComponentDelegate.h"
#import "LLSettingComponent.h"
#import "LLSettingViewController.h"
#import "LLSettingWindow.h"
#import "LLConfigHelper.h"
#import "LLConst.h"
#import "LLLogDefine.h"
#import "LLNetworkDefine.h"
#import "LLFactory.h"
#import "LLFormatterTool.h"
#import "LLJsonTool.h"
#import "LLInternalMacros.h"
#import "LLSettingManager.h"
#import "LLThemeColor.h"
#import "LLThemeManager.h"
#import "LLWindowManager.h"
#import "LLProxy.h"
#import "LLImageNameConfig.h"
#import "LLRouter+AppInfo.h"
#import "LLRouter+Crash.h"
#import "LLRouter+Location.h"
#import "LLRouter+Log.h"
#import "LLRouter+Network.h"
#import "LLRouter+Screenshot.h"
#import "LLRouter+ShortCut.h"
#import "LLRouter.h"
#import "LLToastUtils.h"
#import "LLTool.h"
#import "LLCrashHelper.h"
#import "LLCrashModel.h"
#import "LLCrash.h"
#import "LLCrashComponent.h"
#import "LLCrashCell.h"
#import "LLCrashDetailViewController.h"
#import "LLCrashViewController.h"
#import "LLCrashWindow.h"
#import "LLWindowManager+Crash.h"
#import "LLEnumDescription.h"
#import "LLHierarchyHelper.h"
#import "NSObject+LL_Hierarchy.h"
#import "LLHierarchy.h"
#import "LLHierarchyComponent.h"
#import "LLHierarchyDetailViewController.h"
#import "LLHierarchyInfoView.h"
#import "LLHierarchyPickerView.h"
#import "LLHierarchyViewController.h"
#import "LLHierarchyWindow.h"
#import "LLWindowManager+Hierarchy.h"
#import "LLHtml.h"
#import "LLHtmlComponent.h"
#import "LLHtmlConfigViewController.h"
#import "LLHtmlUIWebViewController.h"
#import "LLHtmlViewController.h"
#import "LLHtmlWindow.h"
#import "LLHtmlWkWebViewController.h"
#import "LLWindowManager+Html.h"
#import "CLLocation+LL_Location.h"
#import "CLLocationManager+LL_Location.h"
#import "LLLocationHelper.h"
#import "LLLocationMockRouteModel.h"
#import "LLLocationProxy.h"
#import "MKMapView+LL_Location.h"
#import "LLLocation.h"
#import "LLLocationComponent.h"
#import "LLAnnotation.h"
#import "LLLocationViewController.h"
#import "LLLocationWindow.h"
#import "LLPinAnnotationView.h"
#import "LLWindowManager+Location.h"
#import "LLLogHelper.h"
#import "LLLogModel.h"
#import "LLLog.h"
#import "LLLogComponent.h"
#import "LLLogCell.h"
#import "LLLogDetailViewController.h"
#import "LLLogFilterView.h"
#import "LLLogViewController.h"
#import "LLLogWindow.h"
#import "LLWindowManager+Log.h"
#import "LLMagnifier.h"
#import "LLMagnifierComponent.h"
#import "LLMagnifierInfoView.h"
#import "LLMagnifierView.h"
#import "LLMagnifierViewController.h"
#import "LLMagnifierWindow.h"
#import "LLWindowManager+Magnifier.h"
#import "LLNetworkHelper.h"
#import "LLNetworkModel.h"
#import "LLReachability.h"
#import "LLURLProtocol.h"
#import "NSData+LL_Network.h"
#import "NSHTTPURLResponse+LL_Network.h"
#import "NSInputStream+LL_Network.h"
#import "NSURLSession+LL_Network.h"
#import "NSURLSessionConfiguration+LL_Network.h"
#import "LLNetwork.h"
#import "LLNetworkComponent.h"
#import "LLNetworkCell.h"
#import "LLNetworkDetailViewController.h"
#import "LLNetworkFilterView.h"
#import "LLNetworkFilterViewController.h"
#import "LLNetworkImageCell.h"
#import "LLNetworkViewController.h"
#import "LLNetworkWindow.h"
#import "LLWindowManager+Network.h"
#import "LLRuler.h"
#import "LLRulerComponent.h"
#import "LLRulerPickerInfoView.h"
#import "LLRulerPickerView.h"
#import "LLRulerViewController.h"
#import "LLRulerWindow.h"
#import "LLWindowManager+Ruler.h"
#import "LLSandboxHelper.h"
#import "LLSandboxModel.h"
#import "LLSandbox.h"
#import "LLSandboxComponent.h"
#import "LLPreviewController.h"
#import "LLSandboxCell.h"
#import "LLSandboxHtmlPreviewController.h"
#import "LLSandboxImagePreviewController.h"
#import "LLSandboxPreviewController.h"
#import "LLSandboxTextPreviewController.h"
#import "LLSandboxVideoPreviewController.h"
#import "LLSandboxViewController.h"
#import "LLSandboxWindow.h"
#import "LLWindowManager+Sandbox.h"
#import "LLScreenshotHelper.h"
#import "LLConvenientScreenshotComponent.h"
#import "LLScreenshot.h"
#import "LLScreenshotComponent.h"
#import "LLScreenshotActionView.h"
#import "LLScreenshotBaseOperation.h"
#import "LLScreenshotDefine.h"
#import "LLScreenshotImageView.h"
#import "LLScreenshotPreviewViewController.h"
#import "LLScreenshotSelectorModel.h"
#import "LLScreenshotSelectorView.h"
#import "LLScreenshotToolbar.h"
#import "LLScreenshotViewController.h"
#import "LLScreenshotWindow.h"
#import "LLWindowManager+Screenshot.h"
#import "LLShortCutHelper.h"
#import "LLShortCutModel.h"
#import "LLShortCut.h"
#import "LLShortCutComponent.h"
#import "LLShortCutViewController.h"
#import "LLShortCutWindow.h"
#import "LLWindowManager+ShortCut.h"
#import "LLStorageManager.h"
#import "LLWidgetBorderHelper.h"
#import "UIView+LLWidgetBorder.h"
#import "LLWidgetBorder.h"
#import "LLWidgetBorderComponent.h"
#import "LLWidgetBorderViewController.h"
#import "LLWidgetBorderWindow.h"
#import "LLWindowManager+WidgetBorder.h"
FOUNDATION_EXPORT double LLDebugToolVersionNumber;
FOUNDATION_EXPORT const unsigned char LLDebugToolVersionString[];

View File

@@ -0,0 +1,14 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FMDB"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LLDEBUGTOOL_APP_INFO=1 LLDEBUGTOOL_CRASH=1 LLDEBUGTOOL_HIERARCHY=1 LLDEBUGTOOL_HTML=1 LLDEBUGTOOL_LOCATION=1 LLDEBUGTOOL_LOG=1 LLDEBUGTOOL_MAGNIFIER=1 LLDEBUGTOOL_NETWORK=1 LLDEBUGTOOL_RULER=1 LLDEBUGTOOL_SANDBOX=1 LLDEBUGTOOL_SCREENSHOT=1 LLDEBUGTOOL_SHORT_CUT=1 LLDEBUGTOOL_WIDGET_BORDER=1
OTHER_LDFLAGS = $(inherited) -framework "AVKit" -framework "CoreLocation" -framework "CoreTelephony" -framework "FMDB" -framework "MapKit" -framework "Photos" -framework "QuickLook" -framework "SystemConfiguration" -framework "WebKit"
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}/LLDebugTool
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

View File

@@ -0,0 +1,6 @@
framework module LLDebugTool {
umbrella header "LLDebugTool-umbrella.h"
export *
module * { export * }
}

View File

@@ -0,0 +1,14 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/LLDebugTool
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FMDB"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LLDEBUGTOOL_APP_INFO=1 LLDEBUGTOOL_CRASH=1 LLDEBUGTOOL_HIERARCHY=1 LLDEBUGTOOL_HTML=1 LLDEBUGTOOL_LOCATION=1 LLDEBUGTOOL_LOG=1 LLDEBUGTOOL_MAGNIFIER=1 LLDEBUGTOOL_NETWORK=1 LLDEBUGTOOL_RULER=1 LLDEBUGTOOL_SANDBOX=1 LLDEBUGTOOL_SCREENSHOT=1 LLDEBUGTOOL_SHORT_CUT=1 LLDEBUGTOOL_WIDGET_BORDER=1
OTHER_LDFLAGS = $(inherited) -framework "AVKit" -framework "CoreLocation" -framework "CoreTelephony" -framework "FMDB" -framework "MapKit" -framework "Photos" -framework "QuickLook" -framework "SystemConfiguration" -framework "WebKit"
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}/LLDebugTool
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