X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=contrib%2FMacOSX%2FngIRCd.xcodeproj%2Fproject.pbxproj;h=d67ac8945f6f199e4890cf1cfd6962d78c11288f;hb=a77353361bc11a25f30bd1ea13d54cb92e1134a4;hp=ed4d6e44ad6a28b1a2885d9261dad10045461b3c;hpb=fb5aa8f65213e97816fc16c2b794e030e0bd6da6;p=ngircd-alex.git diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj index ed4d6e44..d67ac894 100644 --- a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj +++ b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj @@ -171,7 +171,6 @@ FA322D920CEF7523001761B3 /* ngindent.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = ngindent.sh; sourceTree = ""; }; FA322D940CEF7523001761B3 /* ngircd.spec */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = ngircd.spec; sourceTree = ""; }; FA322D950CEF7523001761B3 /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = README; sourceTree = ""; }; - FA322D960CEF7523001761B3 /* systrace.policy */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = systrace.policy; sourceTree = ""; }; FA322D9A0CEF752C001761B3 /* FAQ.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = FAQ.txt; sourceTree = ""; }; FA322D9B0CEF752C001761B3 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Makefile.am; sourceTree = ""; }; FA322D9C0CEF752C001761B3 /* Platforms.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = Platforms.txt; sourceTree = ""; }; @@ -204,6 +203,8 @@ FA6BBC621605F0AC0004247A /* irc-encoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "irc-encoding.h"; sourceTree = ""; }; FA6BBC651605F6D60004247A /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = ../../../../../../../usr/lib/libiconv.dylib; sourceTree = ""; }; FA77849A133FB9FF00740057 /* sample-ngircd.conf.tmpl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "sample-ngircd.conf.tmpl"; sourceTree = ""; }; + FA7E9FEE242FFC4500A04296 /* server-link-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "server-link-test.e"; sourceTree = ""; }; + FA7E9FF0242FFC6C00A04296 /* server-login-test.e */ = {isa = PBXFileReference; lastKnownFileType = text; path = "server-login-test.e"; sourceTree = ""; }; FA85178A0FA061EC006A1F5A /* op.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = op.h; sourceTree = ""; }; FA85178B0FA061EC006A1F5A /* op.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; path = op.c; sourceTree = ""; }; FA99428A10E82A27007F27ED /* proc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = proc.h; sourceTree = ""; }; @@ -427,32 +428,34 @@ isa = PBXGroup; children = ( FA18A64A16CEE18100132F66 /* Makefile.ng */, - FA322D250CEF74B1001761B3 /* README */, FA322D1D0CEF74B1001761B3 /* channel-test.e */, FA322D1E0CEF74B1001761B3 /* check-idle.e */, FA322D1F0CEF74B1001761B3 /* connect-test.e */, + FA322D200CEF74B1001761B3 /* functions.inc */, + FA322D210CEF74B1001761B3 /* getpid.sh */, FAA3D2700F139CB300B2447E /* invite-test.e */, FAA3D2710F139CB300B2447E /* join-test.e */, FAA3D2720F139CB300B2447E /* kick-test.e */, FAA3D2730F139CB300B2447E /* message-test.e */, FA18A64E16CEE24B00132F66 /* misc-test.e */, FA18A64C16CEE1AC00132F66 /* mode-test.e */, - FAA3D2760F139CB300B2447E /* opless-channel-test.e */, - FAA3D2770F139CB300B2447E /* server-link-test.e */, - FA322D280CEF74B1001761B3 /* stress-A.e */, - FA322D290CEF74B1001761B3 /* stress-B.e */, - FA1A6BBD0D6857D900AA8F71 /* who-test.e */, - FA18A64D16CEE1D900132F66 /* whois-test.e */, - FA322D200CEF74B1001761B3 /* functions.inc */, FAA3D2740F139CB300B2447E /* ngircd-test1.conf */, FAA3D2750F139CB300B2447E /* ngircd-test2.conf */, - FA322D210CEF74B1001761B3 /* getpid.sh */, + FAA3D2760F139CB300B2447E /* opless-channel-test.e */, + FA322D250CEF74B1001761B3 /* README */, + FAA3D2770F139CB300B2447E /* server-link-test.e */, FA322D260CEF74B1001761B3 /* start-server.sh */, FA322D270CEF74B1001761B3 /* stop-server.sh */, + FA322D280CEF74B1001761B3 /* stress-A.e */, + FA322D290CEF74B1001761B3 /* stress-B.e */, + FA7E9FEE242FFC4500A04296 /* server-link-test.e */, + FA7E9FF0242FFC6C00A04296 /* server-login-test.e */, FA322D2A0CEF74B1001761B3 /* stress-server.sh */, FA322D2B0CEF74B1001761B3 /* test-loop.sh */, FA322D2C0CEF74B1001761B3 /* tests.sh */, FA322D2D0CEF74B1001761B3 /* wait-tests.sh */, + FA1A6BBD0D6857D900AA8F71 /* who-test.e */, + FA18A64D16CEE1D900132F66 /* whois-test.e */, ); path = testsuite; sourceTree = ""; @@ -484,7 +487,6 @@ FA322D940CEF7523001761B3 /* ngircd.spec */, FAA9C8162377186900A04296 /* nglog.sh */, FA4B08E813E7F91C00765BA3 /* platformtest.sh */, - FA322D960CEF7523001761B3 /* systrace.policy */, ); name = contrib; path = ..; @@ -626,18 +628,16 @@ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1000; + LastUpgradeCheck = 1130; ORGANIZATIONNAME = "ngIRCd Development Team"; }; buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "ngIRCd" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 1; knownRegions = ( - English, - Japanese, - French, - German, + en, + Base, ); mainGroup = 08FB7794FE84155DC02AAC07 /* ngIRCd */; projectDirPath = "";