SwiftDate
SwiftDate copied to clipboard
Remove resources param on SPM target
There is a resources param on the SwiftDate target definition. However, those resources were removed since version 7.0.0.
Because of this param, SPM resolution of this library is not working with Tuist SPM Dependencies - Tuist denies this library due to missing resources.
Removing resources param makes Tuist work with this library.
Any plans on merging this? SwiftDate 7.0.0 won't install when using tuist for our project due to the Project file's missing files, and this fixes that problem.
+1