Skip to content

Commit

Permalink
Add shared scheme so that GuardedSwiftyJSON can be used as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Will James committed Jul 29, 2016
1 parent d12ce22 commit e15a1df
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v4.1.0"
github "Quick/Quick" "v0.9.2"
github "Quick/Quick" "v0.9.3"
github "SwiftyJSON/SwiftyJSON" "2.3.3"
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "55FE27151D4ADF5B008C5C67"
BuildableName = "GuardedSwiftyJson.framework"
BlueprintName = "GuardedSwiftyJson"
ReferencedContainer = "container:GuardedSwiftyJSON.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 = "55FE271F1D4ADF5B008C5C67"
BuildableName = "GuardedSwiftyJsonTests.xctest"
BlueprintName = "GuardedSwiftyJsonTests"
ReferencedContainer = "container:GuardedSwiftyJSON.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "55FE27151D4ADF5B008C5C67"
BuildableName = "GuardedSwiftyJson.framework"
BlueprintName = "GuardedSwiftyJson"
ReferencedContainer = "container:GuardedSwiftyJSON.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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "55FE27151D4ADF5B008C5C67"
BuildableName = "GuardedSwiftyJson.framework"
BlueprintName = "GuardedSwiftyJson"
ReferencedContainer = "container:GuardedSwiftyJSON.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "55FE27151D4ADF5B008C5C67"
BuildableName = "GuardedSwiftyJson.framework"
BlueprintName = "GuardedSwiftyJson"
ReferencedContainer = "container:GuardedSwiftyJSON.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit e15a1df

Please sign in to comment.