adding pods method of package managing

This commit is contained in:
talksik
2021-12-13 12:34:20 -08:00
parent dad674aca7
commit 705203d7bd
5871 changed files with 1259393 additions and 3 deletions
@@ -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>en</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.28.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
+26
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>en</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.28.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${CURRENT_PROJECT_VERSION}</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
+5
View File
@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_gRPC_C__ : NSObject
@end
@implementation PodsDummy_gRPC_C__
@end
+12
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
+147
View File
@@ -0,0 +1,147 @@
#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 "alarm_impl.h"
#import "channel.h"
#import "channel_impl.h"
#import "client_context.h"
#import "completion_queue.h"
#import "completion_queue_impl.h"
#import "create_channel.h"
#import "create_channel_impl.h"
#import "create_channel_posix.h"
#import "create_channel_posix_impl.h"
#import "ext/health_check_service_server_builder_option.h"
#import "generic/async_generic_service.h"
#import "generic/generic_stub.h"
#import "generic/generic_stub_impl.h"
#import "grpcpp.h"
#import "health_check_service_interface.h"
#import "health_check_service_interface_impl.h"
#import "impl/call.h"
#import "impl/channel_argument_option.h"
#import "impl/client_unary_call.h"
#import "impl/codegen/async_generic_service.h"
#import "impl/codegen/async_stream.h"
#import "impl/codegen/async_stream_impl.h"
#import "impl/codegen/async_unary_call.h"
#import "impl/codegen/async_unary_call_impl.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_callback_impl.h"
#import "impl/codegen/client_context.h"
#import "impl/codegen/client_context_impl.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_impl.h"
#import "impl/codegen/completion_queue_tag.h"
#import "impl/codegen/config.h"
#import "impl/codegen/core_codegen.h"
#import "impl/codegen/core_codegen_interface.h"
#import "impl/codegen/create_auth_context.h"
#import "impl/codegen/delegating_channel.h"
#import "impl/codegen/grpc_library.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_callback_impl.h"
#import "impl/codegen/server_context.h"
#import "impl/codegen/server_context_impl.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/sync_stream_impl.h"
#import "impl/codegen/time.h"
#import "impl/grpc_library.h"
#import "impl/method_handler_impl.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_option_impl.h"
#import "impl/server_builder_plugin.h"
#import "impl/server_initializer.h"
#import "impl/server_initializer_impl.h"
#import "impl/service_type.h"
#import "resource_quota.h"
#import "resource_quota_impl.h"
#import "security/auth_context.h"
#import "security/auth_metadata_processor.h"
#import "security/auth_metadata_processor_impl.h"
#import "security/credentials.h"
#import "security/credentials_impl.h"
#import "security/server_credentials.h"
#import "security/server_credentials_impl.h"
#import "security/tls_credentials_options.h"
#import "server.h"
#import "server_builder.h"
#import "server_builder_impl.h"
#import "server_context.h"
#import "server_impl.h"
#import "server_posix.h"
#import "server_posix_impl.h"
#import "support/async_stream.h"
#import "support/async_stream_impl.h"
#import "support/async_unary_call.h"
#import "support/async_unary_call_impl.h"
#import "support/byte_buffer.h"
#import "support/channel_arguments.h"
#import "support/channel_arguments_impl.h"
#import "support/client_callback.h"
#import "support/client_callback_impl.h"
#import "support/client_interceptor.h"
#import "support/config.h"
#import "support/interceptor.h"
#import "support/message_allocator.h"
#import "support/proto_buffer_reader.h"
#import "support/proto_buffer_writer.h"
#import "support/server_callback.h"
#import "support/server_callback_impl.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/sync_stream_impl.h"
#import "support/time.h"
#import "support/validate_service_config.h"
FOUNDATION_EXPORT double grpcppVersionNumber;
FOUNDATION_EXPORT const unsigned char grpcppVersionString[];
@@ -0,0 +1,19 @@
ALWAYS_SEARCH_USER_PATHS = NO
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_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)"
USE_HEADERMAP = NO
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
+6
View File
@@ -0,0 +1,6 @@
framework module grpcpp {
umbrella header "gRPC-C++-umbrella.h"
export *
module * { export * }
}
@@ -0,0 +1,19 @@
ALWAYS_SEARCH_USER_PATHS = NO
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_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)"
USE_HEADERMAP = NO
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES