增加换肤功能
This commit is contained in:
@@ -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>8.5.6864</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
26
Pods/Target Support Files/TUIConversation/TUIConversation-Info.plist
generated
Normal file
26
Pods/Target Support Files/TUIConversation/TUIConversation-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>8.5.6864</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/TUIConversation/TUIConversation-dummy.m
generated
Normal file
5
Pods/Target Support Files/TUIConversation/TUIConversation-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_TUIConversation : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_TUIConversation
|
||||
@end
|
||||
12
Pods/Target Support Files/TUIConversation/TUIConversation-prefix.pch
generated
Normal file
12
Pods/Target Support Files/TUIConversation/TUIConversation-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
|
||||
|
||||
46
Pods/Target Support Files/TUIConversation/TUIConversation-umbrella.h
generated
Normal file
46
Pods/Target Support Files/TUIConversation/TUIConversation-umbrella.h
generated
Normal file
@@ -0,0 +1,46 @@
|
||||
#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 "TUIConversationCellData.h"
|
||||
#import "TUIConversationCell.h"
|
||||
#import "TUIConversationListBaseDataProvider.h"
|
||||
#import "TUIConversationSelectBaseDataProvider.h"
|
||||
#import "TUIFoldConversationListBaseDataProvider.h"
|
||||
#import "TUIConversationConfig.h"
|
||||
#import "TUIConversationListControllerListener.h"
|
||||
#import "TUIConversationListDataProvider.h"
|
||||
#import "TUIConversationSelectDataProvider.h"
|
||||
#import "TUIFoldConversationListDataProvider.h"
|
||||
#import "TUIConversation.h"
|
||||
#import "TUIConversationObjectFactory.h"
|
||||
#import "TUIConversationService.h"
|
||||
#import "TUIConversationListController.h"
|
||||
#import "TUIConversationSelectController.h"
|
||||
#import "TUIConversationTableView.h"
|
||||
#import "TUIFoldListViewController.h"
|
||||
#import "TUIConversationCellData_Minimalist.h"
|
||||
#import "TUIConversationCell_Minimalist.h"
|
||||
#import "TUIConversationForwardSelectCell_Minimalist.h"
|
||||
#import "TUIConversationListDataProvider_Minimalist.h"
|
||||
#import "TUIConversationSelectDataProvider_Minimalist.h"
|
||||
#import "TUIFoldConversationListDataProvider_Minimalist.h"
|
||||
#import "TUIConversation_Minimalist.h"
|
||||
#import "TUIConversationObjectFactory_Minimalist.h"
|
||||
#import "TUIConversationService_Minimalist.h"
|
||||
#import "TUIConversationListController_Minimalist.h"
|
||||
#import "TUIConversationMultiChooseView_Minimalist.h"
|
||||
#import "TUIConversationSelectController_Minimalist.h"
|
||||
#import "TUIFoldListViewController_Minimalist.h"
|
||||
|
||||
FOUNDATION_EXPORT double TUIConversationVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char TUIConversationVersionString[];
|
||||
|
||||
14
Pods/Target Support Files/TUIConversation/TUIConversation.debug.xcconfig
generated
Normal file
14
Pods/Target Support Files/TUIConversation/TUIConversation.debug.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "ReactiveObjC" -framework "TIMCommon" -framework "TUICore"
|
||||
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}/../TUIKit/TUIConversation
|
||||
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/TUIConversation/TUIConversation.modulemap
generated
Normal file
6
Pods/Target Support Files/TUIConversation/TUIConversation.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module TUIConversation {
|
||||
umbrella header "TUIConversation-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
14
Pods/Target Support Files/TUIConversation/TUIConversation.release.xcconfig
generated
Normal file
14
Pods/Target Support Files/TUIConversation/TUIConversation.release.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/TUIConversation
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/TIMCommon" "${PODS_CONFIGURATION_BUILD_DIR}/TUICore" "${PODS_ROOT}/TXIMSDK_Plus_iOS_XCFramework" "${PODS_XCFRAMEWORKS_BUILD_DIR}/TXIMSDK_Plus_iOS_XCFramework"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "ReactiveObjC" -framework "TIMCommon" -framework "TUICore"
|
||||
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}/../TUIKit/TUIConversation
|
||||
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