|
40 | 40 | 06799AFC28F98EE300ACD94E /* AddressCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06AC114128F8413A0037AF9A /* AddressCache.swift */; };
|
41 | 41 | 0697D6E728F01513007A9E99 /* TransportMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0697D6E628F01513007A9E99 /* TransportMonitor.swift */; };
|
42 | 42 | 06AC116228F94C450037AF9A /* ApplicationConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58BFA5CB22A7CE1F00A6173D /* ApplicationConfiguration.swift */; };
|
| 43 | + 44075DFB2CDA4F7400F61139 /* UDPTCPObfuscationSettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44075DFA2CDA4F7400F61139 /* UDPTCPObfuscationSettingsViewModel.swift */; }; |
| 44 | + 440E5AB02CDBD67D00B09614 /* StatefulPreviewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 440E5AAF2CDBD67D00B09614 /* StatefulPreviewWrapper.swift */; }; |
| 45 | + 440E5AB42CDCF24500B09614 /* TunnelObfuscationSettingsWatchingObservableObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 440E5AB32CDCF24500B09614 /* TunnelObfuscationSettingsWatchingObservableObject.swift */; }; |
| 46 | + 4422C0712CCFF6790001A385 /* UDPTCPObfuscationSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4422C0702CCFF6790001A385 /* UDPTCPObfuscationSettingsView.swift */; }; |
| 47 | + 4424CDD32CDBD4A6009D8C9F /* SingleChoiceList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4424CDD22CDBD4A6009D8C9F /* SingleChoiceList.swift */; }; |
43 | 48 | 449275422C3570CA000526DE /* ICMP.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449275412C3570CA000526DE /* ICMP.swift */; };
|
44 | 49 | 449872E12B7BBC5400094DDC /* TunnelSettingsUpdate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449872E02B7BBC5400094DDC /* TunnelSettingsUpdate.swift */; };
|
45 | 50 | 449872E42B7CB96300094DDC /* TunnelSettingsUpdateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 449872E32B7CB96300094DDC /* TunnelSettingsUpdateTests.swift */; };
|
|
1385 | 1390 | 06FAE67A28F83CA50033DD93 /* RESTDevicesProxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RESTDevicesProxy.swift; sourceTree = "<group>"; };
|
1386 | 1391 | 06FAE67B28F83CA50033DD93 /* REST.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = REST.swift; sourceTree = "<group>"; };
|
1387 | 1392 | 06FAE67D28F83CA50033DD93 /* RESTTransport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RESTTransport.swift; sourceTree = "<group>"; };
|
| 1393 | + 44075DFA2CDA4F7400F61139 /* UDPTCPObfuscationSettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UDPTCPObfuscationSettingsViewModel.swift; sourceTree = "<group>"; }; |
| 1394 | + 440E5AAF2CDBD67D00B09614 /* StatefulPreviewWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatefulPreviewWrapper.swift; sourceTree = "<group>"; }; |
| 1395 | + 440E5AB32CDCF24500B09614 /* TunnelObfuscationSettingsWatchingObservableObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelObfuscationSettingsWatchingObservableObject.swift; sourceTree = "<group>"; }; |
| 1396 | + 4422C0702CCFF6790001A385 /* UDPTCPObfuscationSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UDPTCPObfuscationSettingsView.swift; sourceTree = "<group>"; }; |
| 1397 | + 4424CDD22CDBD4A6009D8C9F /* SingleChoiceList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleChoiceList.swift; sourceTree = "<group>"; }; |
1388 | 1398 | 449275412C3570CA000526DE /* ICMP.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ICMP.swift; sourceTree = "<group>"; };
|
1389 | 1399 | 449275432C3C3029000526DE /* TunnelPinger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelPinger.swift; sourceTree = "<group>"; };
|
1390 | 1400 | 449872E02B7BBC5400094DDC /* TunnelSettingsUpdate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelSettingsUpdate.swift; sourceTree = "<group>"; };
|
|
2581 | 2591 | path = Protocols;
|
2582 | 2592 | sourceTree = "<group>";
|
2583 | 2593 | };
|
| 2594 | + 4422C06F2CCFF6520001A385 /* Obfuscation */ = { |
| 2595 | + isa = PBXGroup; |
| 2596 | + children = ( |
| 2597 | + 4422C0702CCFF6790001A385 /* UDPTCPObfuscationSettingsView.swift */, |
| 2598 | + 44075DFA2CDA4F7400F61139 /* UDPTCPObfuscationSettingsViewModel.swift */, |
| 2599 | + 440E5AB32CDCF24500B09614 /* TunnelObfuscationSettingsWatchingObservableObject.swift */, |
| 2600 | + ); |
| 2601 | + path = Obfuscation; |
| 2602 | + sourceTree = "<group>"; |
| 2603 | + }; |
| 2604 | + 4424CDD12CDBD457009D8C9F /* SwiftUI components */ = { |
| 2605 | + isa = PBXGroup; |
| 2606 | + children = ( |
| 2607 | + 440E5AAF2CDBD67D00B09614 /* StatefulPreviewWrapper.swift */, |
| 2608 | + 4424CDD22CDBD4A6009D8C9F /* SingleChoiceList.swift */, |
| 2609 | + ); |
| 2610 | + path = "SwiftUI components"; |
| 2611 | + sourceTree = "<group>"; |
| 2612 | + }; |
2584 | 2613 | 449872E22B7CB91B00094DDC /* MullvadSettings */ = {
|
2585 | 2614 | isa = PBXGroup;
|
2586 | 2615 | children = (
|
|
2809 | 2838 | 583FE01829C19709006E85F9 /* Settings */ = {
|
2810 | 2839 | isa = PBXGroup;
|
2811 | 2840 | children = (
|
| 2841 | + 4424CDD12CDBD457009D8C9F /* SwiftUI components */, |
| 2842 | + 4422C06F2CCFF6520001A385 /* Obfuscation */, |
2812 | 2843 | 7A9FA1432A2E3FE5000B728D /* CheckableSettingsCell.swift */,
|
2813 | 2844 | F041BE4E2C983C2B0083EC28 /* DAITASettingsPromptItem.swift */,
|
2814 | 2845 | 7A1A264A2A29D65E00B978AA /* SelectableSettingsCell.swift */,
|
|
5607 | 5638 | isa = PBXSourcesBuildPhase;
|
5608 | 5639 | buildActionMask = 2147483647;
|
5609 | 5640 | files = (
|
| 5641 | + 44075DFB2CDA4F7400F61139 /* UDPTCPObfuscationSettingsViewModel.swift in Sources */, |
5610 | 5642 | 7A6389DC2B7E3BD6008E77E1 /* CustomListViewModel.swift in Sources */,
|
| 5643 | + 4422C0712CCFF6790001A385 /* UDPTCPObfuscationSettingsView.swift in Sources */, |
5611 | 5644 | 7A9CCCC42A96302800DD6A34 /* TunnelCoordinator.swift in Sources */,
|
5612 | 5645 | 5827B0A42B0F38FD00CCBBA1 /* EditAccessMethodInteractorProtocol.swift in Sources */,
|
5613 | 5646 | 586C0D852B03D31E00E7CDD7 /* SocksSectionHandler.swift in Sources */,
|
|
5679 | 5712 | 58DFF7D22B0256A300F864E0 /* MarkdownStylingOptions.swift in Sources */,
|
5680 | 5713 | 5867770E29096984006F721F /* OutOfTimeInteractor.swift in Sources */,
|
5681 | 5714 | F03580252A13842C00E5DAFD /* IncreasedHitButton.swift in Sources */,
|
| 5715 | + 4424CDD32CDBD4A6009D8C9F /* SingleChoiceList.swift in Sources */, |
5682 | 5716 | 5827B0BD2B14AC9200CCBBA1 /* AccessViewModel+TestingStatus.swift in Sources */,
|
5683 | 5717 | 58F8AC0E25D3F8CE002BE0ED /* ProblemReportReviewViewController.swift in Sources */,
|
5684 | 5718 | 58EFC7752AFB4CEF00E9F4CB /* AboutViewController.swift in Sources */,
|
|
5722 | 5756 | 7A5869C72B5A8E4C00640D27 /* MethodSettingsDataSourceConfiguration.swift in Sources */,
|
5723 | 5757 | 58F2E14C276A61C000A79513 /* RotateKeyOperation.swift in Sources */,
|
5724 | 5758 | 5871FB96254ADE4E0051A0A4 /* ConsolidatedApplicationLog.swift in Sources */,
|
| 5759 | + 440E5AB02CDBD67D00B09614 /* StatefulPreviewWrapper.swift in Sources */, |
5725 | 5760 | F0E8E4C52A60499100ED26A3 /* AccountDeletionViewController.swift in Sources */,
|
5726 | 5761 | 7A9CCCC12A96302800DD6A34 /* AccountCoordinator.swift in Sources */,
|
5727 | 5762 | 58FEEB58260B662E00A621A8 /* AutomaticKeyboardResponder.swift in Sources */,
|
|
5852 | 5887 | 58CEB2FD2AFD19D300E6E088 /* UITableView+ReuseIdentifier.swift in Sources */,
|
5853 | 5888 | F0FADDEA2BE90AAA000D0B02 /* LaunchArguments.swift in Sources */,
|
5854 | 5889 | 5835B7CC233B76CB0096D79F /* TunnelManager.swift in Sources */,
|
| 5890 | + 440E5AB42CDCF24500B09614 /* TunnelObfuscationSettingsWatchingObservableObject.swift in Sources */, |
5855 | 5891 | 588D7EDE2AF3A585005DF40A /* ListAccessMethodItem.swift in Sources */,
|
5856 | 5892 | 5827B0B02B0F4CCD00CCBBA1 /* ListAccessMethodViewControllerDelegate.swift in Sources */,
|
5857 | 5893 | 588D7EE02AF3A595005DF40A /* ListAccessMethodInteractor.swift in Sources */,
|
|
0 commit comments