create
This commit is contained in:
26
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-Info.plist
generated
Normal file
26
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-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>0.0.32</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/BoringSSL-GRPC/BoringSSL-GRPC-dummy.m
generated
Normal file
5
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_BoringSSL_GRPC : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_BoringSSL_GRPC
|
||||
@end
|
||||
12
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-prefix.pch
generated
Normal file
12
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-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
|
||||
|
||||
104
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-umbrella.h
generated
Normal file
104
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-umbrella.h
generated
Normal file
@@ -0,0 +1,104 @@
|
||||
#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 "aead.h"
|
||||
#import "aes.h"
|
||||
#import "arm_arch.h"
|
||||
#import "asm_base.h"
|
||||
#import "asn1.h"
|
||||
#import "asn1t.h"
|
||||
#import "asn1_mac.h"
|
||||
#import "base.h"
|
||||
#import "base64.h"
|
||||
#import "bio.h"
|
||||
#import "blake2.h"
|
||||
#import "blowfish.h"
|
||||
#import "bn.h"
|
||||
#import "boringssl_prefix_symbols.h"
|
||||
#import "buf.h"
|
||||
#import "buffer.h"
|
||||
#import "bytestring.h"
|
||||
#import "cast.h"
|
||||
#import "chacha.h"
|
||||
#import "cipher.h"
|
||||
#import "cmac.h"
|
||||
#import "conf.h"
|
||||
#import "cpu.h"
|
||||
#import "crypto.h"
|
||||
#import "ctrdrbg.h"
|
||||
#import "curve25519.h"
|
||||
#import "des.h"
|
||||
#import "dh.h"
|
||||
#import "digest.h"
|
||||
#import "dsa.h"
|
||||
#import "dtls1.h"
|
||||
#import "ec.h"
|
||||
#import "ecdh.h"
|
||||
#import "ecdsa.h"
|
||||
#import "ec_key.h"
|
||||
#import "engine.h"
|
||||
#import "err.h"
|
||||
#import "evp.h"
|
||||
#import "evp_errors.h"
|
||||
#import "ex_data.h"
|
||||
#import "e_os2.h"
|
||||
#import "hkdf.h"
|
||||
#import "hmac.h"
|
||||
#import "hpke.h"
|
||||
#import "hrss.h"
|
||||
#import "is_boringssl.h"
|
||||
#import "kdf.h"
|
||||
#import "kyber.h"
|
||||
#import "lhash.h"
|
||||
#import "md4.h"
|
||||
#import "md5.h"
|
||||
#import "mem.h"
|
||||
#import "nid.h"
|
||||
#import "obj.h"
|
||||
#import "objects.h"
|
||||
#import "obj_mac.h"
|
||||
#import "opensslconf.h"
|
||||
#import "opensslv.h"
|
||||
#import "ossl_typ.h"
|
||||
#import "pem.h"
|
||||
#import "pkcs12.h"
|
||||
#import "pkcs7.h"
|
||||
#import "pkcs8.h"
|
||||
#import "poly1305.h"
|
||||
#import "pool.h"
|
||||
#import "posix_time.h"
|
||||
#import "rand.h"
|
||||
#import "rc4.h"
|
||||
#import "ripemd.h"
|
||||
#import "rsa.h"
|
||||
#import "safestack.h"
|
||||
#import "service_indicator.h"
|
||||
#import "sha.h"
|
||||
#import "siphash.h"
|
||||
#import "span.h"
|
||||
#import "srtp.h"
|
||||
#import "ssl.h"
|
||||
#import "ssl3.h"
|
||||
#import "stack.h"
|
||||
#import "target.h"
|
||||
#import "thread.h"
|
||||
#import "tls1.h"
|
||||
#import "trust_token.h"
|
||||
#import "type_check.h"
|
||||
#import "x509.h"
|
||||
#import "x509v3.h"
|
||||
#import "x509v3_errors.h"
|
||||
#import "x509_vfy.h"
|
||||
|
||||
FOUNDATION_EXPORT double openssl_grpcVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char openssl_grpcVersionString[];
|
||||
|
||||
13
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.debug.xcconfig
generated
Normal file
13
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.debug.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BoringSSL-GRPC
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/BoringSSL-GRPC
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
USE_HEADERMAP = NO
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
6
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.modulemap
generated
Normal file
6
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module openssl_grpc {
|
||||
umbrella header "BoringSSL-GRPC-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
13
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.release.xcconfig
generated
Normal file
13
Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.release.xcconfig
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
|
||||
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BoringSSL-GRPC
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
||||
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}/BoringSSL-GRPC
|
||||
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
|
||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
||||
SKIP_INSTALL = YES
|
||||
USE_HEADERMAP = NO
|
||||
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
|
||||
24
Pods/Target Support Files/BoringSSL-GRPC/ResourceBundle-openssl_grpc-BoringSSL-GRPC-Info.plist
generated
Normal file
24
Pods/Target Support Files/BoringSSL-GRPC/ResourceBundle-openssl_grpc-BoringSSL-GRPC-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>0.0.32</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