Skip to content

Commit

Permalink
#4 드롭다운 라이브러리 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
doyeonk429 committed Aug 17, 2024
1 parent 429bc72 commit 52b2272
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
17 changes: 0 additions & 17 deletions Drink-EG/Drink-EG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
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 */; };
16752F9D2C5A7FB90001907D /* HexCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16752F9C2C5A7FB90001907D /* HexCode.swift */; };
16B97CD42C4BEB0900D8B453 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B97CD32C4BEB0900D8B453 /* AppDelegate.swift */; };
16B97CD62C4BEB0900D8B453 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B97CD52C4BEB0900D8B453 /* SceneDelegate.swift */; };
Expand Down Expand Up @@ -234,7 +233,6 @@
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 @@ -574,7 +572,6 @@
5E2219702C6B5B5B005849FB /* Cosmos */,
5E22197A2C6BB56F005849FB /* SDWebImage */,
5E22197C2C6BB56F005849FB /* SDWebImageMapKit */,
165401592C6FD0C2008A9DBF /* SwiftyMenu */,
);
productName = "Drink-EG";
productReference = 16B97CD02C4BEB0900D8B453 /* Drink-EG.app */;
Expand Down Expand Up @@ -612,7 +609,6 @@
5E2219682C69DEEA005849FB /* XCRemoteSwiftPackageReference "Toast-Swift" */,
5E22196F2C6B5B5B005849FB /* XCRemoteSwiftPackageReference "Cosmos" */,
5E2219792C6BB56F005849FB /* XCRemoteSwiftPackageReference "SDWebImage" */,
165401582C6FD0C2008A9DBF /* XCRemoteSwiftPackageReference "SwiftyMenu" */,
);
productRefGroup = 16B97CD12C4BEB0900D8B453 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -952,14 +948,6 @@
/* 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;
};
};
5E22195C2C69DDB5005849FB /* XCRemoteSwiftPackageReference "SnapKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SnapKit/SnapKit.git";
Expand Down Expand Up @@ -1019,11 +1007,6 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
165401592C6FD0C2008A9DBF /* SwiftyMenu */ = {
isa = XCSwiftPackageProductDependency;
package = 165401582C6FD0C2008A9DBF /* XCRemoteSwiftPackageReference "SwiftyMenu" */;
productName = SwiftyMenu;
};
5E22195D2C69DDB5005849FB /* SnapKit */ = {
isa = XCSwiftPackageProductDependency;
package = 5E22195C2C69DDB5005849FB /* XCRemoteSwiftPackageReference "SnapKit" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "9e3548ffa0c51f116169dd0affee06f21c854fbd14ff53d22c0e87d1ce378d33",
"originHash" : "a8561a89e8f67830f69988d3a168bbd94d5d7088705bdbb1ebac5fe0c3ef0104",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -73,15 +73,6 @@
"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

0 comments on commit 52b2272

Please sign in to comment.