Skip to content

Commit

Permalink
Merge pull request #62 from Drink-Easy/HZOO
Browse files Browse the repository at this point in the history
#4 드롭다운 서드파티 추가
  • Loading branch information
doyeonk429 authored Aug 16, 2024
2 parents d4aabea + 67b90d4 commit 6717d1d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Drink-EG/Drink-EG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
165401072C6BA5D8008A9DBF /* MemberInfoRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165401062C6BA5D8008A9DBF /* MemberInfoRequest.swift */; };
165401092C6BA644008A9DBF /* MemberInfoAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165401082C6BA644008A9DBF /* MemberInfoAPI.swift */; };
1654010B2C6BACDC008A9DBF /* SelectionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1654010A2C6BACDC008A9DBF /* SelectionManager.swift */; };
1654015A2C6FD0C2008A9DBF /* SwiftyMenu in Frameworks */ = {isa = PBXBuildFile; productRef = 165401592C6FD0C2008A9DBF /* SwiftyMenu */; };
1654010D2C6C7FBB008A9DBF /* APIResponseMemberResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1654010C2C6C7FBB008A9DBF /* APIResponseMemberResponse.swift */; };
1654010F2C6E2B4B008A9DBF /* MyCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1654010E2C6E2B4B008A9DBF /* MyCollectionViewController.swift */; };
165401112C6E2B79008A9DBF /* WineNewsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165401102C6E2B79008A9DBF /* WineNewsViewController.swift */; };
Expand Down Expand Up @@ -259,6 +260,7 @@
5E2219612C69DDBF005849FB /* Alamofire in Frameworks */,
5E22196A2C69DEEA005849FB /* Toast in Frameworks */,
5E22197D2C6BB56F005849FB /* SDWebImageMapKit in Frameworks */,
1654015A2C6FD0C2008A9DBF /* SwiftyMenu in Frameworks */,
5E2219642C69DE43005849FB /* Moya in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -627,6 +629,7 @@
165401152C6E3858008A9DBF /* CardSlider */,
5E22197A2C6BB56F005849FB /* SDWebImage */,
5E22197C2C6BB56F005849FB /* SDWebImageMapKit */,
165401592C6FD0C2008A9DBF /* SwiftyMenu */,
);
productName = "Drink-EG";
productReference = 16B97CD02C4BEB0900D8B453 /* Drink-EG.app */;
Expand Down Expand Up @@ -665,6 +668,7 @@
5E22196F2C6B5B5B005849FB /* XCRemoteSwiftPackageReference "Cosmos" */,
165401142C6E3858008A9DBF /* XCRemoteSwiftPackageReference "cardslider" */,
5E2219792C6BB56F005849FB /* XCRemoteSwiftPackageReference "SDWebImage" */,
165401582C6FD0C2008A9DBF /* XCRemoteSwiftPackageReference "SwiftyMenu" */,
);
productRefGroup = 16B97CD12C4BEB0900D8B453 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1005,6 +1009,12 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
165401582C6FD0C2008A9DBF /* XCRemoteSwiftPackageReference "SwiftyMenu" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/KarimEbrahemAbdelaziz/SwiftyMenu.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.1.0;
165401142C6E3858008A9DBF /* XCRemoteSwiftPackageReference "cardslider" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Ramotion/cardslider.git";
Expand Down Expand Up @@ -1072,6 +1082,10 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
165401592C6FD0C2008A9DBF /* SwiftyMenu */ = {
isa = XCSwiftPackageProductDependency;
package = 165401582C6FD0C2008A9DBF /* XCRemoteSwiftPackageReference "SwiftyMenu" */;
productName = SwiftyMenu;
165401152C6E3858008A9DBF /* CardSlider */ = {
isa = XCSwiftPackageProductDependency;
package = 165401142C6E3858008A9DBF /* XCRemoteSwiftPackageReference "cardslider" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "a8561a89e8f67830f69988d3a168bbd94d5d7088705bdbb1ebac5fe0c3ef0104",
"originHash" : "9e3548ffa0c51f116169dd0affee06f21c854fbd14ff53d22c0e87d1ce378d33",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -82,6 +82,15 @@
"version" : "5.7.1"
}
},
{
"identity" : "swiftymenu",
"kind" : "remoteSourceControl",
"location" : "https://github.com/KarimEbrahemAbdelaziz/SwiftyMenu.git",
"state" : {
"revision" : "4441d29ce12a830e9ad996a7a5126ad859e84a90",
"version" : "1.1.0"
}
},
{
"identity" : "toast-swift",
"kind" : "remoteSourceControl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ class ReviewListViewController: UIViewController {
print("GET 호출 실패")
}
}
// setupUI()

}

private func setupUI() {
Expand Down

0 comments on commit 6717d1d

Please sign in to comment.