增加换肤功能
This commit is contained in:
26
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-Info.plist
generated
Normal file
26
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-Info.plist
generated
Normal 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>3.0.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${CURRENT_PROJECT_VERSION}</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
5
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-dummy.m
generated
Normal file
5
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_YBImageBrowser : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_YBImageBrowser
|
||||
@end
|
||||
12
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-prefix.pch
generated
Normal file
12
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-prefix.pch
generated
Normal 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
|
||||
|
||||
62
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-umbrella.h
generated
Normal file
62
Pods/Target Support Files/YBImageBrowser/YBImageBrowser-umbrella.h
generated
Normal file
@@ -0,0 +1,62 @@
|
||||
#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 "YBIBAuxiliaryViewHandler.h"
|
||||
#import "YBIBLoadingView.h"
|
||||
#import "YBIBToastView.h"
|
||||
#import "NSObject+YBImageBrowser.h"
|
||||
#import "YBIBAnimatedTransition.h"
|
||||
#import "YBIBCollectionView.h"
|
||||
#import "YBIBCollectionViewLayout.h"
|
||||
#import "YBIBContainerView.h"
|
||||
#import "YBIBDataMediator.h"
|
||||
#import "YBIBScreenRotationHandler.h"
|
||||
#import "YBImageBrowser+Internal.h"
|
||||
#import "YBIBCopywriter.h"
|
||||
#import "YBIBIconManager.h"
|
||||
#import "YBIBPhotoAlbumManager.h"
|
||||
#import "YBIBSentinel.h"
|
||||
#import "YBIBUtilities.h"
|
||||
#import "YBIBImageCache+Internal.h"
|
||||
#import "YBIBImageCache.h"
|
||||
#import "YBIBImageCell+Internal.h"
|
||||
#import "YBIBImageCell.h"
|
||||
#import "YBIBImageData+Internal.h"
|
||||
#import "YBIBImageData.h"
|
||||
#import "YBIBImageLayout.h"
|
||||
#import "YBIBImageScrollView.h"
|
||||
#import "YBIBInteractionProfile.h"
|
||||
#import "YBImage.h"
|
||||
#import "YBIBCellProtocol.h"
|
||||
#import "YBIBDataProtocol.h"
|
||||
#import "YBIBGetBaseInfoProtocol.h"
|
||||
#import "YBIBOperateBrowserProtocol.h"
|
||||
#import "YBIBOrientationReceiveProtocol.h"
|
||||
#import "YBImageBrowserDataSource.h"
|
||||
#import "YBImageBrowserDelegate.h"
|
||||
#import "YBIBSheetView.h"
|
||||
#import "YBIBToolViewHandler.h"
|
||||
#import "YBIBTopView.h"
|
||||
#import "YBIBDefaultWebImageMediator.h"
|
||||
#import "YBIBWebImageMediator.h"
|
||||
#import "YBImageBrowser.h"
|
||||
#import "YBIBVideoActionBar.h"
|
||||
#import "YBIBVideoCell+Internal.h"
|
||||
#import "YBIBVideoCell.h"
|
||||
#import "YBIBVideoData+Internal.h"
|
||||
#import "YBIBVideoData.h"
|
||||
#import "YBIBVideoTopBar.h"
|
||||
#import "YBIBVideoView.h"
|
||||
|
||||
FOUNDATION_EXPORT double YBImageBrowserVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char YBImageBrowserVersionString[];
|
||||
|
||||
14
Pods/Target Support Files/YBImageBrowser/YBImageBrowser.debug.xcconfig
generated
Normal file
14
Pods/Target Support Files/YBImageBrowser/YBImageBrowser.debug.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_ROOT}/YYImage/Vendor"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "AssetsLibrary" -framework "CoreFoundation" -framework "ImageIO" -framework "MobileCoreServices" -framework "QuartzCore" -framework "SDWebImage" -framework "UIKit" -framework "YYImage"
|
||||
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}/YBImageBrowser
|
||||
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
|
||||
6
Pods/Target Support Files/YBImageBrowser/YBImageBrowser.modulemap
generated
Normal file
6
Pods/Target Support Files/YBImageBrowser/YBImageBrowser.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module YBImageBrowser {
|
||||
umbrella header "YBImageBrowser-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
14
Pods/Target Support Files/YBImageBrowser/YBImageBrowser.release.xcconfig
generated
Normal file
14
Pods/Target Support Files/YBImageBrowser/YBImageBrowser.release.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/YBImageBrowser
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/YYImage" "${PODS_ROOT}/YYImage/Vendor"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "AssetsLibrary" -framework "CoreFoundation" -framework "ImageIO" -framework "MobileCoreServices" -framework "QuartzCore" -framework "SDWebImage" -framework "UIKit" -framework "YYImage"
|
||||
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}/YBImageBrowser
|
||||
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