Skip to content

Commit

Permalink
[RELEASE] New version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Nov 7, 2023
1 parent caaefa4 commit ad6b655
Show file tree
Hide file tree
Showing 39 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "zendesk/support_providers_sdk_ios" ~> 7.0.0
github "zendesk/messaging_sdk_ios" ~> 5.0.0
github "zendesk/support_providers_sdk_ios" ~> 8.0.0
github "zendesk/messaging_sdk_ios" ~> 6.0.0
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "ZendeskSupportSDK",
platforms: [
.iOS(.v11)
.iOS(.v12)
],
products: [
.library(
Expand All @@ -16,10 +16,10 @@ let package = Package(
dependencies: [
.package(name: "ZendeskSupportProvidersSDK",
url: "https://github.com/zendesk/support_providers_sdk_ios",
.exact("7.0.0")),
.exact("8.0.0")),
.package(name: "ZendeskMessagingSDK",
url: "https://github.com/zendesk/messaging_sdk_ios",
.exact("5.0.0"))
.exact("6.0.0"))
],
targets: [
.binaryTarget(
Expand Down
10 changes: 5 additions & 5 deletions SupportSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SupportSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SupportSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file modified SupportSDK.xcframework/ios-arm64/SupportSDK.framework/Info.plist
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportSDK
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportSDK
import AVFoundation
import CommonUISDK
import Foundation
Expand Down
Binary file modified SupportSDK.xcframework/ios-arm64/SupportSDK.framework/SupportSDK
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>7.0.0</string>
<string>8.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name CommonUISDK
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name CommonUISDK
import AVFoundation
import CommonCrypto
@_exported import CommonUISDK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingAPI
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingAPI
import Foundation
@_exported import MessagingAPI
import SDKConfigurations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingSDK
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingSDK
import CommonUISDK
import Foundation
import MessagingAPI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SDKConfigurations
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SDKConfigurations
import Foundation
@_exported import SDKConfigurations
import Swift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportProvidersSDK
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportProvidersSDK
import Foundation
@_exported import SupportProvidersSDK
import Swift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZendeskCoreSDK
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZendeskCoreSDK
import Foundation
import Swift
import UIKit
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportSDK
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportSDK
import AVFoundation
import CommonUISDK
import Foundation
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportSDK
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportSDK
import AVFoundation
import CommonUISDK
import Foundation
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dict>
<key>Assets.car</key>
<data>
40xeviOLDpVHp6iyuqnyhWE5K8I=
Ijh9ZC05jT7+tR1bEi62rmygFNc=
</data>
<key>AwesomeImagePicker.nib</key>
<data>
Expand Down Expand Up @@ -90,7 +90,7 @@
</data>
<key>Info.plist</key>
<data>
1KONzOTBfQzeliTqYN2/uDSb/0M=
DofFiM2a7IFEAPqCMjlMs2EEMSI=
</data>
<key>InputFileCell.nib/objects-12.3+.nib</key>
<data>
Expand All @@ -110,27 +110,27 @@
</data>
<key>Modules/SupportSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
jjm1Xnrkmef3DWCSJioLmBiHnqY=
hBYE2lOWPMpBrMuUApCSN/49qYc=
</data>
<key>Modules/SupportSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data>
36TKTvkR3zn10flNt3YWBC9AiVY=
NtC10O7RjBCVX/V4jzl8jqNrs/U=
</data>
<key>Modules/SupportSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
kuFmOWfNuLidlIiB5oc7CHN5IyU=
N21J8zV7zxSqHzbFs736dxw3IPI=
</data>
<key>Modules/SupportSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
MkCC8HbR3ckSIRH1InnUrPYtWIk=
xw7NHo68Ewk62cfPTFK2RTU9Jwg=
</data>
<key>Modules/SupportSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
cnryyRpECnqCZFweovGMueUdbU4=
tAPSX/mY1859DdGwLtSyIZr1y/Y=
</data>
<key>Modules/SupportSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
QKIWDYprvByK3ugKN5Fa067H4RE=
dAHtOA3bBvXf4YmjrF282drEu4g=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -609,7 +609,7 @@
<dict>
<key>hash2</key>
<data>
pQ/gT5Q7hmJEKeRqBe6/EDjNbRtdl7pFuP3MsEXuDJs=
k61IMy9SDbyu0qDo2zMzK7NXA5CetTfAMBDxjyNMpII=
</data>
</dict>
<key>AwesomeImagePicker.nib</key>
Expand Down Expand Up @@ -784,42 +784,42 @@
<dict>
<key>hash2</key>
<data>
WN5XadvEBn0AHTxLtPscsJVM07AjAjKWgfs94V94LAE=
w+qyTUkM0S2f/86yTxl6VRKbH2ZhXiS5dODUqaFZug8=
</data>
</dict>
<key>Modules/SupportSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
NdMvgwWbQevKBoYd3pwUpBLQ/XKTBSeN0n+XwLIwGtM=
W+MLP5yJXxL/Uai72T9ubMAUTMS/qWD9Ds87XSQ9Nb0=
</data>
</dict>
<key>Modules/SupportSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
1UMzpbWIbG4RatbHylruniUs/JMpv1f1J1B3hJE25Wc=
dVpDXGCwfiCSpClJmBSzo/mDLFyDYGngc5WcXJ8Q86Q=
</data>
</dict>
<key>Modules/SupportSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
XCu3fVsUjod0QVMVVcaWMJMP+PxvOZdd8DKNEWwgW5I=
gUON+zGc8Q+GSjschouU9I250TVVgVStjNzeckiu4+o=
</data>
</dict>
<key>Modules/SupportSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
tF+su+1/Zz9k5ZX1HkjtVlclLiwPY+ci/rtObaQ51lY=
0lOeeV7amoLL8dSq/M5uaqCBoP9QV0IOstu3dLgAs7g=
</data>
</dict>
<key>Modules/SupportSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
SXM1Rl1PlgUvmRcIlCmsCkl8bInYH3TBn6sdZb6WMZo=
hEErporIxh+vRB35VrzEOyY7b4iG28rxmHTAFwkBjKE=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>7.0.0</string>
<string>8.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name CommonUISDK
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name CommonUISDK
import AVFoundation
import CommonCrypto
@_exported import CommonUISDK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingAPI
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingAPI
import Foundation
@_exported import MessagingAPI
import SDKConfigurations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingSDK
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingSDK
import CommonUISDK
import Foundation
import MessagingAPI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SDKConfigurations
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SDKConfigurations
import Foundation
@_exported import SDKConfigurations
import Swift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportProvidersSDK
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportProvidersSDK
import Foundation
@_exported import SupportProvidersSDK
import Swift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZendeskCoreSDK
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZendeskCoreSDK
import Foundation
import Swift
import UIKit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name CommonUISDK
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name CommonUISDK
import AVFoundation
import CommonCrypto
@_exported import CommonUISDK
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingAPI
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingAPI
import Foundation
@_exported import MessagingAPI
import SDKConfigurations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingSDK
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name MessagingSDK
import CommonUISDK
import Foundation
import MessagingAPI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SDKConfigurations
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SDKConfigurations
import Foundation
@_exported import SDKConfigurations
import Swift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportProvidersSDK
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SupportProvidersSDK
import Foundation
@_exported import SupportProvidersSDK
import Swift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZendeskCoreSDK
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ZendeskCoreSDK
import Foundation
import Swift
import UIKit
Expand Down
8 changes: 4 additions & 4 deletions ZendeskSupportSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ZendeskSupportSDK"
s.version = "7.0.0"
s.version = "8.0.0"
s.summary = "ZendeskSupportSDK #{s.version.to_s}"
s.homepage = "https://developer.zendesk.com/embeddables"
s.license = {
Expand All @@ -16,12 +16,12 @@ Pod::Spec.new do |s|
LICENSE
}
s.author = 'Zendesk'
s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.requires_arc = true
s.swift_version = '5.3.0'
s.cocoapods_version = '>= 1.10.0'
s.source = { :git => "https://github.com/zendesk/support_sdk_ios.git", :tag => s.version }
s.vendored_frameworks = 'SupportSDK.xcframework'
s.dependency 'ZendeskSupportProvidersSDK', '~> 7.0.0'
s.dependency 'ZendeskMessagingSDK', '~> 5.0.0'
s.dependency 'ZendeskSupportProvidersSDK', '~> 8.0.0'
s.dependency 'ZendeskMessagingSDK', '~> 6.0.0'
end

0 comments on commit ad6b655

Please sign in to comment.