Skip to content

Commit

Permalink
Update GliaCoreSDK version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkravchenko committed Mar 15, 2024
1 parent 893179c commit 5d20c35
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.3.9'
s.dependency 'GliaCoreSDK', '1.3.10'
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.3.9/GliaCoreSDK.xcframework.zip",
checksum: "09f50106a19e0722c62d16f5c4b436999c6ef83617f126a5747e85be5cfece8d"
url: "https://github.com/salemove/ios-bundle/releases/download/1.3.10/GliaCoreSDK.xcframework.zip",
checksum: "f0ca1fbae1bbb4decdedc3fd929f10864b15adcb8196e959b8b14b0251c42582"
),
.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.3.9):
- GliaCoreSDK (1.3.10):
- 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: 79efcb1a3e8b8ee39d94a2ed586c944bb09a75fc
GliaCoreSDK: 088d9a33b1b96264bd713d7375005ca4939b390d
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.3.9'
s.dependency 'GliaCoreSDK', '1.3.10'
end

0 comments on commit 5d20c35

Please sign in to comment.