Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies declared in Podfile and Package.swift
Browse files Browse the repository at this point in the history
BitriseBot authored and EgorovEI committed Jan 31, 2025
1 parent bc70d0c commit b89498d
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets.podspec
Original file line number Diff line number Diff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '2.0.6'
s.dependency 'GliaCoreSDK', '2.0.7'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaCoreSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/2.0.6/GliaCoreSDK.xcframework.zip",
checksum: "50f5234bc9da62af15496be30286ae1fb0dabb91e412533d8e1d5caf23950a7c"
url: "https://github.com/salemove/ios-bundle/releases/download/2.0.7/GliaCoreSDK.xcframework.zip",
checksum: "d98433555b15e1b216dad57845e93a14179c8856ab8e35b9e2f9a1d4d831d0e8"
),
.binaryTarget(
name: "GliaWidgetsSDKXcf",
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ PODS:
- AccessibilitySnapshot/Core
- SnapshotTesting (~> 1.0)
- GliaCoreDependency (2.3.0)
- GliaCoreSDK (2.0.6):
- GliaCoreSDK (2.0.7):
- GliaCoreDependency (= 2.3.0)
- TwilioVoice (= 6.8.0)
- WebRTC-lib (= 119.0.0)
@@ -34,7 +34,7 @@ SPEC REPOS:
SPEC CHECKSUMS:
AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93
GliaCoreDependency: 37f48a5a32e2646617b87cbe9d4b30eedd123f6f
GliaCoreSDK: 9070b0e4b6a4cc65370bf8b5dc1f14e031343a9d
GliaCoreSDK: e21e99f671ef92ad5945a8edc467dc5c9268957e
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: eb47480d47c982481592c195c221d11013a679cc
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23

0 comments on commit b89498d

Please sign in to comment.