Skip to content

Commit

Permalink
Release RongCloud iFly Extension SDK 2.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
RongRobot committed Apr 2, 2019
1 parent 57e5336 commit 36a368d
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios-rongiflykit/RongiFlyKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.9.12</string>
<string>2.9.13</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
Binary file modified ios-rongiflykit/framework/RongIMKit.framework/Info.plist
Binary file not shown.
Binary file modified ios-rongiflykit/framework/RongIMKit.framework/RongIMKit
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@

+ (NSString *)getUniqueFileName:(NSString *)baseFileName;

+ (NSString *)getTypeName:(NSString *)fileName;

@end
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ typedef NS_OPTIONS(NSUInteger, LogType) {
RC_Type_MED = 1 << 8, // Media file.
RC_Type_LOG = 1 << 9,
RC_Type_DEB = 1 << 10, // Debug log.
RC_Type_CRS = 1 << 11 // Crash stack.
RC_Type_CRS = 1 << 11, // Crash stack.
RC_Type_RTC = 1 << 12 // RTC.
};

@interface RCFwLog : NSObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,11 @@
*/
+ (BOOL)isOpaque:(UIImage *)image;

/**
URL 编码
@return 编码后的 URL
*/
+ (NSString *)encodeURL:(NSString *)url;
@end
#endif
Binary file modified ios-rongiflykit/framework/RongIMLib.framework/Info.plist
Binary file not shown.
Binary file modified ios-rongiflykit/framework/RongIMLib.framework/RongIMLib
Binary file not shown.
9 changes: 7 additions & 2 deletions ios-rongiflykit/framework/en.lproj/RongCloudKit.strings
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"VoIP_SessionIDWrong"="Session ID is wrong";
"Yesterday"="Yesterday";
"SearchPublicService"="Search Service Account";
"PublicService"="Service Account";
"PublicService"="Public Accounts";
"NOT_IN_DISCUSSION"="You are not in current discussion";
"NOT_IN_GROUP"="You are not in current group";
"FORBIDDEN_IN_GROUP"="You are banned to send message in current group.";
Expand Down Expand Up @@ -179,6 +179,11 @@
"GroupByRemoved"="%@ has removed by %@ from the group";
"GroupDismiss"="%@ has dismissed the group";
"GroupQuit"="%@ has quit the group";
"GroupHaveCreated"="%@ have created the group";
"GroupHaveInvited"="%@ have invited %@ to join the group";
"GroupHaveRemoved"="%@ have removed %@ from the group ";
"GroupHaveDismiss"="%@ have dismissed the group";
"GroupHaveQuit"="%@ have quit the group";
"GroupChanged"="%@ changed the group name to \"%@\"";
"GroupJoin"="%@ joined the group";
"GroupEtc"="and etc.";
Expand Down Expand Up @@ -208,7 +213,7 @@
"RecommendedToYou"="recommended %@ to you.";
"Person"="Member";
"SelectContact"="Select Contacts";
"MessageTapMore"="More...";
"MessageTapMore"="Select...";

"bottom_result_view_choosed_person_prefix"="Selected";
"bottom_result_view_choosed_person_subfix"="member(s)";
Expand Down
5 changes: 5 additions & 0 deletions ios-rongiflykit/framework/zh-Hans.lproj/RongCloudKit.strings
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@
"GroupQuit"="%@退出了群组";
"GroupChanged"="%@修改群名为“%@”";
"GroupJoin"="%@加入了群组";
"GroupHaveCreated"="%@创建了群组";
"GroupHaveInvited"="%@邀请%@加入了群组";
"GroupHaveRemoved"="%@将%@移出了群组";
"GroupHaveDismiss"="%@解散了群组";
"GroupHaveQuit"="%@退出了群组";
"GroupEtc"="等";
"GroupAnnouncementUpdated"="%@更新了群公告";
"ImageLoadFailed"="图片加载失败";
Expand Down

0 comments on commit 36a368d

Please sign in to comment.