Skip to content

Commit 81d3fd4

Browse files
feat: add privacy manifest
1 parent ab0ef2e commit 81d3fd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

geocoding_ios/ios/geocoding_ios/Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ let package = Package(
1313
targets: [
1414
.target(
1515
name: "geocoding_ios",
16+
resources: [
17+
.process("PrivacyInfo.xcprivacy"),
18+
],
1619
cSettings: [
1720
// TODO: Update your plugin name.
1821
.headerSearchPath("include/geocoding_ios")

0 commit comments

Comments
 (0)