summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-06-23 09:52:07 +0200
committerLinus Färnstrand <linus@mullvad.net>2022-06-27 09:43:06 +0200
commitede80db9e510c381b704add6c3bf0a7576129484 (patch)
treebe650d7ebd7408fd5e428cc8d5767ec61c553ba5
parent9bcd292a48c56273482bb26d8c1def0c0860a296 (diff)
downloadmullvadvpn-ede80db9e510c381b704add6c3bf0a7576129484.tar.xz
mullvadvpn-ede80db9e510c381b704add6c3bf0a7576129484.zip
Update Package.resolved
Swift 5.6 uses new manifest file.
-rw-r--r--ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved41
1 files changed, 19 insertions, 22 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
index 83c0aec460..b46bfe3fa3 100644
--- a/ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ b/ios/MullvadVPN.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -1,25 +1,22 @@
{
- "object": {
- "pins": [
- {
- "package": "swift-log",
- "repositoryURL": "https://github.com/apple/swift-log.git",
- "state": {
- "branch": null,
- "revision": "173f567a2dfec11d74588eea82cecea555bdc0bc",
- "version": "1.4.0"
- }
- },
- {
- "package": "WireGuardKit",
- "repositoryURL": "https://github.com/mullvad/wireguard-apple.git",
- "state": {
- "branch": "mullvad-master",
- "revision": "eeb980058f5bff593868e34b718b4519a3236dcc",
- "version": null
- }
+ "pins" : [
+ {
+ "identity" : "swift-log",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-log.git",
+ "state" : {
+ "revision" : "173f567a2dfec11d74588eea82cecea555bdc0bc",
+ "version" : "1.4.0"
}
- ]
- },
- "version": 1
+ },
+ {
+ "identity" : "wireguard-apple",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/mullvad/wireguard-apple.git",
+ "state" : {
+ "revision" : "eeb980058f5bff593868e34b718b4519a3236dcc"
+ }
+ }
+ ],
+ "version" : 2
}