|
739 | 739 | A932D9F52B5EBB9D00999395 /* RESTTransportStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A932D9F42B5EBB9D00999395 /* RESTTransportStub.swift */; };
|
740 | 740 | A935594C2B4C2DA900D5D524 /* APIAvailabilityTestRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A935594B2B4C2DA900D5D524 /* APIAvailabilityTestRequest.swift */; };
|
741 | 741 | A939661B2CAE6CE1008128CA /* MigrationManagerMultiProcessUpgradeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A939661A2CAE6CE1008128CA /* MigrationManagerMultiProcessUpgradeTests.swift */; };
|
| 742 | + A93969812CE606190032A7A0 /* Maybenot.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9840BB32C69F78A0030F05E /* Maybenot.swift */; }; |
742 | 743 | A94D691A2ABAD66700413DD4 /* WireGuardKitTypes in Frameworks */ = {isa = PBXBuildFile; productRef = 58FE25E22AA72AE9003D1918 /* WireGuardKitTypes */; };
|
743 | 744 | A94D691B2ABAD66700413DD4 /* WireGuardKitTypes in Frameworks */ = {isa = PBXBuildFile; productRef = 58FE25E72AA7399D003D1918 /* WireGuardKitTypes */; };
|
744 | 745 | A95EEE362B722CD600A8A39B /* TunnelMonitorState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95EEE352B722CD600A8A39B /* TunnelMonitorState.swift */; };
|
745 | 746 | A95EEE382B722DFC00A8A39B /* PingStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95EEE372B722DFC00A8A39B /* PingStats.swift */; };
|
746 | 747 | A970C89D2B29E38C000A7684 /* Socks5UsernamePasswordCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = A970C89C2B29E38C000A7684 /* Socks5UsernamePasswordCommand.swift */; };
|
| 748 | + A97275562CE36CAE00029F15 /* DaitaV2Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97275552CE36CAE00029F15 /* DaitaV2Parameters.swift */; }; |
747 | 749 | A97D25AE2B0BB18100946B2D /* ProtocolObfuscator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25AD2B0BB18100946B2D /* ProtocolObfuscator.swift */; };
|
748 | 750 | A97D25B02B0BB5C400946B2D /* ProtocolObfuscationStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25AF2B0BB5C400946B2D /* ProtocolObfuscationStub.swift */; };
|
749 | 751 | A97D25B22B0CB02D00946B2D /* ProtocolObfuscatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25B12B0CB02D00946B2D /* ProtocolObfuscatorTests.swift */; };
|
750 | 752 | A97D25B42B0CB59300946B2D /* TunnelObfuscationStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25B32B0CB59300946B2D /* TunnelObfuscationStub.swift */; };
|
751 | 753 | A97D30172AE6B5E90045C0E4 /* StoredWgKeyData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D30162AE6B5E90045C0E4 /* StoredWgKeyData.swift */; };
|
752 | 754 | A97FF5502A0D2FFC00900996 /* NSFileCoordinator+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97FF54F2A0D2FFC00900996 /* NSFileCoordinator+Extensions.swift */; };
|
753 |
| - A9840BB42C69F78A0030F05E /* Maybenot.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9840BB32C69F78A0030F05E /* Maybenot.swift */; }; |
754 | 755 | A98502032B627B120061901E /* LocalNetworkProbe.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98502022B627B120061901E /* LocalNetworkProbe.swift */; };
|
755 | 756 | A988A3E22AFE54AC0008D2C7 /* AccountExpiry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F2FA62AFBB9AE006D0856 /* AccountExpiry.swift */; };
|
756 | 757 | A988DF272ADE86ED00D807EF /* WireGuardObfuscationSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = A988DF252ADE86ED00D807EF /* WireGuardObfuscationSettings.swift */; };
|
|
2120 | 2121 | A95EEE352B722CD600A8A39B /* TunnelMonitorState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelMonitorState.swift; sourceTree = "<group>"; };
|
2121 | 2122 | A95EEE372B722DFC00A8A39B /* PingStats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PingStats.swift; sourceTree = "<group>"; };
|
2122 | 2123 | A970C89C2B29E38C000A7684 /* Socks5UsernamePasswordCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Socks5UsernamePasswordCommand.swift; sourceTree = "<group>"; };
|
| 2124 | + A97275552CE36CAE00029F15 /* DaitaV2Parameters.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaitaV2Parameters.swift; sourceTree = "<group>"; }; |
2123 | 2125 | A97D25AD2B0BB18100946B2D /* ProtocolObfuscator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtocolObfuscator.swift; sourceTree = "<group>"; };
|
2124 | 2126 | A97D25AF2B0BB5C400946B2D /* ProtocolObfuscationStub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtocolObfuscationStub.swift; sourceTree = "<group>"; };
|
2125 | 2127 | A97D25B12B0CB02D00946B2D /* ProtocolObfuscatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtocolObfuscatorTests.swift; sourceTree = "<group>"; };
|
|
2714 | 2716 | 449EBA252B975B9700DFA4EB /* EphemeralPeerReceiving.swift */,
|
2715 | 2717 | A90C48662C36BC2600DCB94C /* EphemeralPeerReceiver.swift */,
|
2716 | 2718 | A90C48682C36BF3900DCB94C /* TunnelProvider.swift */,
|
| 2719 | + A97275552CE36CAE00029F15 /* DaitaV2Parameters.swift */, |
2717 | 2720 | );
|
2718 | 2721 | path = Protocols;
|
2719 | 2722 | sourceTree = "<group>";
|
|
4721 | 4724 | isa = PBXNativeTarget;
|
4722 | 4725 | buildConfigurationList = 58C7A44B2A863F4A0060C66F /* Build configuration list for PBXNativeTarget "PacketTunnelCore" */;
|
4723 | 4726 | buildPhases = (
|
4724 |
| - A9840BB22C69F7290030F05E /* Import maybenot_machines */, |
4725 | 4727 | 58C7A4312A863F440060C66F /* Headers */,
|
4726 | 4728 | 58C7A4322A863F440060C66F /* Sources */,
|
4727 | 4729 | 58C7A4332A863F440060C66F /* Frameworks */,
|
|
4973 | 4975 | isa = PBXNativeTarget;
|
4974 | 4976 | buildConfigurationList = A992DA252C24709F00DE7CE5 /* Build configuration list for PBXNativeTarget "MullvadRustRuntime" */;
|
4975 | 4977 | buildPhases = (
|
| 4978 | + A93969802CE603110032A7A0 /* Import maybenot_machines */, |
4976 | 4979 | A992DA2A2C2470B300DE7CE5 /* Build MullvadRustRuntime */,
|
4977 | 4980 | A992DA182C24709F00DE7CE5 /* Headers */,
|
4978 | 4981 | A992DA192C24709F00DE7CE5 /* Sources */,
|
|
5351 | 5354 | shellPath = /bin/sh;
|
5352 | 5355 | shellScript = "if [[ \"$(uname -m)\" == arm64 ]]; then\n export PATH=\"/opt/homebrew/bin:$PATH\"\nfi\n\nif which swiftlint > /dev/null; then\n swiftlint PacketTunnel/**/*.swift\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
|
5353 | 5356 | };
|
5354 |
| - A9840BB22C69F7290030F05E /* Import maybenot_machines */ = { |
| 5357 | + A93969802CE603110032A7A0 /* Import maybenot_machines */ = { |
5355 | 5358 | isa = PBXShellScriptBuildPhase;
|
5356 | 5359 | buildActionMask = 2147483647;
|
5357 | 5360 | files = (
|
|
5367 | 5370 | );
|
5368 | 5371 | runOnlyForDeploymentPostprocessing = 0;
|
5369 | 5372 | shellPath = /bin/sh;
|
5370 |
| - shellScript = "MAYBENOT_MACHINES=`cat ${SRCROOT}/../dist-assets/maybenot_machines`\ncat > ${SRCROOT}/PacketTunnelCore/Daita/Maybenot.swift << EOF\n// swiftlint:disable line_length\n// This is an autogenerated file, do not edit\npublic struct Maybenot {\n public let machines=\"\"\"\n$MAYBENOT_MACHINES\n\"\"\"\n public let maximumEvents: UInt32 = 1000\n public let maximumActions: UInt32 = 1000\n}\n// swiftlint:enable line_length\nEOF\n"; |
| 5373 | + shellScript = "MAYBENOT_MACHINES=`cat ${SRCROOT}/../dist-assets/maybenot_machines`\ncat > ${SRCROOT}/PacketTunnelCore/Daita/Maybenot.swift << EOF\n// swiftlint:disable line_length\n// This is an autogenerated file, do not edit\npublic struct Maybenot {\n public let machines=\"\"\"\n$MAYBENOT_MACHINES\n\"\"\"\n public let maximumEvents: UInt32 = 2048\n public let maximumActions: UInt32 = 1024\n public let maximumPadding: Double = 1.0\n public let maximumBlocking: Double = 1.0\n}\n// swiftlint:enable line_length\nEOF\n"; |
5371 | 5374 | };
|
5372 | 5375 | A992DA2A2C2470B300DE7CE5 /* Build MullvadRustRuntime */ = {
|
5373 | 5376 | isa = PBXShellScriptBuildPhase;
|
|
5775 | 5778 | 583832272AC3193600EA2071 /* PacketTunnelActor+SleepCycle.swift in Sources */,
|
5776 | 5779 | 58FE25DC2AA72A8F003D1918 /* AnyTask.swift in Sources */,
|
5777 | 5780 | F04AF92D2C466013004A8314 /* EphemeralPeerNegotiationState.swift in Sources */,
|
5778 |
| - A9840BB42C69F78A0030F05E /* Maybenot.swift in Sources */, |
5779 | 5781 | 58FE25D92AA72A8F003D1918 /* AutoCancellingTask.swift in Sources */,
|
5780 | 5782 | 58FE25E12AA72A9B003D1918 /* SettingsReaderProtocol.swift in Sources */,
|
5781 | 5783 | 58C7A4582A863FB90060C66F /* TunnelMonitorProtocol.swift in Sources */,
|
|
6313 | 6315 | 58D22412294C90210029F5F8 /* RelayConstraint.swift in Sources */,
|
6314 | 6316 | 7A7AD14F2BF21EF200B30B3C /* NameInputFormatter.swift in Sources */,
|
6315 | 6317 | 58D22413294C90210029F5F8 /* RelayConstraints.swift in Sources */,
|
| 6318 | + A97275562CE36CAE00029F15 /* DaitaV2Parameters.swift in Sources */, |
6316 | 6319 | 7AF9BE8C2A321D1F00DBFEDB /* RelayFilter.swift in Sources */,
|
6317 | 6320 | 58D22414294C90210029F5F8 /* RelayLocation.swift in Sources */,
|
6318 | 6321 | 581DA2732A1E227D0046ED47 /* RESTTypes.swift in Sources */,
|
|
6447 | 6450 | A9D9A4BB2C36D397004088DD /* EphemeralPeerNegotiator.swift in Sources */,
|
6448 | 6451 | A9D9A4B22C36D12D004088DD /* TunnelObfuscator.swift in Sources */,
|
6449 | 6452 | A9173C322C36CCDD00F6A08C /* EphemeralPeerReceiver.swift in Sources */,
|
| 6453 | + A93969812CE606190032A7A0 /* Maybenot.swift in Sources */, |
6450 | 6454 | F05919802C45515200C301F3 /* EphemeralPeerExchangeActor.swift in Sources */,
|
6451 | 6455 | );
|
6452 | 6456 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments