Skip to content

Commit

Permalink
Merge pull request appsquickly#388 from akiraspeirs/fix-framework-not…
Browse files Browse the repository at this point in the history
…-building

Fixing framework not building.
  • Loading branch information
jasperblues committed Jul 25, 2015
2 parents 480d90c + ff299e9 commit ada231f
Showing 1 changed file with 86 additions and 8 deletions.
94 changes: 86 additions & 8 deletions Typhoon.xcodeproj/xcshareddata/xcschemes/Typhoon.xcscheme
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
version = "1.3">
<BuildAction>
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForRunning = "YES">
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "90ABC3E91A36B09E008D8162"
Expand All @@ -13,19 +19,91 @@
ReferencedContainer = "container:Typhoon.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "90ABC3F31A36B09E008D8162"
BuildableName = "TyphoonTests.xctest"
BlueprintName = "TyphoonTests"
ReferencedContainer = "container:Typhoon.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "90ABC3F31A36B09E008D8162"
BuildableName = "TyphoonTests.xctest"
BlueprintName = "TyphoonTests"
ReferencedContainer = "container:Typhoon.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "90ABC3E91A36B09E008D8162"
BuildableName = "Typhoon.framework"
BlueprintName = "Typhoon"
ReferencedContainer = "container:Typhoon.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug">
<BuildableProductRunnable>
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "6B076E591936F5850083714E"
BuildableName = "Typhoon-iOS.app"
BlueprintName = "Typhoon-iOS"
BlueprintIdentifier = "90ABC3E91A36B09E008D8162"
BuildableName = "Typhoon.framework"
BlueprintName = "Typhoon"
ReferencedContainer = "container:Typhoon.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "90ABC3E91A36B09E008D8162"
BuildableName = "Typhoon.framework"
BlueprintName = "Typhoon"
ReferencedContainer = "container:Typhoon.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit ada231f

Please sign in to comment.