|
464 | 464 | 7A0C0F632A979C4A0058EFCE /* Coordinator+Router.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A0C0F622A979C4A0058EFCE /* Coordinator+Router.swift */; };
|
465 | 465 | 7A0EAE9A2D01B41500D3EB8B /* MainButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A0EAE992D01B41500D3EB8B /* MainButtonStyle.swift */; };
|
466 | 466 | 7A0EAE9E2D01BCBF00D3EB8B /* View+Size.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A0EAE9D2D01BCBF00D3EB8B /* View+Size.swift */; };
|
| 467 | + 7A0EAEA02D0333CE00D3EB8B /* Color+Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A0EAE9F2D0333CB00D3EB8B /* Color+Helpers.swift */; }; |
| 468 | + 7A0EAEA22D033D5D00D3EB8B /* BlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A0EAEA12D033D5A00D3EB8B /* BlurView.swift */; }; |
| 469 | + 7A0EAEA42D06DF8C00D3EB8B /* ConnectionViewViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A0EAEA32D06DF8200D3EB8B /* ConnectionViewViewModel.swift */; }; |
467 | 470 | 7A11DD0B2A9495D400098CD8 /* AppRoutes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5802EBC42A8E44AC00E5CE4C /* AppRoutes.swift */; };
|
468 | 471 | 7A12D0762B062D5C00E9602D /* URLSessionProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A12D0752B062D5C00E9602D /* URLSessionProtocol.swift */; };
|
469 | 472 | 7A12D0772B062D6500E9602D /* URLSessionProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A12D0752B062D5C00E9602D /* URLSessionProtocol.swift */; };
|
|
658 | 661 | 7AF9BE972A41C71F00DBFEDB /* ChipViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AF9BE962A41C71F00DBFEDB /* ChipViewCell.swift */; };
|
659 | 662 | 7AFBE38B2D09AAFF002335FC /* SinglehopPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AFBE38A2D09AAFF002335FC /* SinglehopPicker.swift */; };
|
660 | 663 | 7AFBE38D2D09AB2E002335FC /* MultihopPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AFBE38C2D09AB2E002335FC /* MultihopPicker.swift */; };
|
| 664 | + 7AFBE3872D084C9D002335FC /* ActivityIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AFBE3862D084C96002335FC /* ActivityIndicator.swift */; }; |
| 665 | + 7AFBE3892D089163002335FC /* FI_TunnelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AFBE3882D08915D002335FC /* FI_TunnelViewController.swift */; }; |
661 | 666 | 850201DB2B503D7700EF8C96 /* RelayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 850201DA2B503D7700EF8C96 /* RelayTests.swift */; };
|
662 | 667 | 850201DD2B503D8C00EF8C96 /* SelectLocationPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 850201DC2B503D8C00EF8C96 /* SelectLocationPage.swift */; };
|
663 | 668 | 850201DF2B5040A500EF8C96 /* TunnelControlPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 850201DE2B5040A500EF8C96 /* TunnelControlPage.swift */; };
|
|
1843 | 1848 | 7A0C0F622A979C4A0058EFCE /* Coordinator+Router.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Coordinator+Router.swift"; sourceTree = "<group>"; };
|
1844 | 1849 | 7A0EAE992D01B41500D3EB8B /* MainButtonStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainButtonStyle.swift; sourceTree = "<group>"; };
|
1845 | 1850 | 7A0EAE9D2D01BCBF00D3EB8B /* View+Size.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Size.swift"; sourceTree = "<group>"; };
|
| 1851 | + 7A0EAE9F2D0333CB00D3EB8B /* Color+Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Helpers.swift"; sourceTree = "<group>"; }; |
| 1852 | + 7A0EAEA12D033D5A00D3EB8B /* BlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurView.swift; sourceTree = "<group>"; }; |
| 1853 | + 7A0EAEA32D06DF8200D3EB8B /* ConnectionViewViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionViewViewModel.swift; sourceTree = "<group>"; }; |
1846 | 1854 | 7A12D0752B062D5C00E9602D /* URLSessionProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLSessionProtocol.swift; sourceTree = "<group>"; };
|
1847 | 1855 | 7A1A26422A2612AE00B978AA /* PaymentAlertPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentAlertPresenter.swift; sourceTree = "<group>"; };
|
1848 | 1856 | 7A1A26442A29CEF700B978AA /* RelayFilterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RelayFilterViewController.swift; sourceTree = "<group>"; };
|
|
2014 | 2022 | 7AF9BE962A41C71F00DBFEDB /* ChipViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChipViewCell.swift; sourceTree = "<group>"; };
|
2015 | 2023 | 7AFBE38A2D09AAFF002335FC /* SinglehopPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SinglehopPicker.swift; sourceTree = "<group>"; };
|
2016 | 2024 | 7AFBE38C2D09AB2E002335FC /* MultihopPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultihopPicker.swift; sourceTree = "<group>"; };
|
| 2025 | + 7AFBE3862D084C96002335FC /* ActivityIndicator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityIndicator.swift; sourceTree = "<group>"; }; |
| 2026 | + 7AFBE3882D08915D002335FC /* FI_TunnelViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FI_TunnelViewController.swift; sourceTree = "<group>"; }; |
2017 | 2027 | 85006A8E2B73EF67004AD8FB /* MullvadVPNUITestsSmoke.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = MullvadVPNUITestsSmoke.xctestplan; sourceTree = "<group>"; };
|
2018 | 2028 | 850201DA2B503D7700EF8C96 /* RelayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RelayTests.swift; sourceTree = "<group>"; };
|
2019 | 2029 | 850201DC2B503D8C00EF8C96 /* SelectLocationPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectLocationPage.swift; sourceTree = "<group>"; };
|
|
3015 | 3025 | isa = PBXGroup;
|
3016 | 3026 | children = (
|
3017 | 3027 | 7A5869962B32EA4500640D27 /* AppButton.swift */,
|
| 3028 | + 7A0EAEA12D033D5A00D3EB8B /* BlurView.swift */, |
3018 | 3029 | 7A9FA1412A2E3306000B728D /* CheckboxView.swift */,
|
3019 | 3030 | 5868585424054096000B8131 /* CustomButton.swift */,
|
3020 | 3031 | 58ACF64C26567A4F00ACE4B7 /* CustomSwitch.swift */,
|
|
3085 | 3096 | 587EB669270EFACB00123C75 /* CharacterSet+IPAddress.swift */,
|
3086 | 3097 | 58E511E528DDDEAC00B0BCDE /* CodingErrors+CustomErrorDescription.swift */,
|
3087 | 3098 | 7AF9BE8F2A39F26000DBFEDB /* Collection+Sorting.swift */,
|
| 3099 | + 7A0EAE9F2D0333CB00D3EB8B /* Color+Helpers.swift */, |
3088 | 3100 | 7A0C0F622A979C4A0058EFCE /* Coordinator+Router.swift */,
|
3089 | 3101 | 5811DE4F239014550011EB53 /* NEVPNStatus+Debug.swift */,
|
3090 | 3102 | 58DFF7CF2B02560400F864E0 /* NSAttributedString+Extensions.swift */,
|
|
3612 | 3624 | A9D9A4C12C36D53C004088DD /* MullvadRustRuntimeTests */,
|
3613 | 3625 | 58CE5E61224146200008646E /* Products */,
|
3614 | 3626 | 584F991F2902CBDD001F858D /* Frameworks */,
|
| 3627 | + 7A0EAE982D01B29E00D3EB8B /* Recovered References */, |
3615 | 3628 | );
|
3616 | 3629 | sourceTree = "<group>";
|
3617 | 3630 | };
|
|
3912 | 3925 | path = Edit;
|
3913 | 3926 | sourceTree = "<group>";
|
3914 | 3927 | };
|
| 3928 | + 7A0EAE982D01B29E00D3EB8B /* Recovered References */ = { |
| 3929 | + isa = PBXGroup; |
| 3930 | + children = ( |
| 3931 | + 7AA1309C2D0072F900640DF9 /* View+Size.swift */, |
| 3932 | + ); |
| 3933 | + name = "Recovered References"; |
| 3934 | + sourceTree = "<group>"; |
| 3935 | + }; |
3915 | 3936 | 7A2960F72A964A3500389B82 /* Alert */ = {
|
3916 | 3937 | isa = PBXGroup;
|
3917 | 3938 | children = (
|
|
4046 | 4067 | 7AA130972CFF364F00640DF9 /* FeatureIndicators */ = {
|
4047 | 4068 | isa = PBXGroup;
|
4048 | 4069 | children = (
|
| 4070 | + 7AFBE3862D084C96002335FC /* ActivityIndicator.swift */, |
4049 | 4071 | 7AA130982CFF365A00640DF9 /* ConnectionView.swift */,
|
| 4072 | + 7A0EAEA32D06DF8200D3EB8B /* ConnectionViewViewModel.swift */, |
| 4073 | + 7AFBE3882D08915D002335FC /* FI_TunnelViewController.swift */, |
4050 | 4074 | );
|
4051 | 4075 | path = FeatureIndicators;
|
4052 | 4076 | sourceTree = "<group>";
|
|
5817 | 5841 | F0ADC3742CD3C47400A1AD97 /* ChipFlowLayout.swift in Sources */,
|
5818 | 5842 | 587B75412668FD7800DEF7E9 /* AccountExpirySystemNotificationProvider.swift in Sources */,
|
5819 | 5843 | 587988C728A2A01F00E3DF54 /* AccountDataThrottling.swift in Sources */,
|
| 5844 | + 7AFBE3872D084C9D002335FC /* ActivityIndicator.swift in Sources */, |
5820 | 5845 | F04FBE612A8379EE009278D7 /* AppPreferences.swift in Sources */,
|
5821 | 5846 | 58DFF7D82B02774C00F864E0 /* ListItemPickerViewController.swift in Sources */,
|
5822 | 5847 | 5896CEF226972DEB00B0FAE8 /* AccountContentView.swift in Sources */,
|
|
5838 | 5863 | 7A8A19142CEF2548000BCB5B /* DAITATunnelSettingsViewModel.swift in Sources */,
|
5839 | 5864 | 7A8A18F92CE34EA8000BCB5B /* SettingsMultihopView.swift in Sources */,
|
5840 | 5865 | 44BB5F972BE527F4002520EB /* TunnelState+UI.swift in Sources */,
|
| 5866 | + 7AFBE3892D089163002335FC /* FI_TunnelViewController.swift in Sources */, |
5841 | 5867 | 7A11DD0B2A9495D400098CD8 /* AppRoutes.swift in Sources */,
|
5842 | 5868 | 5827B0902B0CAA0500CCBBA1 /* EditAccessMethodCoordinator.swift in Sources */,
|
5843 | 5869 | 5846227126E229F20035F7C2 /* StoreSubscription.swift in Sources */,
|
|
5872 | 5898 | 7AA1309B2D0048D800640DF9 /* MainButton.swift in Sources */,
|
5873 | 5899 | 58A1AA8C23F5584C009F7EA6 /* ConnectionPanelView.swift in Sources */,
|
5874 | 5900 | 5878A27B2909649A0096FC88 /* CustomOverlayRenderer.swift in Sources */,
|
| 5901 | + 7A0EAEA02D0333CE00D3EB8B /* Color+Helpers.swift in Sources */, |
5875 | 5902 | 7A8A19052CE4E9A9000BCB5B /* SwitchRowView.swift in Sources */,
|
5876 | 5903 | A91614D62B10B26B00F416EB /* TunnelControlViewModel.swift in Sources */,
|
5877 | 5904 | 7A5869972B32EA4500640D27 /* AppButton.swift in Sources */,
|
|
6061 | 6088 | 7A6F2FA92AFD0842006D0856 /* CustomDNSDataSource.swift in Sources */,
|
6062 | 6089 | 58EF580B25D69D7A00AEBA94 /* ProblemReportSubmissionOverlayView.swift in Sources */,
|
6063 | 6090 | 5892A45E265FABFF00890742 /* EmptyTableViewHeaderFooterView.swift in Sources */,
|
| 6091 | + 7A0EAEA42D06DF8C00D3EB8B /* ConnectionViewViewModel.swift in Sources */, |
| 6092 | + 7A0EAEA22D033D5D00D3EB8B /* BlurView.swift in Sources */, |
6064 | 6093 | 580909D32876D09A0078138D /* RevokedDeviceViewController.swift in Sources */,
|
6065 | 6094 | 58FF9FF02B07C4D300E4C97D /* PersistentAccessMethod+ViewModel.swift in Sources */,
|
6066 | 6095 | 7A8A19162CEF269E000BCB5B /* MultihopTunnelSettingsViewModel.swift in Sources */,
|
|
0 commit comments