Skip to content

Commit

Permalink
Switched to a workspace layout, with KSReachability building as a sta…
Browse files Browse the repository at this point in the history
…tic library.
  • Loading branch information
kstenerud committed Apr 5, 2013
1 parent bd8ee7c commit 051a7a8
Show file tree
Hide file tree
Showing 8 changed files with 504 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
3964E5351557731400136D58 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3964E5331557731400136D58 /* MainMenu.xib */; };
3964E53A1557733600136D58 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3964E5391557733600136D58 /* SystemConfiguration.framework */; };
3964E53C1557734C00136D58 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3964E53B1557734C00136D58 /* SystemConfiguration.framework */; };
3964E5451557736C00136D58 /* KSReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 3964E5401557736C00136D58 /* KSReachability.m */; };
3964E5461557736C00136D58 /* KSReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 3964E5401557736C00136D58 /* KSReachability.m */; };
CBFEECFA170E0BA300624866 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CBFEECF9170E0BA300624866 /* Default-568h@2x.png */; };
CBFEED1A170F31D000624866 /* libKSReachability.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CBFEED19170F31D000624866 /* libKSReachability.a */; };
CBFEED33170F339800624866 /* libKSReachabilityMac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CBFEED32170F339800624866 /* libKSReachabilityMac.a */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -57,16 +57,17 @@
3964E5341557731400136D58 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
3964E5391557733600136D58 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
3964E53B1557734C00136D58 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
3964E53F1557736C00136D58 /* KSReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; name = KSReachability.h; path = ../KSReachability.h; sourceTree = "<group>"; };
3964E5401557736C00136D58 /* KSReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = KSReachability.m; path = ../KSReachability.m; sourceTree = "<group>"; };
CBFEECF9170E0BA300624866 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../Default-568h@2x.png"; sourceTree = "<group>"; };
CBFEED19170F31D000624866 /* libKSReachability.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libKSReachability.a; path = "../KSReachability/build/Release-iphoneos/libKSReachability.a"; sourceTree = "<group>"; };
CBFEED32170F339800624866 /* libKSReachabilityMac.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libKSReachabilityMac.a; path = ../KSReachability/build/Release/libKSReachabilityMac.a; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
3964E4F61557730300136D58 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CBFEED1A170F31D000624866 /* libKSReachability.a in Frameworks */,
3964E53A1557733600136D58 /* SystemConfiguration.framework in Frameworks */,
3964E4FE1557730300136D58 /* UIKit.framework in Frameworks */,
3964E5001557730300136D58 /* Foundation.framework in Frameworks */,
Expand All @@ -78,6 +79,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CBFEED33170F339800624866 /* libKSReachabilityMac.a in Frameworks */,
3964E53C1557734C00136D58 /* SystemConfiguration.framework in Frameworks */,
3964E51F1557731300136D58 /* Cocoa.framework in Frameworks */,
);
Expand All @@ -89,7 +91,6 @@
3964E4EC155772F500136D58 = {
isa = PBXGroup;
children = (
3964E53D1557735C00136D58 /* KSReachability */,
3964E5031557730300136D58 /* iOSReachability */,
3964E5241557731300136D58 /* MacReachability */,
3964E4FC1557730300136D58 /* Frameworks */,
Expand All @@ -109,6 +110,8 @@
3964E4FC1557730300136D58 /* Frameworks */ = {
isa = PBXGroup;
children = (
CBFEED19170F31D000624866 /* libKSReachability.a */,
CBFEED32170F339800624866 /* libKSReachabilityMac.a */,
3964E5391557733600136D58 /* SystemConfiguration.framework */,
3964E4FD1557730300136D58 /* UIKit.framework */,
3964E4FF1557730300136D58 /* Foundation.framework */,
Expand Down Expand Up @@ -178,15 +181,6 @@
name = "Supporting Files";
sourceTree = "<group>";
};
3964E53D1557735C00136D58 /* KSReachability */ = {
isa = PBXGroup;
children = (
3964E53F1557736C00136D58 /* KSReachability.h */,
3964E5401557736C00136D58 /* KSReachability.m */,
);
name = KSReachability;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -281,7 +275,6 @@
3964E50A1557730300136D58 /* main.m in Sources */,
3964E50E1557730300136D58 /* AppDelegate.m in Sources */,
3964E5111557730300136D58 /* ViewController.m in Sources */,
3964E5451557736C00136D58 /* KSReachability.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -291,7 +284,6 @@
files = (
3964E52B1557731400136D58 /* main.m in Sources */,
3964E5321557731400136D58 /* AppDelegate.m in Sources */,
3964E5461557736C00136D58 /* KSReachability.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion KSReachability-Examples/MacReachability/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "AppDelegate.h"
#import "KSReachability.h"
#import <KSReachabilityMac/KSReachability.h>

@interface AppDelegate ()

Expand Down
2 changes: 1 addition & 1 deletion KSReachability-Examples/iOSReachability/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "ViewController.h"
#import "KSReachability.h"
#import <KSReachability/KSReachability.h>

@interface ViewController ()

Expand Down
Loading

0 comments on commit 051a7a8

Please sign in to comment.