malcommac / SwiftDate

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

Fix build, and fix xcodeproj missing files #813

Open s2mr opened 1 year ago

s2mr commented 1 year ago

When using the latest swiftlint 0.51.0, xcodeproj's prebuild script occurs a fatal error. So, the build failed for users who use carthage and install the latest swiftlint.

And, xcodeproj file contains missing reference files. So I deleted it.

This PR contains the following:

Environment:

ddanielczyk commented 9 months ago

+1