Skip to content

Commit

Permalink
[Chore] sopt-makers#354 - Amplitude 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj8706 committed Jan 21, 2024
1 parent a038731 commit b1af15e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public extension Amplitude {
func trackWithUserType(event: AmplitudeEventType) {
let eventType: String = event.rawValue
let userType = UserDefaultKeyList.Auth.getUserType()
var eventProperties: [String: Any] = ["view_type": userType.rawValue.lowercased()]
let eventProperties: [String: Any] = ["view_type": userType.rawValue.lowercased()]

AmplitudeInstance.shared.track(eventType: eventType, eventProperties: eventProperties, options: nil)
}
Expand Down
2 changes: 1 addition & 1 deletion SOPT-iOS/Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let spm = SwiftPackageManagerDependencies([
.remote(url: "https://github.com/Quick/Quick.git", requirement: .upToNextMajor(from: "5.0.0")),
.remote(url: "https://github.com/Quick/Nimble.git", requirement: .upToNextMajor(from: "10.0.0")),
.remote(url: "https://github.com/airbnb/lottie-ios", requirement: .upToNextMajor(from: "4.1.3")),
.remote(url: "https://github.com/amplitude/Amplitude-Swift", requirement: .upToNextMajor(from: "0.5.0"))
.remote(url: "https://github.com/amplitude/Amplitude-Swift", requirement: .upToNextMajor(from: "1.0.0"))
], baseSettings: Settings.settings(
configurations: XCConfig.framework
))
Expand Down

0 comments on commit b1af15e

Please sign in to comment.