mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-01-24 08:32:51 +01:00
Remove deprecated warning setting from XPCWrappers
This commit is contained in:
parent
5467474d88
commit
920aa4053c
@ -77,7 +77,7 @@ let package = Package(
|
||||
),
|
||||
.target(
|
||||
name: "XPCWrappers",
|
||||
swiftSettings: swiftSettings + [.treatWarning("DeprecatedDeclaration", as: .warning)],
|
||||
swiftSettings: swiftSettings,
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user