Skip to content

Commit

Permalink
Merge pull request ashleymills#280 from hamchapman/single-target-for-…
Browse files Browse the repository at this point in the history
…ios-tvos-macos

Reduce down to a single target for the library
  • Loading branch information
hamchapman authored Apr 7, 2018
2 parents c99e29c + d018558 commit 5ab63d8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 549 deletions.
306 changes: 10 additions & 296 deletions Reachability.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions Reachability/Reachability.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015 Ashley Mills. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

//! Project version number for Reachability.
FOUNDATION_EXPORT double ReachabilityVersionNumber;
Expand All @@ -15,5 +15,3 @@ FOUNDATION_EXPORT double ReachabilityVersionNumber;
FOUNDATION_EXPORT const unsigned char ReachabilityVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <Reachability/PublicHeader.h>


28 changes: 0 additions & 28 deletions ReachabilityMac/Info.plist

This file was deleted.

17 changes: 0 additions & 17 deletions ReachabilityMac/ReachabilityMac.h

This file was deleted.

26 changes: 0 additions & 26 deletions ReachabilityTV/Info.plist

This file was deleted.

19 changes: 0 additions & 19 deletions ReachabilityTV/ReachabilityTV.h

This file was deleted.

0 comments on commit 5ab63d8

Please sign in to comment.