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
BitriseBot authored and github-review-helper committed Oct 17, 2024
1 parent c084376 commit 560f193
Show file tree
Hide file tree
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
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.5.4'
s.dependency 'GliaCoreSDK', '1.5.5'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaCoreSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/1.5.4/GliaCoreSDK.xcframework.zip",
checksum: "a740f6d42f7f89c1f8feb04a3bbdb6424d66a94b39d457597ae6f384ea4a8ad5"
url: "https://github.com/salemove/ios-bundle/releases/download/1.5.5/GliaCoreSDK.xcframework.zip",
checksum: "21132a5eeb2ce1f4a4e75f4d2ea1c8c77ac4aead2c3ed000dadffbe9489ff899"
),
.binaryTarget(
name: "GliaWidgetsSDKXcf",
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.5.4):
- GliaCoreSDK (1.5.5):
- GliaCoreDependency (= 2.3.0)
- TwilioVoice (= 6.8.0)
- WebRTC-lib (= 119.0.0)
Expand Down Expand Up @@ -35,7 +35,7 @@ SPEC REPOS:
SPEC CHECKSUMS:
AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93
GliaCoreDependency: 37f48a5a32e2646617b87cbe9d4b30eedd123f6f
GliaCoreSDK: da5ed1a3d8fa7db7b9ace3cbb1fbda01a2c9b7cd
GliaCoreSDK: b03e775f43b7c4c144bd208e4b4338d7e06a6812
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: eb47480d47c982481592c195c221d11013a679cc
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23
Expand Down

0 comments on commit 560f193

Please sign in to comment.