From 39201087618148e581abfaa6f9b564a7afdc5f02 Mon Sep 17 00:00:00 2001 From: GeonH0 Date: Thu, 13 Jun 2024 11:10:29 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20Kingfisher=20=ED=8C=A8=ED=82=A4?= =?UTF-8?q?=EC=A7=80=20=EC=84=A4=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HomeCafeRecipes.xcodeproj/project.pbxproj | 20 +++++++++++++++++++ .../xcshareddata/swiftpm/Package.resolved | 9 +++++++++ 2 files changed, 29 insertions(+) diff --git a/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.pbxproj b/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.pbxproj index f47c7eb..62718f6 100644 --- a/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.pbxproj +++ b/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.pbxproj @@ -15,6 +15,7 @@ 1D2C16FD2BE532B800C04508 /* HomeCafeRecipesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D2C16FC2BE532B800C04508 /* HomeCafeRecipesTests.swift */; }; 1D2C17072BE532B800C04508 /* HomeCafeRecipesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D2C17062BE532B800C04508 /* HomeCafeRecipesUITests.swift */; }; 1D2C17092BE532B800C04508 /* HomeCafeRecipesUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D2C17082BE532B800C04508 /* HomeCafeRecipesUITestsLaunchTests.swift */; }; + 1D6C5ACF2C1A8C580052A36C /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 1D6C5ACE2C1A8C580052A36C /* Kingfisher */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -54,6 +55,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 1D6C5ACF2C1A8C580052A36C /* Kingfisher in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -141,6 +143,7 @@ ); name = HomeCafeRecipes; packageProductDependencies = ( + 1D6C5ACE2C1A8C580052A36C /* Kingfisher */, ); productName = HomeCafeRecipes; productReference = 1D2C16E22BE532B700C04508 /* HomeCafeRecipes.app */; @@ -216,6 +219,7 @@ mainGroup = 1D2C16D92BE532B700C04508; packageReferences = ( 1D740B3F2C15E1EC0001B704 /* XCRemoteSwiftPackageReference "RxSwift" */, + 1D6C5ACD2C1A8C580052A36C /* XCRemoteSwiftPackageReference "Kingfisher" */, ); productRefGroup = 1D2C16E32BE532B700C04508 /* Products */; projectDirPath = ""; @@ -600,6 +604,14 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ + 1D6C5ACD2C1A8C580052A36C /* XCRemoteSwiftPackageReference "Kingfisher" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/onevcat/Kingfisher.git"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 7.12.0; + }; + }; 1D740B3F2C15E1EC0001B704 /* XCRemoteSwiftPackageReference "RxSwift" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/ReactiveX/RxSwift"; @@ -609,6 +621,14 @@ }; }; /* End XCRemoteSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + 1D6C5ACE2C1A8C580052A36C /* Kingfisher */ = { + isa = XCSwiftPackageProductDependency; + package = 1D6C5ACD2C1A8C580052A36C /* XCRemoteSwiftPackageReference "Kingfisher" */; + productName = Kingfisher; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = 1D2C16DA2BE532B700C04508 /* Project object */; } diff --git a/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 939be2d..de9a0ec 100644 --- a/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,14 @@ { "pins" : [ + { + "identity" : "kingfisher", + "kind" : "remoteSourceControl", + "location" : "https://github.com/onevcat/Kingfisher.git", + "state" : { + "revision" : "2ef543ee21d63734e1c004ad6c870255e8716c50", + "version" : "7.12.0" + } + }, { "identity" : "rxswift", "kind" : "remoteSourceControl",