Commit graph

75 commits

Author SHA1 Message Date
Dustin Barker
4a969694c5 Remove all _AFNETWORKING_PIN_SSL_CERTIFICATES_ conditions
Fixes #1098
2013-06-27 22:47:45 -07:00
Dustin Barker
a5123879a0 Fix bug where examples always used AFSSLPinningModeNone 2013-06-27 22:46:09 -07:00
Mattt Thompson
bc8fcee718 Don't code sign mac example 2013-06-19 08:45:13 -07:00
Mattt Thompson
a4ee25f029 Disabling SSL Pinning mode for Mac example 2013-06-19 08:44:57 -07:00
Mattt Thompson
d9dea1237f Upgrading project settings for Xcode 5 2013-06-18 09:02:54 -07:00
Kevin Harwood
3c6bec4207 Added runtime check to disable pinning in the example
Signed-off-by: Mattt Thompson <m@mattt.me>
2013-04-16 10:31:41 +03:00
Kevin Harwood
06a9c63ead Attempting to add the pinning mode as an example. 2013-04-06 11:04:02 -05:00
Mattt Thompson
9b2a20c0a1 Merge branch 'experimental-ssl-pinning' 2013-03-24 00:57:16 -04:00
Cédric Luthi
95b4f6c979 Set indentation settings to four spaces at the project level 2013-03-07 12:53:47 +01:00
Mattt Thompson
35c6f996c0 Adding Security framework to example projects and adding #define for _AFNETWORKING_PIN_SSL_CERTIFICATES_ 2013-02-08 14:38:49 +01:00
Mattt Thompson
321a2af79d Fixing warnings caused by implicit property attributes 2013-02-04 00:20:56 +01:00
Mattt Thompson
c790135fd4 Updating OS X project settings 2013-01-31 06:55:04 +00:00
Mattt Thompson
5ec794dc4d Indenting macro conditionals 2012-11-06 09:21:41 -08:00
ijohn
8f898addf2 Update Example/Classes/Models/Post.m
Sorry the previous commit left 1 crucial line :(
2012-10-24 13:17:16 +07:00
ijohn
3a80dbc795 Update Example/Classes/Models/Post.m
Adapt to app.net global stream response change
2012-10-24 13:09:54 +07:00
Mattt Thompson
a6870bd366 Minor reorganization & cleanup 2012-10-14 10:07:13 -07:00
Mattt Thompson
424c026f0c Twitter shut off its unauthorized access to the public timeline; switching example over to the App.net global stream. 2012-10-10 20:08:34 -07:00
Mattt Thompson
7c789b3190 Adding SystemConfiguration and CoreServices frameworks to Mac example 2012-10-05 11:01:52 -07:00
Mattt Thompson
c588cbf5b6 Normalizing Default images in example project 2012-10-05 10:39:18 -07:00
Mattt Thompson
89f9094cea Fixing warnings detected by -Weverything 2012-10-01 10:38:46 -07:00
Mattt Thompson
bec09ed3a3 Removing #imports for CoreServices 2012-09-25 12:20:08 -07:00
Mattt Thompson
b43aba49fc Merge branch 'master' into lxcid-experimental-refined-stream
Conflicts:
	AFNetworking/AFHTTPClient.h
	AFNetworking/AFHTTPClient.m
2012-09-25 09:56:34 -07:00
Mattt Thompson
f523744cf0 Minor restructuring of project file and app delegate in example 2012-09-24 08:27:18 -07:00
Mattt Thompson
ff37bb59f8 Merge branch 'master' into 1.0RC2
Conflicts:
	AFNetworking/AFHTTPClient.m
	AFNetworking/AFHTTPRequestOperation.m
	AFNetworking/AFJSONRequestOperation.m
	AFNetworking/AFNetworkActivityIndicatorManager.m
	AFNetworking/AFURLConnectionOperation.h
2012-09-14 10:30:25 -07:00
Mattt Thompson
95f2f53604 Updating project settings 2012-09-14 09:01:54 -07:00
Mattt Thompson
910811a5e0 Stashing progress 2012-08-23 14:33:04 -07:00
Max Lansing
5a790360df merged multipart streaming thingy 2012-08-16 13:39:47 -07:00
Mattt Thompson
3d6fcc35c9 Moving error alert logic from models to controllers 2012-08-11 11:16:55 -04:00
Mattt Thompson
4809c77427 Updating project settings for Xcode 4.4 2012-08-04 15:28:32 -04:00
Steven Fisher
5c4c94081b Fixed incomplete implementation warning.
sharedProfileImageRequestOperationQueue is declared in interface extension, but only implemented on Mac OS X. This causes an incomplete implementation warning. Added same #if around interface as surrounds impelmentation.

This only affects sample code.
2012-07-23 17:19:17 -07:00
Steven Fisher
25186f8ebf Very minor security fix.
`informativeTextWithFormat` interprets its string as a format. `[error localizedDescription]` could contain string formatting specifiers.

Fixes to use @"%@", [error localizedDescription] instead.

Spotted via compiler warning.
2012-07-23 11:11:29 -07:00
Max Lansing
d434de241f moved mobilecoreservices framework in xcode proj 2012-06-30 16:42:45 -07:00
Max Lansing
ced167f867 reimplemented multipart form data to use a body streaming object that aggregates file streams and in-memory data objects to compose the request body just in time. also trimmed the multipart form body public API and added CoreMobileServices framework to enable lookup of MIME type by file extension. 2012-06-30 16:32:11 -07:00
Mattt Thompson
8bfbcb9b9f Updating iOS icon 2012-06-26 09:49:09 -07:00
Mattt Thompson
1afba1b623 Sandboxing Mac Example Application 2012-06-26 09:38:34 -07:00
Mattt Thompson
97900fcbfa Setting NSURLCache memory and disk capacity to Apple default settings 2012-06-26 09:37:53 -07:00
Mattt Thompson
c6ffce05b9 Reorganizing vendor directory 2012-06-26 09:35:43 -07:00
Mattt Thompson
f1b3101a63 First pass at converting to ARC 2012-06-26 09:14:52 -07:00
Mattt Thompson
b420c181ed Adding compiler directive to ignore User +sharedProfileImageRequestOperationQueue in iOS 2012-06-26 08:53:15 -07:00
Mattt Thompson
de76f997fb Setting deployment target to iOS 5.0 2012-06-26 08:52:01 -07:00
Mattt Thompson
1cfa405957 Removing AFJSONUtilities in favor of just using NSJSONSerialization 2012-06-26 08:50:32 -07:00
Mattt Thompson
c4f07c4b07 Minor code reformatting 2012-06-19 15:47:28 -07:00
Mattt Thompson
06d09903be Adding workspaces for individual projects 2012-06-19 15:30:41 -07:00
Mattt Thompson
b648e33481 Reload table view on image load 2012-06-19 14:40:11 -07:00
Mattt Thompson
ec2cee42d2 Adding profileImage property to bind image views to dynamically-loaded content 2012-06-19 14:30:49 -07:00
Mattt Thompson
a3f39712c7 Removing unused window controller 2012-06-19 13:07:16 -07:00
Mattt Thompson
9d399e9ffa Fixed window closing 2012-06-19 13:06:51 -07:00
Mattt Thompson
eaa9059cd2 Stashing working implementation 2012-06-19 12:50:26 -07:00
Mattt Thompson
efdaedc541 Adding Mac example project
Renaming iOS example project

Adding AFNetworking to Mac project using preprocessor macros to resolve UIKit dependencies, and setting compiler flags accordingly.
2011-09-23 12:19:40 -05:00
Mattt Thompson
29c25bb52e Fixing unnecessary semicolon compiler warning in TTTLocationFormatter 2011-09-22 12:04:23 -05:00