Skip to content

Commit

Permalink
Fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik committed Oct 12, 2022
1 parent 9222dc2 commit 14bfa7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ let package = Package(
dependencies: ["InputBarAccessoryView"],
path: "Sources",
exclude: ["Supporting/Info.plist", "Supporting/MessageKit.h"],
swiftSettings: [SwiftSetting.define("IS_SPM")],
plugins: ["SwiftLintPlugin"]
swiftSettings: [SwiftSetting.define("IS_SPM")]
),
.testTarget(name: "MessageKitTests", dependencies: ["MessageKit"]),

Expand Down

0 comments on commit 14bfa7e

Please sign in to comment.