Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 7e6ce37.
  • Loading branch information
mike-dydx committed Oct 29, 2024
1 parent 7e6ce37 commit c9e0b55
Show file tree
Hide file tree
Showing 49 changed files with 20,200 additions and 20,217 deletions.
2 changes: 1 addition & 1 deletion Utilities/Utilities/_Utils/DebugEnabled.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public struct DebugEnabled {

public static var enabled: Bool {
switch Installation.source {
case .debug: return false //true
case .debug: return true
case .testFlight: return UserDefaults.standard.bool(forKey: key)
case .appStore, .jailBroken: return false
}
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Utilities/_Utils/Installation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Installation {
if isJailBroken {
return .jailBroken
} else if isDebug {
return .testFlight
return .debug
} else if isTestFlight {
return .testFlight
} else {
Expand Down
4 changes: 2 additions & 2 deletions dydx/PodFile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def statsig_pods
end

def abacus_pods
pod 'abacus', :path => '~/v4-abacus'
#pod 'Abacus', :podspec => '../podspecs/Abacus.podspec'
#pod 'abacus', :path => '~/v4-abacus'
pod 'Abacus', :podspec => '../podspecs/Abacus.podspec'
end

def util_pods
Expand Down
12 changes: 6 additions & 6 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- abacus (0.4.18)
- Abacus (1.13.13)
- AmplitudeSwift (1.9.4):
- AnalyticsConnector (~> 1.0.1)
- AnalyticsConnector (1.0.3)
Expand Down Expand Up @@ -267,7 +267,7 @@ PODS:
- ZSWTappableLabel (3.3.2)

DEPENDENCIES:
- abacus (from `~/v4-abacus`)
- Abacus (from `../podspecs/Abacus.podspec`)
- AmplitudeSwift (~> 1.0)
- AppsFlyerFramework
- Atributika
Expand Down Expand Up @@ -370,8 +370,8 @@ SPEC REPOS:
- ZSWTappableLabel

EXTERNAL SOURCES:
abacus:
:path: "~/v4-abacus"
Abacus:
:podspec: "../podspecs/Abacus.podspec"
DGCharts:
:branch: releases/3.6.0.4
:git: https://github.com/dydxprotocol/Charts.git
Expand All @@ -382,7 +382,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
abacus: 46f62be6dc9b3f888093eb2c9952d0267ab40670
Abacus: 2868046638aa194188f754d36dc3063e226c9332
AmplitudeSwift: d10ae6afdb0740e4ae843866bce8ab1119a53d74
AnalyticsConnector: a53214d38ae22734c6266106c0492b37832633a9
AppsFlyerFramework: ad7ff0d22aa36c7f8cc4f71a5424e19b89ccb8ae
Expand Down Expand Up @@ -441,6 +441,6 @@ SPEC CHECKSUMS:
Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4
ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0

PODFILE CHECKSUM: 705523f205bf4ca5b7d987c0309c838e352c066f
PODFILE CHECKSUM: 553823b5ab70e1fe233c6a834ad450bcb98974db

COCOAPODS: 1.15.2
11 changes: 6 additions & 5 deletions dydx/Pods/Local Podspecs/abacus.podspec.json

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

12 changes: 6 additions & 6 deletions dydx/Pods/Manifest.lock

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

Loading

0 comments on commit c9e0b55

Please sign in to comment.