Skip to content

Commit

Permalink
support generating frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 16, 2014
1 parent dbe0a59 commit 6db8c29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Reachability.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
#import <Foundation/Foundation.h>
#import <SystemConfiguration/SystemConfiguration.h>

#import <sys/socket.h>
#import <netinet/in.h>
#import <netinet6/in6.h>
#import <arpa/inet.h>
#import <ifaddrs.h>
#import <netdb.h>

/**
* Does ARC support GCD objects?
* It does if the minimum deployment target is iOS 6+ or Mac OS X 8+
Expand Down
7 changes: 7 additions & 0 deletions Reachability.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF

#import "Reachability.h"

#import <sys/socket.h>
#import <netinet/in.h>
#import <netinet6/in6.h>
#import <arpa/inet.h>
#import <ifaddrs.h>
#import <netdb.h>


NSString *const kReachabilityChangedNotification = @"kReachabilityChangedNotification";

Expand Down

0 comments on commit 6db8c29

Please sign in to comment.