Epub阅读器0.0.1
This commit is contained in:
@@ -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.7.19</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_DTFoundation : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_DTFoundation
|
||||
@end
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
#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 "DTBase64Coding.h"
|
||||
#import "DTBlockFunctions.h"
|
||||
#import "DTCompatibility.h"
|
||||
#import "DTCoreGraphicsUtils.h"
|
||||
#import "DTExtendedFileAttributes.h"
|
||||
#import "DTFolderMonitor.h"
|
||||
#import "DTFoundationConstants.h"
|
||||
#import "DTLog.h"
|
||||
#import "DTVersion.h"
|
||||
#import "DTWeakSupport.h"
|
||||
#import "NSArray+DTError.h"
|
||||
#import "NSData+DTCrypto.h"
|
||||
#import "NSDictionary+DTError.h"
|
||||
#import "NSFileWrapper+DTCopying.h"
|
||||
#import "NSMutableArray+DTMoving.h"
|
||||
#import "NSString+DTFormatNumbers.h"
|
||||
#import "NSString+DTPaths.h"
|
||||
#import "NSString+DTURLEncoding.h"
|
||||
#import "NSString+DTUtilities.h"
|
||||
#import "NSURL+DTComparing.h"
|
||||
#import "NSURL+DTUnshorten.h"
|
||||
#import "DTAnimatedGIF.h"
|
||||
#import "DTHTMLParser.h"
|
||||
#import "DTActivityTitleView.h"
|
||||
#import "DTCustomColoredAccessory.h"
|
||||
#import "DTPieProgressIndicator.h"
|
||||
#import "DTSmartPagingScrollView.h"
|
||||
#import "DTTiledLayerWithoutFade.h"
|
||||
#import "NSURL+DTAppLinks.h"
|
||||
#import "UIApplication+DTNetworkActivity.h"
|
||||
#import "UIImage+DTFoundation.h"
|
||||
#import "UIScreen+DTFoundation.h"
|
||||
#import "UIView+DTFoundation.h"
|
||||
|
||||
FOUNDATION_EXPORT double DTFoundationVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char DTFoundationVersionString[];
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DTFoundation
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "$(SDKROOT)/usr/include/libxml2"
|
||||
OTHER_LDFLAGS = $(inherited) -l"xml2" -framework "ImageIO" -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}/DTFoundation
|
||||
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 DTFoundation {
|
||||
umbrella header "DTFoundation-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DTFoundation
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
HEADER_SEARCH_PATHS = $(inherited) "$(SDKROOT)/usr/include/libxml2"
|
||||
OTHER_LDFLAGS = $(inherited) -l"xml2" -framework "ImageIO" -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}/DTFoundation
|
||||
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
|
||||
Reference in New Issue
Block a user