123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Scheme
- LastUpgradeVersion = "1120"
- version = "1.3">
- <BuildAction
- parallelizeBuildables = "YES"
- buildImplicitDependencies = "YES">
- </BuildAction>
- <TestAction
- buildConfiguration = "Debug"
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
- shouldUseLaunchSchemeArgsEnv = "NO">
- <MacroExpansion>
- <BuildableReference
- BuildableIdentifier = "primary"
- BlueprintIdentifier = "507C80D92429111F00F765F7"
- BuildableName = "SnapshotTests.xctest"
- BlueprintName = "SnapshotTests"
- ReferencedContainer = "container:playground.xcodeproj">
- </BuildableReference>
- </MacroExpansion>
- <EnvironmentVariables>
- <EnvironmentVariable
- key = "FB_REFERENCE_IMAGE_DIR"
- value = "$(SOURCE_ROOT)/SnapshotTests/ReferenceImages"
- isEnabled = "YES">
- </EnvironmentVariable>
- <EnvironmentVariable
- key = "RECORD_SNAPSHOTS"
- value = "YES"
- isEnabled = "YES">
- </EnvironmentVariable>
- <EnvironmentVariable
- key = "IMAGE_DIFF_DIR"
- value = "$(SOURCE_ROOT)/SnapshotTests/FailureDiffs"
- isEnabled = "YES">
- </EnvironmentVariable>
- <EnvironmentVariable
- key = "TEST_ENABLED"
- value = "YES"
- isEnabled = "YES">
- </EnvironmentVariable>
- </EnvironmentVariables>
- <Testables>
- <TestableReference
- skipped = "NO">
- <BuildableReference
- BuildableIdentifier = "primary"
- BlueprintIdentifier = "507C80D92429111F00F765F7"
- BuildableName = "SnapshotTests.xctest"
- BlueprintName = "SnapshotTests"
- ReferencedContainer = "container:playground.xcodeproj">
- </BuildableReference>
- </TestableReference>
- </Testables>
- </TestAction>
- <LaunchAction
- buildConfiguration = "Debug"
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
- launchStyle = "0"
- useCustomWorkingDirectory = "NO"
- ignoresPersistentStateOnLaunch = "NO"
- debugDocumentVersioning = "YES"
- debugServiceExtension = "internal"
- allowLocationSimulation = "YES">
- <BuildableProductRunnable
- runnableDebuggingMode = "0">
- <BuildableReference
- BuildableIdentifier = "primary"
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
- BuildableName = "playground.app"
- BlueprintName = "playground"
- ReferencedContainer = "container:playground.xcodeproj">
- </BuildableReference>
- </BuildableProductRunnable>
- <EnvironmentVariables>
- <EnvironmentVariable
- key = "RECORD_SNAPSHOT_TESTS"
- value = ""
- isEnabled = "YES">
- </EnvironmentVariable>
- </EnvironmentVariables>
- </LaunchAction>
- <ProfileAction
- buildConfiguration = "Release"
- shouldUseLaunchSchemeArgsEnv = "YES"
- savedToolIdentifier = ""
- useCustomWorkingDirectory = "NO"
- debugDocumentVersioning = "YES">
- <MacroExpansion>
- <BuildableReference
- BuildableIdentifier = "primary"
- BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
- BuildableName = "playground.app"
- BlueprintName = "playground"
- ReferencedContainer = "container:playground.xcodeproj">
- </BuildableReference>
- </MacroExpansion>
- </ProfileAction>
- <AnalyzeAction
- buildConfiguration = "Debug">
- </AnalyzeAction>
- <ArchiveAction
- buildConfiguration = "Release"
- revealArchiveInOrganizer = "YES">
- </ArchiveAction>
- </Scheme>
|