Move to Swift Package Manager disregarding Cocoapods (#496)
* Build as many dependencies as possible with SPM. * Xcworkspace is no longer needed. * Collecting coverage information does unfortunately cause linking errors in Base32. So it is disabled for now.
This commit is contained in:
parent
c72cd1c653
commit
032436fa70
14 changed files with 341 additions and 373 deletions
|
|
@ -26,8 +26,7 @@
|
|||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
codeCoverageEnabled = "YES">
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue