CoinbaseWallet / CBDatabase

72 stars 38 forks source link

Only use .swift files as source files #1

Closed imownbey closed 5 years ago

imownbey commented 5 years ago

Including the Info.plist (found in CBDatabase/Modules/Info.plist) as sources makes cocoapods thinks it needs to be compiled. This causes an error because it gets both copied & compile which errors on duplicate file update. This should fix & be a little safer anyways.

Normally source files are in a Source/ directory also to help protect against this, but seemed like a bigger fix.