Skip to content

Commit

Permalink
Update dependencies declared in Podfile and Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Egorov authored and EgorovEI committed Mar 25, 2024
1 parent d9d0ae6 commit 5c895c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.4.1'
s.dependency 'GliaCoreSDK', '1.4.2'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaCoreSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/1.4.1/GliaCoreSDK.xcframework.zip",
checksum: "c450ec23b68848b6d3c1a8d80f41b33a00db17cead80968c1e9e6b5907ff640e"
url: "https://github.com/salemove/ios-bundle/releases/download/1.4.2/GliaCoreSDK.xcframework.zip",
checksum: "695f5fe6f5099aba1253552f327046fee38f52f49cf08109b9875574970a44f4"
),
.target(
name: "GliaWidgets",
Expand Down
4 changes: 2 additions & 2 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.4.1):
- GliaCoreSDK (1.4.2):
- GliaCoreDependency (= 2.3.0)
- TwilioVoice (= 6.8.0)
- WebRTC-lib (= 119.0.0)
Expand All @@ -34,7 +34,7 @@ SPEC REPOS:
SPEC CHECKSUMS:
AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93
GliaCoreDependency: 37f48a5a32e2646617b87cbe9d4b30eedd123f6f
GliaCoreSDK: 047de3f34a89010b66960b984dea7385bd76bc3a
GliaCoreSDK: 5d5417269396a4e714e4d658db64b635150128f4
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23
Expand Down
2 changes: 1 addition & 1 deletion templates/GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.4.1'
s.dependency 'GliaCoreSDK', '1.4.2'
end

0 comments on commit 5c895c6

Please sign in to comment.