From fc36d18cb5ab7a9f7f392dd559ea12dfbaf413e4 Mon Sep 17 00:00:00 2001 From: BitriseBot Date: Thu, 2 Nov 2023 11:07:09 +0000 Subject: [PATCH] Update dependencies declared in `Podfile` and `Package.swift` --- GliaWidgets.podspec | 2 +- GliaWidgetsTests/Sources/InteractorTests.swift | 2 +- Package.swift | 4 ++-- Podfile.lock | 8 ++++---- templates/GliaWidgets.podspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index c058fdd09..433b49008 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.5' + s.dependency 'GliaCoreSDK', '1.1.6' end diff --git a/GliaWidgetsTests/Sources/InteractorTests.swift b/GliaWidgetsTests/Sources/InteractorTests.swift index 515a1cfc7..78f3d0510 100644 --- a/GliaWidgetsTests/Sources/InteractorTests.swift +++ b/GliaWidgetsTests/Sources/InteractorTests.swift @@ -365,7 +365,7 @@ class InteractorTests: XCTestCase { } } - interactor.end(with: .natural) + interactor.end(with: .operatorHungUp) XCTAssertEqual(callbacks, [.ended]) } diff --git a/Package.swift b/Package.swift index eef33d9d9..b6f5635df 100644 --- a/Package.swift +++ b/Package.swift @@ -31,8 +31,8 @@ let package = Package( ), .binaryTarget( name: "GliaCoreSDK", - url: "https://github.com/salemove/ios-bundle/releases/download/1.1.5/GliaCoreSDK.xcframework.zip", - checksum: "05ea83d9bdddb122962a04662cf6a79033b84d8910f46a6aab9aae5a5d4be58b" + url: "https://github.com/salemove/ios-bundle/releases/download/1.1.6/GliaCoreSDK.xcframework.zip", + checksum: "003d21c155d811ad77b49bf1f30bd6543f2803e5434d148b552c667648a099ad" ), .target( name: "GliaWidgets", diff --git a/Podfile.lock b/Podfile.lock index cc7acf675..c4fad2880 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -7,12 +7,12 @@ PODS: - AccessibilitySnapshot/Core - SnapshotTesting (~> 1.0) - GliaCoreDependency (1.2) - - GliaCoreSDK (1.1.5): + - GliaCoreSDK (1.1.6): - GliaCoreDependency (= 1.2) - TwilioVoice (= 6.3.1) - WebRTC-lib (= 96.0.0) - SnapshotTesting (1.9.0) - - SwiftLint (0.52.0) + - SwiftLint (0.53.0) - TwilioVoice (6.3.1) - WebRTC-lib (96.0.0) @@ -34,9 +34,9 @@ SPEC REPOS: SPEC CHECKSUMS: AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93 GliaCoreDependency: 87b3897f0d85321ecf77f1faa829211ad527e54d - GliaCoreSDK: 1cba2761bf4b0205479c7f5cafcc8893444f6c70 + GliaCoreSDK: 62799fd130cba8fca9008363cf3dba73a605c13e SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b - SwiftLint: 13280e21cdda6786ad908dc6e416afe5acd1fcb7 + SwiftLint: 5ce4d6a8ff83f1b5fd5ad5dbf30965d35af65e44 TwilioVoice: 098a959181d4607921f5822d3c9f13043ea4075b WebRTC-lib: 508fe02efa0c1a3a8867082a77d24c9be5d29aeb diff --git a/templates/GliaWidgets.podspec b/templates/GliaWidgets.podspec index 0e9c8fe5d..8bb34ef3a 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.5' + s.dependency 'GliaCoreSDK', '1.1.6' end