Permalink
Please sign in to comment.
Showing
with
114 additions
and 14 deletions.
- +1 −1 .travis.yml
- +101 −0 Hint.xcodeproj/xcshareddata/xcschemes/HintTests.xcscheme
- +12 −13 HintTests/HintTests.swift
| @@ -0,0 +1,101 @@ | ||
| +<?xml version="1.0" encoding="UTF-8"?> | ||
| +<Scheme | ||
| + LastUpgradeVersion = "0820" | ||
| + version = "1.3"> | ||
| + <BuildAction | ||
| + parallelizeBuildables = "YES" | ||
| + buildImplicitDependencies = "YES"> | ||
| + <BuildActionEntries> | ||
| + <BuildActionEntry | ||
| + buildForTesting = "YES" | ||
| + buildForRunning = "YES" | ||
| + buildForProfiling = "YES" | ||
| + buildForArchiving = "YES" | ||
| + buildForAnalyzing = "YES"> | ||
| + <BuildableReference | ||
| + BuildableIdentifier = "primary" | ||
| + BlueprintIdentifier = "4BD7DC4E1E1383E500237385" | ||
| + BuildableName = "Hint.app" | ||
| + BlueprintName = "Hint" | ||
| + ReferencedContainer = "container:Hint.xcodeproj"> | ||
| + </BuildableReference> | ||
| + </BuildActionEntry> | ||
| + </BuildActionEntries> | ||
| + </BuildAction> | ||
| + <TestAction | ||
| + buildConfiguration = "Debug" | ||
| + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
| + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
| + shouldUseLaunchSchemeArgsEnv = "YES"> | ||
| + <Testables> | ||
| + <TestableReference | ||
| + skipped = "NO"> | ||
| + <BuildableReference | ||
| + BuildableIdentifier = "primary" | ||
| + BlueprintIdentifier = "4BD7DC5D1E1383E500237385" | ||
| + BuildableName = "HintTests.xctest" | ||
| + BlueprintName = "HintTests" | ||
| + ReferencedContainer = "container:Hint.xcodeproj"> | ||
| + </BuildableReference> | ||
| + </TestableReference> | ||
| + </Testables> | ||
| + <MacroExpansion> | ||
| + <BuildableReference | ||
| + BuildableIdentifier = "primary" | ||
| + BlueprintIdentifier = "4BD7DC4E1E1383E500237385" | ||
| + BuildableName = "Hint.app" | ||
| + BlueprintName = "Hint" | ||
| + ReferencedContainer = "container:Hint.xcodeproj"> | ||
| + </BuildableReference> | ||
| + </MacroExpansion> | ||
| + <AdditionalOptions> | ||
| + </AdditionalOptions> | ||
| + </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 = "4BD7DC4E1E1383E500237385" | ||
| + BuildableName = "Hint.app" | ||
| + BlueprintName = "Hint" | ||
| + ReferencedContainer = "container:Hint.xcodeproj"> | ||
| + </BuildableReference> | ||
| + </BuildableProductRunnable> | ||
| + <AdditionalOptions> | ||
| + </AdditionalOptions> | ||
| + </LaunchAction> | ||
| + <ProfileAction | ||
| + buildConfiguration = "Release" | ||
| + shouldUseLaunchSchemeArgsEnv = "YES" | ||
| + savedToolIdentifier = "" | ||
| + useCustomWorkingDirectory = "NO" | ||
| + debugDocumentVersioning = "YES"> | ||
| + <BuildableProductRunnable | ||
| + runnableDebuggingMode = "0"> | ||
| + <BuildableReference | ||
| + BuildableIdentifier = "primary" | ||
| + BlueprintIdentifier = "4BD7DC4E1E1383E500237385" | ||
| + BuildableName = "Hint.app" | ||
| + BlueprintName = "Hint" | ||
| + ReferencedContainer = "container:Hint.xcodeproj"> | ||
| + </BuildableReference> | ||
| + </BuildableProductRunnable> | ||
| + </ProfileAction> | ||
| + <AnalyzeAction | ||
| + buildConfiguration = "Debug"> | ||
| + </AnalyzeAction> | ||
| + <ArchiveAction | ||
| + buildConfiguration = "Release" | ||
| + revealArchiveInOrganizer = "YES"> | ||
| + </ArchiveAction> | ||
| +</Scheme> |
0 comments on commit
2b38cea