Commit Graph

10 Commits

Author SHA1 Message Date
Brian Nickel
85ad5ea6a0 Allow same library for app and extensions.
clang will silence availability errors in classes and methods that are also unavailable to the target.  The following have been made unavailable to app extensions:
- `AFNetworkActivityIndicatorManager` class
- `UIAlertView` category methods
- `AFURLConnectionOperation setShouldExecuteAsBackgroundTaskWithExpirationHandler:`

Benefits of change:
- Fixes CocoaPods support for App Extensions.
- Allows single framework to be used in app.
- Eliminates the need for `AF_APP_EXTENSIONS`.
2015-07-27 10:49:06 -07:00
Frank Luan
fd34e21251 Add nullability annotations for UIKit additions 2015-06-26 09:43:13 -05:00
Mattt Thompson
583742a539 Updating License 2015-05-02 13:29:20 -07:00
Serge Hänni
476a1716d7 Added guard to unsupported features of iOS 8 extensions 2015-03-11 17:03:43 +01:00
Mattt Thompson
011dc783e9 Updating copyright year 2015-01-18 08:59:34 -08:00
Mattt Thompson
121466e165 Bumping copyright year 2014-04-15 14:24:30 -07:00
Mattt Thompson
0604cfd6bb [Issue #1379] Adding missing code macros for iOS 6 compatibility in UIAlertView category 2013-09-29 11:52:53 -07:00
Mattt Thompson
34f8cd1114 Adding documentation for UIAlertView category 2013-09-27 08:53:38 -07:00
Mattt Thompson
09658b352a Enabling and fixing extensive compiler warnings 2013-09-26 07:11:22 -07:00
Mattt Thompson
9a40c0dc0f Merge branch 2.0 into master 2013-09-25 16:31:49 -07:00