Annotation of ircnowd/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj, Revision 1.1
1.1 ! tomglok 1: // !$*UTF8*$!
! 2: {
! 3: archiveVersion = 1;
! 4: classes = {
! 5: };
! 6: objectVersion = 46;
! 7: objects = {
! 8:
! 9: /* Begin PBXBuildFile section */
! 10: FA2D564A11EA158B00D37A35 /* pam.c in Sources */ = {isa = PBXBuildFile; fileRef = FA2D564911EA158B00D37A35 /* pam.c */; };
! 11: FA2D567B11EA1AB300D37A35 /* libpam.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FA2D567A11EA1AB300D37A35 /* libpam.dylib */; };
! 12: FA322D350CEF74B1001761B3 /* array.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CD90CEF74B1001761B3 /* array.c */; };
! 13: FA322D360CEF74B1001761B3 /* channel.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CDB0CEF74B1001761B3 /* channel.c */; };
! 14: FA322D370CEF74B1001761B3 /* client.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CDD0CEF74B1001761B3 /* client.c */; };
! 15: FA322D380CEF74B1001761B3 /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CDF0CEF74B1001761B3 /* conf.c */; };
! 16: FA322D390CEF74B1001761B3 /* conn-func.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE10CEF74B1001761B3 /* conn-func.c */; };
! 17: FA322D3A0CEF74B1001761B3 /* conn-zip.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE30CEF74B1001761B3 /* conn-zip.c */; };
! 18: FA322D3B0CEF74B1001761B3 /* conn.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE50CEF74B1001761B3 /* conn.c */; };
! 19: FA322D3C0CEF74B1001761B3 /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CE80CEF74B1001761B3 /* hash.c */; };
! 20: FA322D3D0CEF74B1001761B3 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CEA0CEF74B1001761B3 /* io.c */; };
! 21: FA322D3E0CEF74B1001761B3 /* irc-channel.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CEC0CEF74B1001761B3 /* irc-channel.c */; };
! 22: FA322D3F0CEF74B1001761B3 /* irc-info.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CEE0CEF74B1001761B3 /* irc-info.c */; };
! 23: FA322D400CEF74B1001761B3 /* irc-login.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF00CEF74B1001761B3 /* irc-login.c */; };
! 24: FA322D410CEF74B1001761B3 /* irc-mode.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF20CEF74B1001761B3 /* irc-mode.c */; };
! 25: FA322D420CEF74B1001761B3 /* irc-op.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF40CEF74B1001761B3 /* irc-op.c */; };
! 26: FA322D430CEF74B1001761B3 /* irc-oper.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF60CEF74B1001761B3 /* irc-oper.c */; };
! 27: FA322D440CEF74B1001761B3 /* irc-server.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CF80CEF74B1001761B3 /* irc-server.c */; };
! 28: FA322D450CEF74B1001761B3 /* irc-write.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CFA0CEF74B1001761B3 /* irc-write.c */; };
! 29: FA322D460CEF74B1001761B3 /* irc.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CFC0CEF74B1001761B3 /* irc.c */; };
! 30: FA322D470CEF74B1001761B3 /* lists.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322CFE0CEF74B1001761B3 /* lists.c */; };
! 31: FA322D480CEF74B1001761B3 /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D000CEF74B1001761B3 /* log.c */; };
! 32: FA322D490CEF74B1001761B3 /* match.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D030CEF74B1001761B3 /* match.c */; };
! 33: FA322D4A0CEF74B1001761B3 /* ngircd.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D060CEF74B1001761B3 /* ngircd.c */; };
! 34: FA322D4B0CEF74B1001761B3 /* parse.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D080CEF74B1001761B3 /* parse.c */; };
! 35: FA322D4D0CEF74B1001761B3 /* resolve.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D0C0CEF74B1001761B3 /* resolve.c */; };
! 36: FA322DBE0CEF7766001761B3 /* tool.c in Sources */ = {isa = PBXBuildFile; fileRef = FA322D330CEF74B1001761B3 /* tool.c */; };
! 37: FA322DC10CEF77CB001761B3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FA322DC00CEF77CB001761B3 /* libz.dylib */; };
! 38: FA407F2E0DB159F400271AF1 /* ng_ipaddr.c in Sources */ = {isa = PBXBuildFile; fileRef = FA407F2C0DB159F400271AF1 /* ng_ipaddr.c */; };
! 39: FA4F165A164836B100DBD011 /* irc-metadata.c in Sources */ = {isa = PBXBuildFile; fileRef = FA4F1659164836B100DBD011 /* irc-metadata.c */; };
! 40: FA6BBC631605F0AC0004247A /* conn-encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = FA6BBC5F1605F0AB0004247A /* conn-encoding.c */; };
! 41: FA6BBC641605F0AC0004247A /* irc-encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = FA6BBC611605F0AC0004247A /* irc-encoding.c */; };
! 42: FA6BBC661605F6D60004247A /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FA6BBC651605F6D60004247A /* libiconv.dylib */; };
! 43: FA85178C0FA061EC006A1F5A /* op.c in Sources */ = {isa = PBXBuildFile; fileRef = FA85178B0FA061EC006A1F5A /* op.c */; };
! 44: FA99428C10E82A27007F27ED /* proc.c in Sources */ = {isa = PBXBuildFile; fileRef = FA99428B10E82A27007F27ED /* proc.c */; };
! 45: FAA3D27B0F139CDC00B2447E /* conn-ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = FAA3D2790F139CDC00B2447E /* conn-ssl.c */; };
! 46: FAA97C57124A271400D5BBA9 /* sighandlers.c in Sources */ = {isa = PBXBuildFile; fileRef = FAA97C55124A271400D5BBA9 /* sighandlers.c */; };
! 47: FAACD5F514A6099C006ED74F /* class.c in Sources */ = {isa = PBXBuildFile; fileRef = FAACD5F314A6099C006ED74F /* class.c */; };
! 48: FAD5853215271AAB00328741 /* client-cap.c in Sources */ = {isa = PBXBuildFile; fileRef = FAD5853015271AAB00328741 /* client-cap.c */; };
! 49: FAD5853515271AB800328741 /* irc-cap.c in Sources */ = {isa = PBXBuildFile; fileRef = FAD5853315271AB800328741 /* irc-cap.c */; };
! 50: FAD5853815272C2600328741 /* login.c in Sources */ = {isa = PBXBuildFile; fileRef = FAD5853615272C2500328741 /* login.c */; };
! 51: FAE5CC2E0CF2308A007D69B6 /* numeric.c in Sources */ = {isa = PBXBuildFile; fileRef = FAE5CC2D0CF2308A007D69B6 /* numeric.c */; };
! 52: /* End PBXBuildFile section */
! 53:
! 54: /* Begin PBXFileReference section */
! 55: FA18A63E16CEDDCE00132F66 /* configure.ng */ = {isa = PBXFileReference; lastKnownFileType = text; name = configure.ng; path = ../../configure.ng; sourceTree = "<group>"; };
! 56: FA18A63F16CEDE2300132F66 /* ngircd.service */ = {isa = PBXFileReference; lastKnownFileType = text; path = ngircd.service; sourceTree = "<group>"; };
! 57: FA18A64016CEDE2300132F66 /* ngircd.socket */ = {isa = PBXFileReference; lastKnownFileType = text; path = ngircd.socket; sourceTree = "<group>"; };
! 58: FA18A64116CEDE3500132F66 /* ngircd.pam */ = {isa = PBXFileReference; lastKnownFileType = text; path = ngircd.pam; sourceTree = "<group>"; };
! 59: FA18A64216CEDE5700132F66 /* de.barton.ngircd.plist.tmpl */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = de.barton.ngircd.plist.tmpl; sourceTree = "<group>"; };
! 60: FA18A64316CEDE8100132F66 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 61: FA18A64416CEDFCE00132F66 /* Commands.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Commands.txt; sourceTree = "<group>"; };
! 62: FA18A64516CEE0C700132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; name = Makefile.ng; path = ipaddr/Makefile.ng; sourceTree = "<group>"; };
! 63: FA18A64616CEE0DD00132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
! 64: FA18A64716CEE14900132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
! 65: FA18A64A16CEE18100132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
! 66: FA18A64C16CEE1AC00132F66 /* mode-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "mode-test.e"; sourceTree = "<group>"; };
! 67: FA18A64D16CEE1D900132F66 /* whois-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "whois-test.e"; sourceTree = "<group>"; };
! 68: FA18A64E16CEE24B00132F66 /* misc-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "misc-test.e"; sourceTree = "<group>"; };
! 69: FA18A64F16CEE27700132F66 /* Makefile.ng */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.ng; sourceTree = "<group>"; };
! 70: FA1A6BBD0D6857D900AA8F71 /* who-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "who-test.e"; sourceTree = "<group>"; };
! 71: FA1DBB6716C707D200D4F838 /* irc-macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-macros.h"; sourceTree = "<group>"; };
! 72: FA2D564811EA158B00D37A35 /* pam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pam.h; sourceTree = "<group>"; };
! 73: FA2D564911EA158B00D37A35 /* pam.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pam.c; sourceTree = "<group>"; };
! 74: FA2D567A11EA1AB300D37A35 /* libpam.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpam.dylib; path = usr/lib/libpam.dylib; sourceTree = SDKROOT; };
! 75: FA322BBA0CEF72E4001761B3 /* ngircd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ngircd; sourceTree = BUILT_PRODUCTS_DIR; };
! 76: FA322CD60CEF74B1001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 77: FA322CD90CEF74B1001761B3 /* array.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = array.c; sourceTree = "<group>"; };
! 78: FA322CDA0CEF74B1001761B3 /* array.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = array.h; sourceTree = "<group>"; };
! 79: FA322CDB0CEF74B1001761B3 /* channel.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = channel.c; sourceTree = "<group>"; };
! 80: FA322CDC0CEF74B1001761B3 /* channel.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = channel.h; sourceTree = "<group>"; };
! 81: FA322CDD0CEF74B1001761B3 /* client.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = client.c; sourceTree = "<group>"; };
! 82: FA322CDE0CEF74B1001761B3 /* client.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = client.h; sourceTree = "<group>"; };
! 83: FA322CDF0CEF74B1001761B3 /* conf.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = conf.c; sourceTree = "<group>"; };
! 84: FA322CE00CEF74B1001761B3 /* conf.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = conf.h; sourceTree = "<group>"; };
! 85: FA322CE10CEF74B1001761B3 /* conn-func.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "conn-func.c"; sourceTree = "<group>"; };
! 86: FA322CE20CEF74B1001761B3 /* conn-func.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conn-func.h"; sourceTree = "<group>"; };
! 87: FA322CE30CEF74B1001761B3 /* conn-zip.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "conn-zip.c"; sourceTree = "<group>"; };
! 88: FA322CE40CEF74B1001761B3 /* conn-zip.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conn-zip.h"; sourceTree = "<group>"; };
! 89: FA322CE50CEF74B1001761B3 /* conn.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = conn.c; sourceTree = "<group>"; };
! 90: FA322CE60CEF74B1001761B3 /* conn.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = conn.h; sourceTree = "<group>"; };
! 91: FA322CE70CEF74B1001761B3 /* defines.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = defines.h; sourceTree = "<group>"; };
! 92: FA322CE80CEF74B1001761B3 /* hash.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = hash.c; sourceTree = "<group>"; };
! 93: FA322CE90CEF74B1001761B3 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = "<group>"; };
! 94: FA322CEA0CEF74B1001761B3 /* io.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = io.c; sourceTree = "<group>"; };
! 95: FA322CEB0CEF74B1001761B3 /* io.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = io.h; sourceTree = "<group>"; };
! 96: FA322CEC0CEF74B1001761B3 /* irc-channel.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-channel.c"; sourceTree = "<group>"; };
! 97: FA322CED0CEF74B1001761B3 /* irc-channel.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-channel.h"; sourceTree = "<group>"; };
! 98: FA322CEE0CEF74B1001761B3 /* irc-info.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-info.c"; sourceTree = "<group>"; };
! 99: FA322CEF0CEF74B1001761B3 /* irc-info.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-info.h"; sourceTree = "<group>"; };
! 100: FA322CF00CEF74B1001761B3 /* irc-login.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-login.c"; sourceTree = "<group>"; };
! 101: FA322CF10CEF74B1001761B3 /* irc-login.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-login.h"; sourceTree = "<group>"; };
! 102: FA322CF20CEF74B1001761B3 /* irc-mode.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-mode.c"; sourceTree = "<group>"; };
! 103: FA322CF30CEF74B1001761B3 /* irc-mode.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-mode.h"; sourceTree = "<group>"; };
! 104: FA322CF40CEF74B1001761B3 /* irc-op.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-op.c"; sourceTree = "<group>"; };
! 105: FA322CF50CEF74B1001761B3 /* irc-op.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-op.h"; sourceTree = "<group>"; };
! 106: FA322CF60CEF74B1001761B3 /* irc-oper.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-oper.c"; sourceTree = "<group>"; };
! 107: FA322CF70CEF74B1001761B3 /* irc-oper.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-oper.h"; sourceTree = "<group>"; };
! 108: FA322CF80CEF74B1001761B3 /* irc-server.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-server.c"; sourceTree = "<group>"; };
! 109: FA322CF90CEF74B1001761B3 /* irc-server.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-server.h"; sourceTree = "<group>"; };
! 110: FA322CFA0CEF74B1001761B3 /* irc-write.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "irc-write.c"; sourceTree = "<group>"; };
! 111: FA322CFB0CEF74B1001761B3 /* irc-write.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "irc-write.h"; sourceTree = "<group>"; };
! 112: FA322CFC0CEF74B1001761B3 /* irc.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = irc.c; sourceTree = "<group>"; };
! 113: FA322CFD0CEF74B1001761B3 /* irc.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = irc.h; sourceTree = "<group>"; };
! 114: FA322CFE0CEF74B1001761B3 /* lists.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = lists.c; sourceTree = "<group>"; };
! 115: FA322CFF0CEF74B1001761B3 /* lists.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = lists.h; sourceTree = "<group>"; };
! 116: FA322D000CEF74B1001761B3 /* log.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = log.c; sourceTree = "<group>"; };
! 117: FA322D010CEF74B1001761B3 /* log.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = "<group>"; };
! 118: FA322D030CEF74B1001761B3 /* match.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = match.c; sourceTree = "<group>"; };
! 119: FA322D040CEF74B1001761B3 /* match.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = match.h; sourceTree = "<group>"; };
! 120: FA322D050CEF74B1001761B3 /* messages.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = messages.h; sourceTree = "<group>"; };
! 121: FA322D060CEF74B1001761B3 /* ngircd.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = ngircd.c; sourceTree = "<group>"; };
! 122: FA322D070CEF74B1001761B3 /* ngircd.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = ngircd.h; sourceTree = "<group>"; };
! 123: FA322D080CEF74B1001761B3 /* parse.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = parse.c; sourceTree = "<group>"; };
! 124: FA322D090CEF74B1001761B3 /* parse.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = parse.h; sourceTree = "<group>"; };
! 125: FA322D0C0CEF74B1001761B3 /* resolve.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = resolve.c; sourceTree = "<group>"; };
! 126: FA322D0D0CEF74B1001761B3 /* resolve.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = resolve.h; sourceTree = "<group>"; };
! 127: FA322D100CEF74B1001761B3 /* ansi2knr.1 */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.man; path = ansi2knr.1; sourceTree = "<group>"; };
! 128: FA322D110CEF74B1001761B3 /* ansi2knr.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = ansi2knr.c; sourceTree = "<group>"; };
! 129: FA322D150CEF74B1001761B3 /* portab.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = portab.h; sourceTree = "<group>"; };
! 130: FA322D160CEF74B1001761B3 /* portabtest.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = portabtest.c; sourceTree = "<group>"; };
! 131: FA322D170CEF74B1001761B3 /* splint.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = splint.h; sourceTree = "<group>"; };
! 132: FA322D180CEF74B1001761B3 /* strdup.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = strdup.c; sourceTree = "<group>"; };
! 133: FA322D190CEF74B1001761B3 /* strlcpy.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = strlcpy.c; sourceTree = "<group>"; };
! 134: FA322D1A0CEF74B1001761B3 /* vsnprintf.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = vsnprintf.c; sourceTree = "<group>"; };
! 135: FA322D1D0CEF74B1001761B3 /* channel-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "channel-test.e"; sourceTree = "<group>"; };
! 136: FA322D1E0CEF74B1001761B3 /* check-idle.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "check-idle.e"; sourceTree = "<group>"; };
! 137: FA322D1F0CEF74B1001761B3 /* connect-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "connect-test.e"; sourceTree = "<group>"; };
! 138: FA322D200CEF74B1001761B3 /* functions.inc */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.pascal; path = functions.inc; sourceTree = "<group>"; };
! 139: FA322D210CEF74B1001761B3 /* getpid.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = getpid.sh; sourceTree = "<group>"; };
! 140: FA322D250CEF74B1001761B3 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
! 141: FA322D260CEF74B1001761B3 /* start-server.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "start-server.sh"; sourceTree = "<group>"; };
! 142: FA322D270CEF74B1001761B3 /* stop-server.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "stop-server.sh"; sourceTree = "<group>"; };
! 143: FA322D280CEF74B1001761B3 /* stress-A.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "stress-A.e"; sourceTree = "<group>"; };
! 144: FA322D290CEF74B1001761B3 /* stress-B.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "stress-B.e"; sourceTree = "<group>"; };
! 145: FA322D2A0CEF74B1001761B3 /* stress-server.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "stress-server.sh"; sourceTree = "<group>"; };
! 146: FA322D2B0CEF74B1001761B3 /* test-loop.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "test-loop.sh"; sourceTree = "<group>"; };
! 147: FA322D2C0CEF74B1001761B3 /* tests.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = tests.sh; sourceTree = "<group>"; };
! 148: FA322D2D0CEF74B1001761B3 /* wait-tests.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = "wait-tests.sh"; sourceTree = "<group>"; };
! 149: FA322D330CEF74B1001761B3 /* tool.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = tool.c; sourceTree = "<group>"; };
! 150: FA322D340CEF74B1001761B3 /* tool.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = tool.h; sourceTree = "<group>"; };
! 151: FA322D5A0CEF750F001761B3 /* AUTHORS */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = AUTHORS; path = ../../AUTHORS; sourceTree = SOURCE_ROOT; };
! 152: FA322D5B0CEF750F001761B3 /* autogen.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = autogen.sh; path = ../../autogen.sh; sourceTree = SOURCE_ROOT; };
! 153: FA322D5C0CEF750F001761B3 /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = ChangeLog; path = ../../ChangeLog; sourceTree = SOURCE_ROOT; };
! 154: FA322D5E0CEF750F001761B3 /* config.guess */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = config.guess; path = ../../config.guess; sourceTree = SOURCE_ROOT; };
! 155: FA322D5F0CEF750F001761B3 /* config.sub */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; name = config.sub; path = ../../config.sub; sourceTree = SOURCE_ROOT; };
! 156: FA322D610CEF750F001761B3 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = COPYING; path = ../../COPYING; sourceTree = SOURCE_ROOT; };
! 157: FA322D620CEF750F001761B3 /* INSTALL.md */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = net.daringfireball.markdown; name = INSTALL.md; path = ../../INSTALL.md; sourceTree = SOURCE_ROOT; };
! 158: FA322D630CEF750F001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = Makefile.am; path = ../../Makefile.am; sourceTree = SOURCE_ROOT; };
! 159: FA322D640CEF750F001761B3 /* NEWS */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = NEWS; path = ../../NEWS; sourceTree = SOURCE_ROOT; };
! 160: FA322D650CEF750F001761B3 /* README.md */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = SOURCE_ROOT; };
! 161: FA322D6A0CEF7523001761B3 /* changelog */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = changelog; sourceTree = "<group>"; };
! 162: FA322D6B0CEF7523001761B3 /* compat */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = compat; sourceTree = "<group>"; };
! 163: FA322D6C0CEF7523001761B3 /* control */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = control; sourceTree = "<group>"; };
! 164: FA322D6D0CEF7523001761B3 /* copyright */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = copyright; sourceTree = "<group>"; };
! 165: FA322D6E0CEF7523001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 166: FA322D6F0CEF7523001761B3 /* ngircd.default */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.default; sourceTree = "<group>"; };
! 167: FA322D700CEF7523001761B3 /* ngircd.init */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = ngircd.init; sourceTree = "<group>"; };
! 168: FA322D710CEF7523001761B3 /* ngircd.postinst */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = ngircd.postinst; sourceTree = "<group>"; };
! 169: FA322D720CEF7523001761B3 /* rules */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = rules; sourceTree = "<group>"; };
! 170: FA322D8E0CEF7523001761B3 /* ngIRCd.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = ngIRCd.xcodeproj; sourceTree = "<group>"; };
! 171: FA322D920CEF7523001761B3 /* ngindent.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = ngindent.sh; sourceTree = "<group>"; };
! 172: FA322D940CEF7523001761B3 /* ngircd.spec */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.spec; sourceTree = "<group>"; };
! 173: FA322D950CEF7523001761B3 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
! 174: FA322D9A0CEF752C001761B3 /* FAQ.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = FAQ.txt; sourceTree = "<group>"; };
! 175: FA322D9B0CEF752C001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 176: FA322D9C0CEF752C001761B3 /* Platforms.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Platforms.txt; sourceTree = "<group>"; };
! 177: FA322D9D0CEF752C001761B3 /* Protocol.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Protocol.txt; sourceTree = "<group>"; };
! 178: FA322D9E0CEF752C001761B3 /* README-AUX.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "README-AUX.txt"; sourceTree = "<group>"; };
! 179: FA322D9F0CEF752C001761B3 /* README-BeOS.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "README-BeOS.txt"; sourceTree = "<group>"; };
! 180: FA322DA00CEF752C001761B3 /* RFC.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = RFC.txt; sourceTree = "<group>"; };
! 181: FA322DA40CEF752C001761B3 /* Doxyfile */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Doxyfile; sourceTree = "<group>"; };
! 182: FA322DA50CEF752C001761B3 /* footer.inc.html */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.html; path = footer.inc.html; sourceTree = "<group>"; };
! 183: FA322DA70CEF752C001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 184: FA322DA90CEF752C001761B3 /* SSL.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = SSL.txt; sourceTree = "<group>"; };
! 185: FA322DAD0CEF7538001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 186: FA322DAE0CEF7538001761B3 /* ngircd.8.tmpl */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.8.tmpl; sourceTree = "<group>"; };
! 187: FA322DAF0CEF7538001761B3 /* ngircd.conf.5.tmpl */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.conf.5.tmpl; sourceTree = "<group>"; };
! 188: FA322DB10CEF7565001761B3 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
! 189: FA322DC00CEF77CB001761B3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; };
! 190: FA407F2C0DB159F400271AF1 /* ng_ipaddr.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = ng_ipaddr.c; path = ipaddr/ng_ipaddr.c; sourceTree = "<group>"; };
! 191: FA407F2D0DB159F400271AF1 /* ng_ipaddr.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = ng_ipaddr.h; path = ipaddr/ng_ipaddr.h; sourceTree = "<group>"; };
! 192: FA4B08E513E7F8FB00765BA3 /* ngircd-bsd.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "ngircd-bsd.sh"; sourceTree = "<group>"; };
! 193: FA4B08E613E7F91700765BA3 /* ngIRCd-Logo.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = "ngIRCd-Logo.gif"; sourceTree = "<group>"; };
! 194: FA4B08E713E7F91700765BA3 /* ngircd-redhat.init */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "ngircd-redhat.init"; sourceTree = "<group>"; };
! 195: FA4B08E813E7F91C00765BA3 /* platformtest.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = platformtest.sh; sourceTree = "<group>"; };
! 196: FA4B4F542055B47C00A04296 /* ngircd.logcheck */ = {isa = PBXFileReference; lastKnownFileType = text; path = ngircd.logcheck; sourceTree = "<group>"; };
! 197: FA4B4F552055B4C800A04296 /* source */ = {isa = PBXFileReference; lastKnownFileType = folder; path = source; sourceTree = "<group>"; };
! 198: FA4F1659164836B100DBD011 /* irc-metadata.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "irc-metadata.c"; sourceTree = "<group>"; };
! 199: FA4F165C164836BF00DBD011 /* irc-metadata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-metadata.h"; sourceTree = "<group>"; };
! 200: FA6BBC5F1605F0AB0004247A /* conn-encoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "conn-encoding.c"; sourceTree = "<group>"; };
! 201: FA6BBC601605F0AC0004247A /* conn-encoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "conn-encoding.h"; sourceTree = "<group>"; };
! 202: FA6BBC611605F0AC0004247A /* irc-encoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "irc-encoding.c"; sourceTree = "<group>"; };
! 203: FA6BBC621605F0AC0004247A /* irc-encoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-encoding.h"; sourceTree = "<group>"; };
! 204: FA6BBC651605F6D60004247A /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = ../../../../../../../usr/lib/libiconv.dylib; sourceTree = "<group>"; };
! 205: FA77849A133FB9FF00740057 /* sample-ngircd.conf.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "sample-ngircd.conf.tmpl"; sourceTree = "<group>"; };
! 206: FA7E9FEE242FFC4500A04296 /* server-link-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "server-link-test.e"; sourceTree = "<group>"; };
! 207: FA7E9FF0242FFC6C00A04296 /* server-login-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "server-login-test.e"; sourceTree = "<group>"; };
! 208: FA85178A0FA061EC006A1F5A /* op.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = op.h; sourceTree = "<group>"; };
! 209: FA85178B0FA061EC006A1F5A /* op.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = op.c; sourceTree = "<group>"; };
! 210: FA99428A10E82A27007F27ED /* proc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = proc.h; sourceTree = "<group>"; };
! 211: FA99428B10E82A27007F27ED /* proc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = proc.c; sourceTree = "<group>"; };
! 212: FAA3D2700F139CB300B2447E /* invite-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "invite-test.e"; sourceTree = "<group>"; };
! 213: FAA3D2710F139CB300B2447E /* join-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "join-test.e"; sourceTree = "<group>"; };
! 214: FAA3D2720F139CB300B2447E /* kick-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "kick-test.e"; sourceTree = "<group>"; };
! 215: FAA3D2730F139CB300B2447E /* message-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "message-test.e"; sourceTree = "<group>"; };
! 216: FAA3D2740F139CB300B2447E /* ngircd-test1.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "ngircd-test1.conf"; sourceTree = "<group>"; };
! 217: FAA3D2750F139CB300B2447E /* ngircd-test2.conf */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "ngircd-test2.conf"; sourceTree = "<group>"; };
! 218: FAA3D2760F139CB300B2447E /* opless-channel-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "opless-channel-test.e"; sourceTree = "<group>"; };
! 219: FAA3D2770F139CB300B2447E /* server-link-test.e */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "server-link-test.e"; sourceTree = "<group>"; };
! 220: FAA3D2780F139CDC00B2447E /* conf-ssl.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conf-ssl.h"; sourceTree = "<group>"; };
! 221: FAA3D2790F139CDC00B2447E /* conn-ssl.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = "conn-ssl.c"; sourceTree = "<group>"; };
! 222: FAA3D27A0F139CDC00B2447E /* conn-ssl.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "conn-ssl.h"; sourceTree = "<group>"; };
! 223: FAA3D27C0F139CF800B2447E /* strtok_r.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = strtok_r.c; sourceTree = "<group>"; };
! 224: FAA3D27D0F139CF800B2447E /* waitpid.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = waitpid.c; sourceTree = "<group>"; };
! 225: FAA3D2800F139D1500B2447E /* Services.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Services.txt; sourceTree = "<group>"; };
! 226: FAA3D2820F139D2E00B2447E /* 01ngircd-contents.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = "01ngircd-contents.xml"; sourceTree = "<group>"; };
! 227: FAA3D2830F139D2E00B2447E /* 01ngircd.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = 01ngircd.xml; sourceTree = "<group>"; };
! 228: FAA3D2840F139D2E00B2447E /* 02de-contents.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = "02de-contents.xml"; sourceTree = "<group>"; };
! 229: FAA3D2850F139D2E00B2447E /* 02de.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = 02de.xml; sourceTree = "<group>"; };
! 230: FAA3D2860F139D2E00B2447E /* index.xml */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; path = index.xml; sourceTree = "<group>"; };
! 231: FAA3D2880F139D2E00B2447E /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 232: FAA3D28A0F139D2E00B2447E /* postinstall.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = postinstall.sh; sourceTree = "<group>"; };
! 233: FAA3D28B0F139D2E00B2447E /* preinstall.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = preinstall.sh; sourceTree = "<group>"; };
! 234: FAA97C55124A271400D5BBA9 /* sighandlers.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = sighandlers.c; sourceTree = "<group>"; };
! 235: FAA97C56124A271400D5BBA9 /* sighandlers.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = sighandlers.h; sourceTree = "<group>"; };
! 236: FAA9C8162377186900A04296 /* nglog.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = nglog.sh; sourceTree = "<group>"; };
! 237: FAACD5F314A6099C006ED74F /* class.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = class.c; sourceTree = "<group>"; };
! 238: FAACD5F414A6099C006ED74F /* class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = class.h; sourceTree = "<group>"; };
! 239: FAC4E5CD23A7DE2400A04296 /* Makefile.am */ = {isa = PBXFileReference; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
! 240: FAD5852F15271A7800328741 /* Capabilities.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Capabilities.txt; sourceTree = "<group>"; };
! 241: FAD5853015271AAB00328741 /* client-cap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "client-cap.c"; sourceTree = "<group>"; };
! 242: FAD5853115271AAB00328741 /* client-cap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "client-cap.h"; sourceTree = "<group>"; };
! 243: FAD5853315271AB800328741 /* irc-cap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "irc-cap.c"; sourceTree = "<group>"; };
! 244: FAD5853415271AB800328741 /* irc-cap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-cap.h"; sourceTree = "<group>"; };
! 245: FAD5853615272C2500328741 /* login.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = login.c; sourceTree = "<group>"; };
! 246: FAD5853715272C2500328741 /* login.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = login.h; sourceTree = "<group>"; };
! 247: FAE22BD215270EA300F1A5AB /* Bopm.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Bopm.txt; sourceTree = "<group>"; };
! 248: FAE22BD415270EA300F1A5AB /* Contributing.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Contributing.txt; sourceTree = "<group>"; };
! 249: FAE22BD515270EB500F1A5AB /* HowToRelease.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = HowToRelease.txt; sourceTree = "<group>"; };
! 250: FAE22BD615270EB500F1A5AB /* Modes.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = Modes.txt; sourceTree = "<group>"; };
! 251: FAE22BD715270EB500F1A5AB /* PAM.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = PAM.txt; sourceTree = "<group>"; };
! 252: FAE22BD815270EC400F1A5AB /* README-Interix.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "README-Interix.txt"; sourceTree = "<group>"; };
! 253: FAE5CC2C0CF2308A007D69B6 /* numeric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = numeric.h; sourceTree = "<group>"; };
! 254: FAE5CC2D0CF2308A007D69B6 /* numeric.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = numeric.c; sourceTree = "<group>"; };
! 255: /* End PBXFileReference section */
! 256:
! 257: /* Begin PBXFrameworksBuildPhase section */
! 258: 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
! 259: isa = PBXFrameworksBuildPhase;
! 260: buildActionMask = 2147483647;
! 261: files = (
! 262: FA322DC10CEF77CB001761B3 /* libz.dylib in Frameworks */,
! 263: FA2D567B11EA1AB300D37A35 /* libpam.dylib in Frameworks */,
! 264: FA6BBC661605F6D60004247A /* libiconv.dylib in Frameworks */,
! 265: );
! 266: runOnlyForDeploymentPostprocessing = 0;
! 267: };
! 268: /* End PBXFrameworksBuildPhase section */
! 269:
! 270: /* Begin PBXGroup section */
! 271: 08FB7794FE84155DC02AAC07 /* ngIRCd */ = {
! 272: isa = PBXGroup;
! 273: children = (
! 274: FA322D630CEF750F001761B3 /* Makefile.am */,
! 275: FA322D660CEF7523001761B3 /* contrib */,
! 276: FA322D970CEF752C001761B3 /* doc */,
! 277: FA322DAB0CEF7538001761B3 /* man */,
! 278: FA322CD40CEF74B0001761B3 /* src */,
! 279: FA322D5A0CEF750F001761B3 /* AUTHORS */,
! 280: FA322D5C0CEF750F001761B3 /* ChangeLog */,
! 281: FA322D610CEF750F001761B3 /* COPYING */,
! 282: FA322D620CEF750F001761B3 /* INSTALL.md */,
! 283: FA322D640CEF750F001761B3 /* NEWS */,
! 284: FA322D650CEF750F001761B3 /* README.md */,
! 285: FA322D5B0CEF750F001761B3 /* autogen.sh */,
! 286: FA322D5E0CEF750F001761B3 /* config.guess */,
! 287: FA322D5F0CEF750F001761B3 /* config.sub */,
! 288: FA18A63E16CEDDCE00132F66 /* configure.ng */,
! 289: 1AB674ADFE9D54B511CA2CBB /* Products */,
! 290: FA6BBC651605F6D60004247A /* libiconv.dylib */,
! 291: FA2D567A11EA1AB300D37A35 /* libpam.dylib */,
! 292: FA322DC00CEF77CB001761B3 /* libz.dylib */,
! 293: );
! 294: indentWidth = 8;
! 295: name = ngIRCd;
! 296: sourceTree = "<group>";
! 297: tabWidth = 8;
! 298: usesTabs = 1;
! 299: wrapsLines = 0;
! 300: };
! 301: 1AB674ADFE9D54B511CA2CBB /* Products */ = {
! 302: isa = PBXGroup;
! 303: children = (
! 304: FA322BBA0CEF72E4001761B3 /* ngircd */,
! 305: );
! 306: name = Products;
! 307: sourceTree = "<group>";
! 308: };
! 309: FA322CD40CEF74B0001761B3 /* src */ = {
! 310: isa = PBXGroup;
! 311: children = (
! 312: FA322CD60CEF74B1001761B3 /* Makefile.am */,
! 313: FA407F270DB1598D00271AF1 /* ipaddr */,
! 314: FA322CD70CEF74B1001761B3 /* ngircd */,
! 315: FA322D0E0CEF74B1001761B3 /* portab */,
! 316: FA322D1B0CEF74B1001761B3 /* testsuite */,
! 317: FA322D2E0CEF74B1001761B3 /* tool */,
! 318: );
! 319: name = src;
! 320: path = ../../src;
! 321: sourceTree = SOURCE_ROOT;
! 322: };
! 323: FA322CD70CEF74B1001761B3 /* ngircd */ = {
! 324: isa = PBXGroup;
! 325: children = (
! 326: FA18A64616CEE0DD00132F66 /* Makefile.ng */,
! 327: FA322CD90CEF74B1001761B3 /* array.c */,
! 328: FA322CDA0CEF74B1001761B3 /* array.h */,
! 329: FA322CDB0CEF74B1001761B3 /* channel.c */,
! 330: FA322CDC0CEF74B1001761B3 /* channel.h */,
! 331: FAACD5F314A6099C006ED74F /* class.c */,
! 332: FAACD5F414A6099C006ED74F /* class.h */,
! 333: FA322CDD0CEF74B1001761B3 /* client.c */,
! 334: FA322CDE0CEF74B1001761B3 /* client.h */,
! 335: FAD5853015271AAB00328741 /* client-cap.c */,
! 336: FAD5853115271AAB00328741 /* client-cap.h */,
! 337: FA322CDF0CEF74B1001761B3 /* conf.c */,
! 338: FA322CE00CEF74B1001761B3 /* conf.h */,
! 339: FAA3D2780F139CDC00B2447E /* conf-ssl.h */,
! 340: FA322CE50CEF74B1001761B3 /* conn.c */,
! 341: FA322CE60CEF74B1001761B3 /* conn.h */,
! 342: FA6BBC5F1605F0AB0004247A /* conn-encoding.c */,
! 343: FA6BBC601605F0AC0004247A /* conn-encoding.h */,
! 344: FA322CE10CEF74B1001761B3 /* conn-func.c */,
! 345: FA322CE20CEF74B1001761B3 /* conn-func.h */,
! 346: FAA3D2790F139CDC00B2447E /* conn-ssl.c */,
! 347: FAA3D27A0F139CDC00B2447E /* conn-ssl.h */,
! 348: FA322CE30CEF74B1001761B3 /* conn-zip.c */,
! 349: FA322CE40CEF74B1001761B3 /* conn-zip.h */,
! 350: FA322CE70CEF74B1001761B3 /* defines.h */,
! 351: FA322CE80CEF74B1001761B3 /* hash.c */,
! 352: FA322CE90CEF74B1001761B3 /* hash.h */,
! 353: FA322CEA0CEF74B1001761B3 /* io.c */,
! 354: FA322CEB0CEF74B1001761B3 /* io.h */,
! 355: FA322CFC0CEF74B1001761B3 /* irc.c */,
! 356: FA322CFD0CEF74B1001761B3 /* irc.h */,
! 357: FAD5853315271AB800328741 /* irc-cap.c */,
! 358: FAD5853415271AB800328741 /* irc-cap.h */,
! 359: FA322CEC0CEF74B1001761B3 /* irc-channel.c */,
! 360: FA322CED0CEF74B1001761B3 /* irc-channel.h */,
! 361: FA6BBC611605F0AC0004247A /* irc-encoding.c */,
! 362: FA6BBC621605F0AC0004247A /* irc-encoding.h */,
! 363: FA322CEE0CEF74B1001761B3 /* irc-info.c */,
! 364: FA322CEF0CEF74B1001761B3 /* irc-info.h */,
! 365: FA322CF00CEF74B1001761B3 /* irc-login.c */,
! 366: FA322CF10CEF74B1001761B3 /* irc-login.h */,
! 367: FA1DBB6716C707D200D4F838 /* irc-macros.h */,
! 368: FA4F1659164836B100DBD011 /* irc-metadata.c */,
! 369: FA4F165C164836BF00DBD011 /* irc-metadata.h */,
! 370: FA322CF20CEF74B1001761B3 /* irc-mode.c */,
! 371: FA322CF30CEF74B1001761B3 /* irc-mode.h */,
! 372: FA322CF40CEF74B1001761B3 /* irc-op.c */,
! 373: FA322CF50CEF74B1001761B3 /* irc-op.h */,
! 374: FA322CF60CEF74B1001761B3 /* irc-oper.c */,
! 375: FA322CF70CEF74B1001761B3 /* irc-oper.h */,
! 376: FA322CF80CEF74B1001761B3 /* irc-server.c */,
! 377: FA322CF90CEF74B1001761B3 /* irc-server.h */,
! 378: FA322CFA0CEF74B1001761B3 /* irc-write.c */,
! 379: FA322CFB0CEF74B1001761B3 /* irc-write.h */,
! 380: FA322CFE0CEF74B1001761B3 /* lists.c */,
! 381: FA322CFF0CEF74B1001761B3 /* lists.h */,
! 382: FA322D000CEF74B1001761B3 /* log.c */,
! 383: FA322D010CEF74B1001761B3 /* log.h */,
! 384: FAD5853615272C2500328741 /* login.c */,
! 385: FAD5853715272C2500328741 /* login.h */,
! 386: FA322D030CEF74B1001761B3 /* match.c */,
! 387: FA322D040CEF74B1001761B3 /* match.h */,
! 388: FA322D050CEF74B1001761B3 /* messages.h */,
! 389: FA322D060CEF74B1001761B3 /* ngircd.c */,
! 390: FA322D070CEF74B1001761B3 /* ngircd.h */,
! 391: FAE5CC2D0CF2308A007D69B6 /* numeric.c */,
! 392: FAE5CC2C0CF2308A007D69B6 /* numeric.h */,
! 393: FA85178B0FA061EC006A1F5A /* op.c */,
! 394: FA85178A0FA061EC006A1F5A /* op.h */,
! 395: FA2D564911EA158B00D37A35 /* pam.c */,
! 396: FA2D564811EA158B00D37A35 /* pam.h */,
! 397: FA322D080CEF74B1001761B3 /* parse.c */,
! 398: FA322D090CEF74B1001761B3 /* parse.h */,
! 399: FA99428B10E82A27007F27ED /* proc.c */,
! 400: FA99428A10E82A27007F27ED /* proc.h */,
! 401: FA322D0C0CEF74B1001761B3 /* resolve.c */,
! 402: FA322D0D0CEF74B1001761B3 /* resolve.h */,
! 403: FAA97C55124A271400D5BBA9 /* sighandlers.c */,
! 404: FAA97C56124A271400D5BBA9 /* sighandlers.h */,
! 405: );
! 406: path = ngircd;
! 407: sourceTree = "<group>";
! 408: };
! 409: FA322D0E0CEF74B1001761B3 /* portab */ = {
! 410: isa = PBXGroup;
! 411: children = (
! 412: FA18A64716CEE14900132F66 /* Makefile.ng */,
! 413: FA322D100CEF74B1001761B3 /* ansi2knr.1 */,
! 414: FA322D110CEF74B1001761B3 /* ansi2knr.c */,
! 415: FA322D150CEF74B1001761B3 /* portab.h */,
! 416: FA322D160CEF74B1001761B3 /* portabtest.c */,
! 417: FA322D170CEF74B1001761B3 /* splint.h */,
! 418: FA322D180CEF74B1001761B3 /* strdup.c */,
! 419: FA322D190CEF74B1001761B3 /* strlcpy.c */,
! 420: FAA3D27C0F139CF800B2447E /* strtok_r.c */,
! 421: FA322D1A0CEF74B1001761B3 /* vsnprintf.c */,
! 422: FAA3D27D0F139CF800B2447E /* waitpid.c */,
! 423: );
! 424: path = portab;
! 425: sourceTree = "<group>";
! 426: };
! 427: FA322D1B0CEF74B1001761B3 /* testsuite */ = {
! 428: isa = PBXGroup;
! 429: children = (
! 430: FA18A64A16CEE18100132F66 /* Makefile.ng */,
! 431: FA322D1D0CEF74B1001761B3 /* channel-test.e */,
! 432: FA322D1E0CEF74B1001761B3 /* check-idle.e */,
! 433: FA322D1F0CEF74B1001761B3 /* connect-test.e */,
! 434: FA322D200CEF74B1001761B3 /* functions.inc */,
! 435: FA322D210CEF74B1001761B3 /* getpid.sh */,
! 436: FAA3D2700F139CB300B2447E /* invite-test.e */,
! 437: FAA3D2710F139CB300B2447E /* join-test.e */,
! 438: FAA3D2720F139CB300B2447E /* kick-test.e */,
! 439: FAA3D2730F139CB300B2447E /* message-test.e */,
! 440: FA18A64E16CEE24B00132F66 /* misc-test.e */,
! 441: FA18A64C16CEE1AC00132F66 /* mode-test.e */,
! 442: FAA3D2740F139CB300B2447E /* ngircd-test1.conf */,
! 443: FAA3D2750F139CB300B2447E /* ngircd-test2.conf */,
! 444: FAA3D2760F139CB300B2447E /* opless-channel-test.e */,
! 445: FA322D250CEF74B1001761B3 /* README */,
! 446: FAA3D2770F139CB300B2447E /* server-link-test.e */,
! 447: FA322D260CEF74B1001761B3 /* start-server.sh */,
! 448: FA322D270CEF74B1001761B3 /* stop-server.sh */,
! 449: FA322D280CEF74B1001761B3 /* stress-A.e */,
! 450: FA322D290CEF74B1001761B3 /* stress-B.e */,
! 451: FA7E9FEE242FFC4500A04296 /* server-link-test.e */,
! 452: FA7E9FF0242FFC6C00A04296 /* server-login-test.e */,
! 453: FA322D2A0CEF74B1001761B3 /* stress-server.sh */,
! 454: FA322D2B0CEF74B1001761B3 /* test-loop.sh */,
! 455: FA322D2C0CEF74B1001761B3 /* tests.sh */,
! 456: FA322D2D0CEF74B1001761B3 /* wait-tests.sh */,
! 457: FA1A6BBD0D6857D900AA8F71 /* who-test.e */,
! 458: FA18A64D16CEE1D900132F66 /* whois-test.e */,
! 459: );
! 460: path = testsuite;
! 461: sourceTree = "<group>";
! 462: };
! 463: FA322D2E0CEF74B1001761B3 /* tool */ = {
! 464: isa = PBXGroup;
! 465: children = (
! 466: FA18A64F16CEE27700132F66 /* Makefile.ng */,
! 467: FA322D330CEF74B1001761B3 /* tool.c */,
! 468: FA322D340CEF74B1001761B3 /* tool.h */,
! 469: );
! 470: path = tool;
! 471: sourceTree = "<group>";
! 472: };
! 473: FA322D660CEF7523001761B3 /* contrib */ = {
! 474: isa = PBXGroup;
! 475: children = (
! 476: FAC4E5CD23A7DE2400A04296 /* Makefile.am */,
! 477: FA322D680CEF7523001761B3 /* Debian */,
! 478: FA322D730CEF7523001761B3 /* MacOSX */,
! 479: FA322D950CEF7523001761B3 /* README */,
! 480: FA322D920CEF7523001761B3 /* ngindent.sh */,
! 481: FA4B08E513E7F8FB00765BA3 /* ngircd-bsd.sh */,
! 482: FA4B08E613E7F91700765BA3 /* ngIRCd-Logo.gif */,
! 483: FA4B08E713E7F91700765BA3 /* ngircd-redhat.init */,
! 484: FA4B4F542055B47C00A04296 /* ngircd.logcheck */,
! 485: FA18A63F16CEDE2300132F66 /* ngircd.service */,
! 486: FA18A64016CEDE2300132F66 /* ngircd.socket */,
! 487: FA322D940CEF7523001761B3 /* ngircd.spec */,
! 488: FAA9C8162377186900A04296 /* nglog.sh */,
! 489: FA4B08E813E7F91C00765BA3 /* platformtest.sh */,
! 490: );
! 491: name = contrib;
! 492: path = ..;
! 493: sourceTree = SOURCE_ROOT;
! 494: };
! 495: FA322D680CEF7523001761B3 /* Debian */ = {
! 496: isa = PBXGroup;
! 497: children = (
! 498: FA322D6E0CEF7523001761B3 /* Makefile.am */,
! 499: FA322D6A0CEF7523001761B3 /* changelog */,
! 500: FA322D6B0CEF7523001761B3 /* compat */,
! 501: FA322D6C0CEF7523001761B3 /* control */,
! 502: FA322D6D0CEF7523001761B3 /* copyright */,
! 503: FA322D6F0CEF7523001761B3 /* ngircd.default */,
! 504: FA322D700CEF7523001761B3 /* ngircd.init */,
! 505: FA18A64116CEDE3500132F66 /* ngircd.pam */,
! 506: FA322D710CEF7523001761B3 /* ngircd.postinst */,
! 507: FA322D720CEF7523001761B3 /* rules */,
! 508: FA4B4F552055B4C800A04296 /* source */,
! 509: );
! 510: path = Debian;
! 511: sourceTree = "<group>";
! 512: };
! 513: FA322D730CEF7523001761B3 /* MacOSX */ = {
! 514: isa = PBXGroup;
! 515: children = (
! 516: FA18A64316CEDE8100132F66 /* Makefile.am */,
! 517: FAA3D2810F139D2E00B2447E /* ngIRCd.pmdoc */,
! 518: FA322DB10CEF7565001761B3 /* config.h */,
! 519: FA18A64216CEDE5700132F66 /* de.barton.ngircd.plist.tmpl */,
! 520: FA322D8E0CEF7523001761B3 /* ngIRCd.xcodeproj */,
! 521: FAA3D28A0F139D2E00B2447E /* postinstall.sh */,
! 522: FAA3D28B0F139D2E00B2447E /* preinstall.sh */,
! 523: );
! 524: path = MacOSX;
! 525: sourceTree = "<group>";
! 526: };
! 527: FA322D8F0CEF7523001761B3 /* Products */ = {
! 528: isa = PBXGroup;
! 529: children = (
! 530: );
! 531: name = Products;
! 532: sourceTree = "<group>";
! 533: };
! 534: FA322D970CEF752C001761B3 /* doc */ = {
! 535: isa = PBXGroup;
! 536: children = (
! 537: FA322D9B0CEF752C001761B3 /* Makefile.am */,
! 538: FA322DA20CEF752C001761B3 /* src */,
! 539: FAE22BD215270EA300F1A5AB /* Bopm.txt */,
! 540: FAD5852F15271A7800328741 /* Capabilities.txt */,
! 541: FA18A64416CEDFCE00132F66 /* Commands.txt */,
! 542: FAE22BD415270EA300F1A5AB /* Contributing.txt */,
! 543: FA322D9A0CEF752C001761B3 /* FAQ.txt */,
! 544: FAE22BD515270EB500F1A5AB /* HowToRelease.txt */,
! 545: FAE22BD615270EB500F1A5AB /* Modes.txt */,
! 546: FAE22BD715270EB500F1A5AB /* PAM.txt */,
! 547: FA322D9C0CEF752C001761B3 /* Platforms.txt */,
! 548: FA322D9D0CEF752C001761B3 /* Protocol.txt */,
! 549: FA322D9E0CEF752C001761B3 /* README-AUX.txt */,
! 550: FA322D9F0CEF752C001761B3 /* README-BeOS.txt */,
! 551: FAE22BD815270EC400F1A5AB /* README-Interix.txt */,
! 552: FA322DA00CEF752C001761B3 /* RFC.txt */,
! 553: FAA3D2800F139D1500B2447E /* Services.txt */,
! 554: FA322DA90CEF752C001761B3 /* SSL.txt */,
! 555: FA77849A133FB9FF00740057 /* sample-ngircd.conf.tmpl */,
! 556: );
! 557: name = doc;
! 558: path = ../../doc;
! 559: sourceTree = SOURCE_ROOT;
! 560: };
! 561: FA322DA20CEF752C001761B3 /* src */ = {
! 562: isa = PBXGroup;
! 563: children = (
! 564: FA322DA70CEF752C001761B3 /* Makefile.am */,
! 565: FA322DA40CEF752C001761B3 /* Doxyfile */,
! 566: FA322DA50CEF752C001761B3 /* footer.inc.html */,
! 567: );
! 568: path = src;
! 569: sourceTree = "<group>";
! 570: };
! 571: FA322DAB0CEF7538001761B3 /* man */ = {
! 572: isa = PBXGroup;
! 573: children = (
! 574: FA322DAD0CEF7538001761B3 /* Makefile.am */,
! 575: FA322DAE0CEF7538001761B3 /* ngircd.8.tmpl */,
! 576: FA322DAF0CEF7538001761B3 /* ngircd.conf.5.tmpl */,
! 577: );
! 578: name = man;
! 579: path = ../../man;
! 580: sourceTree = SOURCE_ROOT;
! 581: };
! 582: FA407F270DB1598D00271AF1 /* ipaddr */ = {
! 583: isa = PBXGroup;
! 584: children = (
! 585: FA18A64516CEE0C700132F66 /* Makefile.ng */,
! 586: FA407F2C0DB159F400271AF1 /* ng_ipaddr.c */,
! 587: FA407F2D0DB159F400271AF1 /* ng_ipaddr.h */,
! 588: );
! 589: name = ipaddr;
! 590: sourceTree = "<group>";
! 591: };
! 592: FAA3D2810F139D2E00B2447E /* ngIRCd.pmdoc */ = {
! 593: isa = PBXGroup;
! 594: children = (
! 595: FAA3D2880F139D2E00B2447E /* Makefile.am */,
! 596: FAA3D2860F139D2E00B2447E /* index.xml */,
! 597: FAA3D2830F139D2E00B2447E /* 01ngircd.xml */,
! 598: FAA3D2820F139D2E00B2447E /* 01ngircd-contents.xml */,
! 599: FAA3D2850F139D2E00B2447E /* 02de.xml */,
! 600: FAA3D2840F139D2E00B2447E /* 02de-contents.xml */,
! 601: );
! 602: path = ngIRCd.pmdoc;
! 603: sourceTree = "<group>";
! 604: };
! 605: /* End PBXGroup section */
! 606:
! 607: /* Begin PBXNativeTarget section */
! 608: 8DD76FA90486AB0100D96B5E /* ngIRCd */ = {
! 609: isa = PBXNativeTarget;
! 610: buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "ngIRCd" */;
! 611: buildPhases = (
! 612: 8DD76FAB0486AB0100D96B5E /* Sources */,
! 613: 8DD76FAD0486AB0100D96B5E /* Frameworks */,
! 614: );
! 615: buildRules = (
! 616: );
! 617: dependencies = (
! 618: );
! 619: name = ngIRCd;
! 620: productInstallPath = "$(HOME)/bin";
! 621: productName = ngIRCd;
! 622: productReference = FA322BBA0CEF72E4001761B3 /* ngircd */;
! 623: productType = "com.apple.product-type.tool";
! 624: };
! 625: /* End PBXNativeTarget section */
! 626:
! 627: /* Begin PBXProject section */
! 628: 08FB7793FE84155DC02AAC07 /* Project object */ = {
! 629: isa = PBXProject;
! 630: attributes = {
! 631: LastUpgradeCheck = 1140;
! 632: ORGANIZATIONNAME = "ngIRCd Development Team";
! 633: };
! 634: buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "ngIRCd" */;
! 635: compatibilityVersion = "Xcode 3.2";
! 636: developmentRegion = en;
! 637: hasScannedForEncodings = 1;
! 638: knownRegions = (
! 639: en,
! 640: Base,
! 641: );
! 642: mainGroup = 08FB7794FE84155DC02AAC07 /* ngIRCd */;
! 643: projectDirPath = "";
! 644: projectReferences = (
! 645: {
! 646: ProductGroup = FA322D8F0CEF7523001761B3 /* Products */;
! 647: ProjectRef = FA322D8E0CEF7523001761B3 /* ngIRCd.xcodeproj */;
! 648: },
! 649: );
! 650: projectRoot = "";
! 651: targets = (
! 652: 8DD76FA90486AB0100D96B5E /* ngIRCd */,
! 653: );
! 654: };
! 655: /* End PBXProject section */
! 656:
! 657: /* Begin PBXSourcesBuildPhase section */
! 658: 8DD76FAB0486AB0100D96B5E /* Sources */ = {
! 659: isa = PBXSourcesBuildPhase;
! 660: buildActionMask = 2147483647;
! 661: files = (
! 662: FA322D350CEF74B1001761B3 /* array.c in Sources */,
! 663: FA322D360CEF74B1001761B3 /* channel.c in Sources */,
! 664: FA322D370CEF74B1001761B3 /* client.c in Sources */,
! 665: FA322D380CEF74B1001761B3 /* conf.c in Sources */,
! 666: FA322D390CEF74B1001761B3 /* conn-func.c in Sources */,
! 667: FA322D3A0CEF74B1001761B3 /* conn-zip.c in Sources */,
! 668: FA322D3B0CEF74B1001761B3 /* conn.c in Sources */,
! 669: FA322D3C0CEF74B1001761B3 /* hash.c in Sources */,
! 670: FA322D3D0CEF74B1001761B3 /* io.c in Sources */,
! 671: FA322D3E0CEF74B1001761B3 /* irc-channel.c in Sources */,
! 672: FA322D3F0CEF74B1001761B3 /* irc-info.c in Sources */,
! 673: FA322D400CEF74B1001761B3 /* irc-login.c in Sources */,
! 674: FA322D410CEF74B1001761B3 /* irc-mode.c in Sources */,
! 675: FA322D420CEF74B1001761B3 /* irc-op.c in Sources */,
! 676: FA322D430CEF74B1001761B3 /* irc-oper.c in Sources */,
! 677: FA322D440CEF74B1001761B3 /* irc-server.c in Sources */,
! 678: FA322D450CEF74B1001761B3 /* irc-write.c in Sources */,
! 679: FA322D460CEF74B1001761B3 /* irc.c in Sources */,
! 680: FA322D470CEF74B1001761B3 /* lists.c in Sources */,
! 681: FA322D480CEF74B1001761B3 /* log.c in Sources */,
! 682: FA322D490CEF74B1001761B3 /* match.c in Sources */,
! 683: FA322D4A0CEF74B1001761B3 /* ngircd.c in Sources */,
! 684: FA322D4B0CEF74B1001761B3 /* parse.c in Sources */,
! 685: FA322D4D0CEF74B1001761B3 /* resolve.c in Sources */,
! 686: FA322DBE0CEF7766001761B3 /* tool.c in Sources */,
! 687: FAE5CC2E0CF2308A007D69B6 /* numeric.c in Sources */,
! 688: FA407F2E0DB159F400271AF1 /* ng_ipaddr.c in Sources */,
! 689: FAA3D27B0F139CDC00B2447E /* conn-ssl.c in Sources */,
! 690: FA85178C0FA061EC006A1F5A /* op.c in Sources */,
! 691: FA99428C10E82A27007F27ED /* proc.c in Sources */,
! 692: FA2D564A11EA158B00D37A35 /* pam.c in Sources */,
! 693: FAA97C57124A271400D5BBA9 /* sighandlers.c in Sources */,
! 694: FAACD5F514A6099C006ED74F /* class.c in Sources */,
! 695: FAD5853215271AAB00328741 /* client-cap.c in Sources */,
! 696: FAD5853515271AB800328741 /* irc-cap.c in Sources */,
! 697: FAD5853815272C2600328741 /* login.c in Sources */,
! 698: FA6BBC631605F0AC0004247A /* conn-encoding.c in Sources */,
! 699: FA6BBC641605F0AC0004247A /* irc-encoding.c in Sources */,
! 700: FA4F165A164836B100DBD011 /* irc-metadata.c in Sources */,
! 701: );
! 702: runOnlyForDeploymentPostprocessing = 0;
! 703: };
! 704: /* End PBXSourcesBuildPhase section */
! 705:
! 706: /* Begin XCBuildConfiguration section */
! 707: 1DEB928708733DD80010E9CD /* Default */ = {
! 708: isa = XCBuildConfiguration;
! 709: buildSettings = {
! 710: CLANG_ENABLE_OBJC_WEAK = YES;
! 711: };
! 712: name = Default;
! 713: };
! 714: 1DEB928B08733DD80010E9CD /* Default */ = {
! 715: isa = XCBuildConfiguration;
! 716: buildSettings = {
! 717: ALWAYS_SEARCH_USER_PATHS = NO;
! 718: CLANG_WARN_ASSIGN_ENUM = YES;
! 719: CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
! 720: CLANG_WARN_COMMA = YES;
! 721: CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
! 722: CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
! 723: CLANG_WARN_EMPTY_BODY = YES;
! 724: CLANG_WARN_INFINITE_RECURSION = YES;
! 725: CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
! 726: CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
! 727: CLANG_WARN_SEMICOLON_BEFORE_METHOD_BODY = YES;
! 728: CLANG_WARN_STRICT_PROTOTYPES = YES;
! 729: CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
! 730: CLANG_WARN_SUSPICIOUS_MOVE = YES;
! 731: CLANG_WARN_UNREACHABLE_CODE = YES;
! 732: CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
! 733: ENABLE_STRICT_OBJC_MSGSEND = YES;
! 734: GCC_NO_COMMON_BLOCKS = YES;
! 735: GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
! 736: GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
! 737: GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
! 738: GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
! 739: GCC_WARN_ABOUT_RETURN_TYPE = YES;
! 740: GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
! 741: GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
! 742: GCC_WARN_PEDANTIC = YES;
! 743: GCC_WARN_SHADOW = YES;
! 744: GCC_WARN_SIGN_COMPARE = YES;
! 745: GCC_WARN_UNDECLARED_SELECTOR = YES;
! 746: GCC_WARN_UNINITIALIZED_AUTOS = YES;
! 747: GCC_WARN_UNUSED_FUNCTION = YES;
! 748: GCC_WARN_UNUSED_LABEL = YES;
! 749: GCC_WARN_UNUSED_PARAMETER = YES;
! 750: GCC_WARN_UNUSED_VARIABLE = YES;
! 751: MACOSX_DEPLOYMENT_TARGET = 10.6;
! 752: PRODUCT_NAME = ngircd;
! 753: };
! 754: name = Default;
! 755: };
! 756: FAB0570C105D917F006AF9E2 /* Debug */ = {
! 757: isa = XCBuildConfiguration;
! 758: buildSettings = {
! 759: ALWAYS_SEARCH_USER_PATHS = NO;
! 760: CLANG_WARN_ASSIGN_ENUM = YES;
! 761: CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
! 762: CLANG_WARN_COMMA = YES;
! 763: CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
! 764: CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
! 765: CLANG_WARN_EMPTY_BODY = YES;
! 766: CLANG_WARN_INFINITE_RECURSION = YES;
! 767: CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
! 768: CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
! 769: CLANG_WARN_SEMICOLON_BEFORE_METHOD_BODY = YES;
! 770: CLANG_WARN_STRICT_PROTOTYPES = YES;
! 771: CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
! 772: CLANG_WARN_SUSPICIOUS_MOVE = YES;
! 773: CLANG_WARN_UNREACHABLE_CODE = YES;
! 774: CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
! 775: ENABLE_STRICT_OBJC_MSGSEND = YES;
! 776: ENABLE_TESTABILITY = YES;
! 777: GCC_NO_COMMON_BLOCKS = YES;
! 778: GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
! 779: GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
! 780: GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
! 781: GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
! 782: GCC_WARN_ABOUT_RETURN_TYPE = YES;
! 783: GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
! 784: GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
! 785: GCC_WARN_PEDANTIC = YES;
! 786: GCC_WARN_SHADOW = YES;
! 787: GCC_WARN_SIGN_COMPARE = YES;
! 788: GCC_WARN_UNDECLARED_SELECTOR = YES;
! 789: GCC_WARN_UNINITIALIZED_AUTOS = YES;
! 790: GCC_WARN_UNUSED_FUNCTION = YES;
! 791: GCC_WARN_UNUSED_LABEL = YES;
! 792: GCC_WARN_UNUSED_PARAMETER = YES;
! 793: GCC_WARN_UNUSED_VARIABLE = YES;
! 794: MACOSX_DEPLOYMENT_TARGET = 10.6;
! 795: ONLY_ACTIVE_ARCH = YES;
! 796: PRODUCT_NAME = ngircd;
! 797: SDKROOT = "";
! 798: STRIP_INSTALLED_PRODUCT = NO;
! 799: };
! 800: name = Debug;
! 801: };
! 802: FAB0570D105D917F006AF9E2 /* Debug */ = {
! 803: isa = XCBuildConfiguration;
! 804: buildSettings = {
! 805: CLANG_ENABLE_OBJC_WEAK = YES;
! 806: };
! 807: name = Debug;
! 808: };
! 809: /* End XCBuildConfiguration section */
! 810:
! 811: /* Begin XCConfigurationList section */
! 812: 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "ngIRCd" */ = {
! 813: isa = XCConfigurationList;
! 814: buildConfigurations = (
! 815: 1DEB928708733DD80010E9CD /* Default */,
! 816: FAB0570D105D917F006AF9E2 /* Debug */,
! 817: );
! 818: defaultConfigurationIsVisible = 0;
! 819: defaultConfigurationName = Default;
! 820: };
! 821: 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "ngIRCd" */ = {
! 822: isa = XCConfigurationList;
! 823: buildConfigurations = (
! 824: 1DEB928B08733DD80010E9CD /* Default */,
! 825: FAB0570C105D917F006AF9E2 /* Debug */,
! 826: );
! 827: defaultConfigurationIsVisible = 0;
! 828: defaultConfigurationName = Default;
! 829: };
! 830: /* End XCConfigurationList section */
! 831: };
! 832: rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
! 833: }
CVSweb