|
44 | 44 | 449872E42B7CB96300094DDC /* TunnelSettingsUpdateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449872E32B7CB96300094DDC /* TunnelSettingsUpdateTests.swift */; };
|
45 | 45 | 449EB9FD2B95F8AD00DFA4EB /* DeviceMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449EB9FC2B95F8AD00DFA4EB /* DeviceMock.swift */; };
|
46 | 46 | 449EB9FF2B95FF2500DFA4EB /* AccountMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449EB9FE2B95FF2500DFA4EB /* AccountMock.swift */; };
|
| 47 | + 449EBA262B975B9700DFA4EB /* PostQuantumKeyReceiving.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449EBA252B975B9700DFA4EB /* PostQuantumKeyReceiving.swift */; }; |
47 | 48 | 44DD7D242B6CFFD70005F67F /* StartTunnelOperationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44DD7D232B6CFFD70005F67F /* StartTunnelOperationTests.swift */; };
|
48 | 49 | 44DD7D272B6D18FB0005F67F /* MockTunnelInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44DD7D262B6D18FB0005F67F /* MockTunnelInteractor.swift */; };
|
49 | 50 | 44DD7D292B7113CA0005F67F /* MockTunnel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44DD7D282B7113CA0005F67F /* MockTunnel.swift */; };
|
|
1298 | 1299 | 449872E32B7CB96300094DDC /* TunnelSettingsUpdateTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelSettingsUpdateTests.swift; sourceTree = "<group>"; };
|
1299 | 1300 | 449EB9FC2B95F8AD00DFA4EB /* DeviceMock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeviceMock.swift; sourceTree = "<group>"; };
|
1300 | 1301 | 449EB9FE2B95FF2500DFA4EB /* AccountMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountMock.swift; sourceTree = "<group>"; };
|
| 1302 | + 449EBA252B975B9700DFA4EB /* PostQuantumKeyReceiving.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostQuantumKeyReceiving.swift; sourceTree = "<group>"; }; |
1301 | 1303 | 44DD7D232B6CFFD70005F67F /* StartTunnelOperationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StartTunnelOperationTests.swift; sourceTree = "<group>"; };
|
1302 | 1304 | 44DD7D262B6D18FB0005F67F /* MockTunnelInteractor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockTunnelInteractor.swift; sourceTree = "<group>"; };
|
1303 | 1305 | 44DD7D282B7113CA0005F67F /* MockTunnel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockTunnel.swift; sourceTree = "<group>"; };
|
|
2203 | 2205 | path = MullvadSettings;
|
2204 | 2206 | sourceTree = "<group>";
|
2205 | 2207 | };
|
| 2208 | + 449EBA242B975B7C00DFA4EB /* Protocols */ = { |
| 2209 | + isa = PBXGroup; |
| 2210 | + children = ( |
| 2211 | + 449EBA252B975B9700DFA4EB /* PostQuantumKeyReceiving.swift */, |
| 2212 | + ); |
| 2213 | + path = Protocols; |
| 2214 | + sourceTree = "<group>"; |
| 2215 | + }; |
2206 | 2216 | 44DD7D252B6D18E90005F67F /* Mocks */ = {
|
2207 | 2217 | isa = PBXGroup;
|
2208 | 2218 | children = (
|
|
2229 | 2239 | 581943F228F8014500B0CB5E /* MullvadTypes */ = {
|
2230 | 2240 | isa = PBXGroup;
|
2231 | 2241 | children = (
|
| 2242 | + 449EBA242B975B7C00DFA4EB /* Protocols */, |
2232 | 2243 | 584D26BE270C550B004EA533 /* AnyIPAddress.swift */,
|
2233 | 2244 | 586A951329013235007BAF2B /* AnyIPEndpoint.swift */,
|
2234 | 2245 | 06AC113628F83FD70037AF9A /* Cancellable.swift */,
|
|
5451 | 5462 | 7AF9BE8C2A321D1F00DBFEDB /* RelayFilter.swift in Sources */,
|
5452 | 5463 | 58D22414294C90210029F5F8 /* RelayLocation.swift in Sources */,
|
5453 | 5464 | 581DA2732A1E227D0046ED47 /* RESTTypes.swift in Sources */,
|
| 5465 | + 449EBA262B975B9700DFA4EB /* PostQuantumKeyReceiving.swift in Sources */, |
5454 | 5466 | 58D22417294C90210029F5F8 /* FixedWidthInteger+Arithmetics.swift in Sources */,
|
5455 | 5467 | );
|
5456 | 5468 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments