mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-05-17 10:20:34 +00:00
4b7f5f3be0
* Change minimum iOS deployment target to 9.0. Support for 8.0 was dropped in Xcode 12. * Apply recommended settings in Xcode 12. * Update iOS minimum deployment target to 9.0 in SwiftPM and Cocoapods files as well.
96 lines
3.4 KiB
XML
96 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Scheme
|
|
LastUpgradeVersion = "1200"
|
|
version = "1.3">
|
|
<BuildAction
|
|
parallelizeBuildables = "YES"
|
|
buildImplicitDependencies = "YES">
|
|
<BuildActionEntries>
|
|
<BuildActionEntry
|
|
buildForTesting = "YES"
|
|
buildForRunning = "YES"
|
|
buildForProfiling = "YES"
|
|
buildForArchiving = "YES"
|
|
buildForAnalyzing = "YES">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "955EE5991D5E581B008C3DA8"
|
|
BuildableName = "DeviceKit.framework"
|
|
BlueprintName = "DeviceKit"
|
|
ReferencedContainer = "container:DeviceKit.xcodeproj">
|
|
</BuildableReference>
|
|
</BuildActionEntry>
|
|
</BuildActionEntries>
|
|
</BuildAction>
|
|
<TestAction
|
|
buildConfiguration = "Debug"
|
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
enableThreadSanitizer = "YES"
|
|
codeCoverageEnabled = "YES">
|
|
<Testables>
|
|
<TestableReference
|
|
skipped = "NO"
|
|
parallelizable = "YES"
|
|
testExecutionOrdering = "random">
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "955EE5A11D5E581B008C3DA8"
|
|
BuildableName = "DeviceKitTests.xctest"
|
|
BlueprintName = "DeviceKitTests"
|
|
ReferencedContainer = "container:DeviceKit.xcodeproj">
|
|
</BuildableReference>
|
|
<SkippedTests>
|
|
<Test
|
|
Identifier = "DeviceKitTests/testKeepsBatteryMonitoringState()">
|
|
</Test>
|
|
</SkippedTests>
|
|
</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">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "955EE5991D5E581B008C3DA8"
|
|
BuildableName = "DeviceKit.framework"
|
|
BlueprintName = "DeviceKit"
|
|
ReferencedContainer = "container:DeviceKit.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
</LaunchAction>
|
|
<ProfileAction
|
|
buildConfiguration = "Release"
|
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
savedToolIdentifier = ""
|
|
useCustomWorkingDirectory = "NO"
|
|
debugDocumentVersioning = "YES">
|
|
<MacroExpansion>
|
|
<BuildableReference
|
|
BuildableIdentifier = "primary"
|
|
BlueprintIdentifier = "955EE5991D5E581B008C3DA8"
|
|
BuildableName = "DeviceKit.framework"
|
|
BlueprintName = "DeviceKit"
|
|
ReferencedContainer = "container:DeviceKit.xcodeproj">
|
|
</BuildableReference>
|
|
</MacroExpansion>
|
|
</ProfileAction>
|
|
<AnalyzeAction
|
|
buildConfiguration = "Debug">
|
|
</AnalyzeAction>
|
|
<ArchiveAction
|
|
buildConfiguration = "Release"
|
|
revealArchiveInOrganizer = "YES">
|
|
</ArchiveAction>
|
|
</Scheme>
|