Skip to content

Commit

Permalink
Release SealTalk Demo version 5.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 29, 2024
1 parent a749ec1 commit d67bf54
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
15 changes: 7 additions & 8 deletions ios-sealtalk/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions ios-sealtalk/RCloudMessage/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.10.2 Dev</string>
<string>5.10.4 Dev</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -54,7 +54,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>202407311555</string>
<string>202408291028</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down Expand Up @@ -89,7 +89,7 @@
<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
<true/>
<key>SealTalk Version</key>
<string>5.10.2</string>
<string>5.10.4</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down
4 changes: 2 additions & 2 deletions ios-sealtalk/RCloudMessage/Supporting Files/RCDCommonDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions ios-sealtalk/SealTalkNotificationService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.10.2 Dev</string>
<string>5.10.4 Dev</string>
<key>CFBundleVersion</key>
<string>202407311555</string>
<string>202408291028</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down
4 changes: 2 additions & 2 deletions ios-sealtalk/SealTalkShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>5.10.2 Dev</string>
<string>5.10.4 Dev</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>202407311555</string>
<string>202408291028</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down
4 changes: 2 additions & 2 deletions ios-sealtalk/jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d67bf54

Please sign in to comment.