修改pods

This commit is contained in:
2025-09-20 17:13:38 +08:00
parent 7787b3ee30
commit 28ff2b0264
5251 changed files with 345029 additions and 285168 deletions

View File

@@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.62.1</string>
<string>1.69.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.62.1</string>
<string>1.69.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.62.1</string>
<string>1.69.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

@@ -15,13 +15,14 @@
#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/callback_generic_service.h"
#import "generic/generic_stub.h"
#import "generic/generic_stub_callback.h"
#import "grpcpp.h"
#import "health_check_service_interface.h"
#import "impl/call.h"
@@ -78,6 +79,8 @@
#import "impl/completion_queue_tag.h"
#import "impl/create_auth_context.h"
#import "impl/delegating_channel.h"
#import "impl/generic_serialize.h"
#import "impl/generic_stub_internal.h"
#import "impl/grpc_library.h"
#import "impl/intercepted_channel.h"
#import "impl/interceptor_common.h"
@@ -94,13 +97,12 @@
#import "impl/service_type.h"
#import "impl/status.h"
#import "impl/sync.h"
#import "passive_listener.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"
@@ -120,6 +122,7 @@
#import "support/client_callback.h"
#import "support/client_interceptor.h"
#import "support/config.h"
#import "support/global_callback_hook.h"
#import "support/interceptor.h"
#import "support/message_allocator.h"
#import "support/method_handler.h"

View File

@@ -6,7 +6,7 @@ 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"
HEADER_SEARCH_PATHS = "$(inherited)" "$(PODS_TARGET_SRCROOT)/include" "$(PODS_TARGET_SRCROOT)/third_party/address_sorting/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)

View File

@@ -6,7 +6,7 @@ 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"
HEADER_SEARCH_PATHS = "$(inherited)" "$(PODS_TARGET_SRCROOT)/include" "$(PODS_TARGET_SRCROOT)/third_party/address_sorting/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)