Skip to content

Commit

Permalink
added dydxAnalytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed May 16, 2024
1 parent 3e1b199 commit 1a7966c
Show file tree
Hide file tree
Showing 24 changed files with 4,782 additions and 1,459 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Utilities

open class TrackingViewController: NavigableViewController, TrackingViewProtocol {

open var navigationEvent: TrackableEvent?
open private(set) var navigationEvent: TrackableEvent?

override open func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Utilities/_Tracker/_Shared/Tracking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ public protocol TrackableEvent {
}

public protocol TrackingViewProtocol {
var navigationEvent: TrackableEvent? { get set }
var navigationEvent: TrackableEvent? { get }
}
6 changes: 6 additions & 0 deletions dydx/PodFile
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ abstract_target 'iOS' do
ios_ui_pods
swifiui_pods
end

target 'dydxAnalytics' do
project '../dydx/dydxAnalytics/dydxAnalytics'
ios_util_pods
abacus_pods
end

target 'dydxPresenters' do
project '../dydx/dydxPresenters/dydxPresenters'
Expand Down
2 changes: 1 addition & 1 deletion dydx/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,6 @@ SPEC CHECKSUMS:
Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4
ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0

PODFILE CHECKSUM: e6f17a3740fec78173732202f4a12a9dd7ed9e8e
PODFILE CHECKSUM: 858c258780667abbc3a740be4777ba2f0d696529

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion dydx/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,148 changes: 1,713 additions & 1,435 deletions dydx/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dydx/dydx.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions dydx/dydx.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "975d00e29efb8d2ca017c5e61df90418ac01f7d7143e85a3f9ddb4eb982154e4",
"originHash" : "1c0055be4aba3ed4d97a2f62f05486877839310f65e2cbdd18b067bef06a04a3",
"pins" : [
{
"identity" : "bigint",
Expand Down Expand Up @@ -46,15 +46,6 @@
"revision" : "48134b5460435cc9d048223ad7560ee2e40f3d4a"
}
},
{
"identity" : "percy-xcui-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/percy/percy-xcui-swift",
"state" : {
"revision" : "a2e9a86dfc3f5b69ef53cbda28a0ea71098c9f77",
"version" : "1.0.0"
}
},
{
"identity" : "qrcode",
"kind" : "remoteSourceControl",
Expand Down
Loading

0 comments on commit 1a7966c

Please sign in to comment.