Epub阅读器0.0.1

This commit is contained in:
shen
2026-05-21 19:40:51 +08:00
commit daa36d8fe7
559 changed files with 106266 additions and 0 deletions
@@ -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.6.28</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_DTCoreText : NSObject
@end
@implementation PodsDummy_DTCoreText
@end
@@ -0,0 +1,13 @@
#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 <CoreText/CoreText.h>
@@ -0,0 +1,146 @@
#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 "CTLineUtils.h"
#import "DTAccessibilityElement.h"
#import "DTAccessibilityViewProxy.h"
#import "DTAnchorHTMLElement.h"
#import "DTAttributedLabel.h"
#import "DTAttributedTextCell.h"
#import "DTAttributedTextContentView.h"
#import "DTAttributedTextView.h"
#import "DTBreakHTMLElement.h"
#import "DTColor+Compatibility.h"
#import "DTColorFunctions.h"
#import "DTCompatibility.h"
#import "DTCoreText.h"
#import "DTCoreTextConstants.h"
#import "DTCoreTextFontCollection.h"
#import "DTCoreTextFontDescriptor.h"
#import "DTCoreTextFunctions.h"
#import "DTCoreTextGlyphRun.h"
#import "DTCoreTextLayouter.h"
#import "DTCoreTextLayoutFrame+Cursor.h"
#import "DTCoreTextLayoutFrame.h"
#import "DTCoreTextLayoutFrameAccessibilityElementGenerator.h"
#import "DTCoreTextLayoutLine.h"
#import "DTCoreTextMacros.h"
#import "DTCoreTextParagraphStyle.h"
#import "DTCSSListStyle.h"
#import "DTCSSStylesheet.h"
#import "DTDictationPlaceholderTextAttachment.h"
#import "DTDictationPlaceholderView.h"
#import "DTHorizontalRuleHTMLElement.h"
#import "DTHTMLAttributedStringBuilder.h"
#import "DTHTMLElement.h"
#import "DTHTMLParserNode.h"
#import "DTHTMLParserTextNode.h"
#import "DTHTMLWriter.h"
#import "DTIframeTextAttachment.h"
#import "DTImage+HTML.h"
#import "DTImageTextAttachment.h"
#import "DTLazyImageView.h"
#import "DTLinkButton.h"
#import "DTListItemHTMLElement.h"
#import "DTObjectTextAttachment.h"
#import "DTStylesheetHTMLElement.h"
#import "DTTextAttachment.h"
#import "DTTextAttachmentHTMLElement.h"
#import "DTTextBlock.h"
#import "DTTextHTMLElement.h"
#import "DTVideoTextAttachment.h"
#import "DTWeakSupport.h"
#import "NSAttributedString+DTCoreText.h"
#import "NSAttributedString+DTDebug.h"
#import "NSAttributedString+HTML.h"
#import "NSAttributedString+SmallCaps.h"
#import "NSAttributedStringRunDelegates.h"
#import "NSCharacterSet+HTML.h"
#import "NSCoder+DTCompatibility.h"
#import "NSDictionary+DTCoreText.h"
#import "NSMutableAttributedString+HTML.h"
#import "NSMutableString+HTML.h"
#import "NSNumber+RomanNumerals.h"
#import "NSScanner+HTML.h"
#import "NSString+CSS.h"
#import "NSString+HTML.h"
#import "NSString+Paragraphs.h"
#import "UIFont+DTCoreText.h"
#import "CTLineUtils.h"
#import "DTAccessibilityElement.h"
#import "DTAccessibilityViewProxy.h"
#import "DTAnchorHTMLElement.h"
#import "DTAttributedLabel.h"
#import "DTAttributedTextCell.h"
#import "DTAttributedTextContentView.h"
#import "DTAttributedTextView.h"
#import "DTBreakHTMLElement.h"
#import "DTColor+Compatibility.h"
#import "DTColorFunctions.h"
#import "DTCompatibility.h"
#import "DTCoreText.h"
#import "DTCoreTextConstants.h"
#import "DTCoreTextFontCollection.h"
#import "DTCoreTextFontDescriptor.h"
#import "DTCoreTextFunctions.h"
#import "DTCoreTextGlyphRun.h"
#import "DTCoreTextLayouter.h"
#import "DTCoreTextLayoutFrame+Cursor.h"
#import "DTCoreTextLayoutFrame.h"
#import "DTCoreTextLayoutFrameAccessibilityElementGenerator.h"
#import "DTCoreTextLayoutLine.h"
#import "DTCoreTextMacros.h"
#import "DTCoreTextParagraphStyle.h"
#import "DTCSSListStyle.h"
#import "DTCSSStylesheet.h"
#import "DTDictationPlaceholderTextAttachment.h"
#import "DTDictationPlaceholderView.h"
#import "DTHorizontalRuleHTMLElement.h"
#import "DTHTMLAttributedStringBuilder.h"
#import "DTHTMLElement.h"
#import "DTHTMLParserNode.h"
#import "DTHTMLParserTextNode.h"
#import "DTHTMLWriter.h"
#import "DTIframeTextAttachment.h"
#import "DTImage+HTML.h"
#import "DTImageTextAttachment.h"
#import "DTLazyImageView.h"
#import "DTLinkButton.h"
#import "DTListItemHTMLElement.h"
#import "DTObjectTextAttachment.h"
#import "DTStylesheetHTMLElement.h"
#import "DTTextAttachment.h"
#import "DTTextAttachmentHTMLElement.h"
#import "DTTextBlock.h"
#import "DTTextHTMLElement.h"
#import "DTVideoTextAttachment.h"
#import "DTWeakSupport.h"
#import "NSAttributedString+DTCoreText.h"
#import "NSAttributedString+DTDebug.h"
#import "NSAttributedString+HTML.h"
#import "NSAttributedString+SmallCaps.h"
#import "NSAttributedStringRunDelegates.h"
#import "NSCharacterSet+HTML.h"
#import "NSCoder+DTCompatibility.h"
#import "NSDictionary+DTCoreText.h"
#import "NSMutableAttributedString+HTML.h"
#import "NSMutableString+HTML.h"
#import "NSNumber+RomanNumerals.h"
#import "NSScanner+HTML.h"
#import "NSString+CSS.h"
#import "NSString+HTML.h"
#import "NSString+Paragraphs.h"
#import "UIFont+DTCoreText.h"
FOUNDATION_EXPORT double DTCoreTextVersionNumber;
FOUNDATION_EXPORT const unsigned char DTCoreTextVersionString[];
@@ -0,0 +1,14 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DTCoreText
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DTFoundation"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "CoreText" -framework "DTFoundation" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore"
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}/DTCoreText
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
@@ -0,0 +1,6 @@
framework module DTCoreText {
umbrella header "DTCoreText-umbrella.h"
export *
module * { export * }
}
@@ -0,0 +1,14 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DTCoreText
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DTFoundation"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "CoreText" -framework "DTFoundation" -framework "ImageIO" -framework "MediaPlayer" -framework "QuartzCore"
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}/DTCoreText
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
@@ -0,0 +1,24 @@
<?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>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>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.28</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>