SwiftDate icon indicating copy to clipboard operation
SwiftDate copied to clipboard

Fix build, and fix xcodeproj missing files

Open s2mr opened this issue 1 year ago • 1 comments

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:

  • [x] Fix swiftlint serious violations.
  • [x] Delete missing reference in xcodeproj
  • [x] Equal xcodeproj's ios minimum development target to Package.swift

Environment:

  • carthage 0.39.0
  • swiftlint 0.51.0
  • Xcode 14.2.0
  • Mac OS Ventura 13.2.1(22D68)

s2mr avatar May 09 '23 08:05 s2mr

+1

ddanielczyk avatar Nov 22 '23 10:11 ddanielczyk