This commit is contained in:
Yao
2024-12-20 17:49:45 +08:00
parent 86b0363ce1
commit 654d456c7d
7011 changed files with 1705926 additions and 7 deletions

View 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>1.62.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View 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>1.62.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View 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>1.62.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View File

@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_gRPC_C__ : NSObject
@end
@implementation PodsDummy_gRPC_C__
@end

View 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

View File

@@ -0,0 +1,143 @@
#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 "alarm.h"
#import "channel.h"
#import "client_context.h"
#import "completion_queue.h"
#import "create_channel.h"
#import "create_channel_binder.h"
#import "create_channel_posix.h"
#import "ext/call_metric_recorder.h"
#import "ext/health_check_service_server_builder_option.h"
#import "ext/server_metric_recorder.h"
#import "generic/async_generic_service.h"
#import "generic/generic_stub.h"
#import "grpcpp.h"
#import "health_check_service_interface.h"
#import "impl/call.h"
#import "impl/call_hook.h"
#import "impl/call_op_set.h"
#import "impl/call_op_set_interface.h"
#import "impl/channel_argument_option.h"
#import "impl/channel_interface.h"
#import "impl/client_unary_call.h"
#import "impl/codegen/async_generic_service.h"
#import "impl/codegen/async_stream.h"
#import "impl/codegen/async_unary_call.h"
#import "impl/codegen/byte_buffer.h"
#import "impl/codegen/call.h"
#import "impl/codegen/call_hook.h"
#import "impl/codegen/call_op_set.h"
#import "impl/codegen/call_op_set_interface.h"
#import "impl/codegen/callback_common.h"
#import "impl/codegen/channel_interface.h"
#import "impl/codegen/client_callback.h"
#import "impl/codegen/client_context.h"
#import "impl/codegen/client_interceptor.h"
#import "impl/codegen/client_unary_call.h"
#import "impl/codegen/completion_queue.h"
#import "impl/codegen/completion_queue_tag.h"
#import "impl/codegen/config.h"
#import "impl/codegen/create_auth_context.h"
#import "impl/codegen/delegating_channel.h"
#import "impl/codegen/intercepted_channel.h"
#import "impl/codegen/interceptor.h"
#import "impl/codegen/interceptor_common.h"
#import "impl/codegen/message_allocator.h"
#import "impl/codegen/metadata_map.h"
#import "impl/codegen/method_handler.h"
#import "impl/codegen/method_handler_impl.h"
#import "impl/codegen/rpc_method.h"
#import "impl/codegen/rpc_service_method.h"
#import "impl/codegen/security/auth_context.h"
#import "impl/codegen/serialization_traits.h"
#import "impl/codegen/server_callback.h"
#import "impl/codegen/server_callback_handlers.h"
#import "impl/codegen/server_context.h"
#import "impl/codegen/server_interceptor.h"
#import "impl/codegen/server_interface.h"
#import "impl/codegen/service_type.h"
#import "impl/codegen/slice.h"
#import "impl/codegen/status.h"
#import "impl/codegen/status_code_enum.h"
#import "impl/codegen/string_ref.h"
#import "impl/codegen/stub_options.h"
#import "impl/codegen/sync.h"
#import "impl/codegen/sync_stream.h"
#import "impl/codegen/time.h"
#import "impl/completion_queue_tag.h"
#import "impl/create_auth_context.h"
#import "impl/delegating_channel.h"
#import "impl/grpc_library.h"
#import "impl/intercepted_channel.h"
#import "impl/interceptor_common.h"
#import "impl/metadata_map.h"
#import "impl/method_handler_impl.h"
#import "impl/proto_utils.h"
#import "impl/rpc_method.h"
#import "impl/rpc_service_method.h"
#import "impl/serialization_traits.h"
#import "impl/server_builder_option.h"
#import "impl/server_builder_plugin.h"
#import "impl/server_callback_handlers.h"
#import "impl/server_initializer.h"
#import "impl/service_type.h"
#import "impl/status.h"
#import "impl/sync.h"
#import "resource_quota.h"
#import "security/audit_logging.h"
#import "security/auth_context.h"
#import "security/auth_metadata_processor.h"
#import "security/authorization_policy_provider.h"
#import "security/binder_credentials.h"
#import "security/binder_security_policy.h"
#import "security/credentials.h"
#import "security/server_credentials.h"
#import "security/tls_certificate_provider.h"
#import "security/tls_certificate_verifier.h"
#import "security/tls_credentials_options.h"
#import "security/tls_crl_provider.h"
#import "server.h"
#import "server_builder.h"
#import "server_context.h"
#import "server_interface.h"
#import "server_posix.h"
#import "support/async_stream.h"
#import "support/async_unary_call.h"
#import "support/byte_buffer.h"
#import "support/callback_common.h"
#import "support/channel_arguments.h"
#import "support/client_callback.h"
#import "support/client_interceptor.h"
#import "support/config.h"
#import "support/interceptor.h"
#import "support/message_allocator.h"
#import "support/method_handler.h"
#import "support/proto_buffer_reader.h"
#import "support/proto_buffer_writer.h"
#import "support/server_callback.h"
#import "support/server_interceptor.h"
#import "support/slice.h"
#import "support/status.h"
#import "support/status_code_enum.h"
#import "support/string_ref.h"
#import "support/stub_options.h"
#import "support/sync_stream.h"
#import "support/time.h"
#import "support/validate_service_config.h"
#import "version_info.h"
#import "xds_server_builder.h"
FOUNDATION_EXPORT double grpcppVersionNumber;
FOUNDATION_EXPORT const unsigned char grpcppVersionString[];

