mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
* Add support for App Clips Embeds App Clips into the containing app when they are a dependency. * Patch #909 to not fail CI (#917) Co-authored-by: Dan Fleming <dflems@spotify.com>
121 lines
4.5 KiB
XML
121 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "1020"
|
|
version = "1.3">
|
|
<BuildAction
|
|
parallelizeBuildables = "NO"
|
|
buildImplicitDependencies = "NO">
|
|
<PreActions>
|
|
<ExecutionAction
|
|
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
<ActionContent
|
|
title = "Run Script"
|
|
scriptText = "echo Starting Framework Build">
|
|
<EnvironmentBuildable>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "242476187403208F30D3219F"
|
|
BuildableName = "Framework.framework"
|
|
BlueprintName = "Framework_iOS"
|
|
ReferencedContainer = "container:ProjectXcode12.xcodeproj">
|
|
</BuildableReference>
|
|
</EnvironmentBuildable>
|
|
</ActionContent>
|
|
</ExecutionAction>
|
|
</PreActions>
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "242476187403208F30D3219F"
|
|
BuildableName = "Framework.framework"
|
|
BlueprintName = "Framework_iOS"
|
|
ReferencedContainer = "container:ProjectXcode12.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "Production Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
language = "ja"
|
|
region = "en"
|
|
codeCoverageEnabled = "YES"
|
|
onlyGenerateCoverageForSpecifiedTargets = "NO"
|
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
<Testables>
|
|
</Testables>
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "242476187403208F30D3219F"
|
|
BuildableName = "Framework.framework"
|
|
BlueprintName = "Framework_iOS"
|
|
ReferencedContainer = "container:ProjectXcode12.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
<CommandLineArguments>
|
|
</CommandLineArguments>
|
|
</TestAction>
|
|
<LaunchAction
|
|
buildConfiguration = "Production 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 = "242476187403208F30D3219F"
|
|
BuildableName = "Framework.framework"
|
|
BlueprintName = "Framework_iOS"
|
|
ReferencedContainer = "container:ProjectXcode12.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
<CommandLineArguments>
|
|
<CommandLineArgument
|
|
argument = "argument"
|
|
isEnabled = "YES">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "argument.with.dot"
|
|
isEnabled = "YES">
|
|
</CommandLineArgument>
|
|
</CommandLineArguments>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "Production Release"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "242476187403208F30D3219F"
|
|
BuildableName = "Framework.framework"
|
|
BlueprintName = "Framework_iOS"
|
|
ReferencedContainer = "container:ProjectXcode12.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Production Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Production Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|