Skip to content

Commit

Permalink
chore: remove swiftsettings from bdk-swift
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Jan 22, 2024
1 parent 34c76fe commit 6f4b4c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bdk-swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ let package = Package(
.binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"],
swiftSettings: [.unsafeFlags(["-suppress-warnings"])]
dependencies: ["bdkFFI"]
),
.testTarget(
name: "BitcoinDevKitTests",
Expand Down

0 comments on commit 6f4b4c9

Please sign in to comment.