|
610 | 610 | A917352129FAAA5200D5DCFD /* TransportStrategyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A917352029FAAA5200D5DCFD /* TransportStrategyTests.swift */; };
|
611 | 611 | A91D78E32B03BDF200FCD5D3 /* TunnelObfuscation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5840231F2A406BF5007B27AC /* TunnelObfuscation.framework */; };
|
612 | 612 | A91D78E42B03C01600FCD5D3 /* MullvadSettings.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58B2FDD32AA71D2A003EB5C6 /* MullvadSettings.framework */; };
|
| 613 | + A93181A12B727ED700E341D2 /* TunnelSettingsV4.swift in Sources */ = {isa = PBXBuildFile; fileRef = A93181A02B727ED700E341D2 /* TunnelSettingsV4.swift */; }; |
613 | 614 | A932D9EF2B5ADD0700999395 /* ProxyConfigurationTransportProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A932D9EE2B5ADD0700999395 /* ProxyConfigurationTransportProvider.swift */; };
|
614 | 615 | A932D9F32B5EB61100999395 /* HeadRequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A932D9F22B5EB61100999395 /* HeadRequestTests.swift */; };
|
615 | 616 | A932D9F52B5EBB9D00999395 /* RESTTransportStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A932D9F42B5EBB9D00999395 /* RESTTransportStub.swift */; };
|
|
1773 | 1774 | A92ECC232A7802520052F1B1 /* StoredAccountData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredAccountData.swift; sourceTree = "<group>"; };
|
1774 | 1775 | A92ECC272A7802AB0052F1B1 /* StoredDeviceData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredDeviceData.swift; sourceTree = "<group>"; };
|
1775 | 1776 | A92ECC2B2A7803A50052F1B1 /* DeviceState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceState.swift; sourceTree = "<group>"; };
|
| 1777 | + A93181A02B727ED700E341D2 /* TunnelSettingsV4.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelSettingsV4.swift; sourceTree = "<group>"; }; |
1776 | 1778 | A932D9EE2B5ADD0700999395 /* ProxyConfigurationTransportProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProxyConfigurationTransportProvider.swift; sourceTree = "<group>"; };
|
1777 | 1779 | A932D9F22B5EB61100999395 /* HeadRequestTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeadRequestTests.swift; sourceTree = "<group>"; };
|
1778 | 1780 | A932D9F42B5EBB9D00999395 /* RESTTransportStub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RESTTransportStub.swift; sourceTree = "<group>"; };
|
|
2794 | 2796 | 587AD7C523421D7000E93A53 /* TunnelSettingsV1.swift */,
|
2795 | 2797 | 580F8B8228197881002E0998 /* TunnelSettingsV2.swift */,
|
2796 | 2798 | A988DF282ADE880300D807EF /* TunnelSettingsV3.swift */,
|
| 2799 | + A93181A02B727ED700E341D2 /* TunnelSettingsV4.swift */, |
2797 | 2800 | A988DF252ADE86ED00D807EF /* WireGuardObfuscationSettings.swift */,
|
2798 | 2801 | );
|
2799 | 2802 | path = MullvadSettings;
|
|
4612 | 4615 | 58B2FDE42AA71D5C003EB5C6 /* SettingsManager.swift in Sources */,
|
4613 | 4616 | F0164EBC2B482E430020268D /* AppStorage.swift in Sources */,
|
4614 | 4617 | 58B2FDE62AA71D5C003EB5C6 /* DeviceState.swift in Sources */,
|
| 4618 | + A93181A12B727ED700E341D2 /* TunnelSettingsV4.swift in Sources */, |
4615 | 4619 | 58FE25BF2AA72311003D1918 /* MigrationManager.swift in Sources */,
|
4616 | 4620 | 58B2FDEF2AA720C4003EB5C6 /* ApplicationTarget.swift in Sources */,
|
4617 | 4621 | A988DF272ADE86ED00D807EF /* WireGuardObfuscationSettings.swift in Sources */,
|
|
5634 | 5638 | buildSettings = {
|
5635 | 5639 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
5636 | 5640 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
| 5641 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; |
5637 | 5642 | CODE_SIGN_STYLE = Manual;
|
5638 | 5643 | DEVELOPMENT_TEAM = "";
|
5639 | 5644 | GENERATE_INFOPLIST_FILE = YES;
|
|
6800 | 6805 | buildSettings = {
|
6801 | 6806 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
6802 | 6807 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
| 6808 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; |
6803 | 6809 | CODE_SIGN_STYLE = Manual;
|
6804 | 6810 | DEVELOPMENT_TEAM = "";
|
6805 | 6811 | GENERATE_INFOPLIST_FILE = YES;
|
|
7376 | 7382 | buildSettings = {
|
7377 | 7383 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
|
7378 | 7384 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
| 7385 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; |
7379 | 7386 | CODE_SIGN_STYLE = Manual;
|
7380 | 7387 | DEVELOPMENT_TEAM = "";
|
7381 | 7388 | GENERATE_INFOPLIST_FILE = YES;
|
|
0 commit comments