Skip to content

Commit

Permalink
v5.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
张双义 committed Apr 1, 2024
1 parent ffb85b8 commit 514588a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,12 @@ chatViewManager.orientationMask = UIInterfaceOrientationMaskPortrait;
#### 更新记录:
sdk v5.2.18版本更新功能:
1、机器人转人工优化
-----
sdk v5.2.17版本更新功能:
1、排队放弃优化
Expand Down
2 changes: 1 addition & 1 deletion UdeskSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'UdeskSDK'
s.version = '5.2.17'
s.version = '5.2.18'
s.license = 'MIT'
s.summary = 'Udesk SDK for iOS'
s.homepage = 'https://github.com/udesk/UdeskSDK-iOS'
Expand Down
Binary file modified UdeskSDK/SDK/libUdesk.a
Binary file not shown.
8 changes: 4 additions & 4 deletions UdeskSDKExample/UdeskSDKExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2505,7 +2505,7 @@
"$(inherited)",
"\"$(SRCROOT)/../UdeskSDK/SDK\"",
);
MARKETING_VERSION = 5.2.17;
MARKETING_VERSION = 5.2.18;
OTHER_LDFLAGS = (
"$(inherited)",
"-l\"c++\"",
Expand Down Expand Up @@ -2555,7 +2555,7 @@
"-weak_framework",
"\"UserNotifications\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.udesk.udeskIM;
PRODUCT_BUNDLE_IDENTIFIER = com.udesk.udeskapp11;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2598,7 +2598,7 @@
"$(inherited)",
"\"$(SRCROOT)/../UdeskSDK/SDK\"",
);
MARKETING_VERSION = 5.2.17;
MARKETING_VERSION = 5.2.18;
OTHER_LDFLAGS = (
"$(inherited)",
"-l\"c++\"",
Expand Down Expand Up @@ -2648,7 +2648,7 @@
"-weak_framework",
"\"UserNotifications\"",
);
PRODUCT_BUNDLE_IDENTIFIER = com.udesk.udeskIM;
PRODUCT_BUNDLE_IDENTIFIER = com.udesk.udeskapp11;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 514588a

Please sign in to comment.