Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Fix build against iOS 5.0 SDK #1217

Conversation

blakewatters
Copy link
Contributor

This pull request restores building of AFNetworking against iOS 5.0. It also adds unit test execution against iOS 5.0 so that compatibility with the minimum build/deployment target is under test.

@kcharwood
Copy link
Contributor

I like the test addition.

@kylef
Copy link
Contributor

kylef commented Aug 16, 2013

👍 this is a great idea!

@mattt
Copy link
Contributor

mattt commented Sep 24, 2013

Clearing out the backlog of 1.x bugs now.

Cherry-picked ed31849, foregoing a macro by just using a single API with 99f77d1. Thanks, @blakewatters!

@mattt mattt closed this Sep 24, 2013
lksoft added a commit to lksoft/AFNetworking that referenced this pull request Sep 28, 2013
# By Mattt Thompson (26) and others
# Via Mattt Thompson
* Mattt/1.x: (58 commits)
  Revert "[Issue #1206] Fixing checks for network reachability flags over WWAN"
  Bumping version to 1.3.3
  [Issue #1206] Fixing checks for network reachability flags over WWAN
  [Issue #1288] Adding loop around write to ensure entire length of data is written
  [Issue #1093] Handling stream errors for AFMultipartBodyStream
  [Issue #1288] Improving implementation of connection:didRecieveData: to handle case where stream -hasSpaceAvailable returns NO by polling. For in-memory buffers, this will almost never happen.
  [Issue #887] [Issue #1096] Removing implementation of connection:needNewBodyStream:
  Fixing merge in 52ad3f8
  [Issue #1241] Fixing potential race condition in cancelConnection
  Build and run unit tests against the iOS 5.0 SDK to validate minimum deployment target compatibility
  [Issue AFNetworking#1217] Cutting the knot with respect to API compatibility
  Cast instead of #pragma clang diagnostic ignored "-Wassign-enum"
  Enabling invalid SSL certificates on UIImageView+AFNetworking
  Revert "When AFNetworking is in an embedded framework, load certificates from all non-framework bundles"
  removed memory leak
  Use string literal instead of building mutable string
  Minor reformatting
  Removing use of unsupported method enumerateByteRangesUsingBlock:
  Refactoring upload input stream test and AFBufferedInputStreamProvider class
  [Issue AFNetworking#1221] Refactoring lock for HTTP error
  ...

Conflicts:
	AFNetworking/AFHTTPClient.h
	AFNetworking/AFHTTPClient.m
	AFNetworking/AFImageRequestOperation.m
	AFNetworking/AFURLConnectionOperation.h
	AFNetworking/AFURLConnectionOperation.m
	AFNetworking/UIImageView+AFNetworking.m
greghe pushed a commit to skillz/AFNetworking that referenced this pull request Sep 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants