Skip to content

Commit

Permalink
#4 Add SwipeMenuTap
Browse files Browse the repository at this point in the history
  • Loading branch information
doyeonk429 committed Sep 25, 2024
1 parent 2016699 commit 581c4da
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Drink-EG/Drink-EG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
165401552C6FC5CD008A9DBF /* HomeResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165401542C6FC5CD008A9DBF /* HomeResponse.swift */; };
165401572C6FC618008A9DBF /* APIResponseHomeResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165401562C6FC618008A9DBF /* APIResponseHomeResponse.swift */; };
16752F9D2C5A7FB90001907D /* HexCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16752F9C2C5A7FB90001907D /* HexCode.swift */; };
1694CE7E2CA3B31300AA22C8 /* SwipeMenuViewController in Frameworks */ = {isa = PBXBuildFile; productRef = 1694CE7D2CA3B31300AA22C8 /* SwipeMenuViewController */; };
16B97CD42C4BEB0900D8B453 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B97CD32C4BEB0900D8B453 /* AppDelegate.swift */; };
16B97CD62C4BEB0900D8B453 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B97CD52C4BEB0900D8B453 /* SceneDelegate.swift */; };
16B97CDD2C4BEB0A00D8B453 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 16B97CDC2C4BEB0A00D8B453 /* Assets.xcassets */; };
Expand Down Expand Up @@ -345,6 +346,7 @@
5E22196A2C69DEEA005849FB /* Toast in Frameworks */,
5E2219642C69DE43005849FB /* Moya in Frameworks */,
16C19AE62C74987600E93FD0 /* YouTubeiOSPlayerHelper in Frameworks */,
1694CE7E2CA3B31300AA22C8 /* SwipeMenuViewController in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -870,6 +872,7 @@
16C19B0F2C7DB73200E93FD0 /* Then */,
164A0A102CA3AED700504BF1 /* SDWebImage */,
164A0A122CA3AED700504BF1 /* SDWebImageMapKit */,
1694CE7D2CA3B31300AA22C8 /* SwipeMenuViewController */,
);
productName = "Drink-EG";
productReference = 16B97CD02C4BEB0900D8B453 /* Drink-EG.app */;
Expand Down Expand Up @@ -911,6 +914,7 @@
16C19B092C7DA80C00E93FD0 /* XCRemoteSwiftPackageReference "realm-swift" */,
16C19B0E2C7DB73200E93FD0 /* XCRemoteSwiftPackageReference "Then" */,
164A0A0F2CA3AED700504BF1 /* XCRemoteSwiftPackageReference "SDWebImage" */,
1694CE7C2CA3B31300AA22C8 /* XCRemoteSwiftPackageReference "SwipeMenuViewController" */,
);
productRefGroup = 16B97CD12C4BEB0900D8B453 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1302,6 +1306,14 @@
minimumVersion = 5.19.7;
};
};
1694CE7C2CA3B31300AA22C8 /* XCRemoteSwiftPackageReference "SwipeMenuViewController" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/yysskk/SwipeMenuViewController.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.1.0;
};
};
16C19ADF2C74423300E93FD0 /* XCRemoteSwiftPackageReference "SwiftyToaster" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/noeyiz/SwiftyToaster.git";
Expand Down Expand Up @@ -1395,6 +1407,11 @@
package = 164A0A0F2CA3AED700504BF1 /* XCRemoteSwiftPackageReference "SDWebImage" */;
productName = SDWebImageMapKit;
};
1694CE7D2CA3B31300AA22C8 /* SwipeMenuViewController */ = {
isa = XCSwiftPackageProductDependency;
package = 1694CE7C2CA3B31300AA22C8 /* XCRemoteSwiftPackageReference "SwipeMenuViewController" */;
productName = SwipeMenuViewController;
};
16C19AE02C74423300E93FD0 /* SwiftyToaster */ = {
isa = XCSwiftPackageProductDependency;
package = 16C19ADF2C74423300E93FD0 /* XCRemoteSwiftPackageReference "SwiftyToaster" */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "7d6da7879a36e62998b2994307c4bedd9a7fd70691a506962f99d482c7b278e9",
"originHash" : "4aa0c475def5b81c458c453101781d39b9557c8e27e03815f1a2d58989f11763",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -100,6 +100,15 @@
"version" : "1.0.2"
}
},
{
"identity" : "swipemenuviewcontroller",
"kind" : "remoteSourceControl",
"location" : "https://github.com/yysskk/SwipeMenuViewController.git",
"state" : {
"revision" : "58cf049ea230aa1d281c59367916e5960cea1978",
"version" : "4.1.0"
}
},
{
"identity" : "then",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 581c4da

Please sign in to comment.