Skip to content

Commit

Permalink
Fix test menu grayed out
Browse files Browse the repository at this point in the history
  • Loading branch information
hlung committed Sep 5, 2017
1 parent dbc10cb commit 0ef818b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E0356E461DEDF3B200C6678C"
BuildableName = "TKFormTextFieldDemoTests.xctest"
BlueprintName = "TKFormTextFieldDemoTests"
ReferencedContainer = "container:TKFormTextFieldDemo.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
buildForRunning = "NO"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E0356E511DEDF3B200C6678C"
Expand All @@ -43,6 +43,16 @@
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E0356E511DEDF3B200C6678C"
BuildableName = "TKFormTextFieldDemoUITests.xctest"
BlueprintName = "TKFormTextFieldDemoUITests"
ReferencedContainer = "container:TKFormTextFieldDemo.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
Expand Down

0 comments on commit 0ef818b

Please sign in to comment.