Skip to content

Commit 136f070

Browse files
committed
Add the PrivacyInfo manifest to both target bundles
1 parent 461e29d commit 136f070

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/MullvadVPN.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@
788788
A9B6AC182ADE8F4300F7802A /* MigrationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B6AC172ADE8F4300F7802A /* MigrationManagerTests.swift */; };
789789
A9B6AC1A2ADE8FBB00F7802A /* InMemorySettingsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B6AC192ADE8FBB00F7802A /* InMemorySettingsStore.swift */; };
790790
A9B6AC1B2ADEA3AD00F7802A /* MemoryCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58BDEB9C2A98F69E00F578F2 /* MemoryCache.swift */; };
791+
A9BA08312BA32FA9005A7A2D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A92962582B1F4FDB00DFB93B /* PrivacyInfo.xcprivacy */; };
792+
A9BA08322BA32FB6005A7A2D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A92962582B1F4FDB00DFB93B /* PrivacyInfo.xcprivacy */; };
791793
A9C342C12ACC37E30045F00E /* TunnelStatusBlockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E0317D2ACC32920095D843 /* TunnelStatusBlockObserver.swift */; };
792794
A9C342C32ACC3EE90045F00E /* RelayCacheTracker+Stubs.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C342C22ACC3EE90045F00E /* RelayCacheTracker+Stubs.swift */; };
793795
A9C342C52ACC42130045F00E /* ServerRelaysResponse+Stubs.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C342C42ACC42130045F00E /* ServerRelaysResponse+Stubs.swift */; };
@@ -4476,6 +4478,7 @@
44764478
isa = PBXResourcesBuildPhase;
44774479
buildActionMask = 2147483647;
44784480
files = (
4481+
A9BA08312BA32FA9005A7A2D /* PrivacyInfo.xcprivacy in Resources */,
44794482
7A83C3FF2A55B72E00DFB83A /* MullvadVPNApp.xctestplan in Resources */,
44804483
58727283265D173C00F315B2 /* LaunchScreen.storyboard in Resources */,
44814484
5859A55529CD9DD900F66591 /* changes.txt in Resources */,
@@ -4489,6 +4492,7 @@
44894492
isa = PBXResourcesBuildPhase;
44904493
buildActionMask = 2147483647;
44914494
files = (
4495+
A9BA08322BA32FB6005A7A2D /* PrivacyInfo.xcprivacy in Resources */,
44924496
);
44934497
runOnlyForDeploymentPostprocessing = 0;
44944498
};

0 commit comments

Comments
 (0)