Skip to content

Commit 9240b96

Browse files
committedMay 1, 2024·
fix package.swift
1 parent f50644c commit 9240b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ let package = Package(
3232
"Info-tvOS.plist",
3333
"Info-macOS.plist"
3434
],
35+
resources: [.copy("PrivacyInfo.xcprivacy")],
3536
publicHeadersPath: "include",
3637
cSettings: [
3738
.headerSearchPath("PrivateHeaders"),
@@ -45,8 +46,7 @@ let package = Package(
4546
.headerSearchPath("SocketRocket/Internal/RunLoop"),
4647
.headerSearchPath("SocketRocket/Internal/Delegate"),
4748
.headerSearchPath("SocketRocket/Internal/IOConsumer"),
48-
],
49-
resources: [.process("PrivacyInfo.xcprivacy")]
49+
]
5050
)
5151
]
5252
)

0 commit comments

Comments
 (0)
Please sign in to comment.