Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pod issue (#313) #314

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.42)
- AmplitudeSwift (1.11.1):
- AnalyticsConnector (~> 1.3.0)
- AnalyticsConnector (1.3.1)
Expand Down Expand Up @@ -266,7 +266,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 @@ -367,8 +367,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 @@ -379,7 +379,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
abacus: 46f62be6dc9b3f888093eb2c9952d0267ab40670
Abacus: 99c88e582edc8bbd17feab6ab9e2503ba5c4bf2b
AmplitudeSwift: e27c57acea01eceb4684346201ae3817bed5cf52
AnalyticsConnector: 3def11199b4ddcad7202c778bde982ec5da0ebb3
AppsFlyerFramework: ad7ff0d22aa36c7f8cc4f71a5424e19b89ccb8ae
Expand Down Expand Up @@ -437,6 +437,6 @@ SPEC CHECKSUMS:
Validator: 80a6f567220c962dfd2d9928ae98a8c1d164f6f4
ZSWTappableLabel: 92f11d677bb395a8294df48482316c4981783ca0

PODFILE CHECKSUM: 23f69b061a94b99ea489e8d7e6b1a0960fc966b3
PODFILE CHECKSUM: f46f6b34a7953cbfc14e8e9cd4f05bfebe66bf20

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
Loading