Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabmaiti committed Sep 19, 2023
1 parent 46ea001 commit d5caad7
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 175 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ def shared_pods
end

def shared_utility_pods
pod 'MetricsReporter', :path => '/Users/pallabmaiti/Documents/Rudder/metrics-reporter-ios'
pod 'MetricsReporter'
pod 'RudderKit'
pod 'RSCrashReporter', :path => '/Users/pallabmaiti/Documents/Rudder/crash-reporter-ios'
pod 'RSCrashReporter'
end

target 'Rudder-iOS' do
Expand Down
42 changes: 42 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
PODS:
- MetricsReporter (1.1.0):
- RSCrashReporter (~> 1.0.0)
- RudderKit (~> 1.4.0)
- RSCrashReporter (1.0.0)
- Rudder (1.19.2):
- MetricsReporter (= 1.1.0)
- RudderKit (1.4.0)
- SQLCipher (4.5.4):
- SQLCipher/standard (= 4.5.4)
- SQLCipher/common (4.5.4)
- SQLCipher/standard (4.5.4):
- SQLCipher/common

DEPENDENCIES:
- MetricsReporter
- RSCrashReporter
- Rudder (from `.`)
- RudderKit
- SQLCipher (~> 4.0)

SPEC REPOS:
https://github.com/rudderlabs/Specs.git:
- MetricsReporter
- RSCrashReporter
- RudderKit
- SQLCipher

EXTERNAL SOURCES:
Rudder:
:path: "."

SPEC CHECKSUMS:
MetricsReporter: d7f4da199ecceefb2e3a49a0b45b288fbadaca1f
RSCrashReporter: 7e26b51ac816e967acb58fa458040946a93a9e65
Rudder: 0c2af547889deaddc88b800d0b04b4ade3fe6ce9
RudderKit: d9d6997696e1642b753d8bdf94e57af643a68f03
SQLCipher: 905b145f65f349f26da9e60a19901ad24adcd381

PODFILE CHECKSUM: b6937cee06e0633464427ff0d975d40e17419e9f

COCOAPODS: 1.12.0
Loading

0 comments on commit d5caad7

Please sign in to comment.