1<?xml version="1.0" encoding="UTF-8"?> 2<Scheme 3 LastUpgradeVersion = "0920" 4 version = "1.3"> 5 <BuildAction 6 parallelizeBuildables = "YES" 7 buildImplicitDependencies = "YES"> 8 <BuildActionEntries> 9 <BuildActionEntry 10 buildForTesting = "YES" 11 buildForRunning = "YES" 12 buildForProfiling = "NO" 13 buildForArchiving = "NO" 14 buildForAnalyzing = "NO"> 15 <BuildableReference 16 BuildableIdentifier = "primary" 17 BlueprintIdentifier = "5E0282E5215AA697007AC99D" 18 BuildableName = "UnitTests.xctest" 19 BlueprintName = "UnitTests" 20 ReferencedContainer = "container:Tests.xcodeproj"> 21 </BuildableReference> 22 </BuildActionEntry> 23 </BuildActionEntries> 24 </BuildAction> 25 <TestAction 26 buildConfiguration = "Test" 27 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" 28 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" 29 shouldUseLaunchSchemeArgsEnv = "YES"> 30 <Testables> 31 <TestableReference 32 skipped = "NO"> 33 <BuildableReference 34 BuildableIdentifier = "primary" 35 BlueprintIdentifier = "5E0282E5215AA697007AC99D" 36 BuildableName = "UnitTests.xctest" 37 BlueprintName = "UnitTests" 38 ReferencedContainer = "container:Tests.xcodeproj"> 39 </BuildableReference> 40 </TestableReference> 41 </Testables> 42 </TestAction> 43 <LaunchAction 44 buildConfiguration = "Test" 45 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" 46 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" 47 launchStyle = "0" 48 useCustomWorkingDirectory = "NO" 49 ignoresPersistentStateOnLaunch = "NO" 50 debugDocumentVersioning = "YES" 51 debugServiceExtension = "internal" 52 allowLocationSimulation = "YES"> 53 <MacroExpansion> 54 <BuildableReference 55 BuildableIdentifier = "primary" 56 BlueprintIdentifier = "5E0282E5215AA697007AC99D" 57 BuildableName = "UnitTests.xctest" 58 BlueprintName = "UnitTests" 59 ReferencedContainer = "container:Tests.xcodeproj"> 60 </BuildableReference> 61 </MacroExpansion> 62 <EnvironmentVariables> 63 <EnvironmentVariable 64 key = "HOST_PORT_LOCAL" 65 value = "localhost:5050" 66 isEnabled = "YES"> 67 </EnvironmentVariable> 68 <EnvironmentVariable 69 key = "HOST_PORT_REMOTE" 70 value = "grpc-test.sandbox.googleapis.com" 71 isEnabled = "YES"> 72 </EnvironmentVariable> 73 <EnvironmentVariable 74 key = "GRPC_CFSTREAM_RUN_LOOP" 75 value = "1" 76 isEnabled = "YES"> 77 </EnvironmentVariable> 78 <EnvironmentVariable 79 key = "HOST_PORT_LOCALSSL" 80 value = "localhost:5051" 81 isEnabled = "YES"> 82 </EnvironmentVariable> 83 </EnvironmentVariables> 84 </LaunchAction> 85 <ProfileAction 86 buildConfiguration = "Release" 87 shouldUseLaunchSchemeArgsEnv = "YES" 88 savedToolIdentifier = "" 89 useCustomWorkingDirectory = "NO" 90 debugDocumentVersioning = "YES"> 91 <MacroExpansion> 92 <BuildableReference 93 BuildableIdentifier = "primary" 94 BlueprintIdentifier = "5E0282E5215AA697007AC99D" 95 BuildableName = "UnitTests.xctest" 96 BlueprintName = "UnitTests" 97 ReferencedContainer = "container:Tests.xcodeproj"> 98 </BuildableReference> 99 </MacroExpansion> 100 </ProfileAction> 101 <AnalyzeAction 102 buildConfiguration = "Debug"> 103 </AnalyzeAction> 104 <ArchiveAction 105 buildConfiguration = "Release" 106 revealArchiveInOrganizer = "YES"> 107 </ArchiveAction> 108</Scheme> 109