From d67bf54661e9d7bb3fe55bc112857b4c13312a60 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 29 Aug 2024 11:52:25 +0800 Subject: [PATCH] Release SealTalk Demo version 5.10.4 --- ios-sealtalk/Podfile | 15 +++++++-------- .../Sections/Search/RCDSearchViewController.m | 3 ++- .../RCloudMessage/Supporting Files/Info.plist | 6 +++--- .../Supporting Files/RCDCommonDefine.h | 4 ++-- .../SealTalkNotificationService/Info.plist | 4 ++-- ios-sealtalk/SealTalkShareExtension/Info.plist | 4 ++-- ios-sealtalk/jenkins_build.sh | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/ios-sealtalk/Podfile b/ios-sealtalk/Podfile index f606448..1bc49ca 100644 --- a/ios-sealtalk/Podfile +++ b/ios-sealtalk/Podfile @@ -3,13 +3,13 @@ platform :ios, '9.0' inhibit_all_warnings! def im - pod 'RongCloudIM/IMLibCore', '5.10.2' - pod 'RongCloudIM/IMLib', '5.10.2' - pod 'RongCloudIM/IMKit', '5.10.2' - pod 'RongCloudIM/RongSticker', '5.10.2' - pod 'RongCloudIM/Sight', '5.10.2' - pod 'RongCloudIM/ContactCard', '5.10.2' - pod 'RongCloudIM/LocationKit', '5.10.2' + pod 'RongCloudIM/IMLibCore', '5.10.4' + pod 'RongCloudIM/IMLib', '5.10.4' + pod 'RongCloudIM/IMKit', '5.10.4' + pod 'RongCloudIM/RongSticker', '5.10.4' + pod 'RongCloudIM/Sight', '5.10.4' + pod 'RongCloudIM/ContactCard', '5.10.4' + pod 'RongCloudIM/LocationKit', '5.10.4' end target 'SealTalk' do @@ -32,7 +32,6 @@ target 'SealTalk' do pod 'MMWormhole', '~> 2.0.0' pod 'DoraemonKit/Core', '3.0.2', :configurations => ['Debug', 'AppStoreDebug'] - pod 'DoraemonKit/WithGPS', '3.0.2', :configurations => ['Debug', 'AppStoreDebug'] pod 'DoraemonKit/WithLoad', '3.0.2', :configurations => ['Debug', 'AppStoreDebug'] pod 'DoraemonKit/WithMLeaksFinder', '3.0.2', :configurations => ['Debug', 'AppStoreDebug'] diff --git a/ios-sealtalk/RCloudMessage/Sections/Search/RCDSearchViewController.m b/ios-sealtalk/RCloudMessage/Sections/Search/RCDSearchViewController.m index e99e149..d549b66 100644 --- a/ios-sealtalk/RCloudMessage/Sections/Search/RCDSearchViewController.m +++ b/ios-sealtalk/RCloudMessage/Sections/Search/RCDSearchViewController.m @@ -150,9 +150,10 @@ - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSIntege } - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { - [self.searchBar resignFirstResponder]; NSString *type = self.groupTypeArray[indexPath.section]; NSArray *array = self.resultDictionary[type]; + [self.searchBar resignFirstResponder]; + if (indexPath.row == 3) { [self pushToSearchMoreVC:type result:array]; } else { diff --git a/ios-sealtalk/RCloudMessage/Supporting Files/Info.plist b/ios-sealtalk/RCloudMessage/Supporting Files/Info.plist index e0cf7c8..e1a2af2 100644 --- a/ios-sealtalk/RCloudMessage/Supporting Files/Info.plist +++ b/ios-sealtalk/RCloudMessage/Supporting Files/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.10.2 Dev + 5.10.4 Dev CFBundleSignature ???? CFBundleURLTypes @@ -54,7 +54,7 @@ CFBundleVersion - 202407311555 + 202408291028 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes @@ -89,7 +89,7 @@ PHPhotoLibraryPreventAutomaticLimitedAccessAlert SealTalk Version - 5.10.2 + 5.10.4 UIBackgroundModes audio diff --git a/ios-sealtalk/RCloudMessage/Supporting Files/RCDCommonDefine.h b/ios-sealtalk/RCloudMessage/Supporting Files/RCDCommonDefine.h index 158a9da..4ac988d 100644 --- a/ios-sealtalk/RCloudMessage/Supporting Files/RCDCommonDefine.h +++ b/ios-sealtalk/RCloudMessage/Supporting Files/RCDCommonDefine.h @@ -11,14 +11,14 @@ #define RONGCLOUD_IM_APPKEY @"n19jmcy59f1q9" // online key #define SERVICE_ID @"service" -#define DEMO_SERVER @"http://api-sealtalk.rongcloud.cn/" +#define DEMO_SERVER @"https://sealtalk.rongcloud.cn/server-api/" #define RONGCLOUD_NAVI_SERVER @"" #define RONGCLOUD_FILE_SERVER @"" #define RONGCLOUD_STATS_SERVER @"" #define RCDGroupNoticeTargetId @"__group_apply__" #define RCDOpenQRCodeUrlNotification @"RCDOpenQRCodeUrlNotification" -#define RCDQRCodeContentInfoUrl @"http://sealtalk.rongcloud.cn/download" +#define RCDQRCodeContentInfoUrl @"https://sealtalk.rongcloud.cn/download" #define RCDLoginCookieExpiredNotification @"RCDLoginCookieExpiredNotification" diff --git a/ios-sealtalk/SealTalkNotificationService/Info.plist b/ios-sealtalk/SealTalkNotificationService/Info.plist index b8b80fe..4f058fa 100644 --- a/ios-sealtalk/SealTalkNotificationService/Info.plist +++ b/ios-sealtalk/SealTalkNotificationService/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.10.2 Dev + 5.10.4 Dev CFBundleVersion - 202407311555 + 202408291028 NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/ios-sealtalk/SealTalkShareExtension/Info.plist b/ios-sealtalk/SealTalkShareExtension/Info.plist index 0f8fe0f..733da95 100644 --- a/ios-sealtalk/SealTalkShareExtension/Info.plist +++ b/ios-sealtalk/SealTalkShareExtension/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 5.10.2 Dev + 5.10.4 Dev CFBundleSignature ???? CFBundleVersion - 202407311555 + 202408291028 NSAppTransportSecurity NSAllowsArbitraryLoads diff --git a/ios-sealtalk/jenkins_build.sh b/ios-sealtalk/jenkins_build.sh index e524703..1d9bd36 100644 --- a/ios-sealtalk/jenkins_build.sh +++ b/ios-sealtalk/jenkins_build.sh @@ -83,9 +83,9 @@ fi #demo 服务器 if [ -n "${DEMO_SERVER_URL}" ]; then if [[ $DEMO_SERVER_URL =~ ^http ]]; then - sed -i '' -e 's?http://api-sealtalk.rongcloud.cn?'$DEMO_SERVER_URL'?g' ./RCloudMessage/Supporting\ Files/RCDCommonDefine.h + sed -i '' -e 's?https://sealtalk.rongcloud.cn/server-api?'$DEMO_SERVER_URL'?g' ./RCloudMessage/Supporting\ Files/RCDCommonDefine.h else - sed -i '' -e 's?http://api-sealtalk.rongcloud.cn?http://'$DEMO_SERVER_URL'?g' ./RCloudMessage/Supporting\ Files/RCDCommonDefine.h + sed -i '' -e 's?https://sealtalk.rongcloud.cn/server-api?http://'$DEMO_SERVER_URL'?g' ./RCloudMessage/Supporting\ Files/RCDCommonDefine.h fi fi