Skip to content

Commit b1d8acb

Browse files
committed
Bump wireguard-apple
1 parent ba2ddf2 commit b1d8acb

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

ios/MullvadVPN.xcodeproj/project.pbxproj

+9-5
Original file line numberDiff line numberDiff line change
@@ -739,18 +739,19 @@
739739
A932D9F52B5EBB9D00999395 /* RESTTransportStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A932D9F42B5EBB9D00999395 /* RESTTransportStub.swift */; };
740740
A935594C2B4C2DA900D5D524 /* APIAvailabilityTestRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = A935594B2B4C2DA900D5D524 /* APIAvailabilityTestRequest.swift */; };
741741
A939661B2CAE6CE1008128CA /* MigrationManagerMultiProcessUpgradeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A939661A2CAE6CE1008128CA /* MigrationManagerMultiProcessUpgradeTests.swift */; };
742+
A93969812CE606190032A7A0 /* Maybenot.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9840BB32C69F78A0030F05E /* Maybenot.swift */; };
742743
A94D691A2ABAD66700413DD4 /* WireGuardKitTypes in Frameworks */ = {isa = PBXBuildFile; productRef = 58FE25E22AA72AE9003D1918 /* WireGuardKitTypes */; };
743744
A94D691B2ABAD66700413DD4 /* WireGuardKitTypes in Frameworks */ = {isa = PBXBuildFile; productRef = 58FE25E72AA7399D003D1918 /* WireGuardKitTypes */; };
744745
A95EEE362B722CD600A8A39B /* TunnelMonitorState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95EEE352B722CD600A8A39B /* TunnelMonitorState.swift */; };
745746
A95EEE382B722DFC00A8A39B /* PingStats.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95EEE372B722DFC00A8A39B /* PingStats.swift */; };
746747
A970C89D2B29E38C000A7684 /* Socks5UsernamePasswordCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = A970C89C2B29E38C000A7684 /* Socks5UsernamePasswordCommand.swift */; };
748+
A97275562CE36CAE00029F15 /* DaitaV2Parameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97275552CE36CAE00029F15 /* DaitaV2Parameters.swift */; };
747749
A97D25AE2B0BB18100946B2D /* ProtocolObfuscator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25AD2B0BB18100946B2D /* ProtocolObfuscator.swift */; };
748750
A97D25B02B0BB5C400946B2D /* ProtocolObfuscationStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25AF2B0BB5C400946B2D /* ProtocolObfuscationStub.swift */; };
749751
A97D25B22B0CB02D00946B2D /* ProtocolObfuscatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25B12B0CB02D00946B2D /* ProtocolObfuscatorTests.swift */; };
750752
A97D25B42B0CB59300946B2D /* TunnelObfuscationStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25B32B0CB59300946B2D /* TunnelObfuscationStub.swift */; };
751753
A97D30172AE6B5E90045C0E4 /* StoredWgKeyData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D30162AE6B5E90045C0E4 /* StoredWgKeyData.swift */; };
752754
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 */; };
754755
A98502032B627B120061901E /* LocalNetworkProbe.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98502022B627B120061901E /* LocalNetworkProbe.swift */; };
755756
A988A3E22AFE54AC0008D2C7 /* AccountExpiry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F2FA62AFBB9AE006D0856 /* AccountExpiry.swift */; };
756757
A988DF272ADE86ED00D807EF /* WireGuardObfuscationSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = A988DF252ADE86ED00D807EF /* WireGuardObfuscationSettings.swift */; };
@@ -2120,6 +2121,7 @@
21202121
A95EEE352B722CD600A8A39B /* TunnelMonitorState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelMonitorState.swift; sourceTree = "<group>"; };
21212122
A95EEE372B722DFC00A8A39B /* PingStats.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PingStats.swift; sourceTree = "<group>"; };
21222123
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>"; };
21232125
A97D25AD2B0BB18100946B2D /* ProtocolObfuscator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtocolObfuscator.swift; sourceTree = "<group>"; };
21242126
A97D25AF2B0BB5C400946B2D /* ProtocolObfuscationStub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtocolObfuscationStub.swift; sourceTree = "<group>"; };
21252127
A97D25B12B0CB02D00946B2D /* ProtocolObfuscatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtocolObfuscatorTests.swift; sourceTree = "<group>"; };
@@ -2714,6 +2716,7 @@
27142716
449EBA252B975B9700DFA4EB /* EphemeralPeerReceiving.swift */,
27152717
A90C48662C36BC2600DCB94C /* EphemeralPeerReceiver.swift */,
27162718
A90C48682C36BF3900DCB94C /* TunnelProvider.swift */,
2719+
A97275552CE36CAE00029F15 /* DaitaV2Parameters.swift */,
27172720
);
27182721
path = Protocols;
27192722
sourceTree = "<group>";
@@ -4721,7 +4724,6 @@
47214724
isa = PBXNativeTarget;
47224725
buildConfigurationList = 58C7A44B2A863F4A0060C66F /* Build configuration list for PBXNativeTarget "PacketTunnelCore" */;
47234726
buildPhases = (
4724-
A9840BB22C69F7290030F05E /* Import maybenot_machines */,
47254727
58C7A4312A863F440060C66F /* Headers */,
47264728
58C7A4322A863F440060C66F /* Sources */,
47274729
58C7A4332A863F440060C66F /* Frameworks */,
@@ -4973,6 +4975,7 @@
49734975
isa = PBXNativeTarget;
49744976
buildConfigurationList = A992DA252C24709F00DE7CE5 /* Build configuration list for PBXNativeTarget "MullvadRustRuntime" */;
49754977
buildPhases = (
4978+
A93969802CE603110032A7A0 /* Import maybenot_machines */,
49764979
A992DA2A2C2470B300DE7CE5 /* Build MullvadRustRuntime */,
49774980
A992DA182C24709F00DE7CE5 /* Headers */,
49784981
A992DA192C24709F00DE7CE5 /* Sources */,
@@ -5351,7 +5354,7 @@
53515354
shellPath = /bin/sh;
53525355
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";
53535356
};
5354-
A9840BB22C69F7290030F05E /* Import maybenot_machines */ = {
5357+
A93969802CE603110032A7A0 /* Import maybenot_machines */ = {
53555358
isa = PBXShellScriptBuildPhase;
53565359
buildActionMask = 2147483647;
53575360
files = (
@@ -5367,7 +5370,7 @@
53675370
);
53685371
runOnlyForDeploymentPostprocessing = 0;
53695372
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";
53715374
};
53725375
A992DA2A2C2470B300DE7CE5 /* Build MullvadRustRuntime */ = {
53735376
isa = PBXShellScriptBuildPhase;
@@ -5775,7 +5778,6 @@
57755778
583832272AC3193600EA2071 /* PacketTunnelActor+SleepCycle.swift in Sources */,
57765779
58FE25DC2AA72A8F003D1918 /* AnyTask.swift in Sources */,
57775780
F04AF92D2C466013004A8314 /* EphemeralPeerNegotiationState.swift in Sources */,
5778-
A9840BB42C69F78A0030F05E /* Maybenot.swift in Sources */,
57795781
58FE25D92AA72A8F003D1918 /* AutoCancellingTask.swift in Sources */,
57805782
58FE25E12AA72A9B003D1918 /* SettingsReaderProtocol.swift in Sources */,
57815783
58C7A4582A863FB90060C66F /* TunnelMonitorProtocol.swift in Sources */,
@@ -6313,6 +6315,7 @@
63136315
58D22412294C90210029F5F8 /* RelayConstraint.swift in Sources */,
63146316
7A7AD14F2BF21EF200B30B3C /* NameInputFormatter.swift in Sources */,
63156317
58D22413294C90210029F5F8 /* RelayConstraints.swift in Sources */,
6318+
A97275562CE36CAE00029F15 /* DaitaV2Parameters.swift in Sources */,
63166319
7AF9BE8C2A321D1F00DBFEDB /* RelayFilter.swift in Sources */,
63176320
58D22414294C90210029F5F8 /* RelayLocation.swift in Sources */,
63186321
581DA2732A1E227D0046ED47 /* RESTTypes.swift in Sources */,
@@ -6447,6 +6450,7 @@
64476450
A9D9A4BB2C36D397004088DD /* EphemeralPeerNegotiator.swift in Sources */,
64486451
A9D9A4B22C36D12D004088DD /* TunnelObfuscator.swift in Sources */,
64496452
A9173C322C36CCDD00F6A08C /* EphemeralPeerReceiver.swift in Sources */,
6453+
A93969812CE606190032A7A0 /* Maybenot.swift in Sources */,
64506454
F05919802C45515200C301F3 /* EphemeralPeerExchangeActor.swift in Sources */,
64516455
);
64526456
runOnlyForDeploymentPostprocessing = 0;

ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"originHash" : "c15149b2d59d9e9c72375f65339c04f41a19943e1117e682df27fc9f943fdc56",
23
"pins" : [
34
{
45
"identity" : "swift-log",
@@ -18,5 +19,5 @@
1819
}
1920
}
2021
],
21-
"version" : 2
22+
"version" : 3
2223
}

0 commit comments

Comments
 (0)