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

Removed code supporting conditional compilation for unsupported development configurations. #3177

Merged

Conversation

0xced
Copy link
Contributor

@0xced 0xced commented Nov 24, 2015

  • Cleanup NS_DESIGNATED_INITIALIZER
  • Cleanup OS_OBJECT_HAVE_OBJC_SUPPORT

Xcode 7 comes with the iOS 9 SDK which has NS_DESIGNATED_INITIALIZER defined in NSObjCRuntime.h
`OS_OBJECT_HAVE_OBJC_SUPPORT` is defined to 1 for iOS deployment target >= 6.0 and OS X deployment target >= 10.8.
MobileCoreServices.h or CoreServices.h headers are always imported anyway.
@0xced
Copy link
Contributor Author

0xced commented Nov 28, 2015

It looks like the failed build is unrelated to the changes in this pull request.

@kcharwood kcharwood added this to the 3.0.0 milestone Nov 30, 2015
@kcharwood kcharwood changed the title Conditional compilation cleanup Removed code supporting conditional compilation for unsupported development configurations. Dec 1, 2015
kcharwood added a commit that referenced this pull request Dec 1, 2015
Removed code supporting conditional compilation for unsupported development configurations.
@kcharwood kcharwood merged commit 627277d into AFNetworking:3_0_0_branch Dec 1, 2015
@kcharwood
Copy link
Contributor

🍻

@0xced 0xced deleted the conditional-compilation-cleanup branch December 1, 2015 17:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
2 participants