1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 2C0B024CB798839E17F76126 /* Pods_SwiftSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */; }; 11 633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC71B950B210007E424 /* AppDelegate.swift */; }; 12 633BFFCA1B950B210007E424 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633BFFC91B950B210007E424 /* ViewController.swift */; }; 13 633BFFCD1B950B210007E424 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCB1B950B210007E424 /* Main.storyboard */; }; 14 633BFFCF1B950B210007E424 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 633BFFCE1B950B210007E424 /* Images.xcassets */; }; 15/* End PBXBuildFile section */ 16 17/* Begin PBXFileReference section */ 18 633BFFC21B950B210007E424 /* SwiftSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 19 633BFFC61B950B210007E424 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 20 633BFFC71B950B210007E424 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 21 633BFFC91B950B210007E424 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; 22 633BFFCC1B950B210007E424 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 23 633BFFCE1B950B210007E424 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; 24 A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftSample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample.debug.xcconfig"; sourceTree = "<group>"; }; 25 B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftSample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 26 C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftSample.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample.release.xcconfig"; sourceTree = "<group>"; }; 27/* End PBXFileReference section */ 28 29/* Begin PBXFrameworksBuildPhase section */ 30 633BFFBF1B950B210007E424 /* Frameworks */ = { 31 isa = PBXFrameworksBuildPhase; 32 buildActionMask = 2147483647; 33 files = ( 34 2C0B024CB798839E17F76126 /* Pods_SwiftSample.framework in Frameworks */, 35 ); 36 runOnlyForDeploymentPostprocessing = 0; 37 }; 38/* End PBXFrameworksBuildPhase section */ 39 40/* Begin PBXGroup section */ 41 31F283C976AE97586C17CCD9 /* Pods */ = { 42 isa = PBXGroup; 43 children = ( 44 A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */, 45 C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */, 46 ); 47 name = Pods; 48 sourceTree = "<group>"; 49 }; 50 633BFFB91B950B210007E424 = { 51 isa = PBXGroup; 52 children = ( 53 633BFFC41B950B210007E424 /* SwiftSample */, 54 633BFFC31B950B210007E424 /* Products */, 55 31F283C976AE97586C17CCD9 /* Pods */, 56 9D63A7F6423989BA306810CA /* Frameworks */, 57 ); 58 sourceTree = "<group>"; 59 }; 60 633BFFC31B950B210007E424 /* Products */ = { 61 isa = PBXGroup; 62 children = ( 63 633BFFC21B950B210007E424 /* SwiftSample.app */, 64 ); 65 name = Products; 66 sourceTree = "<group>"; 67 }; 68 633BFFC41B950B210007E424 /* SwiftSample */ = { 69 isa = PBXGroup; 70 children = ( 71 633BFFC71B950B210007E424 /* AppDelegate.swift */, 72 633BFFC91B950B210007E424 /* ViewController.swift */, 73 633BFFCB1B950B210007E424 /* Main.storyboard */, 74 633BFFCE1B950B210007E424 /* Images.xcassets */, 75 633BFFC51B950B210007E424 /* Supporting Files */, 76 ); 77 name = SwiftSample; 78 sourceTree = SOURCE_ROOT; 79 }; 80 633BFFC51B950B210007E424 /* Supporting Files */ = { 81 isa = PBXGroup; 82 children = ( 83 633BFFC61B950B210007E424 /* Info.plist */, 84 ); 85 name = "Supporting Files"; 86 sourceTree = "<group>"; 87 }; 88 9D63A7F6423989BA306810CA /* Frameworks */ = { 89 isa = PBXGroup; 90 children = ( 91 B394F343BDE186C5436DBDB9 /* Pods_SwiftSample.framework */, 92 ); 93 name = Frameworks; 94 sourceTree = "<group>"; 95 }; 96/* End PBXGroup section */ 97 98/* Begin PBXNativeTarget section */ 99 633BFFC11B950B210007E424 /* SwiftSample */ = { 100 isa = PBXNativeTarget; 101 buildConfigurationList = 633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */; 102 buildPhases = ( 103 6BEEB33CA2705D7D2F2210E6 /* [CP] Check Pods Manifest.lock */, 104 633BFFBE1B950B210007E424 /* Sources */, 105 633BFFBF1B950B210007E424 /* Frameworks */, 106 633BFFC01B950B210007E424 /* Resources */, 107 AC2F6F9AB1C090BB0BEE6E4D /* [CP] Copy Pods Resources */, 108 A1738A987353B0BF2C64F0F7 /* [CP] Embed Pods Frameworks */, 109 ); 110 buildRules = ( 111 ); 112 dependencies = ( 113 ); 114 name = SwiftSample; 115 productName = SwiftSample; 116 productReference = 633BFFC21B950B210007E424 /* SwiftSample.app */; 117 productType = "com.apple.product-type.application"; 118 }; 119/* End PBXNativeTarget section */ 120 121/* Begin PBXProject section */ 122 633BFFBA1B950B210007E424 /* Project object */ = { 123 isa = PBXProject; 124 attributes = { 125 LastSwiftUpdateCheck = 0710; 126 LastUpgradeCheck = 0730; 127 ORGANIZATIONNAME = gRPC; 128 TargetAttributes = { 129 633BFFC11B950B210007E424 = { 130 CreatedOnToolsVersion = 6.4; 131 }; 132 }; 133 }; 134 buildConfigurationList = 633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */; 135 compatibilityVersion = "Xcode 3.2"; 136 developmentRegion = English; 137 hasScannedForEncodings = 0; 138 knownRegions = ( 139 en, 140 Base, 141 ); 142 mainGroup = 633BFFB91B950B210007E424; 143 productRefGroup = 633BFFC31B950B210007E424 /* Products */; 144 projectDirPath = ""; 145 projectRoot = ""; 146 targets = ( 147 633BFFC11B950B210007E424 /* SwiftSample */, 148 ); 149 }; 150/* End PBXProject section */ 151 152/* Begin PBXResourcesBuildPhase section */ 153 633BFFC01B950B210007E424 /* Resources */ = { 154 isa = PBXResourcesBuildPhase; 155 buildActionMask = 2147483647; 156 files = ( 157 633BFFCD1B950B210007E424 /* Main.storyboard in Resources */, 158 633BFFCF1B950B210007E424 /* Images.xcassets in Resources */, 159 ); 160 runOnlyForDeploymentPostprocessing = 0; 161 }; 162/* End PBXResourcesBuildPhase section */ 163 164/* Begin PBXShellScriptBuildPhase section */ 165 6BEEB33CA2705D7D2F2210E6 /* [CP] Check Pods Manifest.lock */ = { 166 isa = PBXShellScriptBuildPhase; 167 buildActionMask = 2147483647; 168 files = ( 169 ); 170 inputPaths = ( 171 "${PODS_PODFILE_DIR_PATH}/Podfile.lock", 172 "${PODS_ROOT}/Manifest.lock", 173 ); 174 name = "[CP] Check Pods Manifest.lock"; 175 outputPaths = ( 176 "$(DERIVED_FILE_DIR)/Pods-SwiftSample-checkManifestLockResult.txt", 177 ); 178 runOnlyForDeploymentPostprocessing = 0; 179 shellPath = /bin/sh; 180 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; 181 showEnvVarsInLog = 0; 182 }; 183 A1738A987353B0BF2C64F0F7 /* [CP] Embed Pods Frameworks */ = { 184 isa = PBXShellScriptBuildPhase; 185 buildActionMask = 2147483647; 186 files = ( 187 ); 188 inputPaths = ( 189 "${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-frameworks.sh", 190 "${BUILT_PRODUCTS_DIR}/BoringSSL/openssl.framework", 191 "${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework", 192 "${BUILT_PRODUCTS_DIR}/RemoteTest/RemoteTest.framework", 193 "${BUILT_PRODUCTS_DIR}/gRPC/GRPCClient.framework", 194 "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework", 195 "${BUILT_PRODUCTS_DIR}/gRPC-ProtoRPC/ProtoRPC.framework", 196 "${BUILT_PRODUCTS_DIR}/gRPC-RxLibrary/RxLibrary.framework", 197 "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework", 198 ); 199 name = "[CP] Embed Pods Frameworks"; 200 outputPaths = ( 201 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework", 202 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework", 203 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RemoteTest.framework", 204 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GRPCClient.framework", 205 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework", 206 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ProtoRPC.framework", 207 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxLibrary.framework", 208 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework", 209 ); 210 runOnlyForDeploymentPostprocessing = 0; 211 shellPath = /bin/sh; 212 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-frameworks.sh\"\n"; 213 showEnvVarsInLog = 0; 214 }; 215 AC2F6F9AB1C090BB0BEE6E4D /* [CP] Copy Pods Resources */ = { 216 isa = PBXShellScriptBuildPhase; 217 buildActionMask = 2147483647; 218 files = ( 219 ); 220 inputPaths = ( 221 ); 222 name = "[CP] Copy Pods Resources"; 223 outputPaths = ( 224 ); 225 runOnlyForDeploymentPostprocessing = 0; 226 shellPath = /bin/sh; 227 shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SwiftSample/Pods-SwiftSample-resources.sh\"\n"; 228 showEnvVarsInLog = 0; 229 }; 230/* End PBXShellScriptBuildPhase section */ 231 232/* Begin PBXSourcesBuildPhase section */ 233 633BFFBE1B950B210007E424 /* Sources */ = { 234 isa = PBXSourcesBuildPhase; 235 buildActionMask = 2147483647; 236 files = ( 237 633BFFCA1B950B210007E424 /* ViewController.swift in Sources */, 238 633BFFC81B950B210007E424 /* AppDelegate.swift in Sources */, 239 ); 240 runOnlyForDeploymentPostprocessing = 0; 241 }; 242/* End PBXSourcesBuildPhase section */ 243 244/* Begin PBXVariantGroup section */ 245 633BFFCB1B950B210007E424 /* Main.storyboard */ = { 246 isa = PBXVariantGroup; 247 children = ( 248 633BFFCC1B950B210007E424 /* Base */, 249 ); 250 name = Main.storyboard; 251 sourceTree = "<group>"; 252 }; 253/* End PBXVariantGroup section */ 254 255/* Begin XCBuildConfiguration section */ 256 633BFFDF1B950B210007E424 /* Debug */ = { 257 isa = XCBuildConfiguration; 258 buildSettings = { 259 ALWAYS_SEARCH_USER_PATHS = NO; 260 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 261 CLANG_CXX_LIBRARY = "libc++"; 262 CLANG_ENABLE_MODULES = YES; 263 CLANG_ENABLE_OBJC_ARC = YES; 264 CLANG_WARN_BOOL_CONVERSION = YES; 265 CLANG_WARN_CONSTANT_CONVERSION = YES; 266 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 267 CLANG_WARN_EMPTY_BODY = YES; 268 CLANG_WARN_ENUM_CONVERSION = YES; 269 CLANG_WARN_INT_CONVERSION = YES; 270 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 271 CLANG_WARN_UNREACHABLE_CODE = YES; 272 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 273 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 274 COPY_PHASE_STRIP = NO; 275 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 276 ENABLE_STRICT_OBJC_MSGSEND = YES; 277 ENABLE_TESTABILITY = YES; 278 GCC_C_LANGUAGE_STANDARD = gnu99; 279 GCC_DYNAMIC_NO_PIC = NO; 280 GCC_NO_COMMON_BLOCKS = YES; 281 GCC_OPTIMIZATION_LEVEL = 0; 282 GCC_PREPROCESSOR_DEFINITIONS = ( 283 "DEBUG=1", 284 "$(inherited)", 285 ); 286 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 287 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 288 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 289 GCC_WARN_UNDECLARED_SELECTOR = YES; 290 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 291 GCC_WARN_UNUSED_FUNCTION = YES; 292 GCC_WARN_UNUSED_VARIABLE = YES; 293 IPHONEOS_DEPLOYMENT_TARGET = 8.4; 294 MTL_ENABLE_DEBUG_INFO = YES; 295 ONLY_ACTIVE_ARCH = YES; 296 SDKROOT = iphoneos; 297 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 298 SWIFT_VERSION = 2.3; 299 TARGETED_DEVICE_FAMILY = "1,2"; 300 }; 301 name = Debug; 302 }; 303 633BFFE01B950B210007E424 /* Release */ = { 304 isa = XCBuildConfiguration; 305 buildSettings = { 306 ALWAYS_SEARCH_USER_PATHS = NO; 307 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 308 CLANG_CXX_LIBRARY = "libc++"; 309 CLANG_ENABLE_MODULES = YES; 310 CLANG_ENABLE_OBJC_ARC = YES; 311 CLANG_WARN_BOOL_CONVERSION = YES; 312 CLANG_WARN_CONSTANT_CONVERSION = YES; 313 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 314 CLANG_WARN_EMPTY_BODY = YES; 315 CLANG_WARN_ENUM_CONVERSION = YES; 316 CLANG_WARN_INT_CONVERSION = YES; 317 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 318 CLANG_WARN_UNREACHABLE_CODE = YES; 319 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 320 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 321 COPY_PHASE_STRIP = NO; 322 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 323 ENABLE_NS_ASSERTIONS = NO; 324 ENABLE_STRICT_OBJC_MSGSEND = YES; 325 GCC_C_LANGUAGE_STANDARD = gnu99; 326 GCC_NO_COMMON_BLOCKS = YES; 327 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 328 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 329 GCC_WARN_UNDECLARED_SELECTOR = YES; 330 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 331 GCC_WARN_UNUSED_FUNCTION = YES; 332 GCC_WARN_UNUSED_VARIABLE = YES; 333 IPHONEOS_DEPLOYMENT_TARGET = 8.4; 334 MTL_ENABLE_DEBUG_INFO = NO; 335 SDKROOT = iphoneos; 336 SWIFT_VERSION = 2.3; 337 TARGETED_DEVICE_FAMILY = "1,2"; 338 VALIDATE_PRODUCT = YES; 339 }; 340 name = Release; 341 }; 342 633BFFE21B950B210007E424 /* Debug */ = { 343 isa = XCBuildConfiguration; 344 baseConfigurationReference = A7E614A494D89D01BB395761 /* Pods-SwiftSample.debug.xcconfig */; 345 buildSettings = { 346 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 347 INFOPLIST_FILE = Info.plist; 348 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 349 PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.$(PRODUCT_NAME:rfc1034identifier)"; 350 PRODUCT_NAME = "$(TARGET_NAME)"; 351 SWIFT_OBJC_BRIDGING_HEADER = ""; 352 SWIFT_VERSION = 4.0; 353 USER_HEADER_SEARCH_PATHS = ""; 354 }; 355 name = Debug; 356 }; 357 633BFFE31B950B210007E424 /* Release */ = { 358 isa = XCBuildConfiguration; 359 baseConfigurationReference = C314E3E246AF23AC29B38FCF /* Pods-SwiftSample.release.xcconfig */; 360 buildSettings = { 361 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 362 INFOPLIST_FILE = Info.plist; 363 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 364 PRODUCT_BUNDLE_IDENTIFIER = "io.grpc.$(PRODUCT_NAME:rfc1034identifier)"; 365 PRODUCT_NAME = "$(TARGET_NAME)"; 366 SWIFT_OBJC_BRIDGING_HEADER = ""; 367 SWIFT_VERSION = 4.0; 368 USER_HEADER_SEARCH_PATHS = ""; 369 }; 370 name = Release; 371 }; 372/* End XCBuildConfiguration section */ 373 374/* Begin XCConfigurationList section */ 375 633BFFBD1B950B210007E424 /* Build configuration list for PBXProject "SwiftSample" */ = { 376 isa = XCConfigurationList; 377 buildConfigurations = ( 378 633BFFDF1B950B210007E424 /* Debug */, 379 633BFFE01B950B210007E424 /* Release */, 380 ); 381 defaultConfigurationIsVisible = 0; 382 defaultConfigurationName = Release; 383 }; 384 633BFFE11B950B210007E424 /* Build configuration list for PBXNativeTarget "SwiftSample" */ = { 385 isa = XCConfigurationList; 386 buildConfigurations = ( 387 633BFFE21B950B210007E424 /* Debug */, 388 633BFFE31B950B210007E424 /* Release */, 389 ); 390 defaultConfigurationIsVisible = 0; 391 defaultConfigurationName = Release; 392 }; 393/* End XCConfigurationList section */ 394 }; 395 rootObject = 633BFFBA1B950B210007E424 /* Project object */; 396} 397