chore: remove swiftsettings from bdk-swift
This commit is contained in:
parent
34c76feb71
commit
6f4b4c9155
@ -29,8 +29,7 @@ let package = Package(
|
|||||||
.binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
|
.binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
|
||||||
.target(
|
.target(
|
||||||
name: "BitcoinDevKit",
|
name: "BitcoinDevKit",
|
||||||
dependencies: ["bdkFFI"],
|
dependencies: ["bdkFFI"]
|
||||||
swiftSettings: [.unsafeFlags(["-suppress-warnings"])]
|
|
||||||
),
|
),
|
||||||
.testTarget(
|
.testTarget(
|
||||||
name: "BitcoinDevKitTests",
|
name: "BitcoinDevKitTests",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user