From b9ecfdaad0203c0f4fb2b59c64f26696abb6d84d Mon Sep 17 00:00:00 2001 From: Mustafa Merza <mustafa.merza95@gmail.com> Date: Mon, 12 Aug 2024 18:28:01 +0300 Subject: [PATCH] - Updated 'LNExtensionExecuter' library version. --- MiniScanner.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 33 +++++++++++++++++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/MiniScanner.xcodeproj/project.pbxproj b/MiniScanner.xcodeproj/project.pbxproj index 5af3590..544f23a 100644 --- a/MiniScanner.xcodeproj/project.pbxproj +++ b/MiniScanner.xcodeproj/project.pbxproj @@ -2205,7 +2205,7 @@ repositoryURL = "https://github.com/LeoNatan/LNExtensionExecutor.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 1.2.0; + minimumVersion = 1.3.0; }; }; 53A4787F2C358E100073E956 /* XCRemoteSwiftPackageReference "LanguageManager-iOS" */ = { diff --git a/MiniScanner.xcworkspace/xcshareddata/swiftpm/Package.resolved b/MiniScanner.xcworkspace/xcshareddata/swiftpm/Package.resolved index d5cf7e7..a6203cf 100644 --- a/MiniScanner.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/MiniScanner.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,6 +1,15 @@ { - "originHash" : "174e2433b4ce7e1515d76317ce11975dbcddc241481d6428646b200fb9578ee5", + "originHash" : "3b2c4ea71c3010cf1300703a9ede82aa3d69fd1059af636e7d965d7dedc79857", "pins" : [ + { + "identity" : "beinepsignature", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Mustafa-Merza/BeInEPSignature", + "state" : { + "branch" : "custom-views", + "revision" : "1e7c6cf2f87fc4294154b5a5ba618443acba8943" + } + }, { "identity" : "imageviewer.swift", "kind" : "remoteSourceControl", @@ -33,8 +42,26 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/LeoNatan/LNExtensionExecutor.git", "state" : { - "revision" : "16b741f659e344f4569c9f9d32ef2298ef0233ff", - "version" : "1.2.0" + "revision" : "c0226dcd7d653d4c22dd16ccd72619c86b610c2d", + "version" : "1.3.0" + } + }, + { + "identity" : "mozjpeg.swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/awxkee/mozjpeg.swift.git", + "state" : { + "revision" : "42aaf0105aa7cd5640397306577bda756863003a", + "version" : "1.1.3" + } + }, + { + "identity" : "nbbottomsheet", + "kind" : "remoteSourceControl", + "location" : "https://github.com/nicol3a/NBBottomSheet", + "state" : { + "branch" : "master", + "revision" : "697175be8c9b17304552938ae16b8a1a752bae4d" } }, { -- GitLab