Skip to content

Commit

Permalink
Why is the scheme getting deleted after each run?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed Dec 19, 2013
1 parent c837f74 commit 00cbf9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4B841486179B0E5200916BF5"
BuildableName = "OS X Tests (Cocoapods).octest"
BlueprintName = "OS X Tests (Cocoapods)"
ReferencedContainer = "container:Tests/Tests.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0500"
version = "1.3">
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
Expand Down Expand Up @@ -37,6 +37,10 @@
BlueprintName = "iOS Tests (Cocoapods)"
ReferencedContainer = "container:Tests/Tests.xcodeproj">
</BuildableReference>
<LocationScenarioReference
identifier = "com.apple.dt.IDEFoundation.CurrentLocationScenarioIdentifier"
referenceType = "1">
</LocationScenarioReference>
</TestableReference>
</Testables>
</TestAction>
Expand Down
5 changes: 2 additions & 3 deletions build-configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ module.company=typhoonframework.org

module.sdk.version=6.1
module.osx.sdk.version=10.9
library.ios.name=Typhoon-iOS
library.osx.name=Typhoon-OSX

library.ios.name=iOS-Typhoon
library.osx.name=OSX-Typhoon
#-------------------------------------------------- Base Directories --------------------------------------------------#
target.dir=${basedir}/build
intermediates.dir=${target.dir}/intermediates
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
generate code coverage by linking the library test target to the universal library; this doesn't work. -->
<target name="__shouldbeprivate__coverage" depends="
__build.library.ios.simulator,
--test.library,
--test.cocoapods,
--test.generate.report,
--test.evaluate,
--assemble.coverage.data,
Expand Down

0 comments on commit 00cbf9b

Please sign in to comment.