From 941ab3a3a76eb793a43d3253ba54ef0796815144 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Sun, 15 Jul 2018 21:27:49 +0200 Subject: [PATCH] remove useless configuration --- Classes/LinphoneUI/UIChatBubbleTextCell.m | 6 ++++-- linphone.entitlements | 4 ---- linphone.xcodeproj/project.pbxproj | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Classes/LinphoneUI/UIChatBubbleTextCell.m b/Classes/LinphoneUI/UIChatBubbleTextCell.m index cddaf90e5..85b20dce9 100644 --- a/Classes/LinphoneUI/UIChatBubbleTextCell.m +++ b/Classes/LinphoneUI/UIChatBubbleTextCell.m @@ -235,9 +235,11 @@ if (linphone_chat_message_get_file_transfer_information(_message) != NULL) { NSString *localImage = [LinphoneManager getMessageAppDataForKey:@"localimage" inMessage:_message]; NSNumber *uploadQuality =[LinphoneManager getMessageAppDataForKey:@"uploadQuality" inMessage:_message]; + + // TODO: do resend for video and files /*NSString *localVideo = [LinphoneManager getMessageAppDataForKey:@"localvideo" inMessage:_message]; - NSString *localFile = [LinphoneManager getMessageAppDataForKey:@"localfile" inMessage:_message]; - NSString *fileName = localVideo ? localVideo : localFile;*/ + NSString *localFile = [LinphoneManager getMessageAppDataForKey:@"localfile" inMessage:_message];*/ + [self onDelete]; if(localImage){ ChatConversationTableView *tableView = VIEW(ChatConversationView).tableController; diff --git a/linphone.entitlements b/linphone.entitlements index 9fdeac29b..371282fab 100644 --- a/linphone.entitlements +++ b/linphone.entitlements @@ -4,10 +4,6 @@ aps-environment development - com.apple.developer.icloud-container-identifiers - - com.apple.developer.ubiquity-kvstore-identifier - $(TeamIdentifierPrefix)$(CFBundleIdentifier) com.apple.security.application-groups group.belledonne-communications.linphone.widget diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index cbacf5601..aa32a22ff 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -3532,7 +3532,7 @@ enabled = 1; }; com.apple.iCloud = { - enabled = 1; + enabled = 0; }; }; };