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 EgorovEI committed Nov 2, 2023
1 parent 76e7226 commit fc36d18
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.1.5'
s.dependency 'GliaCoreSDK', '1.1.6'
end
2 changes: 1 addition & 1 deletion GliaWidgetsTests/Sources/InteractorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class InteractorTests: XCTestCase {
}
}

interactor.end(with: .natural)
interactor.end(with: .operatorHungUp)

XCTAssertEqual(callbacks, [.ended])
}
Expand Down
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.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",
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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

Expand Down
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.1.5'
s.dependency 'GliaCoreSDK', '1.1.6'
end

0 comments on commit fc36d18

Please sign in to comment.