Skip to content

Commit

Permalink
Add strict versioning for GliaCoreSDK dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Egorov authored and EgorovEI committed Dec 17, 2024
1 parent 19a2a79 commit 09a6dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ target 'TestingApp' do
end

target 'GliaWidgets' do
pod 'GliaCoreSDK', '~> 1.5'
pod 'GliaCoreSDK', '1.5.7'
swiftlint
end

Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- AccessibilitySnapshot/Core
- SnapshotTesting (~> 1.0)
- GliaCoreDependency (2.3.0)
- GliaCoreSDK (1.5.6):
- GliaCoreSDK (1.5.7):
- GliaCoreDependency (= 2.3.0)
- TwilioVoice (= 6.8.0)
- WebRTC-lib (= 119.0.0)
Expand All @@ -18,7 +18,7 @@ PODS:

DEPENDENCIES:
- AccessibilitySnapshot (= 0.5.0)
- GliaCoreSDK (~> 1.5)
- GliaCoreSDK (= 1.5.7)
- SwiftLint

SPEC REPOS:
Expand All @@ -35,12 +35,12 @@ SPEC REPOS:
SPEC CHECKSUMS:
AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93
GliaCoreDependency: 37f48a5a32e2646617b87cbe9d4b30eedd123f6f
GliaCoreSDK: 1d41c97f4971033b6f60a925146c3cdd6b5274db
GliaCoreSDK: 0772ec763ea7d76feeeb4171dd05a3c18067b35f
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: eb47480d47c982481592c195c221d11013a679cc
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23
WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700

PODFILE CHECKSUM: 560fc9b0f713187232a8f7d38cad6d7b00e4b8a5
PODFILE CHECKSUM: 9c1803a7b0b8ae239e7a52bbe215bf84ef59b204

COCOAPODS: 1.15.2

0 comments on commit 09a6dc4

Please sign in to comment.