View File

@@ -0,0 +1,21 @@
ALWAYS_SEARCH_USER_PATHS = NO
CLANG_CXX_LANGUAGE_STANDARD = c++14
CLANG_WARN_DOCUMENTATION_COMMENTS = NO
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CLANG_WARN_STRICT_PROTOTYPES = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/gRPC-C++
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BoringSSL-GRPC" "${PODS_CONFIGURATION_BUILD_DIR}/abseil" "${PODS_CONFIGURATION_BUILD_DIR}/gRPC-Core"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "$(inherited)" "$(PODS_TARGET_SRCROOT)/include"
OTHER_LDFLAGS = $(inherited) -l"c++" -framework "absl" -framework "grpc"
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}/gRPC-C++
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
SKIP_INSTALL = YES
USER_HEADER_SEARCH_PATHS = "$(PODS_TARGET_SRCROOT)" "$(PODS_TARGET_SRCROOT)/src/core/ext/upb-gen" "$(PODS_TARGET_SRCROOT)/src/core/ext/upbdefs-gen" "$(PODS_TARGET_SRCROOT)/third_party/re2" "$(PODS_TARGET_SRCROOT)/third_party/upb" "$(PODS_TARGET_SRCROOT)/third_party/xxhash"
USE_HEADERMAP = NO
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES

View File

@@ -0,0 +1,6 @@
framework module grpcpp {
umbrella header "gRPC-C++-umbrella.h"
export *
module * { export * }
}

View File

@@ -0,0 +1,21 @@
ALWAYS_SEARCH_USER_PATHS = NO
CLANG_CXX_LANGUAGE_STANDARD = c++14
CLANG_WARN_DOCUMENTATION_COMMENTS = NO
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CLANG_WARN_STRICT_PROTOTYPES = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/gRPC-C++
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BoringSSL-GRPC" "${PODS_CONFIGURATION_BUILD_DIR}/abseil" "${PODS_CONFIGURATION_BUILD_DIR}/gRPC-Core"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "$(inherited)" "$(PODS_TARGET_SRCROOT)/include"
OTHER_LDFLAGS = $(inherited) -l"c++" -framework "absl" -framework "grpc"
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}/gRPC-C++
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
SKIP_INSTALL = YES
USER_HEADER_SEARCH_PATHS = "$(PODS_TARGET_SRCROOT)" "$(PODS_TARGET_SRCROOT)/src/core/ext/upb-gen" "$(PODS_TARGET_SRCROOT)/src/core/ext/upbdefs-gen" "$(PODS_TARGET_SRCROOT)/third_party/re2" "$(PODS_TARGET_SRCROOT)/third_party/upb" "$(PODS_TARGET_SRCROOT)/third_party/xxhash"
USE_HEADERMAP = NO
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES