malcommac / SwiftDate

🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
MIT License
7.61k stars 767 forks source link

Remove resources param on SPM target #804

Open salqueng opened 1 year ago

salqueng commented 1 year ago

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.

lpbas commented 1 year ago

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.

ddanielczyk commented 9 months ago

+1