The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
371 lines
14 KiB
371 lines
14 KiB
// !$*UTF8*$! |
|
{ |
|
archiveVersion = 1; |
|
classes = { |
|
}; |
|
objectVersion = 46; |
|
objects = { |
|
|
|
/* Begin PBXBuildFile section */ |
|
253D3A297105CA46DA960A11 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DC58ACA18DCCB1553531B885 /* libPods.a */; }; |
|
633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC71B950B210007E424 /* AppDelegate.swift */; }; |
|
633BFFCA1B950B210007E424 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC91B950B210007E424 /* ViewController.swift */; }; |
|
633BFFCD1B950B210007E424 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCB1B950B210007E424 /* Main.storyboard */; }; |
|
633BFFCF1B950B210007E424 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCE1B950B210007E424 /* Images.xcassets */; }; |
|
/* End PBXBuildFile section */ |
|
|
|
/* Begin PBXFileReference section */ |
|
12C7B447AA80E624D93B5C54 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
|
633BFFC21B950B210007E424 /* SwiftSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
633BFFC61B950B210007E424 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
633BFFC71B950B210007E424 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
633BFFC91B950B210007E424 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
633BFFCC1B950B210007E424 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
|
633BFFCE1B950B210007E424 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
|
6367AD231B951655007FD3A4 /* Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bridging-Header.h"; sourceTree = "<group>"; }; |
|
C335CBC4C160E0D9EDEE646B /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
|
DC58ACA18DCCB1553531B885 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
/* End PBXFileReference section */ |
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
633BFFBF1B950B210007E424 /* Frameworks */ = { |
|
isa = PBXFrameworksBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
253D3A297105CA46DA960A11 /* libPods.a in Frameworks */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXFrameworksBuildPhase section */ |
|
|
|
/* Begin PBXGroup section */ |
|
31F283C976AE97586C17CCD9 /* Pods */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
12C7B447AA80E624D93B5C54 /* Pods.debug.xcconfig */, |
|
C335CBC4C160E0D9EDEE646B /* Pods.release.xcconfig */, |
|
); |
|
name = Pods; |
|
sourceTree = "<group>"; |
|
}; |
|
633BFFB91B950B210007E424 = { |
|
isa = PBXGroup; |
|
children = ( |
|
633BFFC41B950B210007E424 /* SwiftSample */, |
|
633BFFC31B950B210007E424 /* Products */, |
|
31F283C976AE97586C17CCD9 /* Pods */, |
|
9D63A7F6423989BA306810CA /* Frameworks */, |
|
); |
|
sourceTree = "<group>"; |
|
}; |
|
633BFFC31B950B210007E424 /* Products */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
633BFFC21B950B210007E424 /* SwiftSample.app */, |
|
); |
|
name = Products; |
|
sourceTree = "<group>"; |
|
}; |
|
633BFFC41B950B210007E424 /* SwiftSample */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
633BFFC71B950B210007E424 /* AppDelegate.swift */, |
|
633BFFC91B950B210007E424 /* ViewController.swift */, |
|
633BFFCB1B950B210007E424 /* Main.storyboard */, |
|
633BFFCE1B950B210007E424 /* Images.xcassets */, |
|
633BFFC51B950B210007E424 /* Supporting Files */, |
|
6367AD231B951655007FD3A4 /* Bridging-Header.h */, |
|
); |
|
name = SwiftSample; |
|
sourceTree = SOURCE_ROOT; |
|
}; |
|
633BFFC51B950B210007E424 /* Supporting Files */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
633BFFC61B950B210007E424 /* Info.plist */, |
|
); |
|
name = "Supporting Files"; |
|
sourceTree = "<group>"; |
|
}; |
|
9D63A7F6423989BA306810CA /* Frameworks */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
DC58ACA18DCCB1553531B885 /* libPods.a */, |
|
); |
|
name = Frameworks; |
|
sourceTree = "<group>"; |
|
}; |
|
/* End PBXGroup section */ |
|
|
|
/* Begin PBXNativeTarget section */ |
|
633BFFC11B950B210007E424 /* SwiftSample */ = { |
|
isa = PBXNativeTarget; |
|
buildConfigurationList = 633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */; |
|
buildPhases = ( |
|
6BEEB33CA2705D7D2F2210E6 /* Check Pods Manifest.lock */, |
|
633BFFBE1B950B210007E424 /* Sources */, |
|
633BFFBF1B950B210007E424 /* Frameworks */, |
|
633BFFC01B950B210007E424 /* Resources */, |
|
AC2F6F9AB1C090BB0BEE6E4D /* Copy Pods Resources */, |
|
A1738A987353B0BF2C64F0F7 /* Embed Pods Frameworks */, |
|
); |
|
buildRules = ( |
|
); |
|
dependencies = ( |
|
); |
|
name = SwiftSample; |
|
productName = SwiftSample; |
|
productReference = 633BFFC21B950B210007E424 /* SwiftSample.app */; |
|
productType = "com.apple.product-type.application"; |
|
}; |
|
/* End PBXNativeTarget section */ |
|
|
|
/* Begin PBXProject section */ |
|
633BFFBA1B950B210007E424 /* Project object */ = { |
|
isa = PBXProject; |
|
attributes = { |
|
LastSwiftUpdateCheck = 0710; |
|
LastUpgradeCheck = 0640; |
|
ORGANIZATIONNAME = gRPC; |
|
TargetAttributes = { |
|
633BFFC11B950B210007E424 = { |
|
CreatedOnToolsVersion = 6.4; |
|
}; |
|
}; |
|
}; |
|
buildConfigurationList = 633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */; |
|
compatibilityVersion = "Xcode 3.2"; |
|
developmentRegion = English; |
|
hasScannedForEncodings = 0; |
|
knownRegions = ( |
|
en, |
|
Base, |
|
); |
|
mainGroup = 633BFFB91B950B210007E424; |
|
productRefGroup = 633BFFC31B950B210007E424 /* Products */; |
|
projectDirPath = ""; |
|
projectRoot = ""; |
|
targets = ( |
|
633BFFC11B950B210007E424 /* SwiftSample */, |
|
); |
|
}; |
|
/* End PBXProject section */ |
|
|
|
/* Begin PBXResourcesBuildPhase section */ |
|
633BFFC01B950B210007E424 /* Resources */ = { |
|
isa = PBXResourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
633BFFCD1B950B210007E424 /* Main.storyboard in Resources */, |
|
633BFFCF1B950B210007E424 /* Images.xcassets in Resources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXResourcesBuildPhase section */ |
|
|
|
/* Begin PBXShellScriptBuildPhase section */ |
|
6BEEB33CA2705D7D2F2210E6 /* Check Pods Manifest.lock */ = { |
|
isa = PBXShellScriptBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
inputPaths = ( |
|
); |
|
name = "Check Pods Manifest.lock"; |
|
outputPaths = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
shellPath = /bin/sh; |
|
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
|
showEnvVarsInLog = 0; |
|
}; |
|
A1738A987353B0BF2C64F0F7 /* Embed Pods Frameworks */ = { |
|
isa = PBXShellScriptBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
inputPaths = ( |
|
); |
|
name = "Embed Pods Frameworks"; |
|
outputPaths = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
shellPath = /bin/sh; |
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; |
|
showEnvVarsInLog = 0; |
|
}; |
|
AC2F6F9AB1C090BB0BEE6E4D /* Copy Pods Resources */ = { |
|
isa = PBXShellScriptBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
inputPaths = ( |
|
); |
|
name = "Copy Pods Resources"; |
|
outputPaths = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
shellPath = /bin/sh; |
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
|
showEnvVarsInLog = 0; |
|
}; |
|
/* End PBXShellScriptBuildPhase section */ |
|
|
|
/* Begin PBXSourcesBuildPhase section */ |
|
633BFFBE1B950B210007E424 /* Sources */ = { |
|
isa = PBXSourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
633BFFCA1B950B210007E424 /* ViewController.swift in Sources */, |
|
633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXSourcesBuildPhase section */ |
|
|
|
/* Begin PBXVariantGroup section */ |
|
633BFFCB1B950B210007E424 /* Main.storyboard */ = { |
|
isa = PBXVariantGroup; |
|
children = ( |
|
633BFFCC1B950B210007E424 /* Base */, |
|
); |
|
name = Main.storyboard; |
|
sourceTree = "<group>"; |
|
}; |
|
/* End PBXVariantGroup section */ |
|
|
|
/* Begin XCBuildConfiguration section */ |
|
633BFFDF1B950B210007E424 /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
CLANG_CXX_LIBRARY = "libc++"; |
|
CLANG_ENABLE_MODULES = YES; |
|
CLANG_ENABLE_OBJC_ARC = YES; |
|
CLANG_WARN_BOOL_CONVERSION = YES; |
|
CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
CLANG_WARN_EMPTY_BODY = YES; |
|
CLANG_WARN_ENUM_CONVERSION = YES; |
|
CLANG_WARN_INT_CONVERSION = YES; |
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
CLANG_WARN_UNREACHABLE_CODE = YES; |
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
COPY_PHASE_STRIP = NO; |
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
GCC_C_LANGUAGE_STANDARD = gnu99; |
|
GCC_DYNAMIC_NO_PIC = NO; |
|
GCC_NO_COMMON_BLOCKS = YES; |
|
GCC_OPTIMIZATION_LEVEL = 0; |
|
GCC_PREPROCESSOR_DEFINITIONS = ( |
|
"DEBUG=1", |
|
"$(inherited)", |
|
); |
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4; |
|
MTL_ENABLE_DEBUG_INFO = YES; |
|
ONLY_ACTIVE_ARCH = YES; |
|
SDKROOT = iphoneos; |
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
}; |
|
name = Debug; |
|
}; |
|
633BFFE01B950B210007E424 /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
ALWAYS_SEARCH_USER_PATHS = NO; |
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
|
CLANG_CXX_LIBRARY = "libc++"; |
|
CLANG_ENABLE_MODULES = YES; |
|
CLANG_ENABLE_OBJC_ARC = YES; |
|
CLANG_WARN_BOOL_CONVERSION = YES; |
|
CLANG_WARN_CONSTANT_CONVERSION = YES; |
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
|
CLANG_WARN_EMPTY_BODY = YES; |
|
CLANG_WARN_ENUM_CONVERSION = YES; |
|
CLANG_WARN_INT_CONVERSION = YES; |
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
CLANG_WARN_UNREACHABLE_CODE = YES; |
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
COPY_PHASE_STRIP = NO; |
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
|
ENABLE_NS_ASSERTIONS = NO; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
GCC_C_LANGUAGE_STANDARD = gnu99; |
|
GCC_NO_COMMON_BLOCKS = YES; |
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
IPHONEOS_DEPLOYMENT_TARGET = 8.4; |
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
SDKROOT = iphoneos; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
VALIDATE_PRODUCT = YES; |
|
}; |
|
name = Release; |
|
}; |
|
633BFFE21B950B210007E424 /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
baseConfigurationReference = 12C7B447AA80E624D93B5C54 /* Pods.debug.xcconfig */; |
|
buildSettings = { |
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
INFOPLIST_FILE = Info.plist; |
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
SWIFT_OBJC_BRIDGING_HEADER = "Bridging-Header.h"; |
|
USER_HEADER_SEARCH_PATHS = ""; |
|
}; |
|
name = Debug; |
|
}; |
|
633BFFE31B950B210007E424 /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
baseConfigurationReference = C335CBC4C160E0D9EDEE646B /* Pods.release.xcconfig */; |
|
buildSettings = { |
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
INFOPLIST_FILE = Info.plist; |
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
SWIFT_OBJC_BRIDGING_HEADER = "Bridging-Header.h"; |
|
USER_HEADER_SEARCH_PATHS = ""; |
|
}; |
|
name = Release; |
|
}; |
|
/* End XCBuildConfiguration section */ |
|
|
|
/* Begin XCConfigurationList section */ |
|
633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
633BFFDF1B950B210007E424 /* Debug */, |
|
633BFFE01B950B210007E424 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
633BFFE21B950B210007E424 /* Debug */, |
|
633BFFE31B950B210007E424 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
/* End XCConfigurationList section */ |
|
}; |
|
rootObject = 633BFFBA1B950B210007E424 /* Project object */; |
|
}
|
|
|