Skip to content

Commit 8470a3f

Browse files
committed
feat(privacy): fix spm
1 parent 734ee77 commit 8470a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
name: "BatchExtension",
2121
dependencies: [],
2222
path: "Sources/Swift",
23-
swiftSettings: [.define("BATCHEXTENSION_PURE_SWIFT")],
24-
resources: [.copy("PrivacyInfo.xcprivacy")]
23+
resources: [.copy("PrivacyInfo.xcprivacy")],
24+
swiftSettings: [.define("BATCHEXTENSION_PURE_SWIFT")]
2525
),
2626
]
2727
)

0 commit comments

Comments
 (0)