Skip to content

Commit

Permalink
Add scheme for Carthage support
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Feb 8, 2019
1 parent 27842a3 commit d77412f
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 1 deletion.
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_05952799B6148FF995E6D238E7A58849"
BuildableName = "Dronecode_SDK_Swift.framework"
BlueprintName = "Dronecode_SDK_Swift"
ReferencedContainer = "container:Dronecode-SDK-Swift.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_05952799B6148FF995E6D238E7A58849"
BuildableName = "Dronecode_SDK_Swift.framework"
BlueprintName = "Dronecode_SDK_Swift"
ReferencedContainer = "container:Dronecode-SDK-Swift.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
</CommandLineArguments>
<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 = "NT_05952799B6148FF995E6D238E7A58849"
BuildableName = "Dronecode_SDK_Swift.framework"
BlueprintName = "Dronecode_SDK_Swift"
ReferencedContainer = "container:Dronecode-SDK-Swift.xcodeproj">
</BuildableReference>
</MacroExpansion>
<CommandLineArguments>
</CommandLineArguments>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NT_05952799B6148FF995E6D238E7A58849"
BuildableName = "Dronecode_SDK_Swift.framework"
BlueprintName = "Dronecode_SDK_Swift"
ReferencedContainer = "container:Dronecode-SDK-Swift.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
</CommandLineArguments>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
1 change: 1 addition & 0 deletions project.yml
Expand Up @@ -10,6 +10,7 @@ targets:
name: Dronecode_SDK_Swift
type: framework
platform: iOS
scheme: {}
sources: [Sources/Dronecode-SDK-Swift]
dependencies:
- carthage: backend
Expand Down
2 changes: 1 addition & 1 deletion tools/generate_docs.sh
Expand Up @@ -15,7 +15,7 @@ jazzy \
--github_url https://github.com/Dronecode/DronecodeSDK-Swift \
--github-file-prefix https://github.com/Dronecode/DronecodeSDK-Swift/tree/master \
--module-version master \
--xcodebuild-arguments -project,Dronecode-SDK-Swift.xcodeproj \
--xcodebuild-arguments -project,Dronecode-SDK-Swift.xcodeproj,-scheme,Dronecode_SDK_Swift \
--module Dronecode-SDK-Swift \
--root-url https://sdk.dronecode.org/docs/swift \
--output docs/swift_output \
Expand Down

0 comments on commit d77412f

Please sign in to comment.