Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gersonnoboa authored and mc-vladyslav-kupriienko committed May 11, 2021
1 parent 4d37124 commit 5d9f100
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions GliaWidgets/Interactor/Interactor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ extension Interactor: Interactable {
answer(context, true) { _, _ in }
}
}

var onEngagementTransfer: EngagementTransferBlock {
return { _ in }
}

var onOperatorTypingStatusUpdate: OperatorTypingStatusUpdate {
print("Called: \(#function)")
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ let package = Package(
),
.binaryTarget(
name: "SalemoveSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/0.28.0/SalemoveSDK.xcframework.zip",
checksum: "480c76ef91d4fe18752c6823d546fa91cc1d090721a90adf396d25c4ae51caca"
url: "https://github.com/salemove/ios-bundle/releases/download/0.29.0/SalemoveSDK.xcframework.zip",
checksum: "edfc95f768d2144c9626f27d488f72b7298ebcfc4d3976e943876941681b5561"
),
.binaryTarget(
name: "GliaWidgets",
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.3.1/GliaWidgets.xcframework.zip",
checksum: "6d5ae2326c25b43529ed604395c85473460701069dc1d8d3b86990f20413be57"
url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.4.0/GliaWidgets.xcframework.zip",
checksum: "c3deaac49e830e9069026dd970cb3c212fa42fade8d2da4b8a0288cc4f591036"
),
.binaryTarget(
name: "PureLayout",
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target 'GliaWidgets' do
use_frameworks!

pod 'PureLayout', '~> 3.1'
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.28.0"
pod 'SalemoveSDK', :git => 'https://github.com/salemove/ios-bundle', :tag => "0.29.0"
end

post_install do |installer|
Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Alamofire (5.4.1)
- Alamofire (5.4.3)
- glia-webrtc/bitcode (0.0.3)
- ios-socket-client (9.2.0)
- Macaw (0.9.7):
Expand All @@ -10,7 +10,7 @@ PODS:
- Alamofire (~> 5.0)
- PureLayout (3.1.6)
- ReactiveSwift (6.5.0)
- SalemoveSDK (0.28.0):
- SalemoveSDK (0.29.0):
- glia-webrtc/bitcode (= 0.0.3)
- ios-socket-client (= 9.2.0)
- Macaw (= 0.9.7)
Expand All @@ -26,7 +26,7 @@ PODS:

DEPENDENCIES:
- PureLayout (~> 3.1)
- SalemoveSDK (from `https://github.com/salemove/ios-bundle`, tag `0.28.0`)
- SalemoveSDK (from `https://github.com/salemove/ios-bundle`, tag `0.29.0`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -46,27 +46,27 @@ SPEC REPOS:
EXTERNAL SOURCES:
SalemoveSDK:
:git: https://github.com/salemove/ios-bundle
:tag: 0.28.0
:tag: 0.29.0

CHECKOUT OPTIONS:
SalemoveSDK:
:git: https://github.com/salemove/ios-bundle
:tag: 0.28.0
:tag: 0.29.0

SPEC CHECKSUMS:
Alamofire: 2291f7d21ca607c491dd17642e5d40fdcda0e65c
Alamofire: e447a2774a40c996748296fa2c55112fdbbc42f9
glia-webrtc: a5c7e59ae752281d19734b4f918db9da39e8009d
ios-socket-client: 0b73bb34f666c7a3b42e32915da78332b4f49fce
Macaw: 4a931baf9a9826b06d0d8ecf300014c962ab9d50
Moya: 5b45dacb75adb009f97fde91c204c1e565d31916
PureLayout: bd3c4ec3a3819ad387c99ebb72c6b129c3ed4d2d
ReactiveSwift: 8d159904084e908856cde90b2e28823f3c7e485f
SalemoveSDK: de384640fb38b5d0994b6ddb39225e7ea200cbd9
SalemoveSDK: c7efee62b7911629ea8ed57897dda9c9eb5e0fb6
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
SwiftPhoenixClient: 259aba446df6329d6bf9ac794dccb8228eedf19c
SWXMLHash: 9cc0c2e4807926c74377724aa8722ee5707a0485
TwilioVoice: 5e6fd6b5e99dfec03dcb57331f7e7c77ad79f1f0

PODFILE CHECKSUM: 85a15fe5e775d1ff58a00a84174871b7a664142e
PODFILE CHECKSUM: 960ba0fb9e0c9d90539d3a425f92b820278d1809

COCOAPODS: 1.10.1

0 comments on commit 5d9f100

Please sign in to comment.