mirror of
https://github.com/LeoNatan/LNPopupController.git
synced 2026-07-30 16:11:51 +00:00
130 lines
5.0 KiB
XML
130 lines
5.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "9999"
|
|
version = "1.7">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES">
|
|
<PreActions>
|
|
<ExecutionAction
|
|
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
|
<ActionContent
|
|
title = "Init Submodules if Needed"
|
|
scriptText = "cd "${SRCROOT}" if git submodule status | grep --quiet '^-'; then git submodule init git submodule update fi "
|
|
shellToInvoke = "/bin/zsh">
|
|
<EnvironmentBuildable>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "39277A031B58228000293F95"
|
|
BuildableName = "LNPopupControllerExample.app"
|
|
BlueprintName = "LNPopupControllerExample"
|
|
ReferencedContainer = "container:LNPopupControllerExample.xcodeproj">
|
|
</BuildableReference>
|
|
</EnvironmentBuildable>
|
|
</ActionContent>
|
|
</ExecutionAction>
|
|
</PreActions>
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "39277A031B58228000293F95"
|
|
BuildableName = "LNPopupControllerExample.app"
|
|
BlueprintName = "LNPopupControllerExample"
|
|
ReferencedContainer = "container:LNPopupControllerExample.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
<Testables>
|
|
</Testables>
|
|
</TestAction>
|
|
<LaunchAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
disableMainThreadChecker = "YES"
|
|
disablePerformanceAntipatternChecker = "YES"
|
|
launchStyle = "0"
|
|
useCustomWorkingDirectory = "NO"
|
|
ignoresPersistentStateOnLaunch = "NO"
|
|
debugDocumentVersioning = "YES"
|
|
debugServiceExtension = "internal"
|
|
enableGPUValidationMode = "1"
|
|
allowLocationSimulation = "YES">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "39277A031B58228000293F95"
|
|
BuildableName = "LNPopupControllerExample.app"
|
|
BlueprintName = "LNPopupControllerExample"
|
|
ReferencedContainer = "container:LNPopupControllerExample.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
<CommandLineArguments>
|
|
<CommandLineArgument
|
|
argument = "-_UIConstraintBasedLayoutPlaySoundOnUnsatisfiable YES"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
<CommandLineArgument
|
|
argument = "-com.apple.SwiftUI.DisableCollectionViewBackedGroupedLists 1"
|
|
isEnabled = "NO">
|
|
</CommandLineArgument>
|
|
</CommandLineArguments>
|
|
<EnvironmentVariables>
|
|
<EnvironmentVariable
|
|
key = "LNPOPUP_DEBUG_SWIZZLES"
|
|
value = "1"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
<EnvironmentVariable
|
|
key = "CG_CONTEXT_SHOW_BACKTRACE"
|
|
value = "1"
|
|
isEnabled = "YES">
|
|
</EnvironmentVariable>
|
|
</EnvironmentVariables>
|
|
<AdditionalOptions>
|
|
<AdditionalOption
|
|
key = "NSZombieEnabled"
|
|
value = "YES"
|
|
isEnabled = "YES">
|
|
</AdditionalOption>
|
|
</AdditionalOptions>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "Release"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<BuildableProductRunnable
|
|
runnableDebuggingMode = "0">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "39277A031B58228000293F95"
|
|
BuildableName = "LNPopupControllerExample.app"
|
|
BlueprintName = "LNPopupControllerExample"
|
|
ReferencedContainer = "container:LNPopupControllerExample.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildableProductRunnable>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|