mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Update Mac OS X build for 10.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12d355b077
commit
4047855ba5
3 changed files with 210 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-10-28 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* macosx/gnustep.pbproj/project.pbxproj: Update for 10.3 (Xcode).
|
||||||
|
* macosx/REAMDE: Add comment
|
||||||
|
(Update from Philip Mötteli <Philip.Moetteli@tele2.ch>).
|
||||||
|
|
||||||
Tue Oct 28 10:12:00 2003 Richard Frith-Macdonald <rfm@gnu.org>
|
Tue Oct 28 10:12:00 2003 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSRunLoop.m: Modified (acceptInputForMode:beforeDate:) and
|
* Source/NSRunLoop.m: Modified (acceptInputForMode:beforeDate:) and
|
||||||
|
|
|
@ -7,6 +7,8 @@ Framework, written by Stephane Corthesy <stephane@sente.ch>. If builds
|
||||||
a library that contains classes and extensions found in the GNUstep base
|
a library that contains classes and extensions found in the GNUstep base
|
||||||
library, but that are not found in the MacOSX Foundation framework.
|
library, but that are not found in the MacOSX Foundation framework.
|
||||||
|
|
||||||
|
Currently updated for Mac OS X 10.3
|
||||||
|
|
||||||
Note that the GNUstep developers do NOT maintain this project as we do
|
Note that the GNUstep developers do NOT maintain this project as we do
|
||||||
not normally have access to MacOSX machines. Thus it is possible this
|
not normally have access to MacOSX machines. Thus it is possible this
|
||||||
project will be out of date with the actual sources. However, it is
|
project will be out of date with the actual sources. However, it is
|
||||||
|
|
|
@ -3,14 +3,19 @@
|
||||||
archiveVersion = 1;
|
archiveVersion = 1;
|
||||||
classes = {
|
classes = {
|
||||||
};
|
};
|
||||||
objectVersion = 38;
|
objectVersion = 39;
|
||||||
objects = {
|
objects = {
|
||||||
014CEA440018CDF011CA2923 = {
|
014CEA440018CDF011CA2923 = {
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
|
GCC_DYNAMIC_NO_PIC = NO;
|
||||||
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||||
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||||
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
OPTIMIZATION_CFLAGS = "-O0";
|
OPTIMIZATION_CFLAGS = "-O0";
|
||||||
|
ZERO_LINK = YES;
|
||||||
};
|
};
|
||||||
isa = PBXBuildStyle;
|
isa = PBXBuildStyle;
|
||||||
name = Development;
|
name = Development;
|
||||||
|
@ -20,6 +25,8 @@
|
||||||
);
|
);
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
COPY_PHASE_STRIP = YES;
|
COPY_PHASE_STRIP = YES;
|
||||||
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||||
|
ZERO_LINK = NO;
|
||||||
};
|
};
|
||||||
isa = PBXBuildStyle;
|
isa = PBXBuildStyle;
|
||||||
name = Deployment;
|
name = Deployment;
|
||||||
|
@ -43,11 +50,15 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = Products;
|
name = Products;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
034768E0FF38A50411DB9C8B = {
|
034768E0FF38A50411DB9C8B = {
|
||||||
|
expectedFileType = wrapper.framework;
|
||||||
|
fallbackIsa = PBXFileReference;
|
||||||
isa = PBXFrameworkReference;
|
isa = PBXFrameworkReference;
|
||||||
path = GNUstepBase.framework;
|
path = GNUstepBase.framework;
|
||||||
refType = 3;
|
refType = 3;
|
||||||
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
};
|
};
|
||||||
//030
|
//030
|
||||||
//031
|
//031
|
||||||
|
@ -60,6 +71,8 @@
|
||||||
//083
|
//083
|
||||||
//084
|
//084
|
||||||
0867D690FE84028FC02AAC07 = {
|
0867D690FE84028FC02AAC07 = {
|
||||||
|
buildSettings = {
|
||||||
|
};
|
||||||
buildStyles = (
|
buildStyles = (
|
||||||
014CEA440018CDF011CA2923,
|
014CEA440018CDF011CA2923,
|
||||||
014CEA450018CDF011CA2923,
|
014CEA450018CDF011CA2923,
|
||||||
|
@ -90,6 +103,7 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = gnustep;
|
name = gnustep;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
0867D69AFE84028FC02AAC07 = {
|
0867D69AFE84028FC02AAC07 = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -99,12 +113,16 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = "External Frameworks and Libraries";
|
name = "External Frameworks and Libraries";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
0867D69BFE84028FC02AAC07 = {
|
0867D69BFE84028FC02AAC07 = {
|
||||||
|
expectedFileType = wrapper.framework;
|
||||||
|
fallbackIsa = PBXFileReference;
|
||||||
isa = PBXFrameworkReference;
|
isa = PBXFrameworkReference;
|
||||||
name = Foundation.framework;
|
name = Foundation.framework;
|
||||||
path = /System/Library/Frameworks/Foundation.framework;
|
path = /System/Library/Frameworks/Foundation.framework;
|
||||||
refType = 0;
|
refType = 0;
|
||||||
|
sourceTree = "<absolute>";
|
||||||
};
|
};
|
||||||
0867D69CFE84028FC02AAC07 = {
|
0867D69CFE84028FC02AAC07 = {
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
|
@ -253,6 +271,7 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = Resources;
|
name = Resources;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
089C1666FE841158C02AAC07 = {
|
089C1666FE841158C02AAC07 = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -261,13 +280,16 @@
|
||||||
isa = PBXVariantGroup;
|
isa = PBXVariantGroup;
|
||||||
name = InfoPlist.strings;
|
name = InfoPlist.strings;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
089C1667FE841158C02AAC07 = {
|
089C1667FE841158C02AAC07 = {
|
||||||
|
expectedFileType = text.plist.strings;
|
||||||
fileEncoding = 10;
|
fileEncoding = 10;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = English;
|
name = English;
|
||||||
path = English.lproj/InfoPlist.strings;
|
path = English.lproj/InfoPlist.strings;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
089C1668FE841158C02AAC07 = {
|
089C1668FE841158C02AAC07 = {
|
||||||
fileRef = 089C1666FE841158C02AAC07;
|
fileRef = 089C1666FE841158C02AAC07;
|
||||||
|
@ -294,6 +316,7 @@
|
||||||
name = Source;
|
name = Source;
|
||||||
path = ../Source;
|
path = ../Source;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
//080
|
//080
|
||||||
//081
|
//081
|
||||||
|
@ -316,6 +339,7 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = "Linked Frameworks";
|
name = "Linked Frameworks";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
1058C7B2FEA5585E11CA2CBB = {
|
1058C7B2FEA5585E11CA2CBB = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -323,6 +347,7 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = "Other Frameworks";
|
name = "Other Frameworks";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
//100
|
//100
|
||||||
//101
|
//101
|
||||||
|
@ -343,6 +368,7 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = "Other Sources";
|
name = "Other Sources";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
//320
|
//320
|
||||||
//321
|
//321
|
||||||
|
@ -363,6 +389,7 @@
|
||||||
name = Tools;
|
name = Tools;
|
||||||
path = ../Tools;
|
path = ../Tools;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
554DDE7A04310FB500000001 = {
|
554DDE7A04310FB500000001 = {
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
|
@ -423,13 +450,17 @@
|
||||||
productReference = 554DDE7F04310FB500000001;
|
productReference = 554DDE7F04310FB500000001;
|
||||||
};
|
};
|
||||||
554DDE7F04310FB500000001 = {
|
554DDE7F04310FB500000001 = {
|
||||||
|
expectedFileType = "compiled.mach-o.executable";
|
||||||
|
fallbackIsa = PBXFileReference;
|
||||||
isa = PBXExecutableFileReference;
|
isa = PBXExecutableFileReference;
|
||||||
path = HTMLLinker;
|
path = HTMLLinker;
|
||||||
refType = 3;
|
refType = 3;
|
||||||
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
};
|
};
|
||||||
554DDE8104310FBF00000001 = {
|
554DDE8104310FBF00000001 = {
|
||||||
isa = PBXTargetDependency;
|
isa = PBXTargetDependency;
|
||||||
target = 0867D69CFE84028FC02AAC07;
|
target = 0867D69CFE84028FC02AAC07;
|
||||||
|
targetProxy = EFF06DE3054E5BDA002EC6F5;
|
||||||
};
|
};
|
||||||
554DDE820431104D00000001 = {
|
554DDE820431104D00000001 = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -439,12 +470,15 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = HTMLLinker;
|
name = HTMLLinker;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
554DDE830431106D00000001 = {
|
554DDE830431106D00000001 = {
|
||||||
|
expectedFileType = file;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = HTMLLinker.m;
|
path = HTMLLinker.m;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
554DDE840431106D00000001 = {
|
554DDE840431106D00000001 = {
|
||||||
fileRef = 554DDE830431106D00000001;
|
fileRef = 554DDE830431106D00000001;
|
||||||
|
@ -453,10 +487,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
554DDE85043110AA00000001 = {
|
554DDE85043110AA00000001 = {
|
||||||
|
expectedFileType = file;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = HTMLLinker.html;
|
path = HTMLLinker.html;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
554DDE87043110C200000001 = {
|
554DDE87043110C200000001 = {
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
|
@ -474,10 +510,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
555112B303FEC81600000001 = {
|
555112B303FEC81600000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = "thr-mach.h";
|
path = "thr-mach.h";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
555112B403FEC81600000001 = {
|
555112B403FEC81600000001 = {
|
||||||
fileRef = 555112B303FEC81600000001;
|
fileRef = 555112B303FEC81600000001;
|
||||||
|
@ -489,11 +527,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
555112B603FEC83800000001 = {
|
555112B603FEC83800000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = "thr-pthread.m";
|
name = "thr-pthread.m";
|
||||||
path = "../Source/thr-pthread.m";
|
path = "../Source/thr-pthread.m";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
555112B803FEC83800000001 = {
|
555112B803FEC83800000001 = {
|
||||||
fileRef = 555112B603FEC83800000001;
|
fileRef = 555112B603FEC83800000001;
|
||||||
|
@ -502,11 +542,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
555FEDB703EC450500000001 = {
|
555FEDB703EC450500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSCompatibility.h;
|
name = GSCompatibility.h;
|
||||||
path = ../../../Source/Additions/GSCompatibility.h;
|
path = ../../../Source/Additions/GSCompatibility.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
555FEDB803EC450500000001 = {
|
555FEDB803EC450500000001 = {
|
||||||
fileRef = 555FEDB703EC450500000001;
|
fileRef = 555FEDB703EC450500000001;
|
||||||
|
@ -518,11 +560,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
5566CC2804324D9F00000002 = {
|
5566CC2804324D9F00000002 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = README;
|
name = README;
|
||||||
path = ../macosx/README;
|
path = ../macosx/README;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
5566CC2904324DA700000002 = {
|
5566CC2904324DA700000002 = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -539,6 +583,7 @@
|
||||||
name = Documentation;
|
name = Documentation;
|
||||||
path = ../Documentation;
|
path = ../Documentation;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
556FFD1903EC2ECE00000001 = {
|
556FFD1903EC2ECE00000001 = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -556,60 +601,79 @@
|
||||||
name = unicode;
|
name = unicode;
|
||||||
path = Additions/GNUstepBase/unicode;
|
path = Additions/GNUstepBase/unicode;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD1A03EC2ECE00000001 = {
|
556FFD1A03EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = caseconv.h;
|
path = caseconv.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD1B03EC2ECE00000001 = {
|
556FFD1B03EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = cop.h;
|
path = cop.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD1C03EC2ECE00000001 = {
|
556FFD1C03EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = cyrillic.h;
|
path = cyrillic.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD1D03EC2ECE00000001 = {
|
556FFD1D03EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = decomp.h;
|
path = decomp.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD1E03EC2ECE00000001 = {
|
556FFD1E03EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = gsm0338.h;
|
path = gsm0338.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD1F03EC2ECE00000001 = {
|
556FFD1F03EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = latin2.h;
|
path = latin2.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD2003EC2ECE00000001 = {
|
556FFD2003EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = latin9.h;
|
path = latin9.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD2103EC2ECE00000001 = {
|
556FFD2103EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = nextstep.h;
|
path = nextstep.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD2203EC2ECE00000001 = {
|
556FFD2203EC2ECE00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = thai.h;
|
path = thai.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD2303EC2ECE00000001 = {
|
556FFD2303EC2ECE00000001 = {
|
||||||
fileRef = 556FFD1A03EC2ECE00000001;
|
fileRef = 556FFD1A03EC2ECE00000001;
|
||||||
|
@ -666,10 +730,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
556FFD2C03EC331600000001 = {
|
556FFD2C03EC331600000001 = {
|
||||||
|
expectedFileType = "compiled.mach-o.dylib";
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = libiconv.dylib;
|
name = libiconv.dylib;
|
||||||
path = /sw/lib/libiconv.dylib;
|
path = /sw/lib/libiconv.dylib;
|
||||||
refType = 0;
|
refType = 0;
|
||||||
|
sourceTree = "<absolute>";
|
||||||
};
|
};
|
||||||
556FFD2E03EC36E500000001 = {
|
556FFD2E03EC36E500000001 = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -691,73 +757,96 @@
|
||||||
name = GNUstepBase;
|
name = GNUstepBase;
|
||||||
path = Additions/GNUstepBase;
|
path = Additions/GNUstepBase;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD3103EC36E500000001 = {
|
556FFD3103EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = behavior.h;
|
path = behavior.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD3603EC36E500000001 = {
|
556FFD3603EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = GCObject.h;
|
path = GCObject.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD3703EC36E500000001 = {
|
556FFD3703EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = GNUstep.h;
|
path = GNUstep.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD3803EC36E500000001 = {
|
556FFD3803EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = GSCategories.h;
|
path = GSCategories.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD4003EC36E500000001 = {
|
556FFD4003EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = GSMime.h;
|
path = GSMime.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD4103EC36E500000001 = {
|
556FFD4103EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = GSObjCRuntime.h;
|
path = GSObjCRuntime.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD4303EC36E500000001 = {
|
556FFD4303EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = GSXML.h;
|
path = GSXML.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD8803EC36E500000001 = {
|
556FFD8803EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = "objc-gnu2next.h";
|
path = "objc-gnu2next.h";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD8A03EC36E500000001 = {
|
556FFD8A03EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = preface.h;
|
name = preface.h;
|
||||||
path = GNUstepBase/preface.h;
|
path = GNUstepBase/preface.h;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
556FFD8B03EC36E500000001 = {
|
556FFD8B03EC36E500000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = preface.h.in;
|
path = preface.h.in;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD8D03EC36E500000001 = {
|
556FFD8D03EC36E500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = Unicode.h;
|
path = Unicode.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
556FFD9203EC36E500000001 = {
|
556FFD9203EC36E500000001 = {
|
||||||
fileRef = 556FFD3103EC36E500000001;
|
fileRef = 556FFD3103EC36E500000001;
|
||||||
|
@ -858,18 +947,23 @@
|
||||||
name = Headers;
|
name = Headers;
|
||||||
path = ../Headers;
|
path = ../Headers;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
559CDB7E040587E100000001 = {
|
559CDB7E040587E100000001 = {
|
||||||
|
expectedFileType = archive.ar;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = libxml2.a;
|
name = libxml2.a;
|
||||||
path = /sw/lib/libxml2.a;
|
path = /sw/lib/libxml2.a;
|
||||||
refType = 0;
|
refType = 0;
|
||||||
|
sourceTree = "<absolute>";
|
||||||
};
|
};
|
||||||
559CDB8004058ACF00000001 = {
|
559CDB8004058ACF00000001 = {
|
||||||
|
expectedFileType = "compiled.mach-o.dylib";
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = libz.dylib;
|
name = libz.dylib;
|
||||||
path = /usr/lib/libz.dylib;
|
path = /usr/lib/libz.dylib;
|
||||||
refType = 0;
|
refType = 0;
|
||||||
|
sourceTree = "<absolute>";
|
||||||
};
|
};
|
||||||
55AB58310408CDFC00000001 = {
|
55AB58310408CDFC00000001 = {
|
||||||
fileRef = 55CF466903E367A500000001;
|
fileRef = 55CF466903E367A500000001;
|
||||||
|
@ -919,12 +1013,15 @@
|
||||||
name = Languages;
|
name = Languages;
|
||||||
path = ../Resources/Languages;
|
path = ../Resources/Languages;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58660408D08700000001 = {
|
55AB58660408D08700000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = Locale.encodings;
|
path = Locale.encodings;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB586B0408D09400000001 = {
|
55AB586B0408D09400000001 = {
|
||||||
fileRef = 55AB58660408D08700000001;
|
fileRef = 55AB58660408D08700000001;
|
||||||
|
@ -1004,13 +1101,17 @@
|
||||||
productReference = 55AB58710408D27700000001;
|
productReference = 55AB58710408D27700000001;
|
||||||
};
|
};
|
||||||
55AB58710408D27700000001 = {
|
55AB58710408D27700000001 = {
|
||||||
|
expectedFileType = "compiled.mach-o.executable";
|
||||||
|
fallbackIsa = PBXFileReference;
|
||||||
isa = PBXExecutableFileReference;
|
isa = PBXExecutableFileReference;
|
||||||
path = autogsdoc;
|
path = autogsdoc;
|
||||||
refType = 3;
|
refType = 3;
|
||||||
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
};
|
};
|
||||||
55AB58730408D28300000001 = {
|
55AB58730408D28300000001 = {
|
||||||
isa = PBXTargetDependency;
|
isa = PBXTargetDependency;
|
||||||
target = 0867D69CFE84028FC02AAC07;
|
target = 0867D69CFE84028FC02AAC07;
|
||||||
|
targetProxy = EFF06DE4054E5BDA002EC6F5;
|
||||||
};
|
};
|
||||||
55AB58740408D2A800000001 = {
|
55AB58740408D2A800000001 = {
|
||||||
children = (
|
children = (
|
||||||
|
@ -1028,60 +1129,79 @@
|
||||||
name = autogsdoc;
|
name = autogsdoc;
|
||||||
path = "";
|
path = "";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58750408D2DB00000001 = {
|
55AB58750408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSHtml.h;
|
path = AGSHtml.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58760408D2DB00000001 = {
|
55AB58760408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSHtml.m;
|
path = AGSHtml.m;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58770408D2DB00000001 = {
|
55AB58770408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSIndex.h;
|
path = AGSIndex.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58780408D2DB00000001 = {
|
55AB58780408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSIndex.m;
|
path = AGSIndex.m;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58790408D2DB00000001 = {
|
55AB58790408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSOutput.h;
|
path = AGSOutput.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB587A0408D2DB00000001 = {
|
55AB587A0408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSOutput.m;
|
path = AGSOutput.m;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB587B0408D2DB00000001 = {
|
55AB587B0408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSParser.h;
|
path = AGSParser.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB587C0408D2DB00000001 = {
|
55AB587C0408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = AGSParser.m;
|
path = AGSParser.m;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB587D0408D2DB00000001 = {
|
55AB587D0408D2DB00000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = autogsdoc.m;
|
path = autogsdoc.m;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB587E0408D2DB00000001 = {
|
55AB587E0408D2DB00000001 = {
|
||||||
fileRef = 55AB58750408D2DB00000001;
|
fileRef = 55AB58750408D2DB00000001;
|
||||||
|
@ -1138,9 +1258,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
55AB58870408D30500000001 = {
|
55AB58870408D30500000001 = {
|
||||||
|
expectedFileType = file;
|
||||||
|
fallbackIsa = PBXFileReference;
|
||||||
isa = PBXFrameworkReference;
|
isa = PBXFrameworkReference;
|
||||||
path = gnustep.framework;
|
path = gnustep.framework;
|
||||||
refType = 3;
|
refType = 3;
|
||||||
|
sourceTree = BUILT_PRODUCTS_DIR;
|
||||||
};
|
};
|
||||||
55AB58880408D30500000001 = {
|
55AB58880408D30500000001 = {
|
||||||
fileRef = 55AB58870408D30500000001;
|
fileRef = 55AB58870408D30500000001;
|
||||||
|
@ -1183,6 +1306,7 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = DTDs;
|
name = DTDs;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB588E0408DB4700000001 = {
|
55AB588E0408DB4700000001 = {
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
|
@ -1199,32 +1323,40 @@
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
55AB588F0408DB7200000001 = {
|
55AB588F0408DB7200000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = "gsdoc-0_6_5.dtd";
|
name = "gsdoc-0_6_5.dtd";
|
||||||
path = "../Tools/gsdoc-0_6_5.dtd";
|
path = "../Tools/gsdoc-0_6_5.dtd";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58900408DB7200000001 = {
|
55AB58900408DB7200000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = "gsdoc-0_6_6.dtd";
|
name = "gsdoc-0_6_6.dtd";
|
||||||
path = "../Tools/gsdoc-0_6_6.dtd";
|
path = "../Tools/gsdoc-0_6_6.dtd";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58910408DB7200000001 = {
|
55AB58910408DB7200000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = "gsdoc-0_6_7.dtd";
|
name = "gsdoc-0_6_7.dtd";
|
||||||
path = "../Tools/gsdoc-0_6_7.dtd";
|
path = "../Tools/gsdoc-0_6_7.dtd";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58920408DB7200000001 = {
|
55AB58920408DB7200000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = "gsdoc-1_0_0.dtd";
|
name = "gsdoc-1_0_0.dtd";
|
||||||
path = "../Tools/gsdoc-1_0_0.dtd";
|
path = "../Tools/gsdoc-1_0_0.dtd";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58930408DB7A00000001 = {
|
55AB58930408DB7A00000001 = {
|
||||||
fileRef = 55AB588F0408DB7200000001;
|
fileRef = 55AB588F0408DB7200000001;
|
||||||
|
@ -1260,41 +1392,52 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = DocTemplates;
|
name = DocTemplates;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58E60408EA8100000001 = {
|
55AB58E60408EA8100000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = AutoDocTemplate.gsdoc;
|
name = AutoDocTemplate.gsdoc;
|
||||||
path = ../Tools/AutoDocTemplate.gsdoc;
|
path = ../Tools/AutoDocTemplate.gsdoc;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58E70408EA8100000001 = {
|
55AB58E70408EA8100000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = gnustep.gsdoc;
|
name = gnustep.gsdoc;
|
||||||
path = ../Tools/gnustep.gsdoc;
|
path = ../Tools/gnustep.gsdoc;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58E80408EA8100000001 = {
|
55AB58E80408EA8100000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = gsdoc.gsdoc;
|
name = gsdoc.gsdoc;
|
||||||
path = ../Tools/gsdoc.gsdoc;
|
path = ../Tools/gsdoc.gsdoc;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58E90408EA8100000001 = {
|
55AB58E90408EA8100000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = indextemplate.gsdoc;
|
name = indextemplate.gsdoc;
|
||||||
path = ../Tools/indextemplate.gsdoc;
|
path = ../Tools/indextemplate.gsdoc;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58EA0408EA8100000001 = {
|
55AB58EA0408EA8100000001 = {
|
||||||
|
expectedFileType = text.plist.xml;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = "plist-0_9.dtd";
|
name = "plist-0_9.dtd";
|
||||||
path = "../Tools/plist-0_9.dtd";
|
path = "../Tools/plist-0_9.dtd";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55AB58EB0408EADB00000001 = {
|
55AB58EB0408EADB00000001 = {
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
|
@ -1326,81 +1469,103 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
55CF465F03E367A500000001 = {
|
55CF465F03E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = behavior.m;
|
name = behavior.m;
|
||||||
path = ../Source/Additions/behavior.m;
|
path = ../Source/Additions/behavior.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466003E367A500000001 = {
|
55CF466003E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GCArray.m;
|
name = GCArray.m;
|
||||||
path = ../Source/Additions/GCArray.m;
|
path = ../Source/Additions/GCArray.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466103E367A500000001 = {
|
55CF466103E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GCDictionary.m;
|
name = GCDictionary.m;
|
||||||
path = ../Source/Additions/GCDictionary.m;
|
path = ../Source/Additions/GCDictionary.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466203E367A500000001 = {
|
55CF466203E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GCObject.m;
|
name = GCObject.m;
|
||||||
path = ../Source/Additions/GCObject.m;
|
path = ../Source/Additions/GCObject.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466303E367A500000001 = {
|
55CF466303E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSCategories.m;
|
name = GSCategories.m;
|
||||||
path = ../Source/Additions/GSCategories.m;
|
path = ../Source/Additions/GSCategories.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466503E367A500000001 = {
|
55CF466503E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSCompatibility.m;
|
name = GSCompatibility.m;
|
||||||
path = ../Source/Additions/GSCompatibility.m;
|
path = ../Source/Additions/GSCompatibility.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466603E367A500000001 = {
|
55CF466603E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSMime.m;
|
name = GSMime.m;
|
||||||
path = ../Source/Additions/GSMime.m;
|
path = ../Source/Additions/GSMime.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466703E367A500000001 = {
|
55CF466703E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSNextRuntime.m;
|
name = GSNextRuntime.m;
|
||||||
path = ../Source/Additions/GSNextRuntime.m;
|
path = ../Source/Additions/GSNextRuntime.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466803E367A500000001 = {
|
55CF466803E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSObjCRuntime.m;
|
name = GSObjCRuntime.m;
|
||||||
path = ../Source/Additions/GSObjCRuntime.m;
|
path = ../Source/Additions/GSObjCRuntime.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466903E367A500000001 = {
|
55CF466903E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSXML.m;
|
name = GSXML.m;
|
||||||
path = ../Source/Additions/GSXML.m;
|
path = ../Source/Additions/GSXML.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466A03E367A500000001 = {
|
55CF466A03E367A500000001 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = Unicode.m;
|
name = Unicode.m;
|
||||||
path = ../Source/Additions/Unicode.m;
|
path = ../Source/Additions/Unicode.m;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55CF466B03E367A500000001 = {
|
55CF466B03E367A500000001 = {
|
||||||
fileRef = 55CF465F03E367A500000001;
|
fileRef = 55CF465F03E367A500000001;
|
||||||
|
@ -1412,11 +1577,7 @@
|
||||||
buildActionMask = 12;
|
buildActionMask = 12;
|
||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
generatedFileNames = (
|
|
||||||
);
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
neededFileNames = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "myHeaderDir=\"${BUILD_ROOT}/`dirname ${INNER_PRODUCT_SUBPATH}`/Headers\"\nmkdir ${myHeaderDir}/base\ncd ${myHeaderDir}/base\ntest -f behavior.h || ln -s ../behavior.h .\ntest -f objc-gnu2next.h || ln -s ../objc-gnu2next.h .\ntest -f preface.h || ln -s ../preface.h .\ntest -f GCObject.h || ln -s ../GCObject.h .\ntest -f GNUstep.h || ln -s ../GNUstep.h .\ntest -f GSCategories.h || ln -s ../GSCategories.h .\ntest -f GSCompatibility.h || ln -s ../GSCompatibility.h .\ntest -f GSMime.h || ln -s ../GSMime.h .\ntest -f GSXML.h || ln -s ../GSXML.h .\ntest -f GSObjCRuntime.h || ln -s ../GSObjCRuntime.h .\ntest -f Unicode.h || ln -s ../Unicode.h .\ntest -f thr-mach.h || ln -s ../thr-mach.h .";
|
shellScript = "myHeaderDir=\"${BUILD_ROOT}/`dirname ${INNER_PRODUCT_SUBPATH}`/Headers\"\nmkdir ${myHeaderDir}/base\ncd ${myHeaderDir}/base\ntest -f behavior.h || ln -s ../behavior.h .\ntest -f objc-gnu2next.h || ln -s ../objc-gnu2next.h .\ntest -f preface.h || ln -s ../preface.h .\ntest -f GCObject.h || ln -s ../GCObject.h .\ntest -f GNUstep.h || ln -s ../GNUstep.h .\ntest -f GSCategories.h || ln -s ../GSCategories.h .\ntest -f GSCompatibility.h || ln -s ../GSCompatibility.h .\ntest -f GSMime.h || ln -s ../GSMime.h .\ntest -f GSXML.h || ln -s ../GSXML.h .\ntest -f GSObjCRuntime.h || ln -s ../GSObjCRuntime.h .\ntest -f Unicode.h || ln -s ../Unicode.h .\ntest -f thr-mach.h || ln -s ../thr-mach.h .";
|
||||||
|
@ -1428,11 +1589,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
55E1346E043268A100000002 = {
|
55E1346E043268A100000002 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = GSPrivate.h;
|
name = GSPrivate.h;
|
||||||
path = ../Source/GSPrivate.h;
|
path = ../Source/GSPrivate.h;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D5D003E4072000000001 = {
|
55F7D5D003E4072000000001 = {
|
||||||
fileRef = 55CF466703E367A500000001;
|
fileRef = 55CF466703E367A500000001;
|
||||||
|
@ -1483,66 +1646,84 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
55F7D7D803E49C1000000001 = {
|
55F7D7D803E49C1000000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = ANNOUNCE;
|
name = ANNOUNCE;
|
||||||
path = ../ANNOUNCE;
|
path = ../ANNOUNCE;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7D903E49C1000000001 = {
|
55F7D7D903E49C1000000001 = {
|
||||||
|
expectedFileType = file;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = BUGS;
|
name = BUGS;
|
||||||
path = ../BUGS;
|
path = ../BUGS;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7DA03E49C1000000001 = {
|
55F7D7DA03E49C1000000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = ChangeLog;
|
name = ChangeLog;
|
||||||
path = ../ChangeLog;
|
path = ../ChangeLog;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7DB03E49C1000000001 = {
|
55F7D7DB03E49C1000000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = COPYING;
|
name = COPYING;
|
||||||
path = ../COPYING;
|
path = ../COPYING;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7DC03E49C1000000001 = {
|
55F7D7DC03E49C1000000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = COPYING.LIB;
|
name = COPYING.LIB;
|
||||||
path = ../COPYING.LIB;
|
path = ../COPYING.LIB;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7DD03E49C1000000001 = {
|
55F7D7DD03E49C1000000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = INSTALL;
|
name = INSTALL;
|
||||||
path = ../INSTALL;
|
path = ../INSTALL;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7DE03E49C1000000001 = {
|
55F7D7DE03E49C1000000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = NEWS;
|
name = NEWS;
|
||||||
path = ../NEWS;
|
path = ../NEWS;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7DF03E49C1000000001 = {
|
55F7D7DF03E49C1000000001 = {
|
||||||
|
expectedFileType = text;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
name = README;
|
name = README;
|
||||||
path = ../README;
|
path = ../README;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
55F7D7E003E49D7700000001 = {
|
55F7D7E003E49D7700000001 = {
|
||||||
|
expectedFileType = sourcecode.c.h;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = config.h;
|
path = config.h;
|
||||||
refType = 2;
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
55F7D7E303E49D7700000001 = {
|
55F7D7E303E49D7700000001 = {
|
||||||
fileRef = 55F7D7E003E49D7700000001;
|
fileRef = 55F7D7E003E49D7700000001;
|
||||||
|
@ -1560,11 +1741,27 @@
|
||||||
//EF2
|
//EF2
|
||||||
//EF3
|
//EF3
|
||||||
//EF4
|
//EF4
|
||||||
|
EFF06DE3054E5BDA002EC6F5 = {
|
||||||
|
containerPortal = 0867D690FE84028FC02AAC07;
|
||||||
|
isa = PBXContainerItemProxy;
|
||||||
|
proxyType = 1;
|
||||||
|
remoteGlobalIDString = 0867D69CFE84028FC02AAC07;
|
||||||
|
remoteInfo = gnustep;
|
||||||
|
};
|
||||||
|
EFF06DE4054E5BDA002EC6F5 = {
|
||||||
|
containerPortal = 0867D690FE84028FC02AAC07;
|
||||||
|
isa = PBXContainerItemProxy;
|
||||||
|
proxyType = 1;
|
||||||
|
remoteGlobalIDString = 0867D69CFE84028FC02AAC07;
|
||||||
|
remoteInfo = gnustep;
|
||||||
|
};
|
||||||
EFF20035050D035500A80103 = {
|
EFF20035050D035500A80103 = {
|
||||||
|
expectedFileType = sourcecode.c.objc;
|
||||||
fileEncoding = 30;
|
fileEncoding = 30;
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
path = NSDecimal.m;
|
path = NSDecimal.m;
|
||||||
refType = 4;
|
refType = 4;
|
||||||
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
rootObject = 0867D690FE84028FC02AAC07;
|
rootObject = 0867D690FE84028FC02AAC07;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue