Skip to content

Commit

Permalink
Etc: merge 하면서 빠진 코드들 수정
Browse files Browse the repository at this point in the history
Etc: merge 하면서 빠진 코드들 수정
  • Loading branch information
hryeong66 committed Sep 4, 2024
1 parent ad3d86d commit e96344d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions Projects/App/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
PPACAnalytics.shared.congigureFirebaseApp()
self.window = UIWindow(frame: UIScreen.main.bounds)
let router = SplashRouter(navigationController, deeplinkMemeId: self.deeplinkMemeId)
self.navigationController.setNavigationBarHidden(true, animated: false)
self.appRouter = router
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct LevelProgressView: View {
RoundedRectangle(cornerRadius: 25, style: .circular)
.stroke(Color.Border.primary, lineWidth: 2, fill: Color.Background.brand)
.frame(width: isAnimation ? currnetlevelWidth : minimumWidth)
.animation(.easeInOut(duration: 1.0), value: isAnimation)
.animation(.easeInOut(duration: 1.2), value: isAnimation)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Projects/Features/Recommend/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let project = Project(
.Core.PPACDomain,
.Core.PPACData,
.Core.PPACUtil,
.Core.PPACAnalytics
.Core.PPACAnalytics,
.Feature.MemeDetail
]
)
Expand Down
6 changes: 3 additions & 3 deletions Tuist/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"state" : {
"revision" : "3b62f154d00019ae29a71e9738800bb6f18b236d",
"version" : "10.19.2"
}
}
},
{
"identity" : "appsflyerframework-dynamic",
Expand Down Expand Up @@ -203,8 +203,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "e883fc9ea51e76dc9ed13fd4a92b0ee258a1e8c9",
"version" : "1.17.3"
"revision" : "6d932a79e7173b275b96c600c86c603cf84f153c",
"version" : "1.17.4"
}
},
{
Expand Down
5 changes: 3 additions & 2 deletions Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ 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/AppsFlyerSDK/AppsFlyerFramework-Dynamic", from: "6.15.1")
.package(url: "https://github.com/CSolanaM/SkeletonUI.git", from: "2.0.2"),
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic", from: "6.15.1"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "10.27.0")
]
)

0 comments on commit e96344d

Please sign in to comment.