|
701 | 701 | A97D25B42B0CB59300946B2D /* TunnelObfuscationStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D25B32B0CB59300946B2D /* TunnelObfuscationStub.swift */; };
|
702 | 702 | A97D30172AE6B5E90045C0E4 /* StoredWgKeyData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97D30162AE6B5E90045C0E4 /* StoredWgKeyData.swift */; };
|
703 | 703 | A97FF5502A0D2FFC00900996 /* NSFileCoordinator+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97FF54F2A0D2FFC00900996 /* NSFileCoordinator+Extensions.swift */; };
|
| 704 | + A9840BB42C69F78A0030F05E /* Maybenot.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9840BB32C69F78A0030F05E /* Maybenot.swift */; }; |
704 | 705 | A98502032B627B120061901E /* LocalNetworkProbe.swift in Sources */ = {isa = PBXBuildFile; fileRef = A98502022B627B120061901E /* LocalNetworkProbe.swift */; };
|
705 | 706 | A988A3E22AFE54AC0008D2C7 /* AccountExpiry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F2FA62AFBB9AE006D0856 /* AccountExpiry.swift */; };
|
706 | 707 | A988DF272ADE86ED00D807EF /* WireGuardObfuscationSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = A988DF252ADE86ED00D807EF /* WireGuardObfuscationSettings.swift */; };
|
|
2014 | 2015 | A97D25B32B0CB59300946B2D /* TunnelObfuscationStub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelObfuscationStub.swift; sourceTree = "<group>"; };
|
2015 | 2016 | A97D30162AE6B5E90045C0E4 /* StoredWgKeyData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoredWgKeyData.swift; sourceTree = "<group>"; };
|
2016 | 2017 | A97FF54F2A0D2FFC00900996 /* NSFileCoordinator+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSFileCoordinator+Extensions.swift"; sourceTree = "<group>"; };
|
| 2018 | + A9840BB32C69F78A0030F05E /* Maybenot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Maybenot.swift; sourceTree = "<group>"; }; |
2017 | 2019 | A98502022B627B120061901E /* LocalNetworkProbe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalNetworkProbe.swift; sourceTree = "<group>"; };
|
2018 | 2020 | A988DF252ADE86ED00D807EF /* WireGuardObfuscationSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireGuardObfuscationSettings.swift; sourceTree = "<group>"; };
|
2019 | 2021 | A988DF282ADE880300D807EF /* TunnelSettingsV3.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TunnelSettingsV3.swift; sourceTree = "<group>"; };
|
|
3331 | 3333 | 58C7A4372A863F450060C66F /* PacketTunnelCore */ = {
|
3332 | 3334 | isa = PBXGroup;
|
3333 | 3335 | children = (
|
| 3336 | + A9840BB12C69F7190030F05E /* Daita */, |
3334 | 3337 | 58C7A4382A863F450060C66F /* PacketTunnelCore.h */,
|
3335 | 3338 | 58C9B8DF2ABB273700040B46 /* URLRequestProxy */,
|
3336 | 3339 | 58C9B8C52ABB23B400040B46 /* IPC */,
|
|
3979 | 3982 | path = Socks5;
|
3980 | 3983 | sourceTree = "<group>";
|
3981 | 3984 | };
|
| 3985 | + A9840BB12C69F7190030F05E /* Daita */ = { |
| 3986 | + isa = PBXGroup; |
| 3987 | + children = ( |
| 3988 | + A9840BB32C69F78A0030F05E /* Maybenot.swift */, |
| 3989 | + ); |
| 3990 | + path = Daita; |
| 3991 | + sourceTree = "<group>"; |
| 3992 | + }; |
3982 | 3993 | A992DA1E2C24709F00DE7CE5 /* MullvadRustRuntime */ = {
|
3983 | 3994 | isa = PBXGroup;
|
3984 | 3995 | children = (
|
|
4429 | 4440 | isa = PBXNativeTarget;
|
4430 | 4441 | buildConfigurationList = 58C7A44B2A863F4A0060C66F /* Build configuration list for PBXNativeTarget "PacketTunnelCore" */;
|
4431 | 4442 | buildPhases = (
|
| 4443 | + A9840BB22C69F7290030F05E /* Import maybenot_machines */, |
4432 | 4444 | 58C7A4312A863F440060C66F /* Headers */,
|
4433 | 4445 | 58C7A4322A863F440060C66F /* Sources */,
|
4434 | 4446 | 58C7A4332A863F440060C66F /* Frameworks */,
|
|
5062 | 5074 | shellPath = /bin/sh;
|
5063 | 5075 | 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";
|
5064 | 5076 | };
|
| 5077 | + A9840BB22C69F7290030F05E /* Import maybenot_machines */ = { |
| 5078 | + isa = PBXShellScriptBuildPhase; |
| 5079 | + buildActionMask = 2147483647; |
| 5080 | + files = ( |
| 5081 | + ); |
| 5082 | + inputFileListPaths = ( |
| 5083 | + ); |
| 5084 | + inputPaths = ( |
| 5085 | + ); |
| 5086 | + name = "Import maybenot_machines"; |
| 5087 | + outputFileListPaths = ( |
| 5088 | + ); |
| 5089 | + outputPaths = ( |
| 5090 | + ); |
| 5091 | + runOnlyForDeploymentPostprocessing = 0; |
| 5092 | + shellPath = /bin/sh; |
| 5093 | + 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"; |
| 5094 | + }; |
5065 | 5095 | A992DA2A2C2470B300DE7CE5 /* Build MullvadRustRuntime */ = {
|
5066 | 5096 | isa = PBXShellScriptBuildPhase;
|
5067 | 5097 | buildActionMask = 2147483647;
|
|
5445 | 5475 | 583832272AC3193600EA2071 /* PacketTunnelActor+SleepCycle.swift in Sources */,
|
5446 | 5476 | 58FE25DC2AA72A8F003D1918 /* AnyTask.swift in Sources */,
|
5447 | 5477 | F04AF92D2C466013004A8314 /* PostQuantumNegotiationState.swift in Sources */,
|
| 5478 | + A9840BB42C69F78A0030F05E /* Maybenot.swift in Sources */, |
5448 | 5479 | 58FE25D92AA72A8F003D1918 /* AutoCancellingTask.swift in Sources */,
|
5449 | 5480 | 58FE25E12AA72A9B003D1918 /* SettingsReaderProtocol.swift in Sources */,
|
5450 | 5481 | 58C7A4582A863FB90060C66F /* TunnelMonitorProtocol.swift in Sources */,
|
|
9149 | 9180 | repositoryURL = "https://github.com/mullvad/wireguard-apple.git";
|
9150 | 9181 | requirement = {
|
9151 | 9182 | kind = revision;
|
9152 |
| - revision = e3fdc2e95ccd7a30284ec78f3bdf4f9a252a1ed2; |
| 9183 | + revision = 6d6f39b6842efa3fc3d0c3d5cf6f6d919442b82f; |
9153 | 9184 | };
|
9154 | 9185 | };
|
9155 | 9186 | /* End XCRemoteSwiftPackageReference section */
|
|
0 commit comments