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:
Danny Mösch 2021-08-30 18:41:29 +02:00 committed by GitHub
parent c72cd1c653
commit 032436fa70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 341 additions and 373 deletions

View file

@ -1,7 +1,6 @@
default_platform :ios
lane :prepare do
cocoapods
carthage(cache_builds: true, platform: "iOS")
sh "./scripts/gopenpgp_build.sh"
end