Skip to content

Commit 657d8d1

Browse files
runnerrunner
runner
authored and
runner
committed
release/2.6.0
1 parent 57c6a0e commit 657d8d1

File tree

20 files changed

+47
-44
lines changed

20 files changed

+47
-44
lines changed

Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "zendesk/sdk_conversation_kit_ios" ~> 1.3.0
2-
github "zendesk/sdk_ui_components_ios" ~> 2.0.0
3-
github "zendesk/sdk_zendesk_ios" ~> 1.5.0
1+
github "zendesk/sdk_conversation_kit_ios" ~> 1.4.0
2+
github "zendesk/sdk_ui_components_ios" ~> 2.1.0
3+
github "zendesk/sdk_zendesk_ios" ~> 1.6.0

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ let package = Package(
1616
dependencies: [
1717
.package(name: "ZendeskSDKConversationKit",
1818
url: "https://github.com/zendesk/sdk_conversation_kit_ios",
19-
from: "1.3.0"),
19+
from: "1.4.0"),
2020
.package(name: "ZendeskSDKUIComponents",
2121
url: "https://github.com/zendesk/sdk_ui_components_ios",
22-
from: "2.0.0"),
22+
from: "2.1.0"),
2323
.package(name: "ZendeskSDK",
2424
url: "https://github.com/zendesk/sdk_ios",
25-
from: "1.5.0")
25+
from: "1.6.0")
2626
],
2727
targets: [
2828
.binaryTarget(

ZendeskSDKMessaging.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ZendeskSDKMessaging"
3-
s.version = "2.5.0"
3+
s.version = "2.6.0"
44
s.summary = "ZendeskSDKMessaging #{s.version.to_s}"
55
s.homepage = "https://developer.zendesk.com/documentation/zendesk-sdks/"
66
s.license = {
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.cocoapods_version = '>= 1.10.0'
2323
s.source = { :git => "https://github.com/zendesk/sdk_messaging_ios.git", :tag => s.version }
2424
s.vendored_frameworks = 'ZendeskSDKMessaging.xcframework'
25-
s.dependency 'ZendeskSDKConversationKit', '~> 1.3.0'
26-
s.dependency 'ZendeskSDKUIComponents', '~> 2.0.0'
27-
s.dependency 'Zendesk', '~> 1.5.0'
25+
s.dependency 'ZendeskSDKConversationKit', '~> 1.4.0'
26+
s.dependency 'ZendeskSDKUIComponents', '~> 2.1.0'
27+
s.dependency 'Zendesk', '~> 1.6.0'
2828
end

ZendeskSDKMessaging.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>ZendeskSDKMessaging.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>DebugSymbolsPath</key>
2623
<string>dSYMs</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>ZendeskSDKMessaging.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

ZendeskSDKMessaging.xcframework/ios-arm64/dSYMs/ZendeskSDKMessaging.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.5.0</string>
16+
<string>2.6.0</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

ZendeskSDKMessaging.xcframework/ios-arm64/dSYMs/ZendeskSDKMessaging.framework.dSYM/Contents/Resources/Swift/aarch64/ZendeskSDKConversationKit.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public protocol ConversationKit : ZendeskSDKConversationKit.ConversationKitShare
237237
func setup(with settings: ZendeskSDKConversationKit.ConversationKitSettings, result: ((Swift.Result<ZendeskSDKConversationKit.Config, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
238238
func createAnonymousUser(with givenName: Swift.String?, surname: Swift.String?, result: ((Swift.Result<ZendeskSDKConversationKit.User, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
239239
func getConversation(with identifier: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
240+
func refreshConversation(with identifier: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
240241
func getMessages(before timestamp: Foundation.Date, conversationId: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
241242
func sendMessage(message: ZendeskSDKConversationKit.Message, conversationId: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Message, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
242243
func sendConversationActivity(activity: ZendeskSDKConversationKit.ActivityType, conversationId: Swift.String, result: ((Swift.Result<Swift.Void, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)

ZendeskSDKMessaging.xcframework/ios-arm64_x86_64-simulator/ZendeskSDKMessaging.framework/_CodeSignature/CodeResources

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</data>
1919
<key>Info.plist</key>
2020
<data>
21-
ghprJlwyPh4sqoc/o5QqCok6mDk=
21+
O0KewX1lx5lMNkef17SKNXAUTQw=
2222
</data>
2323
<key>Localizable/Info.plist</key>
2424
<data>
@@ -340,7 +340,7 @@
340340
</data>
341341
<key>Modules/ZendeskSDKMessaging.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
342342
<data>
343-
jIkhDyCy9N0T+PMRLY2HrnL/Nks=
343+
ZFqFJx9UdHtanIfapGsO0uow2TE=
344344
</data>
345345
<key>Modules/ZendeskSDKMessaging.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
346346
<data>
@@ -352,7 +352,7 @@
352352
</data>
353353
<key>Modules/ZendeskSDKMessaging.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
354354
<data>
355-
ZZELFwFVgbgtnepb01w5NCdmkNs=
355+
aumXATOZOsHUbW4wadDO96pMN44=
356356
</data>
357357
<key>Modules/module.modulemap</key>
358358
<data>
@@ -713,7 +713,7 @@
713713
<dict>
714714
<key>hash2</key>
715715
<data>
716-
juOHNB3lHPVJPQqZiPBcOyKLpZB4H/9O5opIcAlnhM4=
716+
x+kwj77BJ7rwGJloDmXb37ljwLjuLUD9ZguwHCR3+gM=
717717
</data>
718718
</dict>
719719
<key>Modules/ZendeskSDKMessaging.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
@@ -734,7 +734,7 @@
734734
<dict>
735735
<key>hash2</key>
736736
<data>
737-
XkLOwuVC9PMhfvCle7CA9WaGsAfFLReQGLNwIVotMrQ=
737+
Lwu9eOEVUd3A06Jw+YkJZdiY5irdD+DpxdWUfZvRxhQ=
738738
</data>
739739
</dict>
740740
<key>Modules/module.modulemap</key>

ZendeskSDKMessaging.xcframework/ios-arm64_x86_64-simulator/dSYMs/ZendeskSDKMessaging.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.5.0</string>
16+
<string>2.6.0</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>

ZendeskSDKMessaging.xcframework/ios-arm64_x86_64-simulator/dSYMs/ZendeskSDKMessaging.framework.dSYM/Contents/Resources/Swift/aarch64/ZendeskSDKConversationKit.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public protocol ConversationKit : ZendeskSDKConversationKit.ConversationKitShare
237237
func setup(with settings: ZendeskSDKConversationKit.ConversationKitSettings, result: ((Swift.Result<ZendeskSDKConversationKit.Config, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
238238
func createAnonymousUser(with givenName: Swift.String?, surname: Swift.String?, result: ((Swift.Result<ZendeskSDKConversationKit.User, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
239239
func getConversation(with identifier: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
240+
func refreshConversation(with identifier: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
240241
func getMessages(before timestamp: Foundation.Date, conversationId: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
241242
func sendMessage(message: ZendeskSDKConversationKit.Message, conversationId: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Message, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
242243
func sendConversationActivity(activity: ZendeskSDKConversationKit.ActivityType, conversationId: Swift.String, result: ((Swift.Result<Swift.Void, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)

ZendeskSDKMessaging.xcframework/ios-arm64_x86_64-simulator/dSYMs/ZendeskSDKMessaging.framework.dSYM/Contents/Resources/Swift/x86_64/ZendeskSDKConversationKit.swiftinterface

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public protocol ConversationKit : ZendeskSDKConversationKit.ConversationKitShare
237237
func setup(with settings: ZendeskSDKConversationKit.ConversationKitSettings, result: ((Swift.Result<ZendeskSDKConversationKit.Config, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
238238
func createAnonymousUser(with givenName: Swift.String?, surname: Swift.String?, result: ((Swift.Result<ZendeskSDKConversationKit.User, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
239239
func getConversation(with identifier: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
240+
func refreshConversation(with identifier: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
240241
func getMessages(before timestamp: Foundation.Date, conversationId: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Conversation, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
241242
func sendMessage(message: ZendeskSDKConversationKit.Message, conversationId: Swift.String, result: ((Swift.Result<ZendeskSDKConversationKit.Message, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)
242243
func sendConversationActivity(activity: ZendeskSDKConversationKit.ActivityType, conversationId: Swift.String, result: ((Swift.Result<Swift.Void, ZendeskSDKConversationKit.ConversationKitError>) -> Swift.Void)?)

docs/DefaultMessagingFactory/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ <h2 hidden>Relationships</h2>
4646
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4747
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
4848
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
49-
<!-- Generated by graphviz version 5.0.0 (20220707.1540)
49+
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
5050
-->
5151
<!-- Pages: 1 -->
5252
<svg width="872pt" height="116pt"
5353
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5454
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
55-
<polygon fill="white" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
55+
<polygon fill="white" stroke="none" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
5656
<!-- DefaultMessagingFactory -->
5757
<g id="node1" class="node class current">
5858
<title>DefaultMessagingFactory</title>
@@ -62,27 +62,27 @@ <h2 hidden>Relationships</h2>
6262
</a>
6363
</g>
6464
</g>
65-
<!-- MessagingFactory -->
65+
<!-- NSObject -->
6666
<g id="node2" class="node unknown">
67-
<title>MessagingFactory</title>
67+
<title>NSObject</title>
6868
<path fill="none" stroke="black" d="M303,-36C303,-36 111,-36 111,-36 105,-36 99,-30 99,-24 99,-24 99,-12 99,-12 99,-6 105,0 111,0 111,0 303,0 303,0 309,0 315,-6 315,-12 315,-12 315,-24 315,-24 315,-30 309,-36 303,-36"/>
69-
<text text-anchor="middle" x="207" y="-14.3" font-family="Menlo" font-size="14.00">MessagingFactory</text>
69+
<text text-anchor="middle" x="207" y="-14.3" font-family="Menlo" font-size="14.00">NSObject</text>
7070
</g>
71-
<!-- DefaultMessagingFactory&#45;&gt;MessagingFactory -->
72-
<g id="edge2" class="edge conformsTo">
73-
<title>DefaultMessagingFactory&#45;&gt;MessagingFactory</title>
71+
<!-- DefaultMessagingFactory&#45;&gt;NSObject -->
72+
<g id="edge1" class="edge conformsTo">
73+
<title>DefaultMessagingFactory&#45;&gt;NSObject</title>
7474
<path fill="none" stroke="black" d="M377.25,-71.97C345.4,-62.06 305.08,-49.51 271.67,-39.12"/>
7575
<polygon fill="black" stroke="black" points="272.59,-35.74 262,-36.11 270.51,-42.42 272.59,-35.74"/>
7676
</g>
77-
<!-- NSObject -->
77+
<!-- MessagingFactory -->
7878
<g id="node3" class="node unknown">
79-
<title>NSObject</title>
79+
<title>MessagingFactory</title>
8080
<path fill="none" stroke="black" d="M753,-36C753,-36 561,-36 561,-36 555,-36 549,-30 549,-24 549,-24 549,-12 549,-12 549,-6 555,0 561,0 561,0 753,0 753,0 759,0 765,-6 765,-12 765,-12 765,-24 765,-24 765,-30 759,-36 753,-36"/>
81-
<text text-anchor="middle" x="657" y="-14.3" font-family="Menlo" font-size="14.00">NSObject</text>
81+
<text text-anchor="middle" x="657" y="-14.3" font-family="Menlo" font-size="14.00">MessagingFactory</text>
8282
</g>
83-
<!-- DefaultMessagingFactory&#45;&gt;NSObject -->
84-
<g id="edge1" class="edge conformsTo">
85-
<title>DefaultMessagingFactory&#45;&gt;NSObject</title>
83+
<!-- DefaultMessagingFactory&#45;&gt;MessagingFactory -->
84+
<g id="edge2" class="edge conformsTo">
85+
<title>DefaultMessagingFactory&#45;&gt;MessagingFactory</title>
8686
<path fill="none" stroke="black" d="M486.75,-71.97C518.6,-62.06 558.92,-49.51 592.33,-39.12"/>
8787
<polygon fill="black" stroke="black" points="593.49,-42.42 602,-36.11 591.41,-35.74 593.49,-42.42"/>
8888
</g>
@@ -130,7 +130,7 @@ <h3>
130130

131131
<footer>
132132
<p>
133-
Generated on <time datetime="2022-08-10T12:26:33+0000">August 10, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
133+
Generated on <time datetime="2022-09-08T10:47:53+0000">September 8, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
134134
</p>
135135
</footer>
136136
</body>

docs/PushNotifications/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ <h2 hidden>Relationships</h2>
5151
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
5252
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
5353
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
54-
<!-- Generated by graphviz version 5.0.0 (20220707.1540)
54+
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
5555
-->
5656
<!-- Pages: 1 -->
5757
<svg width="872pt" height="116pt"
5858
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5959
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
60-
<polygon fill="white" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
60+
<polygon fill="white" stroke="none" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
6161
<!-- PushNotifications -->
6262
<g id="node1" class="node class current">
6363
<title>PushNotifications</title>
@@ -230,7 +230,7 @@ <h4>Parameters</h4>
230230

231231
<footer>
232232
<p>
233-
Generated on <time datetime="2022-08-10T12:26:33+0000">August 10, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
233+
Generated on <time datetime="2022-09-08T10:47:53+0000">September 8, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
234234
</p>
235235
</footer>
236236
</body>

docs/PushResponsibility/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ <h2 hidden>Relationships</h2>
5151
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
5252
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
5353
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
54-
<!-- Generated by graphviz version 5.0.0 (20220707.1540)
54+
<!-- Generated by graphviz version 5.0.1 (20220820.1526)
5555
-->
5656
<!-- Pages: 1 -->
5757
<svg width="872pt" height="116pt"
5858
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5959
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
60-
<polygon fill="white" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
60+
<polygon fill="white" stroke="none" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
6161
<!-- PushResponsibility -->
6262
<g id="node1" class="node enumeration current">
6363
<title>PushResponsibility</title>
@@ -139,7 +139,7 @@ <h3>
139139

140140
<footer>
141141
<p>
142-
Generated on <time datetime="2022-08-10T12:26:33+0000">August 10, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
142+
Generated on <time datetime="2022-09-08T10:47:53+0000">September 8, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
143143
</p>
144144
</footer>
145145
</body>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>Enumerations</h2>
7575

7676
<footer>
7777
<p>
78-
Generated on <time datetime="2022-08-10T12:26:33+0000">August 10, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
78+
Generated on <time datetime="2022-09-08T10:47:52+0000">September 8, 2022</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
7979
</p>
8080
</footer>
8181
</body>

0 commit comments

Comments
 (0)