From 7684a4bfc16eb9849ebbc8ee2e2f718f3daa96a8 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 8 Sep 2015 11:43:04 -0400 Subject: Add pointers to newer classes provided by the OS --- Foundation/GTMURLBuilder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Foundation/GTMURLBuilder.h') diff --git a/Foundation/GTMURLBuilder.h b/Foundation/GTMURLBuilder.h index 77bf786..daa8d88 100644 --- a/Foundation/GTMURLBuilder.h +++ b/Foundation/GTMURLBuilder.h @@ -26,6 +26,10 @@ // [URLBuilder setValue:@"abc" forParameter:@"q"]; // NSURL *URL = [URLBuilder URL]; // +// NOTE: Apps targeting iOS 8 or OS X 10.10 and later should use +// NSURLComponents and NSURLQueryItem to create URLs with +// query arguments instead of using this class. + #import #import "GTMDefines.h" -- cgit v1.2.3