Skip to content

Commit

Permalink
Merge pull request jverkoey#310 from yosit/master
Browse files Browse the repository at this point in the history
Updated AFNetworking to latest to overcome the retain cycle issue
  • Loading branch information
jverkoey committed Nov 15, 2012
2 parents c5099b4 + 10facf0 commit 2023ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/AFNetworking
Submodule AFNetworking updated 39 files
+18 −0 .gitignore
+18 −4 AFNetworking.podspec
+56 −22 AFNetworking/AFHTTPClient.h
+129 −94 AFNetworking/AFHTTPClient.m
+10 −16 AFNetworking/AFHTTPRequestOperation.m
+4 −4 AFNetworking/AFImageRequestOperation.h
+2 −2 AFNetworking/AFImageRequestOperation.m
+7 −2 AFNetworking/AFJSONRequestOperation.h
+4 −3 AFNetworking/AFJSONRequestOperation.m
+1 −1 AFNetworking/AFNetworkActivityIndicatorManager.m
+12 −13 AFNetworking/AFNetworking.h
+6 −4 AFNetworking/AFURLConnectionOperation.h
+28 −24 AFNetworking/AFURLConnectionOperation.m
+5 −5 AFNetworking/AFXMLRequestOperation.h
+7 −7 AFNetworking/AFXMLRequestOperation.m
+2 −0 AFNetworking/UIImageView+AFNetworking.h
+11 −14 AFNetworking/UIImageView+AFNetworking.m
+175 −6 CHANGES
+23 −13 Example/AFNetworking Mac Example.xcodeproj/project.pbxproj
+38 −32 Example/AFNetworking iOS Example.xcodeproj/project.pbxproj
+11 −17 Example/AppDelegate.h
+56 −60 Example/AppDelegate.m
+3 −3 Example/Classes/AFAppDotNetAPIClient.h
+7 −7 Example/Classes/AFAppDotNetAPIClient.m
+2 −2 Example/Classes/Controllers/GlobalTimelineViewController.h
+14 −30 Example/Classes/Controllers/GlobalTimelineViewController.m
+6 −6 Example/Classes/Models/Post.h
+14 −13 Example/Classes/Models/Post.m
+3 −3 Example/Classes/Models/User.h
+13 −15 Example/Classes/Models/User.m
+4 −4 Example/Classes/Views/PostTableViewCell.h
+13 −13 Example/Classes/Views/PostTableViewCell.m
+ Example/[email protected]
+ Example/Default.png
+ Example/[email protected]
+110 −109 Example/MainMenu.xib
+2 −0 Example/Prefix.pch
+2 −0 Example/iOS-Info.plist
+8 −9 README.md

0 comments on commit 2023ba0

Please sign in to comment.