Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Hook for NSURLSession #60

Merged
merged 6 commits into from
Jan 18, 2014
Merged

[WIP] Hook for NSURLSession #60

merged 6 commits into from
Jan 18, 2014

Commits on Jan 9, 2014

  1. WIP Hook for NSURLSession

    luisobo committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    f430c84 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. Ensure hook swizzles concrete subclass of NSURLSessionConfiguration.

    This commit swizzles the actual instance of NSURLSessionConfiguration, which is
    __NSCFURLSessionConfiguration. Tests now pass.
    
    Signed-off-by: Luis Solano Bonet <luis@pixable.com>
    swizzlr authored and Luis Solano Bonet committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    fc18ef1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2014

  1. Configuration menu
    Copy the full SHA
    9386ae5 View commit details
    Browse the repository at this point in the history
  2. Clenup tests

    luisobo committed Jan 18, 2014
    Configuration menu
    Copy the full SHA
    230795f View commit details
    Browse the repository at this point in the history
  3. Update README

    luisobo committed Jan 18, 2014
    Configuration menu
    Copy the full SHA
    9f215a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f179784 View commit details
    Browse the repository at this point in the history