Skip to content

Commit

Permalink
setting/#150 KingFisher와 RxSwift 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Jul 9, 2024
1 parent e49cb7b commit 0755b1a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
42 changes: 42 additions & 0 deletions KkuMulKum.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
DDA2EE752C385FB1007C6059 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA2EE742C385FB1007C6059 /* HomeViewController.swift */; };
DDA2EE772C385FC3007C6059 /* GroupListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA2EE762C385FC3007C6059 /* GroupListViewController.swift */; };
DDA2EE792C385FCF007C6059 /* MyPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA2EE782C385FCF007C6059 /* MyPageViewController.swift */; };
DDAF1C7C2C3D5B86008A37D3 /* RxCocoa in Frameworks */ = {isa = PBXBuildFile; productRef = DDAF1C7B2C3D5B86008A37D3 /* RxCocoa */; };
DDAF1C7E2C3D5B86008A37D3 /* RxRelay in Frameworks */ = {isa = PBXBuildFile; productRef = DDAF1C7D2C3D5B86008A37D3 /* RxRelay */; };
DDAF1C812C3D5BD5008A37D3 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = DDAF1C802C3D5BD5008A37D3 /* Kingfisher */; };
DE254AA52C31131600A4015E /* Color.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DE254AA42C31131600A4015E /* Color.xcassets */; };
DE254AA82C3118EA00A4015E /* UIView+.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE254AA72C3118EA00A4015E /* UIView+.swift */; };
DE254AAA2C31190E00A4015E /* UIStackView+.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE254AA92C31190E00A4015E /* UIStackView+.swift */; };
Expand Down Expand Up @@ -202,10 +205,12 @@
785AE19A2C2E878600677CA0 /* FirebaseCrashlytics in Frameworks */,
785AE16B2C2E85C200677CA0 /* Moya in Frameworks */,
785AE1922C2E878600677CA0 /* FirebaseAppCheck in Frameworks */,
DDAF1C7C2C3D5B86008A37D3 /* RxCocoa in Frameworks */,
785AE18A2C2E878600677CA0 /* FirebaseAnalytics in Frameworks */,
785AE1982C2E878600677CA0 /* FirebaseAuthCombine-Community in Frameworks */,
785AE1BE2C2E878600677CA0 /* FirebaseStorageCombine-Community in Frameworks */,
785AE1B42C2E878600677CA0 /* FirebaseMessaging in Frameworks */,
DDAF1C7E2C3D5B86008A37D3 /* RxRelay in Frameworks */,
785AE1B82C2E878600677CA0 /* FirebaseRemoteConfig in Frameworks */,
785AE1B62C2E878600677CA0 /* FirebasePerformance in Frameworks */,
784E4D942C3B1C7F00BC943C /* KakaoSDK in Frameworks */,
Expand All @@ -218,6 +223,7 @@
785AE1B22C2E878600677CA0 /* FirebaseMLModelDownloader in Frameworks */,
785AE19C2C2E878600677CA0 /* FirebaseDatabase in Frameworks */,
785AE1A02C2E878600677CA0 /* FirebaseDynamicLinks in Frameworks */,
DDAF1C812C3D5BD5008A37D3 /* Kingfisher in Frameworks */,
785AE1AE2C2E878600677CA0 /* FirebaseInAppMessagingSwift-Beta in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -598,6 +604,9 @@
784E4D932C3B1C7F00BC943C /* KakaoSDK */,
784E4D952C3B1C7F00BC943C /* KakaoSDKAuth */,
784E4D982C3B95A900BC943C /* KeychainAccess */,
DDAF1C7B2C3D5B86008A37D3 /* RxCocoa */,
DDAF1C7D2C3D5B86008A37D3 /* RxRelay */,
DDAF1C802C3D5BD5008A37D3 /* Kingfisher */,
);
productName = KkuMulKum;
productReference = 78B928682C29402C006D9942 /* KkuMulKum.app */;
Expand Down Expand Up @@ -635,6 +644,8 @@
785AE1882C2E878600677CA0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
784E4D922C3B1C7F00BC943C /* XCRemoteSwiftPackageReference "kakao-ios-sdk" */,
784E4D972C3B95A900BC943C /* XCRemoteSwiftPackageReference "KeychainAccess" */,
DDAF1C7A2C3D5B86008A37D3 /* XCRemoteSwiftPackageReference "RxSwift" */,
DDAF1C7F2C3D5BD5008A37D3 /* XCRemoteSwiftPackageReference "Kingfisher" */,
);
productRefGroup = 78B928692C29402C006D9942 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1006,6 +1017,22 @@
minimumVersion = 10.28.1;
};
};
DDAF1C7A2C3D5B86008A37D3 /* XCRemoteSwiftPackageReference "RxSwift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ReactiveX/RxSwift";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 6.7.1;
};
};
DDAF1C7F2C3D5BD5008A37D3 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/onevcat/Kingfisher";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 7.12.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down Expand Up @@ -1184,6 +1211,21 @@
package = 785AE1882C2E878600677CA0 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
productName = "FirebaseVertexAI-Preview";
};
DDAF1C7B2C3D5B86008A37D3 /* RxCocoa */ = {
isa = XCSwiftPackageProductDependency;
package = DDAF1C7A2C3D5B86008A37D3 /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxCocoa;
};
DDAF1C7D2C3D5B86008A37D3 /* RxRelay */ = {
isa = XCSwiftPackageProductDependency;
package = DDAF1C7A2C3D5B86008A37D3 /* XCRemoteSwiftPackageReference "RxSwift" */;
productName = RxRelay;
};
DDAF1C802C3D5BD5008A37D3 /* Kingfisher */ = {
isa = XCSwiftPackageProductDependency;
package = DDAF1C7F2C3D5BD5008A37D3 /* XCRemoteSwiftPackageReference "Kingfisher" */;
productName = Kingfisher;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 78B928602C29402C006D9942 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@
"revision" : "e0c7eebc5a4465a3c4680764f26b7a61f567cdaf"
}
},
{
"identity" : "kingfisher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Kingfisher",
"state" : {
"revision" : "2ef543ee21d63734e1c004ad6c870255e8716c50",
"version" : "7.12.0"
}
},
{
"identity" : "leveldb",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 0755b1a

Please sign in to comment.