SwiftGRPC.xcscheme 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Scheme LastUpgradeVersion = "9999" version = "1.3">
  3. <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES">
  4. <BuildActionEntries>
  5. <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES">
  6. <BuildableReference
  7. BuildableIdentifier = "primary"
  8. BuildableName = "'lib$(TARGET_NAME)'"
  9. BlueprintName = "CgRPC"
  10. ReferencedContainer = "container:SwiftGRPC.xcodeproj">
  11. </BuildableReference>
  12. </BuildActionEntry>
  13. <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES">
  14. <BuildableReference
  15. BuildableIdentifier = "primary"
  16. BuildableName = "'lib$(TARGET_NAME)'"
  17. BlueprintName = "BoringSSL"
  18. ReferencedContainer = "container:SwiftGRPC.xcodeproj">
  19. </BuildableReference>
  20. </BuildActionEntry>
  21. <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "YES" buildForArchiving = "YES" buildForAnalyzing = "YES">
  22. <BuildableReference
  23. BuildableIdentifier = "primary"
  24. BuildableName = "'lib$(TARGET_NAME)'"
  25. BlueprintName = "gRPC"
  26. ReferencedContainer = "container:SwiftGRPC.xcodeproj">
  27. </BuildableReference>
  28. </BuildActionEntry>
  29. </BuildActionEntries>
  30. </BuildAction>
  31. <TestAction
  32. buildConfiguration = "Debug"
  33. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  34. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  35. shouldUseLaunchSchemeArgsEnv = "YES"
  36. codeCoverageEnabled = "NO">
  37. <Testables>
  38. <TestableReference
  39. skipped = "NO">
  40. <BuildableReference
  41. BuildableIdentifier = "primary"
  42. BuildableName = "'$(TARGET_NAME)'"
  43. BlueprintName = "gRPCTests"
  44. ReferencedContainer = "container:SwiftGRPC.xcodeproj">
  45. </BuildableReference>
  46. </TestableReference>
  47. </Testables>
  48. </TestAction>
  49. </Scheme>