Skip to content

Commit

Permalink
Fix MapboxSearch resource bundling for xcprivacy - SSDK-545
Browse files Browse the repository at this point in the history
- Now shows correctly in Demo > archive > generate privacy report
  • Loading branch information
aokj4ck committed Feb 12, 2024
1 parent aa19c29 commit 56ac27d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MapboxSearch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
04E5FF992B48829200DADC18 /* SearchAddressRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E5FF982B48829200DADC18 /* SearchAddressRegion.swift */; };
04E84D102B76B74C0056C269 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 04E84D0F2B76B74C0056C269 /* PrivacyInfo.xcprivacy */; };
04E84D122B76BA230056C269 /* Resources-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 04E84D112B76BA230056C269 /* Resources-Info.plist */; };
04E84D132B7A8F4D0056C269 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 04E84D072B7691610056C269 /* PrivacyInfo.xcprivacy */; };
140D1BDC286DB479001A51C2 /* SearchResultAccuracy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140D1BDB286DB479001A51C2 /* SearchResultAccuracy.swift */; };
140E47A2298BC90E00677E30 /* Discover.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140E47A1298BC90E00677E30 /* Discover.swift */; };
140E47A5298BC94D00677E30 /* Discover+Options.swift in Sources */ = {isa = PBXBuildFile; fileRef = 140E47A4298BC94D00677E30 /* Discover+Options.swift */; };
Expand Down Expand Up @@ -2069,6 +2070,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
04E84D132B7A8F4D0056C269 /* PrivacyInfo.xcprivacy in Resources */,
1419EB6929670638009672CA /* Autofill.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 56ac27d

Please sign in to comment.