The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
370 lines
14 KiB
370 lines
14 KiB
// !$*UTF8*$! |
|
{ |
|
archiveVersion = 1; |
|
classes = { |
|
}; |
|
objectVersion = 46; |
|
objects = { |
|
|
|
/* Begin PBXBuildFile section */ |
|
3F035697392F601049D3DDE1 /* Pods_Sample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1B27EA0C428429B07BC34B /* Pods_Sample.framework */; }; |
|
6369A2701A9322E20015FC5C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A26F1A9322E20015FC5C /* main.m */; }; |
|
6369A2731A9322E20015FC5C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A2721A9322E20015FC5C /* AppDelegate.m */; }; |
|
6369A2761A9322E20015FC5C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A2751A9322E20015FC5C /* ViewController.m */; }; |
|
6369A2791A9322E20015FC5C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6369A2771A9322E20015FC5C /* Main.storyboard */; }; |
|
6369A27B1A9322E20015FC5C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6369A27A1A9322E20015FC5C /* Images.xcassets */; }; |
|
/* End PBXBuildFile section */ |
|
|
|
/* Begin PBXFileReference section */ |
|
5A8C9F4B28733B249DE4AB6D /* Pods-Sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-Sample/Pods-Sample.release.xcconfig"; sourceTree = "<group>"; }; |
|
6369A26A1A9322E20015FC5C /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
6369A26E1A9322E20015FC5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
6369A26F1A9322E20015FC5C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
|
6369A2711A9322E20015FC5C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
|
6369A2721A9322E20015FC5C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
|
6369A2741A9322E20015FC5C /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; |
|
6369A2751A9322E20015FC5C /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
|
6369A2781A9322E20015FC5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
|
6369A27A1A9322E20015FC5C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
|
CC1B27EA0C428429B07BC34B /* Pods_Sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Sample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
E3C01DF315C4E7433BCEC6E6 /* Pods-Sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Sample/Pods-Sample.debug.xcconfig"; sourceTree = "<group>"; }; |
|
/* End PBXFileReference section */ |
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
6369A2671A9322E20015FC5C /* Frameworks */ = { |
|
isa = PBXFrameworksBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
3F035697392F601049D3DDE1 /* Pods_Sample.framework in Frameworks */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXFrameworksBuildPhase section */ |
|
|
|
/* Begin PBXGroup section */ |
|
6369A2611A9322E20015FC5C = { |
|
isa = PBXGroup; |
|
children = ( |
|
6369A26C1A9322E20015FC5C /* Sample */, |
|
6369A26B1A9322E20015FC5C /* Products */, |
|
AB3331C9AE6488E61B2B094E /* Pods */, |
|
C4C2C5219053E079C9EFB930 /* Frameworks */, |
|
); |
|
sourceTree = "<group>"; |
|
}; |
|
6369A26B1A9322E20015FC5C /* Products */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
6369A26A1A9322E20015FC5C /* Sample.app */, |
|
); |
|
name = Products; |
|
sourceTree = "<group>"; |
|
}; |
|
6369A26C1A9322E20015FC5C /* Sample */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
6369A2711A9322E20015FC5C /* AppDelegate.h */, |
|
6369A2721A9322E20015FC5C /* AppDelegate.m */, |
|
6369A2741A9322E20015FC5C /* ViewController.h */, |
|
6369A2751A9322E20015FC5C /* ViewController.m */, |
|
6369A2771A9322E20015FC5C /* Main.storyboard */, |
|
6369A27A1A9322E20015FC5C /* Images.xcassets */, |
|
6369A26D1A9322E20015FC5C /* Supporting Files */, |
|
); |
|
path = Sample; |
|
sourceTree = "<group>"; |
|
}; |
|
6369A26D1A9322E20015FC5C /* Supporting Files */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
6369A26E1A9322E20015FC5C /* Info.plist */, |
|
6369A26F1A9322E20015FC5C /* main.m */, |
|
); |
|
name = "Supporting Files"; |
|
sourceTree = "<group>"; |
|
}; |
|
AB3331C9AE6488E61B2B094E /* Pods */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
E3C01DF315C4E7433BCEC6E6 /* Pods-Sample.debug.xcconfig */, |
|
5A8C9F4B28733B249DE4AB6D /* Pods-Sample.release.xcconfig */, |
|
); |
|
name = Pods; |
|
sourceTree = "<group>"; |
|
}; |
|
C4C2C5219053E079C9EFB930 /* Frameworks */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
CC1B27EA0C428429B07BC34B /* Pods_Sample.framework */, |
|
); |
|
name = Frameworks; |
|
sourceTree = "<group>"; |
|
}; |
|
/* End PBXGroup section */ |
|
|
|
/* Begin PBXNativeTarget section */ |
|
6369A2691A9322E20015FC5C /* Sample */ = { |
|
isa = PBXNativeTarget; |
|
buildConfigurationList = 6369A28D1A9322E20015FC5C /* Build configuration list for PBXNativeTarget "Sample" */; |
|
buildPhases = ( |
|
41F7486D8F66994B0BFB84AF /* [CP] Check Pods Manifest.lock */, |
|
6369A2661A9322E20015FC5C /* Sources */, |
|
6369A2671A9322E20015FC5C /* Frameworks */, |
|
6369A2681A9322E20015FC5C /* Resources */, |
|
04554623324BE4A838846086 /* [CP] Copy Pods Resources */, |
|
C7FAD018D05AB5F0B0FE81E2 /* [CP] Embed Pods Frameworks */, |
|
); |
|
buildRules = ( |
|
); |
|
dependencies = ( |
|
); |
|
name = Sample; |
|
productName = Sample; |
|
productReference = 6369A26A1A9322E20015FC5C /* Sample.app */; |
|
productType = "com.apple.product-type.application"; |
|
}; |
|
/* End PBXNativeTarget section */ |
|
|
|
/* Begin PBXProject section */ |
|
6369A2621A9322E20015FC5C /* Project object */ = { |
|
isa = PBXProject; |
|
attributes = { |
|
LastUpgradeCheck = 0730; |
|
ORGANIZATIONNAME = gRPC; |
|
TargetAttributes = { |
|
6369A2691A9322E20015FC5C = { |
|
CreatedOnToolsVersion = 6.1.1; |
|
}; |
|
}; |
|
}; |
|
buildConfigurationList = 6369A2651A9322E20015FC5C /* Build configuration list for PBXProject "Sample" */; |
|
compatibilityVersion = "Xcode 3.2"; |
|
developmentRegion = English; |
|
hasScannedForEncodings = 0; |
|
knownRegions = ( |
|
en, |
|
Base, |
|
); |
|
mainGroup = 6369A2611A9322E20015FC5C; |
|
productRefGroup = 6369A26B1A9322E20015FC5C /* Products */; |
|
projectDirPath = ""; |
|
projectRoot = ""; |
|
targets = ( |
|
6369A2691A9322E20015FC5C /* Sample */, |
|
); |
|
}; |
|
/* End PBXProject section */ |
|
|
|
/* Begin PBXResourcesBuildPhase section */ |
|
6369A2681A9322E20015FC5C /* Resources */ = { |
|
isa = PBXResourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
6369A2791A9322E20015FC5C /* Main.storyboard in Resources */, |
|
6369A27B1A9322E20015FC5C /* Images.xcassets in Resources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXResourcesBuildPhase section */ |
|
|
|
/* Begin PBXShellScriptBuildPhase section */ |
|
04554623324BE4A838846086 /* [CP] Copy Pods Resources */ = { |
|
isa = PBXShellScriptBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
inputPaths = ( |
|
); |
|
name = "[CP] Copy Pods Resources"; |
|
outputPaths = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
shellPath = /bin/sh; |
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-resources.sh\"\n"; |
|
showEnvVarsInLog = 0; |
|
}; |
|
41F7486D8F66994B0BFB84AF /* [CP] Check Pods Manifest.lock */ = { |
|
isa = PBXShellScriptBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
inputPaths = ( |
|
); |
|
name = "[CP] 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; |
|
}; |
|
C7FAD018D05AB5F0B0FE81E2 /* [CP] Embed Pods Frameworks */ = { |
|
isa = PBXShellScriptBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
inputPaths = ( |
|
); |
|
name = "[CP] Embed Pods Frameworks"; |
|
outputPaths = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
shellPath = /bin/sh; |
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-frameworks.sh\"\n"; |
|
showEnvVarsInLog = 0; |
|
}; |
|
/* End PBXShellScriptBuildPhase section */ |
|
|
|
/* Begin PBXSourcesBuildPhase section */ |
|
6369A2661A9322E20015FC5C /* Sources */ = { |
|
isa = PBXSourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
6369A2761A9322E20015FC5C /* ViewController.m in Sources */, |
|
6369A2731A9322E20015FC5C /* AppDelegate.m in Sources */, |
|
6369A2701A9322E20015FC5C /* main.m in Sources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXSourcesBuildPhase section */ |
|
|
|
/* Begin PBXVariantGroup section */ |
|
6369A2771A9322E20015FC5C /* Main.storyboard */ = { |
|
isa = PBXVariantGroup; |
|
children = ( |
|
6369A2781A9322E20015FC5C /* Base */, |
|
); |
|
name = Main.storyboard; |
|
sourceTree = "<group>"; |
|
}; |
|
/* End PBXVariantGroup section */ |
|
|
|
/* Begin XCBuildConfiguration section */ |
|
6369A28B1A9322E20015FC5C /* 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; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
ENABLE_TESTABILITY = YES; |
|
GCC_C_LANGUAGE_STANDARD = gnu99; |
|
GCC_DYNAMIC_NO_PIC = NO; |
|
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.1; |
|
MTL_ENABLE_DEBUG_INFO = YES; |
|
ONLY_ACTIVE_ARCH = YES; |
|
SDKROOT = iphoneos; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
}; |
|
name = Debug; |
|
}; |
|
6369A28C1A9322E20015FC5C /* 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 = YES; |
|
ENABLE_NS_ASSERTIONS = NO; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
GCC_C_LANGUAGE_STANDARD = gnu99; |
|
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.1; |
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
SDKROOT = iphoneos; |
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
VALIDATE_PRODUCT = YES; |
|
}; |
|
name = Release; |
|
}; |
|
6369A28E1A9322E20015FC5C /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
baseConfigurationReference = E3C01DF315C4E7433BCEC6E6 /* Pods-Sample.debug.xcconfig */; |
|
buildSettings = { |
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
INFOPLIST_FILE = Sample/Info.plist; |
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
PRODUCT_BUNDLE_IDENTIFIER = "org.grpc.$(PRODUCT_NAME:rfc1034identifier)"; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
}; |
|
name = Debug; |
|
}; |
|
6369A28F1A9322E20015FC5C /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
baseConfigurationReference = 5A8C9F4B28733B249DE4AB6D /* Pods-Sample.release.xcconfig */; |
|
buildSettings = { |
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
INFOPLIST_FILE = Sample/Info.plist; |
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
PRODUCT_BUNDLE_IDENTIFIER = "org.grpc.$(PRODUCT_NAME:rfc1034identifier)"; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
}; |
|
name = Release; |
|
}; |
|
/* End XCBuildConfiguration section */ |
|
|
|
/* Begin XCConfigurationList section */ |
|
6369A2651A9322E20015FC5C /* Build configuration list for PBXProject "Sample" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
6369A28B1A9322E20015FC5C /* Debug */, |
|
6369A28C1A9322E20015FC5C /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
6369A28D1A9322E20015FC5C /* Build configuration list for PBXNativeTarget "Sample" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
6369A28E1A9322E20015FC5C /* Debug */, |
|
6369A28F1A9322E20015FC5C /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
/* End XCConfigurationList section */ |
|
}; |
|
rootObject = 6369A2621A9322E20015FC5C /* Project object */; |
|
}
|
|
|