Skip to content

Commit

Permalink
made framework a shared target
Browse files Browse the repository at this point in the history
  • Loading branch information
boek committed Mar 2, 2016
1 parent a73c58a commit ab6b4f8
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Symphony.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
42F51FA51C35E6CF00359D0E /* Composer.swift */,
424CB5D21C3F323D00B87DF7 /* Container.swift */,
424CB5D01C3F31E000B87DF7 /* Event.swift */,
42F51F8E1C35E65000359D0E /* Info.plist */,
424CB5CE1C3F31C500B87DF7 /* State.swift */,
42F51F8E1C35E65000359D0E /* Info.plist */,
42F51F8C1C35E65000359D0E /* Symphony.h */,
);
path = Symphony;
Expand Down
Binary file not shown.
99 changes: 99 additions & 0 deletions Symphony.xcodeproj/xcshareddata/xcschemes/Symphony.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "42F51F881C35E65000359D0E"
BuildableName = "Symphony.framework"
BlueprintName = "Symphony"
ReferencedContainer = "container:Symphony.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 = "42F51F921C35E65100359D0E"
BuildableName = "SymphonyTests.xctest"
BlueprintName = "SymphonyTests"
ReferencedContainer = "container:Symphony.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "42F51F881C35E65000359D0E"
BuildableName = "Symphony.framework"
BlueprintName = "Symphony"
ReferencedContainer = "container:Symphony.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 = "42F51F881C35E65000359D0E"
BuildableName = "Symphony.framework"
BlueprintName = "Symphony"
ReferencedContainer = "container:Symphony.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "42F51F881C35E65000359D0E"
BuildableName = "Symphony.framework"
BlueprintName = "Symphony"
ReferencedContainer = "container:Symphony.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit ab6b4f8

Please sign in to comment.