We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734ee77 commit 8470a3fCopy full SHA for 8470a3f
Package.swift
@@ -20,8 +20,8 @@ let package = Package(
20
name: "BatchExtension",
21
dependencies: [],
22
path: "Sources/Swift",
23
- swiftSettings: [.define("BATCHEXTENSION_PURE_SWIFT")],
24
- resources: [.copy("PrivacyInfo.xcprivacy")]
+ resources: [.copy("PrivacyInfo.xcprivacy")],
+ swiftSettings: [.define("BATCHEXTENSION_PURE_SWIFT")]
25
),
26
]
27
)
0 commit comments