增加换肤功能
This commit is contained in:
26
Pods/Target Support Files/Protobuf/Protobuf-Info.plist
generated
Normal file
26
Pods/Target Support Files/Protobuf/Protobuf-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.29.3</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/Protobuf/Protobuf-dummy.m
generated
Normal file
5
Pods/Target Support Files/Protobuf/Protobuf-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Protobuf : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Protobuf
|
||||
@end
|
||||
12
Pods/Target Support Files/Protobuf/Protobuf-prefix.pch
generated
Normal file
12
Pods/Target Support Files/Protobuf/Protobuf-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
|
||||
|
||||
66
Pods/Target Support Files/Protobuf/Protobuf-umbrella.h
generated
Normal file
66
Pods/Target Support Files/Protobuf/Protobuf-umbrella.h
generated
Normal file
@@ -0,0 +1,66 @@
|
||||
#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 "GPBAny.pbobjc.h"
|
||||
#import "GPBApi.pbobjc.h"
|
||||
#import "GPBArray.h"
|
||||
#import "GPBArray_PackagePrivate.h"
|
||||
#import "GPBBootstrap.h"
|
||||
#import "GPBCodedInputStream.h"
|
||||
#import "GPBCodedInputStream_PackagePrivate.h"
|
||||
#import "GPBCodedOutputStream.h"
|
||||
#import "GPBCodedOutputStream_PackagePrivate.h"
|
||||
#import "GPBDescriptor.h"
|
||||
#import "GPBDescriptor_PackagePrivate.h"
|
||||
#import "GPBDictionary.h"
|
||||
#import "GPBDictionary_PackagePrivate.h"
|
||||
#import "GPBDuration.pbobjc.h"
|
||||
#import "GPBEmpty.pbobjc.h"
|
||||
#import "GPBExtensionInternals.h"
|
||||
#import "GPBExtensionRegistry.h"
|
||||
#import "GPBFieldMask.pbobjc.h"
|
||||
#import "GPBMessage.h"
|
||||
#import "GPBMessage_PackagePrivate.h"
|
||||
#import "GPBProtocolBuffers.h"
|
||||
#import "GPBProtocolBuffers_RuntimeSupport.h"
|
||||
#import "GPBRootObject.h"
|
||||
#import "GPBRootObject_PackagePrivate.h"
|
||||
#import "GPBRuntimeTypes.h"
|
||||
#import "GPBSourceContext.pbobjc.h"
|
||||
#import "GPBStruct.pbobjc.h"
|
||||
#import "GPBTimestamp.pbobjc.h"
|
||||
#import "GPBType.pbobjc.h"
|
||||
#import "GPBUnknownField.h"
|
||||
#import "GPBUnknownFields.h"
|
||||
#import "GPBUnknownFieldSet.h"
|
||||
#import "GPBUnknownFieldSet_PackagePrivate.h"
|
||||
#import "GPBUnknownFields_PackagePrivate.h"
|
||||
#import "GPBUnknownField_PackagePrivate.h"
|
||||
#import "GPBUtilities.h"
|
||||
#import "GPBUtilities_PackagePrivate.h"
|
||||
#import "GPBWellKnownTypes.h"
|
||||
#import "GPBWireFormat.h"
|
||||
#import "GPBWrappers.pbobjc.h"
|
||||
#import "Any.pbobjc.h"
|
||||
#import "Api.pbobjc.h"
|
||||
#import "Duration.pbobjc.h"
|
||||
#import "Empty.pbobjc.h"
|
||||
#import "FieldMask.pbobjc.h"
|
||||
#import "SourceContext.pbobjc.h"
|
||||
#import "Struct.pbobjc.h"
|
||||
#import "Timestamp.pbobjc.h"
|
||||
#import "Type.pbobjc.h"
|
||||
#import "Wrappers.pbobjc.h"
|
||||
|
||||
FOUNDATION_EXPORT double ProtobufVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char ProtobufVersionString[];
|
||||
|
||||
14
Pods/Target Support Files/Protobuf/Protobuf.debug.xcconfig
generated
Normal file
14
Pods/Target Support Files/Protobuf/Protobuf.debug.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Protobuf
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1
|
||||
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
||||
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
||||
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}/Protobuf
|
||||
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/Protobuf/Protobuf.modulemap
generated
Normal file
6
Pods/Target Support Files/Protobuf/Protobuf.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module Protobuf {
|
||||
umbrella header "Protobuf-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
14
Pods/Target Support Files/Protobuf/Protobuf.release.xcconfig
generated
Normal file
14
Pods/Target Support Files/Protobuf/Protobuf.release.xcconfig
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Protobuf
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1
|
||||
LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
|
||||
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
|
||||
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}/Protobuf
|
||||
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
|
||||
24
Pods/Target Support Files/Protobuf/ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist
generated
Normal file
24
Pods/Target Support Files/Protobuf/ResourceBundle-Protobuf_Privacy-Protobuf-Info.plist
generated
Normal file
@@ -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>3.29.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user