1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 3F035697392F601049D3DDE1 /* Pods_Sample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1B27EA0C428429B07BC34B /* Pods_Sample.framework */; }; 11 6369A2701A9322E20015FC5C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A26F1A9322E20015FC5C /* main.m */; }; 12 6369A2731A9322E20015FC5C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A2721A9322E20015FC5C /* AppDelegate.m */; }; 13 6369A2761A9322E20015FC5C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6369A2751A9322E20015FC5C /* ViewController.m */; }; 14 6369A2791A9322E20015FC5C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6369A2771A9322E20015FC5C /* Main.storyboard */; }; 15 6369A27B1A9322E20015FC5C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6369A27A1A9322E20015FC5C /* Images.xcassets */; }; 16/* End PBXBuildFile section */ 17 18/* Begin PBXFileReference section */ 19 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>"; }; 20 6369A26A1A9322E20015FC5C /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 21 6369A26E1A9322E20015FC5C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 22 6369A26F1A9322E20015FC5C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 23 6369A2711A9322E20015FC5C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 24 6369A2721A9322E20015FC5C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 25 6369A2741A9322E20015FC5C /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; 26 6369A2751A9322E20015FC5C /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; 27 6369A2781A9322E20015FC5C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 28 6369A27A1A9322E20015FC5C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; 29 CC1B27EA0C428429B07BC34B /* Pods_Sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Sample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 30 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>"; }; 31/* End PBXFileReference section */ 32 33/* Begin PBXFrameworksBuildPhase section */ 34 6369A2671A9322E20015FC5C /* Frameworks */ = { 35 isa = PBXFrameworksBuildPhase; 36 buildActionMask = 2147483647; 37 files = ( 38 3F035697392F601049D3DDE1 /* Pods_Sample.framework in Frameworks */, 39 ); 40 runOnlyForDeploymentPostprocessing = 0; 41 }; 42/* End PBXFrameworksBuildPhase section */ 43 44/* Begin PBXGroup section */ 45 6369A2611A9322E20015FC5C = { 46 isa = PBXGroup; 47 children = ( 48 6369A26C1A9322E20015FC5C /* Sample */, 49 6369A26B1A9322E20015FC5C /* Products */, 50 AB3331C9AE6488E61B2B094E /* Pods */, 51 C4C2C5219053E079C9EFB930 /* Frameworks */, 52 ); 53 sourceTree = "<group>"; 54 }; 55 6369A26B1A9322E20015FC5C /* Products */ = { 56 isa = PBXGroup; 57 children = ( 58 6369A26A1A9322E20015FC5C /* Sample.app */, 59 ); 60 name = Products; 61 sourceTree = "<group>"; 62 }; 63 6369A26C1A9322E20015FC5C /* Sample */ = { 64 isa = PBXGroup; 65 children = ( 66 6369A2711A9322E20015FC5C /* AppDelegate.h */, 67 6369A2721A9322E20015FC5C /* AppDelegate.m */, 68 6369A2741A9322E20015FC5C /* ViewController.h */, 69 6369A2751A9322E20015FC5C /* ViewController.m */, 70 6369A2771A9322E20015FC5C /* Main.storyboard */, 71 6369A27A1A9322E20015FC5C /* Images.xcassets */, 72 6369A26D1A9322E20015FC5C /* Supporting Files */, 73 ); 74 path = Sample; 75 sourceTree = "<group>"; 76 }; 77 6369A26D1A9322E20015FC5C /* Supporting Files */ = { 78 isa = PBXGroup; 79 children = ( 80 6369A26E1A9322E20015FC5C /* Info.plist */, 81 6369A26F1A9322E20015FC5C /* main.m */, 82 ); 83 name = "Supporting Files"; 84 sourceTree = "<group>"; 85 }; 86 AB3331C9AE6488E61B2B094E /* Pods */ = { 87 isa = PBXGroup; 88 children = ( 89 E3C01DF315C4E7433BCEC6E6 /* Pods-Sample.debug.xcconfig */, 90 5A8C9F4B28733B249DE4AB6D /* Pods-Sample.release.xcconfig */, 91 ); 92 name = Pods; 93 sourceTree = "<group>"; 94 }; 95 C4C2C5219053E079C9EFB930 /* Frameworks */ = { 96 isa = PBXGroup; 97 children = ( 98 CC1B27EA0C428429B07BC34B /* Pods_Sample.framework */, 99 ); 100 name = Frameworks; 101 sourceTree = "<group>"; 102 }; 103/* End PBXGroup section */ 104 105/* Begin PBXNativeTarget section */ 106 6369A2691A9322E20015FC5C /* Sample */ = { 107 isa = PBXNativeTarget; 108 buildConfigurationList = 6369A28D1A9322E20015FC5C /* Build configuration list for PBXNativeTarget "Sample" */; 109 buildPhases = ( 110 41F7486D8F66994B0BFB84AF /* [CP] Check Pods Manifest.lock */, 111 6369A2661A9322E20015FC5C /* Sources */, 112 6369A2671A9322E20015FC5C /* Frameworks */, 113 6369A2681A9322E20015FC5C /* Resources */, 114 04554623324BE4A838846086 /* [CP] Copy Pods Resources */, 115 C7FAD018D05AB5F0B0FE81E2 /* [CP] Embed Pods Frameworks */, 116 ); 117 buildRules = ( 118 ); 119 dependencies = ( 120 ); 121 name = Sample; 122 productName = Sample; 123 productReference = 6369A26A1A9322E20015FC5C /* Sample.app */; 124 productType = "com.apple.product-type.application"; 125 }; 126/* End PBXNativeTarget section */ 127 128/* Begin PBXProject section */ 129 6369A2621A9322E20015FC5C /* Project object */ = { 130 isa = PBXProject; 131 attributes = { 132 LastUpgradeCheck = 0730; 133 ORGANIZATIONNAME = gRPC; 134 TargetAttributes = { 135 6369A2691A9322E20015FC5C = { 136 CreatedOnToolsVersion = 6.1.1; 137 }; 138 }; 139 }; 140 buildConfigurationList = 6369A2651A9322E20015FC5C /* Build configuration list for PBXProject "Sample" */; 141 compatibilityVersion = "Xcode 3.2"; 142 developmentRegion = English; 143 hasScannedForEncodings = 0; 144 knownRegions = ( 145 en, 146 Base, 147 ); 148 mainGroup = 6369A2611A9322E20015FC5C; 149 productRefGroup = 6369A26B1A9322E20015FC5C /* Products */; 150 projectDirPath = ""; 151 projectRoot = ""; 152 targets = ( 153 6369A2691A9322E20015FC5C /* Sample */, 154 ); 155 }; 156/* End PBXProject section */ 157 158/* Begin PBXResourcesBuildPhase section */ 159 6369A2681A9322E20015FC5C /* Resources */ = { 160 isa = PBXResourcesBuildPhase; 161 buildActionMask = 2147483647; 162 files = ( 163 6369A2791A9322E20015FC5C /* Main.storyboard in Resources */, 164 6369A27B1A9322E20015FC5C /* Images.xcassets in Resources */, 165 ); 166 runOnlyForDeploymentPostprocessing = 0; 167 }; 168/* End PBXResourcesBuildPhase section */ 169 170/* Begin PBXShellScriptBuildPhase section */ 171 04554623324BE4A838846086 /* [CP] Copy Pods Resources */ = { 172 isa = PBXShellScriptBuildPhase; 173 buildActionMask = 2147483647; 174 files = ( 175 ); 176 inputPaths = ( 177 ); 178 name = "[CP] Copy Pods Resources"; 179 outputPaths = ( 180 ); 181 runOnlyForDeploymentPostprocessing = 0; 182 shellPath = /bin/sh; 183 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-resources.sh\"\n"; 184 showEnvVarsInLog = 0; 185 }; 186 41F7486D8F66994B0BFB84AF /* [CP] Check Pods Manifest.lock */ = { 187 isa = PBXShellScriptBuildPhase; 188 buildActionMask = 2147483647; 189 files = ( 190 ); 191 inputPaths = ( 192 ); 193 name = "[CP] Check Pods Manifest.lock"; 194 outputPaths = ( 195 ); 196 runOnlyForDeploymentPostprocessing = 0; 197 shellPath = /bin/sh; 198 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"; 199 showEnvVarsInLog = 0; 200 }; 201 C7FAD018D05AB5F0B0FE81E2 /* [CP] Embed Pods Frameworks */ = { 202 isa = PBXShellScriptBuildPhase; 203 buildActionMask = 2147483647; 204 files = ( 205 ); 206 inputPaths = ( 207 ); 208 name = "[CP] Embed Pods Frameworks"; 209 outputPaths = ( 210 ); 211 runOnlyForDeploymentPostprocessing = 0; 212 shellPath = /bin/sh; 213 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-frameworks.sh\"\n"; 214 showEnvVarsInLog = 0; 215 }; 216/* End PBXShellScriptBuildPhase section */ 217 218/* Begin PBXSourcesBuildPhase section */ 219 6369A2661A9322E20015FC5C /* Sources */ = { 220 isa = PBXSourcesBuildPhase; 221 buildActionMask = 2147483647; 222 files = ( 223 6369A2761A9322E20015FC5C /* ViewController.m in Sources */, 224 6369A2731A9322E20015FC5C /* AppDelegate.m in Sources */, 225 6369A2701A9322E20015FC5C /* main.m in Sources */, 226 ); 227 runOnlyForDeploymentPostprocessing = 0; 228 }; 229/* End PBXSourcesBuildPhase section */ 230 231/* Begin PBXVariantGroup section */ 232 6369A2771A9322E20015FC5C /* Main.storyboard */ = { 233 isa = PBXVariantGroup; 234 children = ( 235 6369A2781A9322E20015FC5C /* Base */, 236 ); 237 name = Main.storyboard; 238 sourceTree = "<group>"; 239 }; 240/* End PBXVariantGroup section */ 241 242/* Begin XCBuildConfiguration section */ 243 6369A28B1A9322E20015FC5C /* Debug */ = { 244 isa = XCBuildConfiguration; 245 buildSettings = { 246 ALWAYS_SEARCH_USER_PATHS = NO; 247 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 248 CLANG_CXX_LIBRARY = "libc++"; 249 CLANG_ENABLE_MODULES = YES; 250 CLANG_ENABLE_OBJC_ARC = YES; 251 CLANG_WARN_BOOL_CONVERSION = YES; 252 CLANG_WARN_CONSTANT_CONVERSION = YES; 253 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 254 CLANG_WARN_EMPTY_BODY = YES; 255 CLANG_WARN_ENUM_CONVERSION = YES; 256 CLANG_WARN_INT_CONVERSION = YES; 257 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 258 CLANG_WARN_UNREACHABLE_CODE = YES; 259 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 260 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 261 COPY_PHASE_STRIP = NO; 262 ENABLE_STRICT_OBJC_MSGSEND = YES; 263 ENABLE_TESTABILITY = YES; 264 GCC_C_LANGUAGE_STANDARD = gnu99; 265 GCC_DYNAMIC_NO_PIC = NO; 266 GCC_OPTIMIZATION_LEVEL = 0; 267 GCC_PREPROCESSOR_DEFINITIONS = ( 268 "DEBUG=1", 269 "$(inherited)", 270 ); 271 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 272 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 273 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 274 GCC_WARN_UNDECLARED_SELECTOR = YES; 275 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 276 GCC_WARN_UNUSED_FUNCTION = YES; 277 GCC_WARN_UNUSED_VARIABLE = YES; 278 IPHONEOS_DEPLOYMENT_TARGET = 8.1; 279 MTL_ENABLE_DEBUG_INFO = YES; 280 ONLY_ACTIVE_ARCH = YES; 281 SDKROOT = iphoneos; 282 TARGETED_DEVICE_FAMILY = "1,2"; 283 }; 284 name = Debug; 285 }; 286 6369A28C1A9322E20015FC5C /* Release */ = { 287 isa = XCBuildConfiguration; 288 buildSettings = { 289 ALWAYS_SEARCH_USER_PATHS = NO; 290 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 291 CLANG_CXX_LIBRARY = "libc++"; 292 CLANG_ENABLE_MODULES = YES; 293 CLANG_ENABLE_OBJC_ARC = YES; 294 CLANG_WARN_BOOL_CONVERSION = YES; 295 CLANG_WARN_CONSTANT_CONVERSION = YES; 296 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 297 CLANG_WARN_EMPTY_BODY = YES; 298 CLANG_WARN_ENUM_CONVERSION = YES; 299 CLANG_WARN_INT_CONVERSION = YES; 300 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 301 CLANG_WARN_UNREACHABLE_CODE = YES; 302 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 303 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 304 COPY_PHASE_STRIP = YES; 305 ENABLE_NS_ASSERTIONS = NO; 306 ENABLE_STRICT_OBJC_MSGSEND = YES; 307 GCC_C_LANGUAGE_STANDARD = gnu99; 308 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 309 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 310 GCC_WARN_UNDECLARED_SELECTOR = YES; 311 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 312 GCC_WARN_UNUSED_FUNCTION = YES; 313 GCC_WARN_UNUSED_VARIABLE = YES; 314 IPHONEOS_DEPLOYMENT_TARGET = 8.1; 315 MTL_ENABLE_DEBUG_INFO = NO; 316 SDKROOT = iphoneos; 317 TARGETED_DEVICE_FAMILY = "1,2"; 318 VALIDATE_PRODUCT = YES; 319 }; 320 name = Release; 321 }; 322 6369A28E1A9322E20015FC5C /* Debug */ = { 323 isa = XCBuildConfiguration; 324 baseConfigurationReference = E3C01DF315C4E7433BCEC6E6 /* Pods-Sample.debug.xcconfig */; 325 buildSettings = { 326 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 327 INFOPLIST_FILE = Sample/Info.plist; 328 LD_GENERATE_MAP_FILE = YES; 329 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 330 PRODUCT_BUNDLE_IDENTIFIER = "org.grpc.$(PRODUCT_NAME:rfc1034identifier)"; 331 PRODUCT_NAME = "$(TARGET_NAME)"; 332 }; 333 name = Debug; 334 }; 335 6369A28F1A9322E20015FC5C /* Release */ = { 336 isa = XCBuildConfiguration; 337 baseConfigurationReference = 5A8C9F4B28733B249DE4AB6D /* Pods-Sample.release.xcconfig */; 338 buildSettings = { 339 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 340 INFOPLIST_FILE = Sample/Info.plist; 341 LD_GENERATE_MAP_FILE = YES; 342 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 343 PRODUCT_BUNDLE_IDENTIFIER = "org.grpc.$(PRODUCT_NAME:rfc1034identifier)"; 344 PRODUCT_NAME = "$(TARGET_NAME)"; 345 }; 346 name = Release; 347 }; 348/* End XCBuildConfiguration section */ 349 350/* Begin XCConfigurationList section */ 351 6369A2651A9322E20015FC5C /* Build configuration list for PBXProject "Sample" */ = { 352 isa = XCConfigurationList; 353 buildConfigurations = ( 354 6369A28B1A9322E20015FC5C /* Debug */, 355 6369A28C1A9322E20015FC5C /* Release */, 356 ); 357 defaultConfigurationIsVisible = 0; 358 defaultConfigurationName = Release; 359 }; 360 6369A28D1A9322E20015FC5C /* Build configuration list for PBXNativeTarget "Sample" */ = { 361 isa = XCConfigurationList; 362 buildConfigurations = ( 363 6369A28E1A9322E20015FC5C /* Debug */, 364 6369A28F1A9322E20015FC5C /* Release */, 365 ); 366 defaultConfigurationIsVisible = 0; 367 defaultConfigurationName = Release; 368 }; 369/* End XCConfigurationList section */ 370 }; 371 rootObject = 6369A2621A9322E20015FC5C /* Project object */; 372} 373