From ad3671f93904c7c78769aa6649fb73bd7bb48b8d Mon Sep 17 00:00:00 2001 From: "jijo.pulikkottil" Date: Wed, 24 Jul 2024 15:23:02 +0530 Subject: [PATCH] swift package updated --- mindLAMP.xcodeproj/project.pbxproj | 4 +--- .../xcshareddata/swiftpm/Package.resolved | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 mindLAMP.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/mindLAMP.xcodeproj/project.pbxproj b/mindLAMP.xcodeproj/project.pbxproj index 28ecab6..aa023aa 100644 --- a/mindLAMP.xcodeproj/project.pbxproj +++ b/mindLAMP.xcodeproj/project.pbxproj @@ -263,7 +263,6 @@ B2201C79257FA60500C40183 /* NotificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationView.swift; sourceTree = ""; }; B2201C85257FADC700C40183 /* HomeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = ""; }; B22DF5F1250612E800777D2D /* UserAgentExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserAgentExtension.swift; sourceTree = ""; }; - B230E5E72C2BD1A00061DA68 /* LAMP-swift */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "LAMP-swift"; path = "../../LAMP-Swift/LAMP-swift"; sourceTree = ""; }; B2346CE62599CEDF00EFF347 /* SensorDataModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SensorDataModel.swift; sourceTree = ""; }; B2346CEE2599DE9800EFF347 /* AppInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppInfo.swift; sourceTree = ""; }; B238434624B848F300E548E2 /* LMRunningBuffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LMRunningBuffer.swift; sourceTree = ""; }; @@ -659,7 +658,6 @@ B29639C423BDC28100626E1A = { isa = PBXGroup; children = ( - B230E5E72C2BD1A00061DA68 /* LAMP-swift */, B2657AB92C11B8AF009AFC3B /* StreakWidgetExtension.entitlements */, B2587B49256E23BC00A2A7F2 /* Shared */, B2A15BB22567A8BE00222717 /* SharedToWatchExt */, @@ -2770,7 +2768,7 @@ repositoryURL = "https://github.com/BIDMCDigitalPsychiatry/LAMP-swift.git"; requirement = { kind = exactVersion; - version = 2023.12.19; + version = 2024.7.23; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/mindLAMP.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/mindLAMP.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..b1a7150 --- /dev/null +++ b/mindLAMP.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,15 @@ +{ + "originHash" : "fc48a6bab5016fb028fdd589d5bc4d0270adb311945526b62b6566882c00538d", + "pins" : [ + { + "identity" : "lamp-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/BIDMCDigitalPsychiatry/LAMP-swift.git", + "state" : { + "revision" : "0123c1599e4216ab3d58ed2b7e86566fbfd2db42", + "version" : "2024.7.23" + } + } + ], + "version" : 3 +}