Skip to content

Commit c832f08

Browse files
bsneedBrandon Sneed
and
Brandon Sneed
authored
Revert App Opened change from #101 (#130)
Co-authored-by: Brandon Sneed <[email protected]>
1 parent de5b831 commit c832f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleEvents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class iOSLifecycleEvents: PlatformPlugin, iOSLifecycle {
7474
let currentVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String
7575
let currentBuild = Bundle.main.infoDictionary?["CFBundleVersion"] as? String
7676

77-
analytics?.track(name: "Application Foregrounded", properties: [
77+
analytics?.track(name: "Application Opened", properties: [
7878
"from_background": true,
7979
"version": currentVersion ?? "",
8080
"build": currentBuild ?? ""

0 commit comments

Comments
 (0)