123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXAggregateTarget section */
- 271EE68F174D58A3004228BF /* All */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 271EE690174D58A3004228BF /* Build configuration list for PBXAggregateTarget "All" */;
- buildPhases = (
- );
- dependencies = (
- 271EE694174D58B4004228BF /* PBXTargetDependency */,
- 271EE696174D58B4004228BF /* PBXTargetDependency */,
- 271EE698174D58B4004228BF /* PBXTargetDependency */,
- 271EE69A174D58B4004228BF /* PBXTargetDependency */,
- 271EE69C174D58B4004228BF /* PBXTargetDependency */,
- );
- name = All;
- productName = All;
- };
- 273DBC1C0F8898590070AF82 /* Documentation */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 273DBC1F0F88987B0070AF82 /* Build configuration list for PBXAggregateTarget "Documentation" */;
- buildPhases = (
- 273DBC1B0F8898590070AF82 /* CopyFiles */,
- );
- dependencies = (
- );
- name = Documentation;
- productName = Documentation;
- };
- 273DBC210F8898860070AF82 /* Man Pages */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 273DBC240F8898A40070AF82 /* Build configuration list for PBXAggregateTarget "Man Pages" */;
- buildPhases = (
- 273DBC200F8898860070AF82 /* ShellScript */,
- );
- dependencies = (
- );
- name = "Man Pages";
- productName = "Man Pages";
- };
- 273DBC4D0F88A3BD0070AF82 /* launchd */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 273DBC510F88A3D70070AF82 /* Build configuration list for PBXAggregateTarget "launchd" */;
- buildPhases = (
- 273DBC4C0F88A3BD0070AF82 /* ShellScript */,
- );
- dependencies = (
- );
- name = launchd;
- productName = launchd;
- };
- /* End PBXAggregateTarget section */
- /* Begin PBXBuildFile section */
- 272FD6120F904AEB00C4DC65 /* Array.C in Sources */ = {isa = PBXBuildFile; fileRef = 272FD60E0F904AEB00C4DC65 /* Array.C */; };
- 272FD6130F904AEB00C4DC65 /* Socket.C in Sources */ = {isa = PBXBuildFile; fileRef = 272FD6100F904AEB00C4DC65 /* Socket.C */; };
- 272FD6190F904B0F00C4DC65 /* design.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6150F904B0F00C4DC65 /* design.txt */; };
- 272FD61A0F904B0F00C4DC65 /* rfc4642.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6160F904B0F00C4DC65 /* rfc4642.txt */; };
- 272FD61B0F904B0F00C4DC65 /* rfc4643.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6170F904B0F00C4DC65 /* rfc4643.txt */; };
- 272FD61C0F904B0F00C4DC65 /* rfc4644.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6180F904B0F00C4DC65 /* rfc4644.txt */; };
- 272FD67C0F99A8CE00C4DC65 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 272FD67A0F99A8CE00C4DC65 /* Cocoa.framework */; };
- 272FD67D0F99A8CE00C4DC65 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 272FD67B0F99A8CE00C4DC65 /* PreferencePanes.framework */; };
- 272FD69E0F99A9F100C4DC65 /* Pref.m in Sources */ = {isa = PBXBuildFile; fileRef = 272FD69D0F99A9F100C4DC65 /* Pref.m */; };
- 272FD6A20F99AA0600C4DC65 /* newsd.icns in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6A00F99AA0600C4DC65 /* newsd.icns */; };
- 272FD6A70F99AA1900C4DC65 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6A30F99AA1900C4DC65 /* InfoPlist.strings */; };
- 272FD6A80F99AA1900C4DC65 /* Pref.xib in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6A50F99AA1900C4DC65 /* Pref.xib */; };
- 272FD6B70F99AE8700C4DC65 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6B50F99AE8700C4DC65 /* Localizable.strings */; };
- 273DBC260F8898DA0070AF82 /* CHANGES in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273DBC160F88983E0070AF82 /* CHANGES */; };
- 273DBC270F8898DA0070AF82 /* LICENSE in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273DBC170F88983E0070AF82 /* LICENSE */; };
- 273DBC280F8898DA0070AF82 /* README in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273DBC180F88983E0070AF82 /* README */; };
- 273DBC290F8898DA0070AF82 /* rfc1036.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 276D78380F887174000E5A60 /* rfc1036.txt */; };
- 273DBC2A0F8898DA0070AF82 /* rfc2980.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 276D78390F887174000E5A60 /* rfc2980.txt */; };
- 273DBC2B0F8898DA0070AF82 /* rfc3977.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 276D783A0F887174000E5A60 /* rfc3977.txt */; };
- 276D782F0F8870E5000E5A60 /* Article.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D78250F8870E5000E5A60 /* Article.C */; };
- 276D78300F8870E5000E5A60 /* Configuration.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D78270F8870E5000E5A60 /* Configuration.C */; };
- 276D78310F8870E5000E5A60 /* Group.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D782A0F8870E5000E5A60 /* Group.C */; };
- 276D78320F8870E5000E5A60 /* newsd.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D782C0F8870E5000E5A60 /* newsd.C */; };
- 276D78330F8870E5000E5A60 /* Server.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D782D0F8870E5000E5A60 /* Server.C */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 271EE693174D58B4004228BF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 8DD76F620486A84900D96B5E;
- remoteInfo = newsd;
- };
- 271EE695174D58B4004228BF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 273DBC1C0F8898590070AF82;
- remoteInfo = Documentation;
- };
- 271EE697174D58B4004228BF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 273DBC210F8898860070AF82;
- remoteInfo = "Man Pages";
- };
- 271EE699174D58B4004228BF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 273DBC4D0F88A3BD0070AF82;
- remoteInfo = launchd;
- };
- 271EE69B174D58B4004228BF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 272FD6700F99A72900C4DC65;
- remoteInfo = Newsd;
- };
- 273DBC370F88A2980070AF82 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 273DBC1C0F8898590070AF82;
- remoteInfo = Documentation;
- };
- 273DBC390F88A2980070AF82 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 273DBC210F8898860070AF82;
- remoteInfo = "Man Pages";
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- 273DBC1B0F8898590070AF82 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = /tmp/;
- dstSubfolderSpec = 0;
- files = (
- 273DBC260F8898DA0070AF82 /* CHANGES in CopyFiles */,
- 273DBC270F8898DA0070AF82 /* LICENSE in CopyFiles */,
- 273DBC280F8898DA0070AF82 /* README in CopyFiles */,
- 273DBC290F8898DA0070AF82 /* rfc1036.txt in CopyFiles */,
- 273DBC2A0F8898DA0070AF82 /* rfc2980.txt in CopyFiles */,
- 273DBC2B0F8898DA0070AF82 /* rfc3977.txt in CopyFiles */,
- 272FD6190F904B0F00C4DC65 /* design.txt in CopyFiles */,
- 272FD61A0F904B0F00C4DC65 /* rfc4642.txt in CopyFiles */,
- 272FD61B0F904B0F00C4DC65 /* rfc4643.txt in CopyFiles */,
- 272FD61C0F904B0F00C4DC65 /* rfc4644.txt in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 8DD76F690486A84900D96B5E /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 8;
- dstPath = /usr/share/man/man1/;
- dstSubfolderSpec = 0;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 1;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 272FD60E0F904AEB00C4DC65 /* Array.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Array.C; path = ../Array.C; sourceTree = SOURCE_ROOT; };
- 272FD60F0F904AEB00C4DC65 /* Array.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Array.H; path = ../Array.H; sourceTree = SOURCE_ROOT; };
- 272FD6100F904AEB00C4DC65 /* Socket.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Socket.C; path = ../Socket.C; sourceTree = SOURCE_ROOT; };
- 272FD6110F904AEB00C4DC65 /* Socket.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Socket.H; path = ../Socket.H; sourceTree = SOURCE_ROOT; };
- 272FD6150F904B0F00C4DC65 /* design.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = design.txt; path = ../doc/design.txt; sourceTree = SOURCE_ROOT; };
- 272FD6160F904B0F00C4DC65 /* rfc4642.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc4642.txt; path = ../doc/rfc4642.txt; sourceTree = SOURCE_ROOT; };
- 272FD6170F904B0F00C4DC65 /* rfc4643.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc4643.txt; path = ../doc/rfc4643.txt; sourceTree = SOURCE_ROOT; };
- 272FD6180F904B0F00C4DC65 /* rfc4644.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc4644.txt; path = ../doc/rfc4644.txt; sourceTree = SOURCE_ROOT; };
- 272FD6710F99A72900C4DC65 /* Newsd.prefPane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Newsd.prefPane; sourceTree = BUILT_PRODUCTS_DIR; };
- 272FD67A0F99A8CE00C4DC65 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
- 272FD67B0F99A8CE00C4DC65 /* PreferencePanes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PreferencePanes.framework; path = /System/Library/Frameworks/PreferencePanes.framework; sourceTree = "<absolute>"; };
- 272FD69C0F99A9F100C4DC65 /* Pref.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pref.h; sourceTree = "<group>"; };
- 272FD69D0F99A9F100C4DC65 /* Pref.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Pref.m; sourceTree = "<group>"; };
- 272FD69F0F99AA0600C4DC65 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
- 272FD6A00F99AA0600C4DC65 /* newsd.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = newsd.icns; path = Resources/newsd.icns; sourceTree = "<group>"; };
- 272FD6A40F99AA1900C4DC65 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Resources/English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- 272FD6A60F99AA1900C4DC65 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Resources/English.lproj/Pref.xib; sourceTree = "<group>"; };
- 272FD6B60F99AE8700C4DC65 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Resources/English.lproj/Localizable.strings; sourceTree = "<group>"; };
- 273DBC160F88983E0070AF82 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CHANGES; path = ../CHANGES; sourceTree = SOURCE_ROOT; };
- 273DBC170F88983E0070AF82 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = SOURCE_ROOT; };
- 273DBC180F88983E0070AF82 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../README; sourceTree = SOURCE_ROOT; };
- 273DBC500F88A3D70070AF82 /* newsd.plist.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = newsd.plist.in; path = ../newsd.plist.in; sourceTree = SOURCE_ROOT; };
- 276D78250F8870E5000E5A60 /* Article.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Article.C; path = ../Article.C; sourceTree = SOURCE_ROOT; };
- 276D78260F8870E5000E5A60 /* Article.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Article.H; path = ../Article.H; sourceTree = SOURCE_ROOT; };
- 276D78270F8870E5000E5A60 /* Configuration.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Configuration.C; path = ../Configuration.C; sourceTree = SOURCE_ROOT; };
- 276D78280F8870E5000E5A60 /* Configuration.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Configuration.H; path = ../Configuration.H; sourceTree = SOURCE_ROOT; };
- 276D78290F8870E5000E5A60 /* everything.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = everything.H; path = ../everything.H; sourceTree = SOURCE_ROOT; };
- 276D782A0F8870E5000E5A60 /* Group.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Group.C; path = ../Group.C; sourceTree = SOURCE_ROOT; };
- 276D782B0F8870E5000E5A60 /* Group.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Group.H; path = ../Group.H; sourceTree = SOURCE_ROOT; };
- 276D782C0F8870E5000E5A60 /* newsd.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = newsd.C; path = ../newsd.C; sourceTree = SOURCE_ROOT; };
- 276D782D0F8870E5000E5A60 /* Server.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Server.C; path = ../Server.C; sourceTree = SOURCE_ROOT; };
- 276D782E0F8870E5000E5A60 /* Server.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Server.H; path = ../Server.H; sourceTree = SOURCE_ROOT; };
- 276D78340F8870F5000E5A60 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
- 276D78360F887154000E5A60 /* newsd.conf.pod.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = newsd.conf.pod.in; path = ../newsd.conf.pod.in; sourceTree = SOURCE_ROOT; };
- 276D78370F887154000E5A60 /* newsd.pod.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = newsd.pod.in; path = ../newsd.pod.in; sourceTree = SOURCE_ROOT; };
- 276D78380F887174000E5A60 /* rfc1036.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc1036.txt; path = ../doc/rfc1036.txt; sourceTree = SOURCE_ROOT; };
- 276D78390F887174000E5A60 /* rfc2980.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc2980.txt; path = ../doc/rfc2980.txt; sourceTree = SOURCE_ROOT; };
- 276D783A0F887174000E5A60 /* rfc3977.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc3977.txt; path = ../doc/rfc3977.txt; sourceTree = SOURCE_ROOT; };
- 8DD76F6C0486A84900D96B5E /* newsd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = newsd; sourceTree = BUILT_PRODUCTS_DIR; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 272FD66F0F99A72900C4DC65 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 272FD67C0F99A8CE00C4DC65 /* Cocoa.framework in Frameworks */,
- 272FD67D0F99A8CE00C4DC65 /* PreferencePanes.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 8DD76F660486A84900D96B5E /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 08FB7794FE84155DC02AAC07 /* newsd */ = {
- isa = PBXGroup;
- children = (
- 272FD6540F99A1C900C4DC65 /* PrefPane */,
- 08FB7795FE84155DC02AAC07 /* Server */,
- C6859E8C029090F304C91782 /* Documentation */,
- 272FD6790F99A89B00C4DC65 /* Frameworks */,
- 1AB674ADFE9D54B511CA2CBB /* Products */,
- );
- name = newsd;
- sourceTree = "<group>";
- };
- 08FB7795FE84155DC02AAC07 /* Server */ = {
- isa = PBXGroup;
- children = (
- 272FD60E0F904AEB00C4DC65 /* Array.C */,
- 272FD60F0F904AEB00C4DC65 /* Array.H */,
- 276D78250F8870E5000E5A60 /* Article.C */,
- 276D78260F8870E5000E5A60 /* Article.H */,
- 276D78340F8870F5000E5A60 /* config.h */,
- 276D78270F8870E5000E5A60 /* Configuration.C */,
- 276D78280F8870E5000E5A60 /* Configuration.H */,
- 276D78290F8870E5000E5A60 /* everything.H */,
- 276D782A0F8870E5000E5A60 /* Group.C */,
- 276D782B0F8870E5000E5A60 /* Group.H */,
- 276D782C0F8870E5000E5A60 /* newsd.C */,
- 276D78360F887154000E5A60 /* newsd.conf.pod.in */,
- 273DBC500F88A3D70070AF82 /* newsd.plist.in */,
- 276D78370F887154000E5A60 /* newsd.pod.in */,
- 276D782D0F8870E5000E5A60 /* Server.C */,
- 276D782E0F8870E5000E5A60 /* Server.H */,
- 272FD6100F904AEB00C4DC65 /* Socket.C */,
- 272FD6110F904AEB00C4DC65 /* Socket.H */,
- );
- indentWidth = 2;
- name = Server;
- sourceTree = "<group>";
- tabWidth = 8;
- };
- 1AB674ADFE9D54B511CA2CBB /* Products */ = {
- isa = PBXGroup;
- children = (
- 8DD76F6C0486A84900D96B5E /* newsd */,
- 272FD6710F99A72900C4DC65 /* Newsd.prefPane */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 272FD6540F99A1C900C4DC65 /* PrefPane */ = {
- isa = PBXGroup;
- children = (
- 272FD69F0F99AA0600C4DC65 /* Info.plist */,
- 272FD6A30F99AA1900C4DC65 /* InfoPlist.strings */,
- 272FD6B50F99AE8700C4DC65 /* Localizable.strings */,
- 272FD6A00F99AA0600C4DC65 /* newsd.icns */,
- 272FD69C0F99A9F100C4DC65 /* Pref.h */,
- 272FD69D0F99A9F100C4DC65 /* Pref.m */,
- 272FD6A50F99AA1900C4DC65 /* Pref.xib */,
- );
- name = PrefPane;
- sourceTree = "<group>";
- };
- 272FD6790F99A89B00C4DC65 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 272FD67A0F99A8CE00C4DC65 /* Cocoa.framework */,
- 272FD67B0F99A8CE00C4DC65 /* PreferencePanes.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- C6859E8C029090F304C91782 /* Documentation */ = {
- isa = PBXGroup;
- children = (
- 272FD6150F904B0F00C4DC65 /* design.txt */,
- 272FD6160F904B0F00C4DC65 /* rfc4642.txt */,
- 272FD6170F904B0F00C4DC65 /* rfc4643.txt */,
- 272FD6180F904B0F00C4DC65 /* rfc4644.txt */,
- 273DBC160F88983E0070AF82 /* CHANGES */,
- 273DBC170F88983E0070AF82 /* LICENSE */,
- 273DBC180F88983E0070AF82 /* README */,
- 276D78380F887174000E5A60 /* rfc1036.txt */,
- 276D78390F887174000E5A60 /* rfc2980.txt */,
- 276D783A0F887174000E5A60 /* rfc3977.txt */,
- );
- name = Documentation;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 272FD6700F99A72900C4DC65 /* Newsd */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 272FD6750F99A72B00C4DC65 /* Build configuration list for PBXNativeTarget "Newsd" */;
- buildPhases = (
- 272FD66D0F99A72900C4DC65 /* Resources */,
- 272FD66E0F99A72900C4DC65 /* Sources */,
- 272FD66F0F99A72900C4DC65 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = Newsd;
- productInstallPath = "$(HOME)/Library/PreferencePanes";
- productName = Newsd;
- productReference = 272FD6710F99A72900C4DC65 /* Newsd.prefPane */;
- productType = "com.apple.product-type.bundle";
- };
- 8DD76F620486A84900D96B5E /* newsd */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "newsd" */;
- buildPhases = (
- 8DD76F640486A84900D96B5E /* Sources */,
- 8DD76F660486A84900D96B5E /* Frameworks */,
- 8DD76F690486A84900D96B5E /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- 273DBC380F88A2980070AF82 /* PBXTargetDependency */,
- 273DBC3A0F88A2980070AF82 /* PBXTargetDependency */,
- );
- name = newsd;
- productInstallPath = "$(HOME)/bin";
- productName = newsd;
- productReference = 8DD76F6C0486A84900D96B5E /* newsd */;
- productType = "com.apple.product-type.tool";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 08FB7793FE84155DC02AAC07 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "newsd" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 1;
- knownRegions = (
- en,
- );
- mainGroup = 08FB7794FE84155DC02AAC07 /* newsd */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 271EE68F174D58A3004228BF /* All */,
- 8DD76F620486A84900D96B5E /* newsd */,
- 273DBC1C0F8898590070AF82 /* Documentation */,
- 273DBC210F8898860070AF82 /* Man Pages */,
- 273DBC4D0F88A3BD0070AF82 /* launchd */,
- 272FD6700F99A72900C4DC65 /* Newsd */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 272FD66D0F99A72900C4DC65 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 272FD6A20F99AA0600C4DC65 /* newsd.icns in Resources */,
- 272FD6A70F99AA1900C4DC65 /* InfoPlist.strings in Resources */,
- 272FD6A80F99AA1900C4DC65 /* Pref.xib in Resources */,
- 272FD6B70F99AE8700C4DC65 /* Localizable.strings in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- 273DBC200F8898860070AF82 /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(SRCROOT)/../newsd.conf.pod.in",
- "$(SRCROOT)/../newsd.pod.in",
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "# convert infile outfile\nfunction convert {\n dstfile=\"$DSTROOT/usr/share/man/$2\"\n dstdir=\"`dirname $dstfile`\"\n mkdir -p \"$dstdir\"\n sed -e '1,$s/@sendmail@/\\/usr\\/sbin\\/sendmail/' \\\n -e '1,$s/@spooldir@/\\/private\\/var\\/spool\\/newsd/' \\\n \"$SRCROOT/../$1\" | \\\n pod2man --center \"newsd Documentation\" | \\\n gzip -9 >\"$dstfile\"\n}\n\nconvert newsd.conf.pod.in man5/newsd.conf.5.gz\nconvert newsd.pod.in man8/newsd.8.gz\n\n";
- };
- 273DBC4C0F88A3BD0070AF82 /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(SRCROOT)/../newsd.plist.in",
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "mkdir -p \"$DSTROOT/Library/LaunchDaemons\"\nsed -e '1,$s/@sbindir@/\\/usr\\/sbin/' \"$SRCROOT/../newsd.plist.in\" >\"$DSTROOT/Library/LaunchDaemons/org.msweet.newsd.plist\"\n";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 272FD66E0F99A72900C4DC65 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 272FD69E0F99A9F100C4DC65 /* Pref.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 8DD76F640486A84900D96B5E /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 276D782F0F8870E5000E5A60 /* Article.C in Sources */,
- 276D78300F8870E5000E5A60 /* Configuration.C in Sources */,
- 276D78310F8870E5000E5A60 /* Group.C in Sources */,
- 276D78320F8870E5000E5A60 /* newsd.C in Sources */,
- 276D78330F8870E5000E5A60 /* Server.C in Sources */,
- 272FD6120F904AEB00C4DC65 /* Array.C in Sources */,
- 272FD6130F904AEB00C4DC65 /* Socket.C in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 271EE694174D58B4004228BF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 8DD76F620486A84900D96B5E /* newsd */;
- targetProxy = 271EE693174D58B4004228BF /* PBXContainerItemProxy */;
- };
- 271EE696174D58B4004228BF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 273DBC1C0F8898590070AF82 /* Documentation */;
- targetProxy = 271EE695174D58B4004228BF /* PBXContainerItemProxy */;
- };
- 271EE698174D58B4004228BF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 273DBC210F8898860070AF82 /* Man Pages */;
- targetProxy = 271EE697174D58B4004228BF /* PBXContainerItemProxy */;
- };
- 271EE69A174D58B4004228BF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 273DBC4D0F88A3BD0070AF82 /* launchd */;
- targetProxy = 271EE699174D58B4004228BF /* PBXContainerItemProxy */;
- };
- 271EE69C174D58B4004228BF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 272FD6700F99A72900C4DC65 /* Newsd */;
- targetProxy = 271EE69B174D58B4004228BF /* PBXContainerItemProxy */;
- };
- 273DBC380F88A2980070AF82 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 273DBC1C0F8898590070AF82 /* Documentation */;
- targetProxy = 273DBC370F88A2980070AF82 /* PBXContainerItemProxy */;
- };
- 273DBC3A0F88A2980070AF82 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 273DBC210F8898860070AF82 /* Man Pages */;
- targetProxy = 273DBC390F88A2980070AF82 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- 272FD6A30F99AA1900C4DC65 /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- 272FD6A40F99AA1900C4DC65 /* English */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- 272FD6A50F99AA1900C4DC65 /* Pref.xib */ = {
- isa = PBXVariantGroup;
- children = (
- 272FD6A60F99AA1900C4DC65 /* English */,
- );
- name = Pref.xib;
- sourceTree = "<group>";
- };
- 272FD6B50F99AE8700C4DC65 /* Localizable.strings */ = {
- isa = PBXVariantGroup;
- children = (
- 272FD6B60F99AE8700C4DC65 /* English */,
- );
- name = Localizable.strings;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 1DEB923208733DC60010E9CD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- INSTALL_GROUP = wheel;
- INSTALL_OWNER = root;
- INSTALL_PATH = /usr/sbin;
- PRODUCT_NAME = newsd;
- };
- name = Debug;
- };
- 1DEB923308733DC60010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALTERNATE_GROUP = wheel;
- INSTALL_GROUP = wheel;
- INSTALL_OWNER = root;
- INSTALL_PATH = /usr/sbin;
- PRODUCT_NAME = newsd;
- };
- name = Release;
- };
- 1DEB923608733DC60010E9CD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
- CURRENT_PROJECT_VERSION = 1.50;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_C_LANGUAGE_STANDARD = c99;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- 1DEB923708733DC60010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
- CURRENT_PROJECT_VERSION = 1.50;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_C_LANGUAGE_STANDARD = c99;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- SDKROOT = macosx;
- };
- name = Release;
- };
- 271EE691174D58A3004228BF /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- 271EE692174D58A3004228BF /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- 272FD6730F99A72B00C4DC65 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- INFOPLIST_FILE = Resources/Info.plist;
- INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
- PRODUCT_NAME = Newsd;
- WRAPPER_EXTENSION = prefPane;
- };
- name = Debug;
- };
- 272FD6740F99A72B00C4DC65 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- INFOPLIST_FILE = Resources/Info.plist;
- INSTALL_PATH = /Library/PreferencePanes;
- PRODUCT_NAME = Newsd;
- WRAPPER_EXTENSION = prefPane;
- };
- name = Release;
- };
- 273DBC1D0F8898590070AF82 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- PRODUCT_NAME = Documentation;
- };
- name = Debug;
- };
- 273DBC1E0F8898590070AF82 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- PRODUCT_NAME = Documentation;
- ZERO_LINK = NO;
- };
- name = Release;
- };
- 273DBC220F8898860070AF82 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- PRODUCT_NAME = "Man Pages";
- };
- name = Debug;
- };
- 273DBC230F8898860070AF82 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- PRODUCT_NAME = "Man Pages";
- ZERO_LINK = NO;
- };
- name = Release;
- };
- 273DBC4E0F88A3BD0070AF82 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- PRODUCT_NAME = launchd;
- };
- name = Debug;
- };
- 273DBC4F0F88A3BD0070AF82 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- PRODUCT_NAME = launchd;
- ZERO_LINK = NO;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "newsd" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB923208733DC60010E9CD /* Debug */,
- 1DEB923308733DC60010E9CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "newsd" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB923608733DC60010E9CD /* Debug */,
- 1DEB923708733DC60010E9CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 271EE690174D58A3004228BF /* Build configuration list for PBXAggregateTarget "All" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 271EE691174D58A3004228BF /* Debug */,
- 271EE692174D58A3004228BF /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- };
- 272FD6750F99A72B00C4DC65 /* Build configuration list for PBXNativeTarget "Newsd" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 272FD6730F99A72B00C4DC65 /* Debug */,
- 272FD6740F99A72B00C4DC65 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 273DBC1F0F88987B0070AF82 /* Build configuration list for PBXAggregateTarget "Documentation" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 273DBC1D0F8898590070AF82 /* Debug */,
- 273DBC1E0F8898590070AF82 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 273DBC240F8898A40070AF82 /* Build configuration list for PBXAggregateTarget "Man Pages" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 273DBC220F8898860070AF82 /* Debug */,
- 273DBC230F8898860070AF82 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 273DBC510F88A3D70070AF82 /* Build configuration list for PBXAggregateTarget "launchd" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 273DBC4E0F88A3BD0070AF82 /* Debug */,
- 273DBC4F0F88A3BD0070AF82 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
- }
|