dropbox / SwiftyDropbox

Swift SDK for the Dropbox API v2.
MIT License
677 stars 207 forks source link

Large repo size (SPM issue) #424

Open 0xpablo opened 1 week ago

0xpablo commented 1 week ago

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!

greg-db commented 1 week ago

Thanks! I can't make any promises myself, but I'll ask the team to look into this.