Skip to content

Commit

Permalink
Etc: develop 내용 합치면서 빠진 부분 수정 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hryeong66 committed Aug 20, 2024
1 parent f49615a commit d314dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"version" : "2.4.0"
}
},
{
"identity" : "skeletonui",
"kind" : "remoteSourceControl",
"location" : "https://github.com/CSolanaM/SkeletonUI.git",
Expand Down Expand Up @@ -197,15 +198,6 @@
"version" : "1.17.3"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-syntax",
"state" : {
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
}
},
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 1 addition & 1 deletion Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
.package(url: "https://github.com/airbnb/lottie-ios.git", from: "4.4.3"),
.package(url: "https://github.com/onevcat/Kingfisher", from: "7.12.0"),
.package(url: "https://github.com/exyte/PopupView.git", from: "3.0.4"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.27.0")
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.27.0"),
.package(url: "https://github.com/CSolanaM/SkeletonUI.git", from: "2.0.2")
]
)

0 comments on commit d314dfe

Please sign in to comment.