Skip to content

Commit

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

0 comments on commit 893179c

Please sign in to comment.