diff options
author | Vitaly Takmazov | 2018-11-14 19:27:17 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-11-14 19:27:17 +0300 |
commit | 40d7419dc846d3afb394c816762f20c8001ae512 (patch) | |
tree | 73b2ddda1e3bdaf05292fac2f274977bc470d8aa | |
parent | 97d8f218fbd2903cea5d40313c9e6d24558708e3 (diff) |
Drop unused MWFeedParser
-rw-r--r-- | Juick/Supporting Files/Juick-Prefix.pch | 1 | ||||
-rw-r--r-- | Juick/Views/MessageCell.m | 3 | ||||
-rw-r--r-- | Podfile | 1 | ||||
-rw-r--r-- | Podfile.lock | 14 |
4 files changed, 2 insertions, 17 deletions
diff --git a/Juick/Supporting Files/Juick-Prefix.pch b/Juick/Supporting Files/Juick-Prefix.pch index 2f4b637..4340a61 100644 --- a/Juick/Supporting Files/Juick-Prefix.pch +++ b/Juick/Supporting Files/Juick-Prefix.pch @@ -18,7 +18,6 @@ #import <UserNotifications/UserNotifications.h> #import <PDKeychainBindingsController/PDKeychainBindingsController.h> - #import <NSString+HTML.h> #import "UIImage+Utils.h" #import <AFNetworking/AFNetworking.h> #import <AFNetworking/UIImageView+AFNetworking.h> diff --git a/Juick/Views/MessageCell.m b/Juick/Views/MessageCell.m index b9e40c8..4637f80 100644 --- a/Juick/Views/MessageCell.m +++ b/Juick/Views/MessageCell.m @@ -74,8 +74,7 @@ self.text.attributedText = nil; if (msg.text) { NSMutableAttributedString *txt = [[NSMutableAttributedString alloc] - initWithString: - [msg.text stringByDecodingHTMLEntities] + initWithString:msg.text attributes:@{NSFontAttributeName:[UIFont preferredFontForTextStyle:UIFontTextStyleBody]}]; [txt beginEditing]; for (NSDictionary *entity in msg.entities) { @@ -3,7 +3,6 @@ platform :ios, "11.1" target "Juick" do pod 'AFNetworking' - pod 'MWFeedParser' pod 'PDKeychainBindingsController' pod 'YYModel' pod 'DateTools' diff --git a/Podfile.lock b/Podfile.lock index 6a9bd9a..4c868af 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -15,15 +15,6 @@ PODS: - AFNetworking/UIKit (3.2.1): - AFNetworking/NSURLSession - DateTools (2.0.0) - - MWFeedParser (1.0.1): - - MWFeedParser/FeedParser (= 1.0.1) - - "MWFeedParser/NSDate+InternetDateTime (= 1.0.1)" - - "MWFeedParser/NSString+HTML (= 1.0.1)" - - MWFeedParser/FeedParser (1.0.1): - - "MWFeedParser/NSDate+InternetDateTime" - - "MWFeedParser/NSString+HTML" - - "MWFeedParser/NSDate+InternetDateTime (1.0.1)" - - "MWFeedParser/NSString+HTML (1.0.1)" - PDKeychainBindingsController (0.0.1) - PHFComposeBarView (2.1.0): - PHFDelegateChain (~> 1.0) @@ -35,7 +26,6 @@ PODS: DEPENDENCIES: - AFNetworking - DateTools - - MWFeedParser - PDKeychainBindingsController - PHFComposeBarView - TagListView-ObjC @@ -46,7 +36,6 @@ SPEC REPOS: https://github.com/cocoapods/specs.git: - AFNetworking - DateTools - - MWFeedParser - PDKeychainBindingsController - PHFComposeBarView - PHFDelegateChain @@ -57,7 +46,6 @@ SPEC REPOS: SPEC CHECKSUMS: AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057 DateTools: 933ac9c490f21f92127cf690ccd8c397e0126caf - MWFeedParser: 2cf646014c1baf6ad1b08c480b40a08180079247 PDKeychainBindingsController: fa8cb3cf99f2ea9240d61066ed0549f34e2cec3c PHFComposeBarView: 6382ab846e2f4d8634273c4a78d074bc5deed07f PHFDelegateChain: 491f9cd8a3fb8761f390ff05f74a0e168d48d285 @@ -65,6 +53,6 @@ SPEC CHECKSUMS: "UIView+Shimmer": ed634f95e8f4bda666b28b47bd85a4336a4117d8 YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30 -PODFILE CHECKSUM: 9e5a38ae3ef326723e44b2aef2694bbd0d904d77 +PODFILE CHECKSUM: 36a9a80ef083ac6ad371a565479f28f75e93d8f8 COCOAPODS: 1.5.3 |