Skip to content

Commit

Permalink
[RELEASE] New version 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Apr 29, 2024
1 parent d77a46f commit 753cb44
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "zendesk/support_providers_sdk_ios" ~> 8.0.1
github "zendesk/support_providers_sdk_ios" ~> 8.0.2
github "zendesk/messaging_sdk_ios" ~> 6.0.1
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(name: "ZendeskSupportProvidersSDK",
url: "https://github.com/zendesk/support_providers_sdk_ios",
.exact("8.0.1")),
.exact("8.0.2")),
.package(name: "ZendeskMessagingSDK",
url: "https://github.com/zendesk/messaging_sdk_ios",
.exact("6.0.1"))
Expand Down
Binary file modified SupportSDK.xcframework/ios-arm64/SupportSDK.framework/Info.plist
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>8.0.1</string>
<string>8.0.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</data>
<key>Info.plist</key>
<data>
tJGNAl7tKxGzBurRL7TA3NOpYBg=
djUe3SuIiFdY2N5fOhPxSejDBhQ=
</data>
<key>InputFileCell.nib/objects-12.3+.nib</key>
<data>
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>8.0.1</string>
<string>8.0.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 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 = "8.0.1"
s.version = "8.0.2"
s.summary = "ZendeskSupportSDK #{s.version.to_s}"
s.homepage = "https://developer.zendesk.com/embeddables"
s.license = {
Expand All @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
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', '~> 8.0.1'
s.dependency 'ZendeskSupportProvidersSDK', '~> 8.0.2'
s.dependency 'ZendeskMessagingSDK', '~> 6.0.1'
end

0 comments on commit 753cb44

Please sign in to comment.