Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fixed build after networking files moved
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Dec 22, 2011
1 parent 02b4a08 commit 830e89d
Showing 1 changed file with 41 additions and 33 deletions.
74 changes: 41 additions & 33 deletions ECHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
227E267F149B54F900E04B27 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 227E267E149B54F900E04B27 /* AppKit.framework */; };
227E2680149B552000E04B27 /* ReadMe.markdown in Resources */ = {isa = PBXBuildFile; fileRef = 22929E3B149A729000E06226 /* ReadMe.markdown */; };
227E2681149B553E00E04B27 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE4906710445F36006BE471 /* ServiceManagement.framework */; };
2299A70114A39A6C00729830 /* ECLaunchD.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A6FC14A39A6C00729830 /* ECLaunchD.m */; };
2299A70214A39A6C00729830 /* ECLaunchD.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A6FC14A39A6C00729830 /* ECLaunchD.m */; };
2299A70314A39A6C00729830 /* ECMachPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A6FE14A39A6C00729830 /* ECMachPorts.m */; };
2299A70414A39A6C00729830 /* ECMachPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A6FE14A39A6C00729830 /* ECMachPorts.m */; };
2299A70514A39A6C00729830 /* ECUnixPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A70014A39A6C00729830 /* ECUnixPorts.m */; };
2299A70614A39A6C00729830 /* ECUnixPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A70014A39A6C00729830 /* ECUnixPorts.m */; };
2299A73314A39C2300729830 /* ECASLClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A70A14A39C2300729830 /* ECASLClient.m */; };
2299A73414A39C2300729830 /* ECASLClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A70A14A39C2300729830 /* ECASLClient.m */; };
2299A73514A39C2300729830 /* ECAssertion.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A70C14A39C2300729830 /* ECAssertion.m */; };
Expand Down Expand Up @@ -89,6 +83,12 @@
2299A8CB14A39D8D00729830 /* NSWindow+ECCore.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A8B014A39D8D00729830 /* NSWindow+ECCore.m */; };
2299A8CC14A39D8D00729830 /* NSWorkspace+ECCore.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A8B214A39D8D00729830 /* NSWorkspace+ECCore.m */; };
2299A8D914A39ED300729830 /* ECErrorReporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A70E14A39C2300729830 /* ECErrorReporter.m */; };
2299A90F14A3A56000729830 /* ECLaunchD.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A90A14A3A56000729830 /* ECLaunchD.m */; };
2299A91014A3A56000729830 /* ECLaunchD.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A90A14A3A56000729830 /* ECLaunchD.m */; };
2299A91114A3A56000729830 /* ECMachPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A90C14A3A56000729830 /* ECMachPorts.m */; };
2299A91214A3A56000729830 /* ECMachPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A90C14A3A56000729830 /* ECMachPorts.m */; };
2299A91314A3A56000729830 /* ECUnixPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A90E14A3A56000729830 /* ECUnixPorts.m */; };
2299A91414A3A56000729830 /* ECUnixPorts.m in Sources */ = {isa = PBXBuildFile; fileRef = 2299A90E14A3A56000729830 /* ECUnixPorts.m */; };
4BE4905110445D49006BE471 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE4904D10445D49006BE471 /* main.m */; };
4BE4906410445F2F006BE471 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BE4906310445F2F006BE471 /* Security.framework */; };
4BE49092104463A0006BE471 /* com.elegantchaos.helper.helper in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4BE4905D10445E0A006BE471 /* com.elegantchaos.helper.helper */; };
Expand Down Expand Up @@ -142,12 +142,6 @@
22929E3B149A729000E06226 /* ReadMe.markdown */ = {isa = PBXFileReference; lastKnownFileType = text; path = ReadMe.markdown; sourceTree = "<group>"; wrapsLines = 1; };
2299A6EA14A3537100729830 /* MachLaunchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = MachLaunchd.plist; path = Helper/MachLaunchd.plist; sourceTree = SOURCE_ROOT; };
2299A6EB14A3537100729830 /* SocketsLaunchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = SocketsLaunchd.plist; path = Helper/SocketsLaunchd.plist; sourceTree = SOURCE_ROOT; };
2299A6FB14A39A6C00729830 /* ECLaunchD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECLaunchD.h; sourceTree = "<group>"; };
2299A6FC14A39A6C00729830 /* ECLaunchD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECLaunchD.m; sourceTree = "<group>"; };
2299A6FD14A39A6C00729830 /* ECMachPorts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECMachPorts.h; sourceTree = "<group>"; };
2299A6FE14A39A6C00729830 /* ECMachPorts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECMachPorts.m; sourceTree = "<group>"; };
2299A6FF14A39A6C00729830 /* ECUnixPorts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECUnixPorts.h; sourceTree = "<group>"; };
2299A70014A39A6C00729830 /* ECUnixPorts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECUnixPorts.m; sourceTree = "<group>"; };
2299A70914A39C2300729830 /* ECASLClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECASLClient.h; sourceTree = "<group>"; };
2299A70A14A39C2300729830 /* ECASLClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECASLClient.m; sourceTree = "<group>"; };
2299A70B14A39C2300729830 /* ECAssertion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECAssertion.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -238,6 +232,12 @@
2299A8B014A39D8D00729830 /* NSWindow+ECCore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSWindow+ECCore.m"; sourceTree = "<group>"; };
2299A8B114A39D8D00729830 /* NSWorkspace+ECCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSWorkspace+ECCore.h"; sourceTree = "<group>"; };
2299A8B214A39D8D00729830 /* NSWorkspace+ECCore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSWorkspace+ECCore.m"; sourceTree = "<group>"; };
2299A90914A3A56000729830 /* ECLaunchD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECLaunchD.h; sourceTree = "<group>"; };
2299A90A14A3A56000729830 /* ECLaunchD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECLaunchD.m; sourceTree = "<group>"; };
2299A90B14A3A56000729830 /* ECMachPorts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECMachPorts.h; sourceTree = "<group>"; };
2299A90C14A3A56000729830 /* ECMachPorts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECMachPorts.m; sourceTree = "<group>"; };
2299A90D14A3A56000729830 /* ECUnixPorts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECUnixPorts.h; sourceTree = "<group>"; };
2299A90E14A3A56000729830 /* ECUnixPorts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECUnixPorts.m; sourceTree = "<group>"; };
4BE4904C10445D49006BE471 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4BE4904D10445D49006BE471 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4BE4905310445DDD006BE471 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Helper/Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -285,26 +285,12 @@
isa = PBXGroup;
children = (
2299A75914A39C4200729830 /* ECCore */,
2299A6FA14A39A6C00729830 /* ECNetwork */,
2299A90714A3A56000729830 /* ECNetwork */,
2299A70714A39C2300729830 /* ECLogging */,
);
name = ECFoundation;
sourceTree = "<group>";
};
2299A6FA14A39A6C00729830 /* ECNetwork */ = {
isa = PBXGroup;
children = (
2299A6FB14A39A6C00729830 /* ECLaunchD.h */,
2299A6FC14A39A6C00729830 /* ECLaunchD.m */,
2299A6FD14A39A6C00729830 /* ECMachPorts.h */,
2299A6FE14A39A6C00729830 /* ECMachPorts.m */,
2299A6FF14A39A6C00729830 /* ECUnixPorts.h */,
2299A70014A39A6C00729830 /* ECUnixPorts.m */,
);
name = ECNetwork;
path = ECFoundation/Modules/ECNetwork;
sourceTree = "<group>";
};
2299A70714A39C2300729830 /* ECLogging */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -459,6 +445,28 @@
path = Prefix;
sourceTree = "<group>";
};
2299A90714A3A56000729830 /* ECNetwork */ = {
isa = PBXGroup;
children = (
2299A90814A3A56000729830 /* Mac */,
);
name = ECNetwork;
path = ECFoundation/Modules/ECNetwork;
sourceTree = "<group>";
};
2299A90814A3A56000729830 /* Mac */ = {
isa = PBXGroup;
children = (
2299A90914A3A56000729830 /* ECLaunchD.h */,
2299A90A14A3A56000729830 /* ECLaunchD.m */,
2299A90B14A3A56000729830 /* ECMachPorts.h */,
2299A90C14A3A56000729830 /* ECMachPorts.m */,
2299A90D14A3A56000729830 /* ECUnixPorts.h */,
2299A90E14A3A56000729830 /* ECUnixPorts.m */,
);
path = Mac;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA /* SMJobBless */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -645,9 +653,6 @@
files = (
22664216149A9C39003B7019 /* Helper.m in Sources */,
227E2676149B491200E04B27 /* main.m in Sources */,
2299A70214A39A6C00729830 /* ECLaunchD.m in Sources */,
2299A70414A39A6C00729830 /* ECMachPorts.m in Sources */,
2299A70614A39A6C00729830 /* ECUnixPorts.m in Sources */,
2299A73414A39C2300729830 /* ECASLClient.m in Sources */,
2299A73614A39C2300729830 /* ECAssertion.m in Sources */,
2299A73A14A39C2300729830 /* ECLogChannel.m in Sources */,
Expand Down Expand Up @@ -676,6 +681,9 @@
2299A81F14A39C4300729830 /* NSString+ECCore.m in Sources */,
2299A82114A39C4300729830 /* NSURL+ECCore.m in Sources */,
2299A8D914A39ED300729830 /* ECErrorReporter.m in Sources */,
2299A91014A3A56000729830 /* ECLaunchD.m in Sources */,
2299A91214A3A56000729830 /* ECMachPorts.m in Sources */,
2299A91414A3A56000729830 /* ECUnixPorts.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -686,9 +694,6 @@
4BE4905110445D49006BE471 /* main.m in Sources */,
BF04235611C0531400431286 /* HostAppController.m in Sources */,
22664215149A9C39003B7019 /* Helper.m in Sources */,
2299A70114A39A6C00729830 /* ECLaunchD.m in Sources */,
2299A70314A39A6C00729830 /* ECMachPorts.m in Sources */,
2299A70514A39A6C00729830 /* ECUnixPorts.m in Sources */,
2299A73314A39C2300729830 /* ECASLClient.m in Sources */,
2299A73514A39C2300729830 /* ECAssertion.m in Sources */,
2299A73714A39C2300729830 /* ECErrorReporter.m in Sources */,
Expand Down Expand Up @@ -730,6 +735,9 @@
2299A8CA14A39D8D00729830 /* NSUserDefaults+ECCore.m in Sources */,
2299A8CB14A39D8D00729830 /* NSWindow+ECCore.m in Sources */,
2299A8CC14A39D8D00729830 /* NSWorkspace+ECCore.m in Sources */,
2299A90F14A3A56000729830 /* ECLaunchD.m in Sources */,
2299A91114A3A56000729830 /* ECMachPorts.m in Sources */,
2299A91314A3A56000729830 /* ECUnixPorts.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 830e89d

Please sign in to comment.