project.pbxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXAggregateTarget section */
  9. 271EE68F174D58A3004228BF /* All */ = {
  10. isa = PBXAggregateTarget;
  11. buildConfigurationList = 271EE690174D58A3004228BF /* Build configuration list for PBXAggregateTarget "All" */;
  12. buildPhases = (
  13. );
  14. dependencies = (
  15. 271EE694174D58B4004228BF /* PBXTargetDependency */,
  16. 271EE696174D58B4004228BF /* PBXTargetDependency */,
  17. 271EE698174D58B4004228BF /* PBXTargetDependency */,
  18. 271EE69A174D58B4004228BF /* PBXTargetDependency */,
  19. 271EE69C174D58B4004228BF /* PBXTargetDependency */,
  20. );
  21. name = All;
  22. productName = All;
  23. };
  24. 273DBC1C0F8898590070AF82 /* Documentation */ = {
  25. isa = PBXAggregateTarget;
  26. buildConfigurationList = 273DBC1F0F88987B0070AF82 /* Build configuration list for PBXAggregateTarget "Documentation" */;
  27. buildPhases = (
  28. 273DBC1B0F8898590070AF82 /* CopyFiles */,
  29. );
  30. dependencies = (
  31. );
  32. name = Documentation;
  33. productName = Documentation;
  34. };
  35. 273DBC210F8898860070AF82 /* Man Pages */ = {
  36. isa = PBXAggregateTarget;
  37. buildConfigurationList = 273DBC240F8898A40070AF82 /* Build configuration list for PBXAggregateTarget "Man Pages" */;
  38. buildPhases = (
  39. 273DBC200F8898860070AF82 /* ShellScript */,
  40. );
  41. dependencies = (
  42. );
  43. name = "Man Pages";
  44. productName = "Man Pages";
  45. };
  46. 273DBC4D0F88A3BD0070AF82 /* launchd */ = {
  47. isa = PBXAggregateTarget;
  48. buildConfigurationList = 273DBC510F88A3D70070AF82 /* Build configuration list for PBXAggregateTarget "launchd" */;
  49. buildPhases = (
  50. 273DBC4C0F88A3BD0070AF82 /* ShellScript */,
  51. );
  52. dependencies = (
  53. );
  54. name = launchd;
  55. productName = launchd;
  56. };
  57. /* End PBXAggregateTarget section */
  58. /* Begin PBXBuildFile section */
  59. 272FD6120F904AEB00C4DC65 /* Array.C in Sources */ = {isa = PBXBuildFile; fileRef = 272FD60E0F904AEB00C4DC65 /* Array.C */; };
  60. 272FD6130F904AEB00C4DC65 /* Socket.C in Sources */ = {isa = PBXBuildFile; fileRef = 272FD6100F904AEB00C4DC65 /* Socket.C */; };
  61. 272FD6190F904B0F00C4DC65 /* design.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6150F904B0F00C4DC65 /* design.txt */; };
  62. 272FD61A0F904B0F00C4DC65 /* rfc4642.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6160F904B0F00C4DC65 /* rfc4642.txt */; };
  63. 272FD61B0F904B0F00C4DC65 /* rfc4643.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6170F904B0F00C4DC65 /* rfc4643.txt */; };
  64. 272FD61C0F904B0F00C4DC65 /* rfc4644.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 272FD6180F904B0F00C4DC65 /* rfc4644.txt */; };
  65. 272FD67C0F99A8CE00C4DC65 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 272FD67A0F99A8CE00C4DC65 /* Cocoa.framework */; };
  66. 272FD67D0F99A8CE00C4DC65 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 272FD67B0F99A8CE00C4DC65 /* PreferencePanes.framework */; };
  67. 272FD69E0F99A9F100C4DC65 /* Pref.m in Sources */ = {isa = PBXBuildFile; fileRef = 272FD69D0F99A9F100C4DC65 /* Pref.m */; };
  68. 272FD6A20F99AA0600C4DC65 /* newsd.icns in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6A00F99AA0600C4DC65 /* newsd.icns */; };
  69. 272FD6A70F99AA1900C4DC65 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6A30F99AA1900C4DC65 /* InfoPlist.strings */; };
  70. 272FD6A80F99AA1900C4DC65 /* Pref.xib in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6A50F99AA1900C4DC65 /* Pref.xib */; };
  71. 272FD6B70F99AE8700C4DC65 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 272FD6B50F99AE8700C4DC65 /* Localizable.strings */; };
  72. 273DBC260F8898DA0070AF82 /* CHANGES in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273DBC160F88983E0070AF82 /* CHANGES */; };
  73. 273DBC270F8898DA0070AF82 /* LICENSE in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273DBC170F88983E0070AF82 /* LICENSE */; };
  74. 273DBC280F8898DA0070AF82 /* README in CopyFiles */ = {isa = PBXBuildFile; fileRef = 273DBC180F88983E0070AF82 /* README */; };
  75. 273DBC290F8898DA0070AF82 /* rfc1036.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 276D78380F887174000E5A60 /* rfc1036.txt */; };
  76. 273DBC2A0F8898DA0070AF82 /* rfc2980.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 276D78390F887174000E5A60 /* rfc2980.txt */; };
  77. 273DBC2B0F8898DA0070AF82 /* rfc3977.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 276D783A0F887174000E5A60 /* rfc3977.txt */; };
  78. 276D782F0F8870E5000E5A60 /* Article.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D78250F8870E5000E5A60 /* Article.C */; };
  79. 276D78300F8870E5000E5A60 /* Configuration.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D78270F8870E5000E5A60 /* Configuration.C */; };
  80. 276D78310F8870E5000E5A60 /* Group.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D782A0F8870E5000E5A60 /* Group.C */; };
  81. 276D78320F8870E5000E5A60 /* newsd.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D782C0F8870E5000E5A60 /* newsd.C */; };
  82. 276D78330F8870E5000E5A60 /* Server.C in Sources */ = {isa = PBXBuildFile; fileRef = 276D782D0F8870E5000E5A60 /* Server.C */; };
  83. /* End PBXBuildFile section */
  84. /* Begin PBXContainerItemProxy section */
  85. 271EE693174D58B4004228BF /* PBXContainerItemProxy */ = {
  86. isa = PBXContainerItemProxy;
  87. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  88. proxyType = 1;
  89. remoteGlobalIDString = 8DD76F620486A84900D96B5E;
  90. remoteInfo = newsd;
  91. };
  92. 271EE695174D58B4004228BF /* PBXContainerItemProxy */ = {
  93. isa = PBXContainerItemProxy;
  94. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  95. proxyType = 1;
  96. remoteGlobalIDString = 273DBC1C0F8898590070AF82;
  97. remoteInfo = Documentation;
  98. };
  99. 271EE697174D58B4004228BF /* PBXContainerItemProxy */ = {
  100. isa = PBXContainerItemProxy;
  101. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  102. proxyType = 1;
  103. remoteGlobalIDString = 273DBC210F8898860070AF82;
  104. remoteInfo = "Man Pages";
  105. };
  106. 271EE699174D58B4004228BF /* PBXContainerItemProxy */ = {
  107. isa = PBXContainerItemProxy;
  108. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  109. proxyType = 1;
  110. remoteGlobalIDString = 273DBC4D0F88A3BD0070AF82;
  111. remoteInfo = launchd;
  112. };
  113. 271EE69B174D58B4004228BF /* PBXContainerItemProxy */ = {
  114. isa = PBXContainerItemProxy;
  115. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  116. proxyType = 1;
  117. remoteGlobalIDString = 272FD6700F99A72900C4DC65;
  118. remoteInfo = Newsd;
  119. };
  120. 273DBC370F88A2980070AF82 /* PBXContainerItemProxy */ = {
  121. isa = PBXContainerItemProxy;
  122. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  123. proxyType = 1;
  124. remoteGlobalIDString = 273DBC1C0F8898590070AF82;
  125. remoteInfo = Documentation;
  126. };
  127. 273DBC390F88A2980070AF82 /* PBXContainerItemProxy */ = {
  128. isa = PBXContainerItemProxy;
  129. containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
  130. proxyType = 1;
  131. remoteGlobalIDString = 273DBC210F8898860070AF82;
  132. remoteInfo = "Man Pages";
  133. };
  134. /* End PBXContainerItemProxy section */
  135. /* Begin PBXCopyFilesBuildPhase section */
  136. 273DBC1B0F8898590070AF82 /* CopyFiles */ = {
  137. isa = PBXCopyFilesBuildPhase;
  138. buildActionMask = 2147483647;
  139. dstPath = /tmp/;
  140. dstSubfolderSpec = 0;
  141. files = (
  142. 273DBC260F8898DA0070AF82 /* CHANGES in CopyFiles */,
  143. 273DBC270F8898DA0070AF82 /* LICENSE in CopyFiles */,
  144. 273DBC280F8898DA0070AF82 /* README in CopyFiles */,
  145. 273DBC290F8898DA0070AF82 /* rfc1036.txt in CopyFiles */,
  146. 273DBC2A0F8898DA0070AF82 /* rfc2980.txt in CopyFiles */,
  147. 273DBC2B0F8898DA0070AF82 /* rfc3977.txt in CopyFiles */,
  148. 272FD6190F904B0F00C4DC65 /* design.txt in CopyFiles */,
  149. 272FD61A0F904B0F00C4DC65 /* rfc4642.txt in CopyFiles */,
  150. 272FD61B0F904B0F00C4DC65 /* rfc4643.txt in CopyFiles */,
  151. 272FD61C0F904B0F00C4DC65 /* rfc4644.txt in CopyFiles */,
  152. );
  153. runOnlyForDeploymentPostprocessing = 0;
  154. };
  155. 8DD76F690486A84900D96B5E /* CopyFiles */ = {
  156. isa = PBXCopyFilesBuildPhase;
  157. buildActionMask = 8;
  158. dstPath = /usr/share/man/man1/;
  159. dstSubfolderSpec = 0;
  160. files = (
  161. );
  162. runOnlyForDeploymentPostprocessing = 1;
  163. };
  164. /* End PBXCopyFilesBuildPhase section */
  165. /* Begin PBXFileReference section */
  166. 272FD60E0F904AEB00C4DC65 /* Array.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Array.C; path = ../Array.C; sourceTree = SOURCE_ROOT; };
  167. 272FD60F0F904AEB00C4DC65 /* Array.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Array.H; path = ../Array.H; sourceTree = SOURCE_ROOT; };
  168. 272FD6100F904AEB00C4DC65 /* Socket.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Socket.C; path = ../Socket.C; sourceTree = SOURCE_ROOT; };
  169. 272FD6110F904AEB00C4DC65 /* Socket.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Socket.H; path = ../Socket.H; sourceTree = SOURCE_ROOT; };
  170. 272FD6150F904B0F00C4DC65 /* design.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = design.txt; path = ../doc/design.txt; sourceTree = SOURCE_ROOT; };
  171. 272FD6160F904B0F00C4DC65 /* rfc4642.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc4642.txt; path = ../doc/rfc4642.txt; sourceTree = SOURCE_ROOT; };
  172. 272FD6170F904B0F00C4DC65 /* rfc4643.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc4643.txt; path = ../doc/rfc4643.txt; sourceTree = SOURCE_ROOT; };
  173. 272FD6180F904B0F00C4DC65 /* rfc4644.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc4644.txt; path = ../doc/rfc4644.txt; sourceTree = SOURCE_ROOT; };
  174. 272FD6710F99A72900C4DC65 /* Newsd.prefPane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Newsd.prefPane; sourceTree = BUILT_PRODUCTS_DIR; };
  175. 272FD67A0F99A8CE00C4DC65 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  176. 272FD67B0F99A8CE00C4DC65 /* PreferencePanes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PreferencePanes.framework; path = /System/Library/Frameworks/PreferencePanes.framework; sourceTree = "<absolute>"; };
  177. 272FD69C0F99A9F100C4DC65 /* Pref.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pref.h; sourceTree = "<group>"; };
  178. 272FD69D0F99A9F100C4DC65 /* Pref.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Pref.m; sourceTree = "<group>"; };
  179. 272FD69F0F99AA0600C4DC65 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
  180. 272FD6A00F99AA0600C4DC65 /* newsd.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = newsd.icns; path = Resources/newsd.icns; sourceTree = "<group>"; };
  181. 272FD6A40F99AA1900C4DC65 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Resources/English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  182. 272FD6A60F99AA1900C4DC65 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Resources/English.lproj/Pref.xib; sourceTree = "<group>"; };
  183. 272FD6B60F99AE8700C4DC65 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = Resources/English.lproj/Localizable.strings; sourceTree = "<group>"; };
  184. 273DBC160F88983E0070AF82 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CHANGES; path = ../CHANGES; sourceTree = SOURCE_ROOT; };
  185. 273DBC170F88983E0070AF82 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = SOURCE_ROOT; };
  186. 273DBC180F88983E0070AF82 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../README; sourceTree = SOURCE_ROOT; };
  187. 273DBC500F88A3D70070AF82 /* newsd.plist.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = newsd.plist.in; path = ../newsd.plist.in; sourceTree = SOURCE_ROOT; };
  188. 276D78250F8870E5000E5A60 /* Article.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Article.C; path = ../Article.C; sourceTree = SOURCE_ROOT; };
  189. 276D78260F8870E5000E5A60 /* Article.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Article.H; path = ../Article.H; sourceTree = SOURCE_ROOT; };
  190. 276D78270F8870E5000E5A60 /* Configuration.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Configuration.C; path = ../Configuration.C; sourceTree = SOURCE_ROOT; };
  191. 276D78280F8870E5000E5A60 /* Configuration.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Configuration.H; path = ../Configuration.H; sourceTree = SOURCE_ROOT; };
  192. 276D78290F8870E5000E5A60 /* everything.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = everything.H; path = ../everything.H; sourceTree = SOURCE_ROOT; };
  193. 276D782A0F8870E5000E5A60 /* Group.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Group.C; path = ../Group.C; sourceTree = SOURCE_ROOT; };
  194. 276D782B0F8870E5000E5A60 /* Group.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Group.H; path = ../Group.H; sourceTree = SOURCE_ROOT; };
  195. 276D782C0F8870E5000E5A60 /* newsd.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = newsd.C; path = ../newsd.C; sourceTree = SOURCE_ROOT; };
  196. 276D782D0F8870E5000E5A60 /* Server.C */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Server.C; path = ../Server.C; sourceTree = SOURCE_ROOT; };
  197. 276D782E0F8870E5000E5A60 /* Server.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Server.H; path = ../Server.H; sourceTree = SOURCE_ROOT; };
  198. 276D78340F8870F5000E5A60 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  199. 276D78360F887154000E5A60 /* newsd.conf.pod.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = newsd.conf.pod.in; path = ../newsd.conf.pod.in; sourceTree = SOURCE_ROOT; };
  200. 276D78370F887154000E5A60 /* newsd.pod.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = newsd.pod.in; path = ../newsd.pod.in; sourceTree = SOURCE_ROOT; };
  201. 276D78380F887174000E5A60 /* rfc1036.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc1036.txt; path = ../doc/rfc1036.txt; sourceTree = SOURCE_ROOT; };
  202. 276D78390F887174000E5A60 /* rfc2980.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc2980.txt; path = ../doc/rfc2980.txt; sourceTree = SOURCE_ROOT; };
  203. 276D783A0F887174000E5A60 /* rfc3977.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rfc3977.txt; path = ../doc/rfc3977.txt; sourceTree = SOURCE_ROOT; };
  204. 8DD76F6C0486A84900D96B5E /* newsd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = newsd; sourceTree = BUILT_PRODUCTS_DIR; };
  205. /* End PBXFileReference section */
  206. /* Begin PBXFrameworksBuildPhase section */
  207. 272FD66F0F99A72900C4DC65 /* Frameworks */ = {
  208. isa = PBXFrameworksBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. 272FD67C0F99A8CE00C4DC65 /* Cocoa.framework in Frameworks */,
  212. 272FD67D0F99A8CE00C4DC65 /* PreferencePanes.framework in Frameworks */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. 8DD76F660486A84900D96B5E /* Frameworks */ = {
  217. isa = PBXFrameworksBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXFrameworksBuildPhase section */
  224. /* Begin PBXGroup section */
  225. 08FB7794FE84155DC02AAC07 /* newsd */ = {
  226. isa = PBXGroup;
  227. children = (
  228. 272FD6540F99A1C900C4DC65 /* PrefPane */,
  229. 08FB7795FE84155DC02AAC07 /* Server */,
  230. C6859E8C029090F304C91782 /* Documentation */,
  231. 272FD6790F99A89B00C4DC65 /* Frameworks */,
  232. 1AB674ADFE9D54B511CA2CBB /* Products */,
  233. );
  234. name = newsd;
  235. sourceTree = "<group>";
  236. };
  237. 08FB7795FE84155DC02AAC07 /* Server */ = {
  238. isa = PBXGroup;
  239. children = (
  240. 272FD60E0F904AEB00C4DC65 /* Array.C */,
  241. 272FD60F0F904AEB00C4DC65 /* Array.H */,
  242. 276D78250F8870E5000E5A60 /* Article.C */,
  243. 276D78260F8870E5000E5A60 /* Article.H */,
  244. 276D78340F8870F5000E5A60 /* config.h */,
  245. 276D78270F8870E5000E5A60 /* Configuration.C */,
  246. 276D78280F8870E5000E5A60 /* Configuration.H */,
  247. 276D78290F8870E5000E5A60 /* everything.H */,
  248. 276D782A0F8870E5000E5A60 /* Group.C */,
  249. 276D782B0F8870E5000E5A60 /* Group.H */,
  250. 276D782C0F8870E5000E5A60 /* newsd.C */,
  251. 276D78360F887154000E5A60 /* newsd.conf.pod.in */,
  252. 273DBC500F88A3D70070AF82 /* newsd.plist.in */,
  253. 276D78370F887154000E5A60 /* newsd.pod.in */,
  254. 276D782D0F8870E5000E5A60 /* Server.C */,
  255. 276D782E0F8870E5000E5A60 /* Server.H */,
  256. 272FD6100F904AEB00C4DC65 /* Socket.C */,
  257. 272FD6110F904AEB00C4DC65 /* Socket.H */,
  258. );
  259. indentWidth = 2;
  260. name = Server;
  261. sourceTree = "<group>";
  262. tabWidth = 8;
  263. };
  264. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  265. isa = PBXGroup;
  266. children = (
  267. 8DD76F6C0486A84900D96B5E /* newsd */,
  268. 272FD6710F99A72900C4DC65 /* Newsd.prefPane */,
  269. );
  270. name = Products;
  271. sourceTree = "<group>";
  272. };
  273. 272FD6540F99A1C900C4DC65 /* PrefPane */ = {
  274. isa = PBXGroup;
  275. children = (
  276. 272FD69F0F99AA0600C4DC65 /* Info.plist */,
  277. 272FD6A30F99AA1900C4DC65 /* InfoPlist.strings */,
  278. 272FD6B50F99AE8700C4DC65 /* Localizable.strings */,
  279. 272FD6A00F99AA0600C4DC65 /* newsd.icns */,
  280. 272FD69C0F99A9F100C4DC65 /* Pref.h */,
  281. 272FD69D0F99A9F100C4DC65 /* Pref.m */,
  282. 272FD6A50F99AA1900C4DC65 /* Pref.xib */,
  283. );
  284. name = PrefPane;
  285. sourceTree = "<group>";
  286. };
  287. 272FD6790F99A89B00C4DC65 /* Frameworks */ = {
  288. isa = PBXGroup;
  289. children = (
  290. 272FD67A0F99A8CE00C4DC65 /* Cocoa.framework */,
  291. 272FD67B0F99A8CE00C4DC65 /* PreferencePanes.framework */,
  292. );
  293. name = Frameworks;
  294. sourceTree = "<group>";
  295. };
  296. C6859E8C029090F304C91782 /* Documentation */ = {
  297. isa = PBXGroup;
  298. children = (
  299. 272FD6150F904B0F00C4DC65 /* design.txt */,
  300. 272FD6160F904B0F00C4DC65 /* rfc4642.txt */,
  301. 272FD6170F904B0F00C4DC65 /* rfc4643.txt */,
  302. 272FD6180F904B0F00C4DC65 /* rfc4644.txt */,
  303. 273DBC160F88983E0070AF82 /* CHANGES */,
  304. 273DBC170F88983E0070AF82 /* LICENSE */,
  305. 273DBC180F88983E0070AF82 /* README */,
  306. 276D78380F887174000E5A60 /* rfc1036.txt */,
  307. 276D78390F887174000E5A60 /* rfc2980.txt */,
  308. 276D783A0F887174000E5A60 /* rfc3977.txt */,
  309. );
  310. name = Documentation;
  311. sourceTree = "<group>";
  312. };
  313. /* End PBXGroup section */
  314. /* Begin PBXNativeTarget section */
  315. 272FD6700F99A72900C4DC65 /* Newsd */ = {
  316. isa = PBXNativeTarget;
  317. buildConfigurationList = 272FD6750F99A72B00C4DC65 /* Build configuration list for PBXNativeTarget "Newsd" */;
  318. buildPhases = (
  319. 272FD66D0F99A72900C4DC65 /* Resources */,
  320. 272FD66E0F99A72900C4DC65 /* Sources */,
  321. 272FD66F0F99A72900C4DC65 /* Frameworks */,
  322. );
  323. buildRules = (
  324. );
  325. dependencies = (
  326. );
  327. name = Newsd;
  328. productInstallPath = "$(HOME)/Library/PreferencePanes";
  329. productName = Newsd;
  330. productReference = 272FD6710F99A72900C4DC65 /* Newsd.prefPane */;
  331. productType = "com.apple.product-type.bundle";
  332. };
  333. 8DD76F620486A84900D96B5E /* newsd */ = {
  334. isa = PBXNativeTarget;
  335. buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "newsd" */;
  336. buildPhases = (
  337. 8DD76F640486A84900D96B5E /* Sources */,
  338. 8DD76F660486A84900D96B5E /* Frameworks */,
  339. 8DD76F690486A84900D96B5E /* CopyFiles */,
  340. );
  341. buildRules = (
  342. );
  343. dependencies = (
  344. 273DBC380F88A2980070AF82 /* PBXTargetDependency */,
  345. 273DBC3A0F88A2980070AF82 /* PBXTargetDependency */,
  346. );
  347. name = newsd;
  348. productInstallPath = "$(HOME)/bin";
  349. productName = newsd;
  350. productReference = 8DD76F6C0486A84900D96B5E /* newsd */;
  351. productType = "com.apple.product-type.tool";
  352. };
  353. /* End PBXNativeTarget section */
  354. /* Begin PBXProject section */
  355. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  356. isa = PBXProject;
  357. buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "newsd" */;
  358. compatibilityVersion = "Xcode 3.2";
  359. developmentRegion = English;
  360. hasScannedForEncodings = 1;
  361. knownRegions = (
  362. en,
  363. );
  364. mainGroup = 08FB7794FE84155DC02AAC07 /* newsd */;
  365. projectDirPath = "";
  366. projectRoot = "";
  367. targets = (
  368. 271EE68F174D58A3004228BF /* All */,
  369. 8DD76F620486A84900D96B5E /* newsd */,
  370. 273DBC1C0F8898590070AF82 /* Documentation */,
  371. 273DBC210F8898860070AF82 /* Man Pages */,
  372. 273DBC4D0F88A3BD0070AF82 /* launchd */,
  373. 272FD6700F99A72900C4DC65 /* Newsd */,
  374. );
  375. };
  376. /* End PBXProject section */
  377. /* Begin PBXResourcesBuildPhase section */
  378. 272FD66D0F99A72900C4DC65 /* Resources */ = {
  379. isa = PBXResourcesBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. 272FD6A20F99AA0600C4DC65 /* newsd.icns in Resources */,
  383. 272FD6A70F99AA1900C4DC65 /* InfoPlist.strings in Resources */,
  384. 272FD6A80F99AA1900C4DC65 /* Pref.xib in Resources */,
  385. 272FD6B70F99AE8700C4DC65 /* Localizable.strings in Resources */,
  386. );
  387. runOnlyForDeploymentPostprocessing = 0;
  388. };
  389. /* End PBXResourcesBuildPhase section */
  390. /* Begin PBXShellScriptBuildPhase section */
  391. 273DBC200F8898860070AF82 /* ShellScript */ = {
  392. isa = PBXShellScriptBuildPhase;
  393. buildActionMask = 2147483647;
  394. files = (
  395. );
  396. inputPaths = (
  397. "$(SRCROOT)/../newsd.conf.pod.in",
  398. "$(SRCROOT)/../newsd.pod.in",
  399. );
  400. outputPaths = (
  401. );
  402. runOnlyForDeploymentPostprocessing = 0;
  403. shellPath = /bin/sh;
  404. 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";
  405. };
  406. 273DBC4C0F88A3BD0070AF82 /* ShellScript */ = {
  407. isa = PBXShellScriptBuildPhase;
  408. buildActionMask = 2147483647;
  409. files = (
  410. );
  411. inputPaths = (
  412. "$(SRCROOT)/../newsd.plist.in",
  413. );
  414. outputPaths = (
  415. );
  416. runOnlyForDeploymentPostprocessing = 0;
  417. shellPath = /bin/sh;
  418. 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";
  419. };
  420. /* End PBXShellScriptBuildPhase section */
  421. /* Begin PBXSourcesBuildPhase section */
  422. 272FD66E0F99A72900C4DC65 /* Sources */ = {
  423. isa = PBXSourcesBuildPhase;
  424. buildActionMask = 2147483647;
  425. files = (
  426. 272FD69E0F99A9F100C4DC65 /* Pref.m in Sources */,
  427. );
  428. runOnlyForDeploymentPostprocessing = 0;
  429. };
  430. 8DD76F640486A84900D96B5E /* Sources */ = {
  431. isa = PBXSourcesBuildPhase;
  432. buildActionMask = 2147483647;
  433. files = (
  434. 276D782F0F8870E5000E5A60 /* Article.C in Sources */,
  435. 276D78300F8870E5000E5A60 /* Configuration.C in Sources */,
  436. 276D78310F8870E5000E5A60 /* Group.C in Sources */,
  437. 276D78320F8870E5000E5A60 /* newsd.C in Sources */,
  438. 276D78330F8870E5000E5A60 /* Server.C in Sources */,
  439. 272FD6120F904AEB00C4DC65 /* Array.C in Sources */,
  440. 272FD6130F904AEB00C4DC65 /* Socket.C in Sources */,
  441. );
  442. runOnlyForDeploymentPostprocessing = 0;
  443. };
  444. /* End PBXSourcesBuildPhase section */
  445. /* Begin PBXTargetDependency section */
  446. 271EE694174D58B4004228BF /* PBXTargetDependency */ = {
  447. isa = PBXTargetDependency;
  448. target = 8DD76F620486A84900D96B5E /* newsd */;
  449. targetProxy = 271EE693174D58B4004228BF /* PBXContainerItemProxy */;
  450. };
  451. 271EE696174D58B4004228BF /* PBXTargetDependency */ = {
  452. isa = PBXTargetDependency;
  453. target = 273DBC1C0F8898590070AF82 /* Documentation */;
  454. targetProxy = 271EE695174D58B4004228BF /* PBXContainerItemProxy */;
  455. };
  456. 271EE698174D58B4004228BF /* PBXTargetDependency */ = {
  457. isa = PBXTargetDependency;
  458. target = 273DBC210F8898860070AF82 /* Man Pages */;
  459. targetProxy = 271EE697174D58B4004228BF /* PBXContainerItemProxy */;
  460. };
  461. 271EE69A174D58B4004228BF /* PBXTargetDependency */ = {
  462. isa = PBXTargetDependency;
  463. target = 273DBC4D0F88A3BD0070AF82 /* launchd */;
  464. targetProxy = 271EE699174D58B4004228BF /* PBXContainerItemProxy */;
  465. };
  466. 271EE69C174D58B4004228BF /* PBXTargetDependency */ = {
  467. isa = PBXTargetDependency;
  468. target = 272FD6700F99A72900C4DC65 /* Newsd */;
  469. targetProxy = 271EE69B174D58B4004228BF /* PBXContainerItemProxy */;
  470. };
  471. 273DBC380F88A2980070AF82 /* PBXTargetDependency */ = {
  472. isa = PBXTargetDependency;
  473. target = 273DBC1C0F8898590070AF82 /* Documentation */;
  474. targetProxy = 273DBC370F88A2980070AF82 /* PBXContainerItemProxy */;
  475. };
  476. 273DBC3A0F88A2980070AF82 /* PBXTargetDependency */ = {
  477. isa = PBXTargetDependency;
  478. target = 273DBC210F8898860070AF82 /* Man Pages */;
  479. targetProxy = 273DBC390F88A2980070AF82 /* PBXContainerItemProxy */;
  480. };
  481. /* End PBXTargetDependency section */
  482. /* Begin PBXVariantGroup section */
  483. 272FD6A30F99AA1900C4DC65 /* InfoPlist.strings */ = {
  484. isa = PBXVariantGroup;
  485. children = (
  486. 272FD6A40F99AA1900C4DC65 /* English */,
  487. );
  488. name = InfoPlist.strings;
  489. sourceTree = "<group>";
  490. };
  491. 272FD6A50F99AA1900C4DC65 /* Pref.xib */ = {
  492. isa = PBXVariantGroup;
  493. children = (
  494. 272FD6A60F99AA1900C4DC65 /* English */,
  495. );
  496. name = Pref.xib;
  497. sourceTree = "<group>";
  498. };
  499. 272FD6B50F99AE8700C4DC65 /* Localizable.strings */ = {
  500. isa = PBXVariantGroup;
  501. children = (
  502. 272FD6B60F99AE8700C4DC65 /* English */,
  503. );
  504. name = Localizable.strings;
  505. sourceTree = "<group>";
  506. };
  507. /* End PBXVariantGroup section */
  508. /* Begin XCBuildConfiguration section */
  509. 1DEB923208733DC60010E9CD /* Debug */ = {
  510. isa = XCBuildConfiguration;
  511. buildSettings = {
  512. COPY_PHASE_STRIP = NO;
  513. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  514. INSTALL_GROUP = wheel;
  515. INSTALL_OWNER = root;
  516. INSTALL_PATH = /usr/sbin;
  517. PRODUCT_NAME = newsd;
  518. };
  519. name = Debug;
  520. };
  521. 1DEB923308733DC60010E9CD /* Release */ = {
  522. isa = XCBuildConfiguration;
  523. buildSettings = {
  524. ALTERNATE_GROUP = wheel;
  525. INSTALL_GROUP = wheel;
  526. INSTALL_OWNER = root;
  527. INSTALL_PATH = /usr/sbin;
  528. PRODUCT_NAME = newsd;
  529. };
  530. name = Release;
  531. };
  532. 1DEB923608733DC60010E9CD /* Debug */ = {
  533. isa = XCBuildConfiguration;
  534. buildSettings = {
  535. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  536. CURRENT_PROJECT_VERSION = 1.50;
  537. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  538. GCC_C_LANGUAGE_STANDARD = c99;
  539. GCC_OPTIMIZATION_LEVEL = 0;
  540. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  541. GCC_WARN_UNUSED_VARIABLE = YES;
  542. ONLY_ACTIVE_ARCH = YES;
  543. SDKROOT = macosx;
  544. };
  545. name = Debug;
  546. };
  547. 1DEB923708733DC60010E9CD /* Release */ = {
  548. isa = XCBuildConfiguration;
  549. buildSettings = {
  550. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  551. CURRENT_PROJECT_VERSION = 1.50;
  552. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  553. GCC_C_LANGUAGE_STANDARD = c99;
  554. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  555. GCC_WARN_UNUSED_VARIABLE = YES;
  556. SDKROOT = macosx;
  557. };
  558. name = Release;
  559. };
  560. 271EE691174D58A3004228BF /* Debug */ = {
  561. isa = XCBuildConfiguration;
  562. buildSettings = {
  563. PRODUCT_NAME = "$(TARGET_NAME)";
  564. };
  565. name = Debug;
  566. };
  567. 271EE692174D58A3004228BF /* Release */ = {
  568. isa = XCBuildConfiguration;
  569. buildSettings = {
  570. PRODUCT_NAME = "$(TARGET_NAME)";
  571. };
  572. name = Release;
  573. };
  574. 272FD6730F99A72B00C4DC65 /* Debug */ = {
  575. isa = XCBuildConfiguration;
  576. buildSettings = {
  577. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  578. INFOPLIST_FILE = Resources/Info.plist;
  579. INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
  580. PRODUCT_NAME = Newsd;
  581. WRAPPER_EXTENSION = prefPane;
  582. };
  583. name = Debug;
  584. };
  585. 272FD6740F99A72B00C4DC65 /* Release */ = {
  586. isa = XCBuildConfiguration;
  587. buildSettings = {
  588. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  589. INFOPLIST_FILE = Resources/Info.plist;
  590. INSTALL_PATH = /Library/PreferencePanes;
  591. PRODUCT_NAME = Newsd;
  592. WRAPPER_EXTENSION = prefPane;
  593. };
  594. name = Release;
  595. };
  596. 273DBC1D0F8898590070AF82 /* Debug */ = {
  597. isa = XCBuildConfiguration;
  598. buildSettings = {
  599. COPY_PHASE_STRIP = NO;
  600. GCC_DYNAMIC_NO_PIC = NO;
  601. GCC_OPTIMIZATION_LEVEL = 0;
  602. PRODUCT_NAME = Documentation;
  603. };
  604. name = Debug;
  605. };
  606. 273DBC1E0F8898590070AF82 /* Release */ = {
  607. isa = XCBuildConfiguration;
  608. buildSettings = {
  609. COPY_PHASE_STRIP = YES;
  610. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  611. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  612. PRODUCT_NAME = Documentation;
  613. ZERO_LINK = NO;
  614. };
  615. name = Release;
  616. };
  617. 273DBC220F8898860070AF82 /* Debug */ = {
  618. isa = XCBuildConfiguration;
  619. buildSettings = {
  620. COPY_PHASE_STRIP = NO;
  621. GCC_DYNAMIC_NO_PIC = NO;
  622. GCC_OPTIMIZATION_LEVEL = 0;
  623. PRODUCT_NAME = "Man Pages";
  624. };
  625. name = Debug;
  626. };
  627. 273DBC230F8898860070AF82 /* Release */ = {
  628. isa = XCBuildConfiguration;
  629. buildSettings = {
  630. COPY_PHASE_STRIP = YES;
  631. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  632. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  633. PRODUCT_NAME = "Man Pages";
  634. ZERO_LINK = NO;
  635. };
  636. name = Release;
  637. };
  638. 273DBC4E0F88A3BD0070AF82 /* Debug */ = {
  639. isa = XCBuildConfiguration;
  640. buildSettings = {
  641. COPY_PHASE_STRIP = NO;
  642. GCC_DYNAMIC_NO_PIC = NO;
  643. GCC_OPTIMIZATION_LEVEL = 0;
  644. PRODUCT_NAME = launchd;
  645. };
  646. name = Debug;
  647. };
  648. 273DBC4F0F88A3BD0070AF82 /* Release */ = {
  649. isa = XCBuildConfiguration;
  650. buildSettings = {
  651. COPY_PHASE_STRIP = YES;
  652. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  653. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  654. PRODUCT_NAME = launchd;
  655. ZERO_LINK = NO;
  656. };
  657. name = Release;
  658. };
  659. /* End XCBuildConfiguration section */
  660. /* Begin XCConfigurationList section */
  661. 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "newsd" */ = {
  662. isa = XCConfigurationList;
  663. buildConfigurations = (
  664. 1DEB923208733DC60010E9CD /* Debug */,
  665. 1DEB923308733DC60010E9CD /* Release */,
  666. );
  667. defaultConfigurationIsVisible = 0;
  668. defaultConfigurationName = Release;
  669. };
  670. 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "newsd" */ = {
  671. isa = XCConfigurationList;
  672. buildConfigurations = (
  673. 1DEB923608733DC60010E9CD /* Debug */,
  674. 1DEB923708733DC60010E9CD /* Release */,
  675. );
  676. defaultConfigurationIsVisible = 0;
  677. defaultConfigurationName = Release;
  678. };
  679. 271EE690174D58A3004228BF /* Build configuration list for PBXAggregateTarget "All" */ = {
  680. isa = XCConfigurationList;
  681. buildConfigurations = (
  682. 271EE691174D58A3004228BF /* Debug */,
  683. 271EE692174D58A3004228BF /* Release */,
  684. );
  685. defaultConfigurationIsVisible = 0;
  686. };
  687. 272FD6750F99A72B00C4DC65 /* Build configuration list for PBXNativeTarget "Newsd" */ = {
  688. isa = XCConfigurationList;
  689. buildConfigurations = (
  690. 272FD6730F99A72B00C4DC65 /* Debug */,
  691. 272FD6740F99A72B00C4DC65 /* Release */,
  692. );
  693. defaultConfigurationIsVisible = 0;
  694. defaultConfigurationName = Release;
  695. };
  696. 273DBC1F0F88987B0070AF82 /* Build configuration list for PBXAggregateTarget "Documentation" */ = {
  697. isa = XCConfigurationList;
  698. buildConfigurations = (
  699. 273DBC1D0F8898590070AF82 /* Debug */,
  700. 273DBC1E0F8898590070AF82 /* Release */,
  701. );
  702. defaultConfigurationIsVisible = 0;
  703. defaultConfigurationName = Release;
  704. };
  705. 273DBC240F8898A40070AF82 /* Build configuration list for PBXAggregateTarget "Man Pages" */ = {
  706. isa = XCConfigurationList;
  707. buildConfigurations = (
  708. 273DBC220F8898860070AF82 /* Debug */,
  709. 273DBC230F8898860070AF82 /* Release */,
  710. );
  711. defaultConfigurationIsVisible = 0;
  712. defaultConfigurationName = Release;
  713. };
  714. 273DBC510F88A3D70070AF82 /* Build configuration list for PBXAggregateTarget "launchd" */ = {
  715. isa = XCConfigurationList;
  716. buildConfigurations = (
  717. 273DBC4E0F88A3BD0070AF82 /* Debug */,
  718. 273DBC4F0F88A3BD0070AF82 /* Release */,
  719. );
  720. defaultConfigurationIsVisible = 0;
  721. defaultConfigurationName = Release;
  722. };
  723. /* End XCConfigurationList section */
  724. };
  725. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  726. }