diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-08-25 10:43:43 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-08-25 10:43:43 +0200 |
| commit | 0f1ea031bb6ff04b9b2735dea5ffda5da3074943 (patch) | |
| tree | 8031874c772f25e3541e1c0f9dbdc249de638acf | |
| parent | eb6a77398c1605544791ae1287482ba9cb554033 (diff) | |
| parent | 17bd3cd7881f629cc78083decbd6344b998903a5 (diff) | |
| download | mullvadvpn-0f1ea031bb6ff04b9b2735dea5ffda5da3074943.tar.xz mullvadvpn-0f1ea031bb6ff04b9b2735dea5ffda5da3074943.zip | |
Merge branch 'fix-xcode-crash'
| -rw-r--r-- | ios/MullvadVPN.xcodeproj/project.pbxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.pbxproj b/ios/MullvadVPN.xcodeproj/project.pbxproj index 7d21e8debf..657c7de6fd 100644 --- a/ios/MullvadVPN.xcodeproj/project.pbxproj +++ b/ios/MullvadVPN.xcodeproj/project.pbxproj @@ -1606,8 +1606,6 @@ /* Begin PBXFileReference section */ 014449942CA293B100C0C2F2 /* EncryptedDNSProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncryptedDNSProxy.swift; sourceTree = "<group>"; }; 01EF6F2D2B6A51B100125696 /* mullvad-api.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "mullvad-api.h"; path = "../mullvad-api/include/mullvad-api.h"; sourceTree = "<group>"; }; - 01EF6F2F2B6A588300125696 /* aarch64-apple-ios */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "aarch64-apple-ios"; path = "../target/aarch64-apple-ios"; sourceTree = "<group>"; }; - 01EF6F312B6A58F000125696 /* debug */ = {isa = PBXFileReference; lastKnownFileType = folder; name = debug; path = "../target/aarch64-apple-ios/debug"; sourceTree = "<group>"; }; 01EF6F332B6A590700125696 /* libmullvad_api.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmullvad_api.a; path = "../target/aarch64-apple-ios/debug/libmullvad_api.a"; sourceTree = "<group>"; }; 01F1FF1D29F0627D007083C3 /* libmullvad_ios.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmullvad_ios.a; path = ../target/debug/libmullvad_ios.a; sourceTree = "<group>"; }; 062B45BB28FD8C3B00746E77 /* RESTDefaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RESTDefaults.swift; sourceTree = "<group>"; }; @@ -3572,8 +3570,6 @@ A9C75BC12C2D8C9E00B4CDF5 /* libmullvad_ios.a */, A944F2712B8E02E800473F4C /* libmullvad_ios.a */, 01EF6F332B6A590700125696 /* libmullvad_api.a */, - 01EF6F312B6A58F000125696 /* debug */, - 01EF6F2F2B6A588300125696 /* aarch64-apple-ios */, 584023282A407F5F007B27AC /* libmullvad_ios.a */, 01F1FF1D29F0627D007083C3 /* libmullvad_ios.a */, ); |
