diff options
author | Vitaly Takmazov | 2018-02-12 22:54:24 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-02-12 22:54:24 +0300 |
commit | 3e0b7455926477ee5cce1233bf1bf1d6f2bd63f8 (patch) | |
tree | f1499c3e0689dc0cc3a54ecfd0afb1f2a391769b | |
parent | 7b48a47e723dcbc9fb3f3177c4797f6b3521cc16 (diff) |
1.0.45
-rw-r--r-- | Juick/Supporting Files/Juick-Info.plist | 2 | ||||
-rw-r--r-- | Juick/ViewControllers/DiscoverViewController.m | 2 | ||||
-rw-r--r-- | Juick/ViewControllers/MessagesViewController.h | 2 | ||||
-rw-r--r-- | Podfile.lock | 24 |
4 files changed, 15 insertions, 15 deletions
diff --git a/Juick/Supporting Files/Juick-Info.plist b/Juick/Supporting Files/Juick-Info.plist index 4b8907f..0ef24a1 100644 --- a/Juick/Supporting Files/Juick-Info.plist +++ b/Juick/Supporting Files/Juick-Info.plist @@ -21,7 +21,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.0.44</string> + <string>1.0.45</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> <key>LSApplicationCategoryType</key> diff --git a/Juick/ViewControllers/DiscoverViewController.m b/Juick/ViewControllers/DiscoverViewController.m index b15001c..c027ea7 100644 --- a/Juick/ViewControllers/DiscoverViewController.m +++ b/Juick/ViewControllers/DiscoverViewController.m @@ -68,7 +68,7 @@ AppDelegate *appDelegate; } ThreadViewController *threadVC = (ThreadViewController *)segue.destinationViewController; [threadVC setPath:[APIClient threadUrl]]; - [threadVC setParams:[@{@"mid": mid } mutableCopy]]; + [threadVC setParams:@{@"mid": mid }]; [threadVC refreshData:scrollToEnd]; } } diff --git a/Juick/ViewControllers/MessagesViewController.h b/Juick/ViewControllers/MessagesViewController.h index 548f8ec..9f47b57 100644 --- a/Juick/ViewControllers/MessagesViewController.h +++ b/Juick/ViewControllers/MessagesViewController.h @@ -10,7 +10,7 @@ @interface MessagesViewController : UITableViewController @property(nonatomic, strong) NSString *path; -@property(nonatomic, strong) NSMutableDictionary *params; +@property(nonatomic, strong) NSDictionary *params; -(void) refreshData; -(void) refreshData:(BOOL)scrollToBottom; diff --git a/Podfile.lock b/Podfile.lock index c7d4fbf..24d1cd8 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,18 +1,18 @@ PODS: - - AFNetworking (3.1.0): - - AFNetworking/NSURLSession (= 3.1.0) - - AFNetworking/Reachability (= 3.1.0) - - AFNetworking/Security (= 3.1.0) - - AFNetworking/Serialization (= 3.1.0) - - AFNetworking/UIKit (= 3.1.0) - - AFNetworking/NSURLSession (3.1.0): + - AFNetworking (3.2.0): + - AFNetworking/NSURLSession (= 3.2.0) + - AFNetworking/Reachability (= 3.2.0) + - AFNetworking/Security (= 3.2.0) + - AFNetworking/Serialization (= 3.2.0) + - AFNetworking/UIKit (= 3.2.0) + - AFNetworking/NSURLSession (3.2.0): - AFNetworking/Reachability - AFNetworking/Security - AFNetworking/Serialization - - AFNetworking/Reachability (3.1.0) - - AFNetworking/Security (3.1.0) - - AFNetworking/Serialization (3.1.0) - - AFNetworking/UIKit (3.1.0): + - AFNetworking/Reachability (3.2.0) + - AFNetworking/Security (3.2.0) + - AFNetworking/Serialization (3.2.0) + - AFNetworking/UIKit (3.2.0): - AFNetworking/NSURLSession - DateTools (2.0.0) - MWFeedParser (1.0.1): @@ -47,7 +47,7 @@ DEPENDENCIES: - YYWebImage SPEC CHECKSUMS: - AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 + AFNetworking: 8ac6017b94ea105479f7776e5288e48ae9c59bb4 DateTools: 933ac9c490f21f92127cf690ccd8c397e0126caf MWFeedParser: 2cf646014c1baf6ad1b08c480b40a08180079247 PDKeychainBindingsController: fa8cb3cf99f2ea9240d61066ed0549f34e2cec3c |