Skip to content

Commit

Permalink
Merge pull request #5 from f-lab-edu/feature/setting
Browse files Browse the repository at this point in the history
�이미지 로드를 위해 Kingfisher 패키지 설치
  • Loading branch information
GeonH0 authored Jun 13, 2024
2 parents 8c2e972 + 9c22cc1 commit 1cb35f5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions HomeCafeRecipes/HomeCafeRecipes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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 */
Expand Down Expand Up @@ -84,6 +85,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (

1D6C5ACF2C1A8C580052A36C /* Kingfisher in Frameworks */,
1D1283B12C1697DB00C5A870 /* RxSwift in Frameworks */,
1D1283AF2C1697DB00C5A870 /* RxCocoa in Frameworks */,
);
Expand Down Expand Up @@ -261,8 +264,11 @@
);
name = HomeCafeRecipes;
packageProductDependencies = (

1D6C5ACE2C1A8C580052A36C /* Kingfisher */,
1D1283AE2C1697DB00C5A870 /* RxCocoa */,
1D1283B02C1697DB00C5A870 /* RxSwift */,

);
productName = HomeCafeRecipes;
productReference = 1D2C16E22BE532B700C04508 /* HomeCafeRecipes.app */;
Expand Down Expand Up @@ -342,6 +348,7 @@
mainGroup = 1D2C16D92BE532B700C04508;
packageReferences = (
1D740B3F2C15E1EC0001B704 /* XCRemoteSwiftPackageReference "RxSwift" */,
1D6C5ACD2C1A8C580052A36C /* XCRemoteSwiftPackageReference "Kingfisher" */,
);
productRefGroup = 1D2C16E32BE532B700C04508 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -739,6 +746,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";
Expand All @@ -750,6 +765,12 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */

1D6C5ACE2C1A8C580052A36C /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = 1D6C5ACD2C1A8C580052A36C /* XCRemoteSwiftPackageReference "Kingfisher" */;
productName = Kingfisher;

1D1283AE2C1697DB00C5A870 /* RxCocoa */ = {
isa = XCSwiftPackageProductDependency;
package = 1D740B3F2C15E1EC0001B704 /* XCRemoteSwiftPackageReference "RxSwift" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1cb35f5

Please sign in to comment.