dropbox / dropbox/SwiftyDropbox
Large repo size (SPM issue)
- Dominant language
- Swift
- Stars
- 721
- Forks
- 218
- PR merge metrics
- No merged PRs in 30d
Description
The SwiftyDropbox repo is over 500 MB. Since SPM clones the whole repo when resolving dependencies, this adds extra time to dependency resolution and uses unnecessary disk space waste.
Many third party vendors that have the same issue overcome it by creating an SPM optimized repo.
For instance, RevenueCat https://github.com/RevenueCat/purchases-ios recommends using their SPM repo https://github.com/RevenueCat/purchases-ios-spm.
Same thing for many other 3rd party dependencies such as Lottie, AppsFlyer or OpenSSL.
Would it be possible to consider the same approach for SwiftyDropbox?
Thanks in advance!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.