Skip to content

Commit a381c43

Browse files
authored
Merge pull request #189 from Esri/zach/changeLocationPrivacyManifest
Move privacy manifest file location
2 parents f352748 + 3c52aec commit a381c43

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ let package = Package(
5454
name: "ArcGISToolkit",
5555
dependencies: [.product(name: "ArcGIS", package: "arcgis-runtime-ios")],
5656
resources: [
57-
.copy("PrivacyInfo.xcprivacy")
57+
.process("Resources/PrivacyInfo.xcprivacy")
5858
]
5959
),
6060
.testTarget(

0 commit comments

Comments
 (0)