Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Apr 30, 2024
1 parent 80fe04b commit ff1176d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ let package = Package(
.target(
name: "_SwiftUIX",
dependencies: [],
swiftSettings: [
.unsafeFlags([
"-suppress-warnings"
])
]
swiftSettings: []
),
.target(
name: "SwiftUIX",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extension NSDraggingInfo {
return []
}

var items = pasteboardItems.map { pasteboardItem in
let items = pasteboardItems.map { pasteboardItem in
let itemProvider = NSItemProvider()

for type in pasteboardItem.types {
Expand Down

0 comments on commit ff1176d

Please sign in to comment.