Skip to content
Snippets Groups Projects

Messenger example - contacts list

Merged Dariusz Rybicki requested to merge feature/messenger-example-contacts into development
10 files
+ 525
17
Compare changes
  • Side-by-side
  • Inline
Files
10
 
<?xml version="1.0" encoding="UTF-8"?>
 
<Scheme
 
LastUpgradeVersion = "1400"
 
version = "1.3">
 
<BuildAction
 
parallelizeBuildables = "YES"
 
buildImplicitDependencies = "YES">
 
<BuildActionEntries>
 
<BuildActionEntry
 
buildForTesting = "YES"
 
buildForRunning = "YES"
 
buildForProfiling = "YES"
 
buildForArchiving = "YES"
 
buildForAnalyzing = "YES">
 
<BuildableReference
 
BuildableIdentifier = "primary"
 
BlueprintIdentifier = "ContactsFeature"
 
BuildableName = "ContactsFeature"
 
BlueprintName = "ContactsFeature"
 
ReferencedContainer = "container:">
 
</BuildableReference>
 
</BuildActionEntry>
 
</BuildActionEntries>
 
</BuildAction>
 
<TestAction
 
buildConfiguration = "Debug"
 
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
 
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
 
shouldUseLaunchSchemeArgsEnv = "YES"
 
codeCoverageEnabled = "YES">
 
<Testables>
 
<TestableReference
 
skipped = "NO">
 
<BuildableReference
 
BuildableIdentifier = "primary"
 
BlueprintIdentifier = "ContactsFeatureTests"
 
BuildableName = "ContactsFeatureTests"
 
BlueprintName = "ContactsFeatureTests"
 
ReferencedContainer = "container:">
 
</BuildableReference>
 
</TestableReference>
 
</Testables>
 
</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">
 
</LaunchAction>
 
<ProfileAction
 
buildConfiguration = "Release"
 
shouldUseLaunchSchemeArgsEnv = "YES"
 
savedToolIdentifier = ""
 
useCustomWorkingDirectory = "NO"
 
debugDocumentVersioning = "YES">
 
<MacroExpansion>
 
<BuildableReference
 
BuildableIdentifier = "primary"
 
BlueprintIdentifier = "ContactsFeature"
 
BuildableName = "ContactsFeature"
 
BlueprintName = "ContactsFeature"
 
ReferencedContainer = "container:">
 
</BuildableReference>
 
</MacroExpansion>
 
</ProfileAction>
 
<AnalyzeAction
 
buildConfiguration = "Debug">
 
</AnalyzeAction>
 
<ArchiveAction
 
buildConfiguration = "Release"
 
revealArchiveInOrganizer = "YES">
 
</ArchiveAction>
 
</Scheme>
Loading