Skip to content

Commit

Permalink
update for 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sergey-K committed May 17, 2023
1 parent 563e1ea commit 081954b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Core/UseDeskSDKHelp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class UseDeskSDKHelp {
let payload: [String : Any] = [
"sdk" : "iOS",
"type" : "sdk",
"version" : "3.4.1",
"version" : "3.4.2",
"message_limit" : countMessagesOnInit,
"userData" : getUserParameters()
]
Expand Down
4 changes: 2 additions & 2 deletions Example/UseDesk.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
INFOPLIST_FILE = "UseDesk/UseDesk-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.4.1;
MARKETING_VERSION = 3.4.2;
MODULE_NAME = ExampleApp;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = UseDeskExampleSDK.ru;
Expand Down Expand Up @@ -622,7 +622,7 @@
INFOPLIST_FILE = "UseDesk/UseDesk-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.4.1;
MARKETING_VERSION = 3.4.2;
MODULE_NAME = ExampleApp;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = UseDeskExampleSDK.ru;
Expand Down
3 changes: 0 additions & 3 deletions UseDesk/Classes/UDTextMessageCellNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ class UDTextMessageCellNode: UDMessageCellNode {
tableButtonsNode.dataSource = self
tableButtonsNode.delegate = self
tableButtonsNode.backgroundColor = .clear
DispatchQueue.main.async {
self.tableButtonsNode.view.separatorStyle = .none
}
addSubnode(tableButtonsNode)
}

Expand Down
2 changes: 1 addition & 1 deletion UseDesk_SDK_Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'UseDesk_SDK_Swift'
s.version = '3.4.1'
s.version = '3.4.2'
s.summary = 'A short description of UseDesk.'

s.homepage = 'https://github.com/usedesk/UseDeskSwift'
Expand Down

0 comments on commit 081954b

Please sign in to comment.