Skip to content

Commit

Permalink
Testing scheme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Bunney committed Jan 4, 2016
1 parent 672f94b commit 655e61b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 87 deletions.
2 changes: 2 additions & 0 deletions Toucan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
74BE12931C39F80A00C9521C /* Toucan.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 740AC3EA1999799900AB9A86 /* Toucan.framework */; };
74FBD0DF1A66512A009B7BC5 /* Toucan.h in Headers */ = {isa = PBXBuildFile; fileRef = 74FBD0DD1A66512A009B7BC5 /* Toucan.h */; settings = {ATTRIBUTES = (Public, ); }; };
74FBD0E01A66512A009B7BC5 /* Toucan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FBD0DE1A66512A009B7BC5 /* Toucan.swift */; };
74FBD0EF1A665152009B7BC5 /* MaskingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FBD0E51A665140009B7BC5 /* MaskingTests.swift */; };
Expand Down Expand Up @@ -54,6 +55,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
74BE12931C39F80A00C9521C /* Toucan.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
36 changes: 35 additions & 1 deletion Toucan.xcodeproj/xcshareddata/xcschemes/Toucan.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,35 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "740AC3F41999799900AB9A86"
BuildableName = "ToucanTests.xctest"
BlueprintName = "ToucanTests"
ReferencedContainer = "container:Toucan.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "740AC3E91999799900AB9A86"
BuildableName = "Toucan.framework"
BlueprintName = "Toucan"
ReferencedContainer = "container:Toucan.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
<AdditionalOption
key = "NSZombieEnabled"
value = "YES"
isEnabled = "YES">
</AdditionalOption>
</AdditionalOptions>
</TestAction>
<LaunchAction
Expand Down Expand Up @@ -60,6 +85,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "740AC3E91999799900AB9A86"
BuildableName = "Toucan.framework"
BlueprintName = "Toucan"
ReferencedContainer = "container:Toucan.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
81 changes: 0 additions & 81 deletions Toucan.xcodeproj/xcshareddata/xcschemes/ToucanTests.xcscheme

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>ToucanTests.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
Expand Down

0 comments on commit 655e61b

Please sign in to comment.