[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/138 fcm #170

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Feature/138 fcm #170

wants to merge 5 commits into from

Conversation

leeyoonchae
Copy link
Contributor

No description provided.

@@ -39,7 +39,9 @@ let project = Project(
.project(target: "Feature", path: .relativeToRoot("Projects/Feature")),
.project(target: "Repository", path: .relativeToRoot("Projects/Data")),
.project(target: "DIContainer", path: .relativeToRoot("Projects/DIContainer")),
.target(name: "DodamDodamWidget")
.target(name: "DodamDodamWidget"),
.external(name: "FirebaseAnalytics"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FirebaseAnalytics도 필요한가요?

@@ -30,6 +30,7 @@ let package = Package(
.package(url: "https://github.com/Mercen-Lee/FlowKit", branch: "main"),
.package(url: "https://github.com/Mercen-Lee/SignKit", exact: "0.0.2"),
.package(url: "https://github.com/lorenzofiamingo/swiftui-cached-async-image", exact: "2.1.1"),
.package(url: "https://github.com/bestswlkh0310/SwiftBok", exact: "1.2.0")
.package(url: "https://github.com/bestswlkh0310/SwiftBok", exact: "1.2.0"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SwiftBok 이제 안 쓰니 삭제 해주세요
삭제하기 전에 브런치 만들어서 아직 남아있나 보네요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants