stasel / WebRTC

Unofficial distribution of up to date WebRTC framework binaries for iOS and macOS
Other
359 stars 76 forks source link

webrtc binary is being redownloaded each time project.pbxproj touched #6

Closed ruslandoga closed 3 years ago

ruslandoga commented 3 years ago

👋

I think this might be SPM issue but still, I wonder if you know of a way to stop SPM downloading webrtc binaries each time project.pbxproj changes (or it seems even when it just changes last modified date) which happens each time I merge/rebase branches? Maybe there is some kind of check that could be done on SPM level without downloading the binaries?

I've tried pinning the package to commit ref but it's still being redownloaded after pulling updates for a branch that include project.pbxproj changes.

I've also asked that question on the forum.

stasel commented 3 years ago

Hey, yeah this sounds like xcode/SPM issue so better reporting it there or in Apple dev forums.

Closing the issue for now