Skip to content

Commit

Permalink
Update to CoreSDK 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-glia committed Apr 17, 2024
1 parent 416851a commit 962ea14
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 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.2'
s.dependency 'GliaCoreSDK', '1.4.3'
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.2/GliaCoreSDK.xcframework.zip",
checksum: "695f5fe6f5099aba1253552f327046fee38f52f49cf08109b9875574970a44f4"
url: "https://github.com/salemove/ios-bundle/releases/download/1.4.3/GliaCoreSDK.xcframework.zip",
checksum: "16c140d4c2cc4cf62078873c3acaab5e993004a697845db0e1777c322de12d64"
),
.target(
name: "GliaWidgets",
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'
plugin 'cocoapods-no-autoimports'
# cocoapods-no-autoimports__pods = ['Pods-GliaWidgets.debug']
project 'GliaWidgets.xcodeproj'
Expand Down
11 changes: 6 additions & 5 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.2):
- GliaCoreSDK (1.4.3):
- GliaCoreDependency (= 2.3.0)
- TwilioVoice (= 6.8.0)
- WebRTC-lib (= 119.0.0)
Expand All @@ -24,22 +24,23 @@ DEPENDENCIES:
SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- AccessibilitySnapshot
- GliaCoreDependency
- GliaCoreSDK
- SnapshotTesting
- SwiftLint
trunk:
- GliaCoreDependency
- GliaCoreSDK
- TwilioVoice
- WebRTC-lib

SPEC CHECKSUMS:
AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93
GliaCoreDependency: 37f48a5a32e2646617b87cbe9d4b30eedd123f6f
GliaCoreSDK: 5d5417269396a4e714e4d658db64b635150128f4
GliaCoreSDK: b52165f2fad146519a1959838af1111e52486a41
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23
WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700

PODFILE CHECKSUM: 40bea65dec1e511d94b8bce63fe030eae8e04f7b
PODFILE CHECKSUM: c88b58a44d219be0b6830c83686a1f63c44b5057

COCOAPODS: 1.15.2
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.2'
s.dependency 'GliaCoreSDK', '1.4.3'
end

0 comments on commit 962ea14

Please sign in to comment.