diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index 2b8c29f67..02e348371 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -19,5 +19,5 @@ Pod::Spec.new do |s| } s.exclude_files = ['GliaWidgets/Window/**'] - s.dependency 'GliaCoreSDK', '1.1.1' + s.dependency 'GliaCoreSDK', '1.1.2' end diff --git a/Package.swift b/Package.swift index cef060f9c..ef6d3d39f 100644 --- a/Package.swift +++ b/Package.swift @@ -35,8 +35,8 @@ let package = Package( ), .binaryTarget( name: "GliaCoreSDK", - url: "https://github.com/salemove/ios-bundle/releases/download/1.1.1/GliaCoreSDK.xcframework.zip", - checksum: "7035aa742cc37ec7006331b1e3ac9ecc2916bce65d965df24cdd8c3f264bd3de" + url: "https://github.com/salemove/ios-bundle/releases/download/1.1.2/GliaCoreSDK.xcframework.zip", + checksum: "a4b52dd6b930904ee655d3065a1c76eda2546e2e5cad6649826f61843737e31b" ), .binaryTarget( name: "GliaWidgetsXcf", diff --git a/Podfile.lock b/Podfile.lock index c18637651..bdcb7953f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -7,7 +7,7 @@ PODS: - AccessibilitySnapshot/Core - SnapshotTesting (~> 1.0) - GliaCoreDependency (1.2) - - GliaCoreSDK (1.1.1): + - GliaCoreSDK (1.1.2): - GliaCoreDependency (= 1.2) - TwilioVoice (= 6.3.1) - WebRTC-lib (= 96.0.0) @@ -34,7 +34,7 @@ SPEC REPOS: SPEC CHECKSUMS: AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93 GliaCoreDependency: 87b3897f0d85321ecf77f1faa829211ad527e54d - GliaCoreSDK: 1a90a55585c5cd951e5bbe2e3efc57a61642a419 + GliaCoreSDK: 4ba45fcff96ae79480cabf3b871c6932ca18efae SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b SwiftLint: 13280e21cdda6786ad908dc6e416afe5acd1fcb7 TwilioVoice: 098a959181d4607921f5822d3c9f13043ea4075b diff --git a/templates/GliaWidgets.podspec b/templates/GliaWidgets.podspec index 48a91203c..f465dc0fc 100644 --- a/templates/GliaWidgets.podspec +++ b/templates/GliaWidgets.podspec @@ -19,5 +19,5 @@ Pod::Spec.new do |s| } s.exclude_files = ['GliaWidgets/Window/**'] - s.dependency 'GliaCoreSDK', '1.1.1' + s.dependency 'GliaCoreSDK', '1.1.2' end