1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 50; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 1C4854A76EEB56F8096DBDEF /* libPods-InterceptorSample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CB7A7A5B91FC976FCF4637AE /* libPods-InterceptorSample.a */; }; 11 5EE960FB2266768A0044A74F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EE960FA2266768A0044A74F /* AppDelegate.m */; }; 12 5EE960FE2266768A0044A74F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EE960FD2266768A0044A74F /* ViewController.m */; }; 13 5EE961012266768A0044A74F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5EE960FF2266768A0044A74F /* Main.storyboard */; }; 14 5EE961032266768C0044A74F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5EE961022266768C0044A74F /* Assets.xcassets */; }; 15 5EE961062266768C0044A74F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5EE961042266768C0044A74F /* LaunchScreen.storyboard */; }; 16 5EE961092266768C0044A74F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EE961082266768C0044A74F /* main.m */; }; 17 5EE9611222668CF20044A74F /* CacheInterceptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EE9611122668CF20044A74F /* CacheInterceptor.m */; }; 18/* End PBXBuildFile section */ 19 20/* Begin PBXFileReference section */ 21 09457A264AAE5323BF50B1F8 /* Pods-InterceptorSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InterceptorSample.debug.xcconfig"; path = "Target Support Files/Pods-InterceptorSample/Pods-InterceptorSample.debug.xcconfig"; sourceTree = "<group>"; }; 22 5EE960F62266768A0044A74F /* InterceptorSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InterceptorSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 23 5EE960FA2266768A0044A74F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 24 5EE960FC2266768A0044A74F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; 25 5EE960FD2266768A0044A74F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; 26 5EE961002266768A0044A74F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 27 5EE961022266768C0044A74F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 28 5EE961052266768C0044A74F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 29 5EE961072266768C0044A74F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 30 5EE961082266768C0044A74F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 31 5EE9610F2266774C0044A74F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 32 5EE9611022668CE20044A74F /* CacheInterceptor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CacheInterceptor.h; sourceTree = "<group>"; }; 33 5EE9611122668CF20044A74F /* CacheInterceptor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CacheInterceptor.m; sourceTree = "<group>"; }; 34 A0789280A4035D0F22F96BE6 /* Pods-InterceptorSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InterceptorSample.release.xcconfig"; path = "Target Support Files/Pods-InterceptorSample/Pods-InterceptorSample.release.xcconfig"; sourceTree = "<group>"; }; 35 CB7A7A5B91FC976FCF4637AE /* libPods-InterceptorSample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-InterceptorSample.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 36/* End PBXFileReference section */ 37 38/* Begin PBXFrameworksBuildPhase section */ 39 5EE960F32266768A0044A74F /* Frameworks */ = { 40 isa = PBXFrameworksBuildPhase; 41 buildActionMask = 2147483647; 42 files = ( 43 1C4854A76EEB56F8096DBDEF /* libPods-InterceptorSample.a in Frameworks */, 44 ); 45 runOnlyForDeploymentPostprocessing = 0; 46 }; 47/* End PBXFrameworksBuildPhase section */ 48 49/* Begin PBXGroup section */ 50 5EE960ED2266768A0044A74F = { 51 isa = PBXGroup; 52 children = ( 53 5EE960F82266768A0044A74F /* InterceptorSample */, 54 5EE960F72266768A0044A74F /* Products */, 55 9D49DB75F3BEDAFDE7028B51 /* Pods */, 56 BD7184728351C7DDAFBA5FA2 /* Frameworks */, 57 ); 58 sourceTree = "<group>"; 59 }; 60 5EE960F72266768A0044A74F /* Products */ = { 61 isa = PBXGroup; 62 children = ( 63 5EE960F62266768A0044A74F /* InterceptorSample.app */, 64 ); 65 name = Products; 66 sourceTree = "<group>"; 67 }; 68 5EE960F82266768A0044A74F /* InterceptorSample */ = { 69 isa = PBXGroup; 70 children = ( 71 5EE960FA2266768A0044A74F /* AppDelegate.m */, 72 5EE960FC2266768A0044A74F /* ViewController.h */, 73 5EE960FD2266768A0044A74F /* ViewController.m */, 74 5EE960FF2266768A0044A74F /* Main.storyboard */, 75 5EE961022266768C0044A74F /* Assets.xcassets */, 76 5EE961042266768C0044A74F /* LaunchScreen.storyboard */, 77 5EE961072266768C0044A74F /* Info.plist */, 78 5EE961082266768C0044A74F /* main.m */, 79 5EE9610F2266774C0044A74F /* AppDelegate.h */, 80 5EE9611022668CE20044A74F /* CacheInterceptor.h */, 81 5EE9611122668CF20044A74F /* CacheInterceptor.m */, 82 ); 83 path = InterceptorSample; 84 sourceTree = "<group>"; 85 }; 86 9D49DB75F3BEDAFDE7028B51 /* Pods */ = { 87 isa = PBXGroup; 88 children = ( 89 09457A264AAE5323BF50B1F8 /* Pods-InterceptorSample.debug.xcconfig */, 90 A0789280A4035D0F22F96BE6 /* Pods-InterceptorSample.release.xcconfig */, 91 ); 92 path = Pods; 93 sourceTree = "<group>"; 94 }; 95 BD7184728351C7DDAFBA5FA2 /* Frameworks */ = { 96 isa = PBXGroup; 97 children = ( 98 CB7A7A5B91FC976FCF4637AE /* libPods-InterceptorSample.a */, 99 ); 100 name = Frameworks; 101 sourceTree = "<group>"; 102 }; 103/* End PBXGroup section */ 104 105/* Begin PBXNativeTarget section */ 106 5EE960F52266768A0044A74F /* InterceptorSample */ = { 107 isa = PBXNativeTarget; 108 buildConfigurationList = 5EE9610C2266768C0044A74F /* Build configuration list for PBXNativeTarget "InterceptorSample" */; 109 buildPhases = ( 110 7531607F028A04DAAF5E97B5 /* [CP] Check Pods Manifest.lock */, 111 5EE960F22266768A0044A74F /* Sources */, 112 5EE960F32266768A0044A74F /* Frameworks */, 113 5EE960F42266768A0044A74F /* Resources */, 114 17700C95BAEBB27F7A3D1B01 /* [CP] Copy Pods Resources */, 115 ); 116 buildRules = ( 117 ); 118 dependencies = ( 119 ); 120 name = InterceptorSample; 121 productName = InterceptorSample; 122 productReference = 5EE960F62266768A0044A74F /* InterceptorSample.app */; 123 productType = "com.apple.product-type.application"; 124 }; 125/* End PBXNativeTarget section */ 126 127/* Begin PBXProject section */ 128 5EE960EE2266768A0044A74F /* Project object */ = { 129 isa = PBXProject; 130 attributes = { 131 LastUpgradeCheck = 1010; 132 ORGANIZATIONNAME = gRPC; 133 TargetAttributes = { 134 5EE960F52266768A0044A74F = { 135 CreatedOnToolsVersion = 10.1; 136 }; 137 }; 138 }; 139 buildConfigurationList = 5EE960F12266768A0044A74F /* Build configuration list for PBXProject "InterceptorSample" */; 140 compatibilityVersion = "Xcode 9.3"; 141 developmentRegion = en; 142 hasScannedForEncodings = 0; 143 knownRegions = ( 144 en, 145 Base, 146 ); 147 mainGroup = 5EE960ED2266768A0044A74F; 148 productRefGroup = 5EE960F72266768A0044A74F /* Products */; 149 projectDirPath = ""; 150 projectRoot = ""; 151 targets = ( 152 5EE960F52266768A0044A74F /* InterceptorSample */, 153 ); 154 }; 155/* End PBXProject section */ 156 157/* Begin PBXResourcesBuildPhase section */ 158 5EE960F42266768A0044A74F /* Resources */ = { 159 isa = PBXResourcesBuildPhase; 160 buildActionMask = 2147483647; 161 files = ( 162 5EE961062266768C0044A74F /* LaunchScreen.storyboard in Resources */, 163 5EE961032266768C0044A74F /* Assets.xcassets in Resources */, 164 5EE961012266768A0044A74F /* Main.storyboard in Resources */, 165 ); 166 runOnlyForDeploymentPostprocessing = 0; 167 }; 168/* End PBXResourcesBuildPhase section */ 169 170/* Begin PBXShellScriptBuildPhase section */ 171 17700C95BAEBB27F7A3D1B01 /* [CP] Copy Pods Resources */ = { 172 isa = PBXShellScriptBuildPhase; 173 buildActionMask = 2147483647; 174 files = ( 175 ); 176 inputFileListPaths = ( 177 "${PODS_ROOT}/Target Support Files/Pods-InterceptorSample/Pods-InterceptorSample-resources-${CONFIGURATION}-input-files.xcfilelist", 178 ); 179 name = "[CP] Copy Pods Resources"; 180 outputFileListPaths = ( 181 "${PODS_ROOT}/Target Support Files/Pods-InterceptorSample/Pods-InterceptorSample-resources-${CONFIGURATION}-output-files.xcfilelist", 182 ); 183 runOnlyForDeploymentPostprocessing = 0; 184 shellPath = /bin/sh; 185 shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-InterceptorSample/Pods-InterceptorSample-resources.sh\"\n"; 186 showEnvVarsInLog = 0; 187 }; 188 7531607F028A04DAAF5E97B5 /* [CP] Check Pods Manifest.lock */ = { 189 isa = PBXShellScriptBuildPhase; 190 buildActionMask = 2147483647; 191 files = ( 192 ); 193 inputFileListPaths = ( 194 ); 195 inputPaths = ( 196 "${PODS_PODFILE_DIR_PATH}/Podfile.lock", 197 "${PODS_ROOT}/Manifest.lock", 198 ); 199 name = "[CP] Check Pods Manifest.lock"; 200 outputFileListPaths = ( 201 ); 202 outputPaths = ( 203 "$(DERIVED_FILE_DIR)/Pods-InterceptorSample-checkManifestLockResult.txt", 204 ); 205 runOnlyForDeploymentPostprocessing = 0; 206 shellPath = /bin/sh; 207 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"; 208 showEnvVarsInLog = 0; 209 }; 210/* End PBXShellScriptBuildPhase section */ 211 212/* Begin PBXSourcesBuildPhase section */ 213 5EE960F22266768A0044A74F /* Sources */ = { 214 isa = PBXSourcesBuildPhase; 215 buildActionMask = 2147483647; 216 files = ( 217 5EE9611222668CF20044A74F /* CacheInterceptor.m in Sources */, 218 5EE960FE2266768A0044A74F /* ViewController.m in Sources */, 219 5EE961092266768C0044A74F /* main.m in Sources */, 220 5EE960FB2266768A0044A74F /* AppDelegate.m in Sources */, 221 ); 222 runOnlyForDeploymentPostprocessing = 0; 223 }; 224/* End PBXSourcesBuildPhase section */ 225 226/* Begin PBXVariantGroup section */ 227 5EE960FF2266768A0044A74F /* Main.storyboard */ = { 228 isa = PBXVariantGroup; 229 children = ( 230 5EE961002266768A0044A74F /* Base */, 231 ); 232 name = Main.storyboard; 233 sourceTree = "<group>"; 234 }; 235 5EE961042266768C0044A74F /* LaunchScreen.storyboard */ = { 236 isa = PBXVariantGroup; 237 children = ( 238 5EE961052266768C0044A74F /* Base */, 239 ); 240 name = LaunchScreen.storyboard; 241 sourceTree = "<group>"; 242 }; 243/* End PBXVariantGroup section */ 244 245/* Begin XCBuildConfiguration section */ 246 5EE9610A2266768C0044A74F /* Debug */ = { 247 isa = XCBuildConfiguration; 248 buildSettings = { 249 ALWAYS_SEARCH_USER_PATHS = NO; 250 CLANG_ANALYZER_NONNULL = YES; 251 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 252 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 253 CLANG_CXX_LIBRARY = "libc++"; 254 CLANG_ENABLE_MODULES = YES; 255 CLANG_ENABLE_OBJC_ARC = YES; 256 CLANG_ENABLE_OBJC_WEAK = YES; 257 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 258 CLANG_WARN_BOOL_CONVERSION = YES; 259 CLANG_WARN_COMMA = YES; 260 CLANG_WARN_CONSTANT_CONVERSION = YES; 261 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 262 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 263 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 264 CLANG_WARN_EMPTY_BODY = YES; 265 CLANG_WARN_ENUM_CONVERSION = YES; 266 CLANG_WARN_INFINITE_RECURSION = YES; 267 CLANG_WARN_INT_CONVERSION = YES; 268 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 269 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 270 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 271 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 272 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 273 CLANG_WARN_STRICT_PROTOTYPES = YES; 274 CLANG_WARN_SUSPICIOUS_MOVE = YES; 275 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 276 CLANG_WARN_UNREACHABLE_CODE = YES; 277 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 278 CODE_SIGN_IDENTITY = "iPhone Developer"; 279 COPY_PHASE_STRIP = NO; 280 DEBUG_INFORMATION_FORMAT = dwarf; 281 ENABLE_STRICT_OBJC_MSGSEND = YES; 282 ENABLE_TESTABILITY = YES; 283 GCC_C_LANGUAGE_STANDARD = gnu11; 284 GCC_DYNAMIC_NO_PIC = NO; 285 GCC_NO_COMMON_BLOCKS = YES; 286 GCC_OPTIMIZATION_LEVEL = 0; 287 GCC_PREPROCESSOR_DEFINITIONS = ( 288 "DEBUG=1", 289 "$(inherited)", 290 ); 291 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 292 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 293 GCC_WARN_UNDECLARED_SELECTOR = YES; 294 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 295 GCC_WARN_UNUSED_FUNCTION = YES; 296 GCC_WARN_UNUSED_VARIABLE = YES; 297 IPHONEOS_DEPLOYMENT_TARGET = 9.0; 298 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; 299 MTL_FAST_MATH = YES; 300 ONLY_ACTIVE_ARCH = YES; 301 SDKROOT = iphoneos; 302 }; 303 name = Debug; 304 }; 305 5EE9610B2266768C0044A74F /* Release */ = { 306 isa = XCBuildConfiguration; 307 buildSettings = { 308 ALWAYS_SEARCH_USER_PATHS = NO; 309 CLANG_ANALYZER_NONNULL = YES; 310 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; 311 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 312 CLANG_CXX_LIBRARY = "libc++"; 313 CLANG_ENABLE_MODULES = YES; 314 CLANG_ENABLE_OBJC_ARC = YES; 315 CLANG_ENABLE_OBJC_WEAK = YES; 316 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 317 CLANG_WARN_BOOL_CONVERSION = YES; 318 CLANG_WARN_COMMA = YES; 319 CLANG_WARN_CONSTANT_CONVERSION = YES; 320 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 321 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 322 CLANG_WARN_DOCUMENTATION_COMMENTS = YES; 323 CLANG_WARN_EMPTY_BODY = YES; 324 CLANG_WARN_ENUM_CONVERSION = YES; 325 CLANG_WARN_INFINITE_RECURSION = YES; 326 CLANG_WARN_INT_CONVERSION = YES; 327 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 328 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 329 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 330 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 331 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 332 CLANG_WARN_STRICT_PROTOTYPES = YES; 333 CLANG_WARN_SUSPICIOUS_MOVE = YES; 334 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; 335 CLANG_WARN_UNREACHABLE_CODE = YES; 336 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 337 CODE_SIGN_IDENTITY = "iPhone Developer"; 338 COPY_PHASE_STRIP = NO; 339 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 340 ENABLE_NS_ASSERTIONS = NO; 341 ENABLE_STRICT_OBJC_MSGSEND = YES; 342 GCC_C_LANGUAGE_STANDARD = gnu11; 343 GCC_NO_COMMON_BLOCKS = YES; 344 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 345 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 346 GCC_WARN_UNDECLARED_SELECTOR = YES; 347 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 348 GCC_WARN_UNUSED_FUNCTION = YES; 349 GCC_WARN_UNUSED_VARIABLE = YES; 350 IPHONEOS_DEPLOYMENT_TARGET = 9.0; 351 MTL_ENABLE_DEBUG_INFO = NO; 352 MTL_FAST_MATH = YES; 353 SDKROOT = iphoneos; 354 VALIDATE_PRODUCT = YES; 355 }; 356 name = Release; 357 }; 358 5EE9610D2266768C0044A74F /* Debug */ = { 359 isa = XCBuildConfiguration; 360 baseConfigurationReference = 09457A264AAE5323BF50B1F8 /* Pods-InterceptorSample.debug.xcconfig */; 361 buildSettings = { 362 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 363 CODE_SIGN_STYLE = Automatic; 364 INFOPLIST_FILE = InterceptorSample/Info.plist; 365 LD_RUNPATH_SEARCH_PATHS = ( 366 "$(inherited)", 367 "@executable_path/Frameworks", 368 ); 369 PRODUCT_BUNDLE_IDENTIFIER = io.grpc.InterceptorSample; 370 PRODUCT_NAME = "$(TARGET_NAME)"; 371 TARGETED_DEVICE_FAMILY = "1,2"; 372 }; 373 name = Debug; 374 }; 375 5EE9610E2266768C0044A74F /* Release */ = { 376 isa = XCBuildConfiguration; 377 baseConfigurationReference = A0789280A4035D0F22F96BE6 /* Pods-InterceptorSample.release.xcconfig */; 378 buildSettings = { 379 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 380 CODE_SIGN_STYLE = Automatic; 381 INFOPLIST_FILE = InterceptorSample/Info.plist; 382 LD_RUNPATH_SEARCH_PATHS = ( 383 "$(inherited)", 384 "@executable_path/Frameworks", 385 ); 386 PRODUCT_BUNDLE_IDENTIFIER = io.grpc.InterceptorSample; 387 PRODUCT_NAME = "$(TARGET_NAME)"; 388 TARGETED_DEVICE_FAMILY = "1,2"; 389 }; 390 name = Release; 391 }; 392/* End XCBuildConfiguration section */ 393 394/* Begin XCConfigurationList section */ 395 5EE960F12266768A0044A74F /* Build configuration list for PBXProject "InterceptorSample" */ = { 396 isa = XCConfigurationList; 397 buildConfigurations = ( 398 5EE9610A2266768C0044A74F /* Debug */, 399 5EE9610B2266768C0044A74F /* Release */, 400 ); 401 defaultConfigurationIsVisible = 0; 402 defaultConfigurationName = Release; 403 }; 404 5EE9610C2266768C0044A74F /* Build configuration list for PBXNativeTarget "InterceptorSample" */ = { 405 isa = XCConfigurationList; 406 buildConfigurations = ( 407 5EE9610D2266768C0044A74F /* Debug */, 408 5EE9610E2266768C0044A74F /* Release */, 409 ); 410 defaultConfigurationIsVisible = 0; 411 defaultConfigurationName = Release; 412 }; 413/* End XCConfigurationList section */ 414 }; 415 rootObject = 5EE960EE2266768A0044A74F /* Project object */; 416} 417