Skip to content

Commit 7a74b84

Browse files
committed
Merge branch 'copy-the-privacyinfoxcprivacy-file-into-the-final-bundle-to-ios-555'
2 parents b4c2b25 + 57bc0fd commit 7a74b84

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
@@ -791,6 +791,8 @@
791791
A9B6AC182ADE8F4300F7802A /* MigrationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B6AC172ADE8F4300F7802A /* MigrationManagerTests.swift */; };
792792
A9B6AC1A2ADE8FBB00F7802A /* InMemorySettingsStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B6AC192ADE8FBB00F7802A /* InMemorySettingsStore.swift */; };
793793
A9B6AC1B2ADEA3AD00F7802A /* MemoryCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58BDEB9C2A98F69E00F578F2 /* MemoryCache.swift */; };
794+
A9BA08312BA32FA9005A7A2D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A92962582B1F4FDB00DFB93B /* PrivacyInfo.xcprivacy */; };
795+
A9BA08322BA32FB6005A7A2D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A92962582B1F4FDB00DFB93B /* PrivacyInfo.xcprivacy */; };
794796
A9C342C12ACC37E30045F00E /* TunnelStatusBlockObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E0317D2ACC32920095D843 /* TunnelStatusBlockObserver.swift */; };
795797
A9C342C32ACC3EE90045F00E /* RelayCacheTracker+Stubs.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C342C22ACC3EE90045F00E /* RelayCacheTracker+Stubs.swift */; };
796798
A9C342C52ACC42130045F00E /* ServerRelaysResponse+Stubs.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C342C42ACC42130045F00E /* ServerRelaysResponse+Stubs.swift */; };
@@ -4485,6 +4487,7 @@
44854487
isa = PBXResourcesBuildPhase;
44864488
buildActionMask = 2147483647;
44874489
files = (
4490+
A9BA08312BA32FA9005A7A2D /* PrivacyInfo.xcprivacy in Resources */,
44884491
7A83C3FF2A55B72E00DFB83A /* MullvadVPNApp.xctestplan in Resources */,
44894492
58727283265D173C00F315B2 /* LaunchScreen.storyboard in Resources */,
44904493
5859A55529CD9DD900F66591 /* changes.txt in Resources */,
@@ -4498,6 +4501,7 @@
44984501
isa = PBXResourcesBuildPhase;
44994502
buildActionMask = 2147483647;
45004503
files = (
4504+
A9BA08322BA32FB6005A7A2D /* PrivacyInfo.xcprivacy in Resources */,
45014505
);
45024506
runOnlyForDeploymentPostprocessing = 0;
45034507
};

0 commit comments

Comments
 (0)