react-native-navigation的迁移库

SnapshotTests.xcscheme 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Scheme
  3. LastUpgradeVersion = "1120"
  4. version = "1.3">
  5. <BuildAction
  6. parallelizeBuildables = "YES"
  7. buildImplicitDependencies = "YES">
  8. </BuildAction>
  9. <TestAction
  10. buildConfiguration = "Debug"
  11. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  12. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  13. shouldUseLaunchSchemeArgsEnv = "NO">
  14. <MacroExpansion>
  15. <BuildableReference
  16. BuildableIdentifier = "primary"
  17. BlueprintIdentifier = "507C80D92429111F00F765F7"
  18. BuildableName = "SnapshotTests.xctest"
  19. BlueprintName = "SnapshotTests"
  20. ReferencedContainer = "container:playground.xcodeproj">
  21. </BuildableReference>
  22. </MacroExpansion>
  23. <EnvironmentVariables>
  24. <EnvironmentVariable
  25. key = "FB_REFERENCE_IMAGE_DIR"
  26. value = "$(SOURCE_ROOT)/SnapshotTests/ReferenceImages"
  27. isEnabled = "YES">
  28. </EnvironmentVariable>
  29. <EnvironmentVariable
  30. key = "IMAGE_DIFF_DIR"
  31. value = "$(SOURCE_ROOT)/SnapshotTests/FailureDiffs"
  32. isEnabled = "YES">
  33. </EnvironmentVariable>
  34. <EnvironmentVariable
  35. key = "TEST_ENABLED"
  36. value = "YES"
  37. isEnabled = "YES">
  38. </EnvironmentVariable>
  39. </EnvironmentVariables>
  40. <Testables>
  41. <TestableReference
  42. skipped = "NO">
  43. <BuildableReference
  44. BuildableIdentifier = "primary"
  45. BlueprintIdentifier = "507C80D92429111F00F765F7"
  46. BuildableName = "SnapshotTests.xctest"
  47. BlueprintName = "SnapshotTests"
  48. ReferencedContainer = "container:playground.xcodeproj">
  49. </BuildableReference>
  50. </TestableReference>
  51. </Testables>
  52. </TestAction>
  53. <LaunchAction
  54. buildConfiguration = "Debug"
  55. selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  56. selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
  57. launchStyle = "0"
  58. useCustomWorkingDirectory = "NO"
  59. ignoresPersistentStateOnLaunch = "NO"
  60. debugDocumentVersioning = "YES"
  61. debugServiceExtension = "internal"
  62. allowLocationSimulation = "YES">
  63. <BuildableProductRunnable
  64. runnableDebuggingMode = "0">
  65. <BuildableReference
  66. BuildableIdentifier = "primary"
  67. BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
  68. BuildableName = "playground.app"
  69. BlueprintName = "playground"
  70. ReferencedContainer = "container:playground.xcodeproj">
  71. </BuildableReference>
  72. </BuildableProductRunnable>
  73. </LaunchAction>
  74. <ProfileAction
  75. buildConfiguration = "Release"
  76. shouldUseLaunchSchemeArgsEnv = "YES"
  77. savedToolIdentifier = ""
  78. useCustomWorkingDirectory = "NO"
  79. debugDocumentVersioning = "YES">
  80. <MacroExpansion>
  81. <BuildableReference
  82. BuildableIdentifier = "primary"
  83. BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
  84. BuildableName = "playground.app"
  85. BlueprintName = "playground"
  86. ReferencedContainer = "container:playground.xcodeproj">
  87. </BuildableReference>
  88. </MacroExpansion>
  89. </ProfileAction>
  90. <AnalyzeAction
  91. buildConfiguration = "Debug">
  92. </AnalyzeAction>
  93. <ArchiveAction
  94. buildConfiguration = "Release"
  95. revealArchiveInOrganizer = "YES">
  96. </ArchiveAction>
  97. </Scheme>