Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Oct 29, 2024
1 parent 75832bf commit ebc5e88
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 66 deletions.
7 changes: 5 additions & 2 deletions dydx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Abacus (1.13.13)
- Abacus (1.13.14)
- AmplitudeSwift (1.9.4):
- AnalyticsConnector (~> 1.0.1)
- AnalyticsConnector (1.0.3)
Expand Down Expand Up @@ -377,12 +377,15 @@ EXTERNAL SOURCES:
:git: https://github.com/dydxprotocol/Charts.git

CHECKOUT OPTIONS:
Abacus:
:commit: feeedfbc26fd9ad8327a4d3a8f5ee92b925a5914
:git: "[email protected]:dydxprotocol/v4-abacus.git"
DGCharts:
:commit: 5fcd52176925ef8112f79d7bed933f87fab1d738
:git: https://github.com/dydxprotocol/Charts.git

SPEC CHECKSUMS:
Abacus: 2868046638aa194188f754d36dc3063e226c9332
Abacus: a7768fbbe3ec6ea7569462fdf45218ef75cc188c
AmplitudeSwift: d10ae6afdb0740e4ae843866bce8ab1119a53d74
AnalyticsConnector: a53214d38ae22734c6266106c0492b37832633a9
AppsFlyerFramework: ad7ff0d22aa36c7f8cc4f71a5424e19b89ccb8ae
Expand Down
4 changes: 2 additions & 2 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.

7 changes: 5 additions & 2 deletions dydx/Pods/Manifest.lock

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

116 changes: 58 additions & 58 deletions dydx/Pods/Pods.xcodeproj/project.pbxproj

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

2 changes: 1 addition & 1 deletion podspecs/Abacus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Abacus'
spec.version = '1.13.13'
spec.version = '1.13.14'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :git => "[email protected]:dydxprotocol/v4-abacus.git", :branch => "mike/fix-serialization" }
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump_abacus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else
git push --tags origin main
fi


git checkout mike/fix-serialization
cd $scriptDir/..

echo "=================================="
Expand Down

0 comments on commit ebc5e88

Please sign in to comment.