jens@0
|
1 |
// !$*UTF8*$!
|
jens@0
|
2 |
{
|
jens@0
|
3 |
archiveVersion = 1;
|
jens@0
|
4 |
classes = {
|
jens@0
|
5 |
};
|
jens@0
|
6 |
objectVersion = 45;
|
jens@0
|
7 |
objects = {
|
jens@0
|
8 |
|
jens@0
|
9 |
/* Begin PBXBuildFile section */
|
jens@0
|
10 |
27156CAA104C9C44009EBD39 /* gtest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27156CA9104C9C44009EBD39 /* gtest.framework */; };
|
jens@6
|
11 |
2754DD87106BCBCF00365FAA /* MYOttoman_test.m in Sources */ = {isa = PBXBuildFile; fileRef = 2754DD86106BCBCF00365FAA /* MYOttoman_test.m */; };
|
jens@6
|
12 |
2754DDC5106BD20A00365FAA /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 2754DDC4106BD20A00365FAA /* Test.m */; };
|
jens@6
|
13 |
2754DDEE106BD3BD00365FAA /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 2754DDED106BD3BD00365FAA /* Logging.m */; };
|
jens@6
|
14 |
2754DDF3106BD3D300365FAA /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2754DDF2106BD3D300365FAA /* ExceptionUtils.m */; };
|
jens@6
|
15 |
2754DE2D106BD65600365FAA /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2754DE2C106BD65600365FAA /* CollectionUtils.m */; };
|
jens@0
|
16 |
27603901105AC81200D931A7 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27603900105AC81200D931A7 /* CoreFoundation.framework */; };
|
jens@0
|
17 |
276E5BCD1066D13D008A2171 /* Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC41066D13D008A2171 /* Base.cpp */; };
|
jens@0
|
18 |
276E5BCE1066D13D008A2171 /* Chunk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC51066D13D008A2171 /* Chunk.cpp */; };
|
jens@0
|
19 |
276E5BCF1066D13D008A2171 /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC61066D13D008A2171 /* Dictionary.cpp */; };
|
jens@0
|
20 |
276E5BD01066D13D008A2171 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC71066D13D008A2171 /* File.cpp */; };
|
jens@0
|
21 |
276E5BD11066D13D008A2171 /* Hash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC81066D13D008A2171 /* Hash.cpp */; };
|
jens@0
|
22 |
276E5BD21066D13D008A2171 /* Index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC91066D13D008A2171 /* Index.cpp */; };
|
jens@0
|
23 |
276E5BD31066D13D008A2171 /* MemoryMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCA1066D13D008A2171 /* MemoryMap.cpp */; };
|
jens@0
|
24 |
276E5BD41066D13D008A2171 /* Ottoman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCB1066D13D008A2171 /* Ottoman.cpp */; };
|
jens@0
|
25 |
276E5BD51066D13D008A2171 /* VersionDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */; };
|
jens@0
|
26 |
276E5BDD1066D142008A2171 /* Dictionary_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BD71066D142008A2171 /* Dictionary_test.cpp */; };
|
jens@0
|
27 |
276E5BDE1066D142008A2171 /* Hash_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BD81066D142008A2171 /* Hash_test.cpp */; };
|
jens@0
|
28 |
276E5BDF1066D142008A2171 /* Ottoman_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BD91066D142008A2171 /* Ottoman_test.cpp */; };
|
jens@0
|
29 |
276E5BE01066D142008A2171 /* TestUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BDA1066D142008A2171 /* TestUtils.cpp */; };
|
jens@0
|
30 |
276E5BE11066D142008A2171 /* VersionDictionary_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BDC1066D142008A2171 /* VersionDictionary_test.cpp */; };
|
jens@2
|
31 |
276E5CB5106731BA008A2171 /* Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC41066D13D008A2171 /* Base.cpp */; };
|
jens@2
|
32 |
276E5CB6106731BA008A2171 /* Chunk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC51066D13D008A2171 /* Chunk.cpp */; };
|
jens@2
|
33 |
276E5CB7106731BB008A2171 /* Chunk.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBB1066D135008A2171 /* Chunk.h */; };
|
jens@2
|
34 |
276E5CB8106731BB008A2171 /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC61066D13D008A2171 /* Dictionary.cpp */; };
|
jens@2
|
35 |
276E5CB9106731BC008A2171 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC71066D13D008A2171 /* File.cpp */; };
|
jens@2
|
36 |
276E5CBA106731BD008A2171 /* Hash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC81066D13D008A2171 /* Hash.cpp */; };
|
jens@2
|
37 |
276E5CBB106731BD008A2171 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBE1066D135008A2171 /* Hash.h */; };
|
jens@2
|
38 |
276E5CBC106731BE008A2171 /* Index.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BC91066D13D008A2171 /* Index.cpp */; };
|
jens@2
|
39 |
276E5CBD106731BF008A2171 /* Index.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBF1066D135008A2171 /* Index.h */; };
|
jens@2
|
40 |
276E5CBE106731C0008A2171 /* MemoryMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCA1066D13D008A2171 /* MemoryMap.cpp */; };
|
jens@2
|
41 |
276E5CBF106731C1008A2171 /* MemoryMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BC01066D135008A2171 /* MemoryMap.h */; };
|
jens@2
|
42 |
276E5CC0106731C1008A2171 /* Ottoman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCB1066D13D008A2171 /* Ottoman.cpp */; };
|
jens@2
|
43 |
276E5CC1106731C2008A2171 /* VersionDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */; };
|
jens@2
|
44 |
276E5CC2106731C5008A2171 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBA1066D135008A2171 /* Base.h */; };
|
jens@2
|
45 |
276E5CC3106731C6008A2171 /* Dictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBC1066D135008A2171 /* Dictionary.h */; };
|
jens@2
|
46 |
276E5CC4106731C7008A2171 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BBD1066D135008A2171 /* File.h */; };
|
jens@2
|
47 |
276E5CC5106731C8008A2171 /* Ottoman.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BC11066D135008A2171 /* Ottoman.h */; };
|
jens@2
|
48 |
276E5CC6106731C8008A2171 /* VersionDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 276E5BC21066D135008A2171 /* VersionDictionary.h */; };
|
jens@6
|
49 |
276E5D141067D2AD008A2171 /* MYOttoman.mm in Sources */ = {isa = PBXBuildFile; fileRef = 276E5D0A1067D24A008A2171 /* MYOttoman.mm */; };
|
jens@6
|
50 |
276E5D151067D2B2008A2171 /* libOttoman.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 276E5CAE1067315D008A2171 /* libOttoman.a */; };
|
jens@6
|
51 |
276E5D2E1067F86E008A2171 /* MYVersionDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 276E5D2D1067F86E008A2171 /* MYVersionDictionary.mm */; };
|
jens@0
|
52 |
/* End PBXBuildFile section */
|
jens@0
|
53 |
|
jens@6
|
54 |
/* Begin PBXContainerItemProxy section */
|
jens@6
|
55 |
276E5D7810692FA7008A2171 /* PBXContainerItemProxy */ = {
|
jens@6
|
56 |
isa = PBXContainerItemProxy;
|
jens@6
|
57 |
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
|
jens@6
|
58 |
proxyType = 1;
|
jens@6
|
59 |
remoteGlobalIDString = 276E5CAD1067315D008A2171;
|
jens@6
|
60 |
remoteInfo = "Static Library";
|
jens@6
|
61 |
};
|
jens@6
|
62 |
/* End PBXContainerItemProxy section */
|
jens@6
|
63 |
|
jens@0
|
64 |
/* Begin PBXCopyFilesBuildPhase section */
|
jens@0
|
65 |
8DD76F690486A84900D96B5E /* CopyFiles */ = {
|
jens@0
|
66 |
isa = PBXCopyFilesBuildPhase;
|
jens@0
|
67 |
buildActionMask = 8;
|
jens@0
|
68 |
dstPath = /usr/share/man/man1/;
|
jens@0
|
69 |
dstSubfolderSpec = 0;
|
jens@0
|
70 |
files = (
|
jens@0
|
71 |
);
|
jens@0
|
72 |
runOnlyForDeploymentPostprocessing = 1;
|
jens@0
|
73 |
};
|
jens@0
|
74 |
/* End PBXCopyFilesBuildPhase section */
|
jens@0
|
75 |
|
jens@0
|
76 |
/* Begin PBXFileReference section */
|
jens@0
|
77 |
27156CA9104C9C44009EBD39 /* gtest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = gtest.framework; path = /Library/Frameworks/gtest.framework; sourceTree = "<absolute>"; };
|
jens@6
|
78 |
2754DD86106BCBCF00365FAA /* MYOttoman_test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYOttoman_test.m; sourceTree = "<group>"; };
|
jens@6
|
79 |
2754DDC3106BD20A00365FAA /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Test.h; sourceTree = "<group>"; };
|
jens@6
|
80 |
2754DDC4106BD20A00365FAA /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Test.m; sourceTree = "<group>"; };
|
jens@6
|
81 |
2754DDEC106BD3BD00365FAA /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logging.h; sourceTree = "<group>"; };
|
jens@6
|
82 |
2754DDED106BD3BD00365FAA /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Logging.m; sourceTree = "<group>"; };
|
jens@6
|
83 |
2754DDF1106BD3D300365FAA /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExceptionUtils.h; sourceTree = "<group>"; };
|
jens@6
|
84 |
2754DDF2106BD3D300365FAA /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExceptionUtils.m; sourceTree = "<group>"; };
|
jens@6
|
85 |
2754DE2B106BD65600365FAA /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollectionUtils.h; sourceTree = "<group>"; };
|
jens@6
|
86 |
2754DE2C106BD65600365FAA /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CollectionUtils.m; sourceTree = "<group>"; };
|
jens@0
|
87 |
27603900105AC81200D931A7 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
jens@0
|
88 |
276E5BBA1066D135008A2171 /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = "<group>"; };
|
jens@1
|
89 |
276E5BBB1066D135008A2171 /* Chunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Chunk.h; sourceTree = "<group>"; };
|
jens@0
|
90 |
276E5BBC1066D135008A2171 /* Dictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dictionary.h; sourceTree = "<group>"; };
|
jens@0
|
91 |
276E5BBD1066D135008A2171 /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; };
|
jens@1
|
92 |
276E5BBE1066D135008A2171 /* Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Hash.h; sourceTree = "<group>"; };
|
jens@1
|
93 |
276E5BBF1066D135008A2171 /* Index.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Index.h; sourceTree = "<group>"; };
|
jens@1
|
94 |
276E5BC01066D135008A2171 /* MemoryMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryMap.h; sourceTree = "<group>"; };
|
jens@0
|
95 |
276E5BC11066D135008A2171 /* Ottoman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ottoman.h; sourceTree = "<group>"; };
|
jens@0
|
96 |
276E5BC21066D135008A2171 /* VersionDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VersionDictionary.h; sourceTree = "<group>"; };
|
jens@0
|
97 |
276E5BC41066D13D008A2171 /* Base.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base.cpp; sourceTree = "<group>"; };
|
jens@0
|
98 |
276E5BC51066D13D008A2171 /* Chunk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Chunk.cpp; sourceTree = "<group>"; };
|
jens@0
|
99 |
276E5BC61066D13D008A2171 /* Dictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Dictionary.cpp; sourceTree = "<group>"; };
|
jens@0
|
100 |
276E5BC71066D13D008A2171 /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = File.cpp; sourceTree = "<group>"; };
|
jens@0
|
101 |
276E5BC81066D13D008A2171 /* Hash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Hash.cpp; sourceTree = "<group>"; };
|
jens@0
|
102 |
276E5BC91066D13D008A2171 /* Index.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Index.cpp; sourceTree = "<group>"; };
|
jens@0
|
103 |
276E5BCA1066D13D008A2171 /* MemoryMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryMap.cpp; sourceTree = "<group>"; };
|
jens@0
|
104 |
276E5BCB1066D13D008A2171 /* Ottoman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ottoman.cpp; sourceTree = "<group>"; };
|
jens@0
|
105 |
276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VersionDictionary.cpp; sourceTree = "<group>"; };
|
jens@0
|
106 |
276E5BD71066D142008A2171 /* Dictionary_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Dictionary_test.cpp; sourceTree = "<group>"; };
|
jens@0
|
107 |
276E5BD81066D142008A2171 /* Hash_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Hash_test.cpp; sourceTree = "<group>"; };
|
jens@0
|
108 |
276E5BD91066D142008A2171 /* Ottoman_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ottoman_test.cpp; sourceTree = "<group>"; };
|
jens@0
|
109 |
276E5BDA1066D142008A2171 /* TestUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestUtils.cpp; sourceTree = "<group>"; };
|
jens@0
|
110 |
276E5BDB1066D142008A2171 /* TestUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestUtils.h; sourceTree = "<group>"; };
|
jens@0
|
111 |
276E5BDC1066D142008A2171 /* VersionDictionary_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VersionDictionary_test.cpp; sourceTree = "<group>"; };
|
jens@2
|
112 |
276E5CAE1067315D008A2171 /* libOttoman.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOttoman.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
jens@6
|
113 |
276E5D091067D24A008A2171 /* MYOttoman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYOttoman.h; sourceTree = "<group>"; };
|
jens@6
|
114 |
276E5D0A1067D24A008A2171 /* MYOttoman.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MYOttoman.mm; sourceTree = "<group>"; };
|
jens@6
|
115 |
276E5D101067D27E008A2171 /* OttomanCocoa */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OttomanCocoa; sourceTree = BUILT_PRODUCTS_DIR; };
|
jens@6
|
116 |
276E5D2C1067F86E008A2171 /* MYVersionDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYVersionDictionary.h; sourceTree = "<group>"; };
|
jens@6
|
117 |
276E5D2D1067F86E008A2171 /* MYVersionDictionary.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MYVersionDictionary.mm; sourceTree = "<group>"; };
|
jens@6
|
118 |
276E5D451069246E008A2171 /* MYOttoman_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYOttoman_internal.h; sourceTree = "<group>"; };
|
jens@2
|
119 |
8DD76F6C0486A84900D96B5E /* OttomanTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OttomanTest; sourceTree = BUILT_PRODUCTS_DIR; };
|
jens@0
|
120 |
/* End PBXFileReference section */
|
jens@0
|
121 |
|
jens@0
|
122 |
/* Begin PBXFrameworksBuildPhase section */
|
jens@2
|
123 |
276E5CAC1067315D008A2171 /* Frameworks */ = {
|
jens@2
|
124 |
isa = PBXFrameworksBuildPhase;
|
jens@2
|
125 |
buildActionMask = 2147483647;
|
jens@2
|
126 |
files = (
|
jens@2
|
127 |
);
|
jens@2
|
128 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@2
|
129 |
};
|
jens@6
|
130 |
276E5D0E1067D27E008A2171 /* Frameworks */ = {
|
jens@6
|
131 |
isa = PBXFrameworksBuildPhase;
|
jens@6
|
132 |
buildActionMask = 2147483647;
|
jens@6
|
133 |
files = (
|
jens@6
|
134 |
276E5D151067D2B2008A2171 /* libOttoman.a in Frameworks */,
|
jens@6
|
135 |
);
|
jens@6
|
136 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@6
|
137 |
};
|
jens@0
|
138 |
8DD76F660486A84900D96B5E /* Frameworks */ = {
|
jens@0
|
139 |
isa = PBXFrameworksBuildPhase;
|
jens@0
|
140 |
buildActionMask = 2147483647;
|
jens@0
|
141 |
files = (
|
jens@0
|
142 |
27156CAA104C9C44009EBD39 /* gtest.framework in Frameworks */,
|
jens@0
|
143 |
27603901105AC81200D931A7 /* CoreFoundation.framework in Frameworks */,
|
jens@0
|
144 |
);
|
jens@0
|
145 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@0
|
146 |
};
|
jens@0
|
147 |
/* End PBXFrameworksBuildPhase section */
|
jens@0
|
148 |
|
jens@0
|
149 |
/* Begin PBXGroup section */
|
jens@0
|
150 |
08FB7794FE84155DC02AAC07 /* BPlusTree */ = {
|
jens@0
|
151 |
isa = PBXGroup;
|
jens@0
|
152 |
children = (
|
jens@6
|
153 |
276E5D081067D20B008A2171 /* Cocoa */,
|
jens@0
|
154 |
276E5BB91066D135008A2171 /* include */,
|
jens@0
|
155 |
276E5BC31066D13D008A2171 /* src */,
|
jens@0
|
156 |
276E5BD61066D142008A2171 /* test */,
|
jens@0
|
157 |
27603900105AC81200D931A7 /* CoreFoundation.framework */,
|
jens@0
|
158 |
27156CA9104C9C44009EBD39 /* gtest.framework */,
|
jens@0
|
159 |
1AB674ADFE9D54B511CA2CBB /* Products */,
|
jens@0
|
160 |
);
|
jens@0
|
161 |
name = BPlusTree;
|
jens@0
|
162 |
sourceTree = "<group>";
|
jens@0
|
163 |
};
|
jens@0
|
164 |
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
jens@0
|
165 |
isa = PBXGroup;
|
jens@0
|
166 |
children = (
|
jens@2
|
167 |
8DD76F6C0486A84900D96B5E /* OttomanTest */,
|
jens@2
|
168 |
276E5CAE1067315D008A2171 /* libOttoman.a */,
|
jens@6
|
169 |
276E5D101067D27E008A2171 /* OttomanCocoa */,
|
jens@0
|
170 |
);
|
jens@0
|
171 |
name = Products;
|
jens@0
|
172 |
sourceTree = "<group>";
|
jens@0
|
173 |
};
|
jens@6
|
174 |
2754DDEB106BD38600365FAA /* MYUtilities */ = {
|
jens@6
|
175 |
isa = PBXGroup;
|
jens@6
|
176 |
children = (
|
jens@6
|
177 |
2754DE2B106BD65600365FAA /* CollectionUtils.h */,
|
jens@6
|
178 |
2754DE2C106BD65600365FAA /* CollectionUtils.m */,
|
jens@6
|
179 |
2754DDF1106BD3D300365FAA /* ExceptionUtils.h */,
|
jens@6
|
180 |
2754DDF2106BD3D300365FAA /* ExceptionUtils.m */,
|
jens@6
|
181 |
2754DDEC106BD3BD00365FAA /* Logging.h */,
|
jens@6
|
182 |
2754DDED106BD3BD00365FAA /* Logging.m */,
|
jens@6
|
183 |
2754DDC3106BD20A00365FAA /* Test.h */,
|
jens@6
|
184 |
2754DDC4106BD20A00365FAA /* Test.m */,
|
jens@6
|
185 |
);
|
jens@6
|
186 |
name = MYUtilities;
|
jens@6
|
187 |
path = /Volumes/snoog/Code/MYUtilities;
|
jens@6
|
188 |
sourceTree = "<absolute>";
|
jens@6
|
189 |
};
|
jens@0
|
190 |
276E5BB91066D135008A2171 /* include */ = {
|
jens@0
|
191 |
isa = PBXGroup;
|
jens@0
|
192 |
children = (
|
jens@0
|
193 |
276E5BBA1066D135008A2171 /* Base.h */,
|
jens@0
|
194 |
276E5BBC1066D135008A2171 /* Dictionary.h */,
|
jens@0
|
195 |
276E5BBD1066D135008A2171 /* File.h */,
|
jens@0
|
196 |
276E5BC11066D135008A2171 /* Ottoman.h */,
|
jens@0
|
197 |
276E5BC21066D135008A2171 /* VersionDictionary.h */,
|
jens@0
|
198 |
);
|
jens@0
|
199 |
path = include;
|
jens@0
|
200 |
sourceTree = "<group>";
|
jens@0
|
201 |
};
|
jens@0
|
202 |
276E5BC31066D13D008A2171 /* src */ = {
|
jens@0
|
203 |
isa = PBXGroup;
|
jens@0
|
204 |
children = (
|
jens@0
|
205 |
276E5BC41066D13D008A2171 /* Base.cpp */,
|
jens@0
|
206 |
276E5BBB1066D135008A2171 /* Chunk.h */,
|
jens@0
|
207 |
276E5BC51066D13D008A2171 /* Chunk.cpp */,
|
jens@0
|
208 |
276E5BC61066D13D008A2171 /* Dictionary.cpp */,
|
jens@0
|
209 |
276E5BC71066D13D008A2171 /* File.cpp */,
|
jens@0
|
210 |
276E5BBE1066D135008A2171 /* Hash.h */,
|
jens@0
|
211 |
276E5BC81066D13D008A2171 /* Hash.cpp */,
|
jens@0
|
212 |
276E5BBF1066D135008A2171 /* Index.h */,
|
jens@0
|
213 |
276E5BC91066D13D008A2171 /* Index.cpp */,
|
jens@0
|
214 |
276E5BC01066D135008A2171 /* MemoryMap.h */,
|
jens@0
|
215 |
276E5BCA1066D13D008A2171 /* MemoryMap.cpp */,
|
jens@0
|
216 |
276E5BCB1066D13D008A2171 /* Ottoman.cpp */,
|
jens@0
|
217 |
276E5BCC1066D13D008A2171 /* VersionDictionary.cpp */,
|
jens@0
|
218 |
);
|
jens@0
|
219 |
path = src;
|
jens@0
|
220 |
sourceTree = "<group>";
|
jens@0
|
221 |
};
|
jens@0
|
222 |
276E5BD61066D142008A2171 /* test */ = {
|
jens@0
|
223 |
isa = PBXGroup;
|
jens@0
|
224 |
children = (
|
jens@0
|
225 |
276E5BD71066D142008A2171 /* Dictionary_test.cpp */,
|
jens@0
|
226 |
276E5BD81066D142008A2171 /* Hash_test.cpp */,
|
jens@0
|
227 |
276E5BD91066D142008A2171 /* Ottoman_test.cpp */,
|
jens@0
|
228 |
276E5BDC1066D142008A2171 /* VersionDictionary_test.cpp */,
|
jens@0
|
229 |
276E5BDB1066D142008A2171 /* TestUtils.h */,
|
jens@0
|
230 |
276E5BDA1066D142008A2171 /* TestUtils.cpp */,
|
jens@0
|
231 |
);
|
jens@0
|
232 |
path = test;
|
jens@0
|
233 |
sourceTree = "<group>";
|
jens@0
|
234 |
};
|
jens@6
|
235 |
276E5D081067D20B008A2171 /* Cocoa */ = {
|
jens@6
|
236 |
isa = PBXGroup;
|
jens@6
|
237 |
children = (
|
jens@6
|
238 |
276E5D091067D24A008A2171 /* MYOttoman.h */,
|
jens@6
|
239 |
276E5D0A1067D24A008A2171 /* MYOttoman.mm */,
|
jens@6
|
240 |
276E5D2C1067F86E008A2171 /* MYVersionDictionary.h */,
|
jens@6
|
241 |
276E5D2D1067F86E008A2171 /* MYVersionDictionary.mm */,
|
jens@6
|
242 |
276E5D451069246E008A2171 /* MYOttoman_internal.h */,
|
jens@6
|
243 |
2754DD86106BCBCF00365FAA /* MYOttoman_test.m */,
|
jens@6
|
244 |
2754DDEB106BD38600365FAA /* MYUtilities */,
|
jens@6
|
245 |
);
|
jens@6
|
246 |
name = Cocoa;
|
jens@6
|
247 |
path = bindings/Cocoa;
|
jens@6
|
248 |
sourceTree = "<group>";
|
jens@6
|
249 |
};
|
jens@0
|
250 |
/* End PBXGroup section */
|
jens@0
|
251 |
|
jens@2
|
252 |
/* Begin PBXHeadersBuildPhase section */
|
jens@2
|
253 |
276E5CAA1067315D008A2171 /* Headers */ = {
|
jens@2
|
254 |
isa = PBXHeadersBuildPhase;
|
jens@2
|
255 |
buildActionMask = 2147483647;
|
jens@2
|
256 |
files = (
|
jens@2
|
257 |
276E5CB7106731BB008A2171 /* Chunk.h in Headers */,
|
jens@2
|
258 |
276E5CBB106731BD008A2171 /* Hash.h in Headers */,
|
jens@2
|
259 |
276E5CBD106731BF008A2171 /* Index.h in Headers */,
|
jens@2
|
260 |
276E5CBF106731C1008A2171 /* MemoryMap.h in Headers */,
|
jens@2
|
261 |
276E5CC2106731C5008A2171 /* Base.h in Headers */,
|
jens@2
|
262 |
276E5CC3106731C6008A2171 /* Dictionary.h in Headers */,
|
jens@2
|
263 |
276E5CC4106731C7008A2171 /* File.h in Headers */,
|
jens@2
|
264 |
276E5CC5106731C8008A2171 /* Ottoman.h in Headers */,
|
jens@2
|
265 |
276E5CC6106731C8008A2171 /* VersionDictionary.h in Headers */,
|
jens@2
|
266 |
);
|
jens@2
|
267 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@2
|
268 |
};
|
jens@2
|
269 |
/* End PBXHeadersBuildPhase section */
|
jens@2
|
270 |
|
jens@0
|
271 |
/* Begin PBXNativeTarget section */
|
jens@2
|
272 |
276E5CAD1067315D008A2171 /* Static Library */ = {
|
jens@2
|
273 |
isa = PBXNativeTarget;
|
jens@2
|
274 |
buildConfigurationList = 276E5CC9106731D5008A2171 /* Build configuration list for PBXNativeTarget "Static Library" */;
|
jens@2
|
275 |
buildPhases = (
|
jens@2
|
276 |
276E5CAA1067315D008A2171 /* Headers */,
|
jens@2
|
277 |
276E5CAB1067315D008A2171 /* Sources */,
|
jens@2
|
278 |
276E5CAC1067315D008A2171 /* Frameworks */,
|
jens@2
|
279 |
);
|
jens@2
|
280 |
buildRules = (
|
jens@2
|
281 |
);
|
jens@2
|
282 |
dependencies = (
|
jens@2
|
283 |
);
|
jens@2
|
284 |
name = "Static Library";
|
jens@2
|
285 |
productName = "Static Library";
|
jens@2
|
286 |
productReference = 276E5CAE1067315D008A2171 /* libOttoman.a */;
|
jens@2
|
287 |
productType = "com.apple.product-type.library.static";
|
jens@2
|
288 |
};
|
jens@6
|
289 |
276E5D0F1067D27E008A2171 /* Cocoa */ = {
|
jens@6
|
290 |
isa = PBXNativeTarget;
|
jens@6
|
291 |
buildConfigurationList = 276E5D161067D2D1008A2171 /* Build configuration list for PBXNativeTarget "Cocoa" */;
|
jens@6
|
292 |
buildPhases = (
|
jens@6
|
293 |
276E5D0D1067D27E008A2171 /* Sources */,
|
jens@6
|
294 |
276E5D0E1067D27E008A2171 /* Frameworks */,
|
jens@6
|
295 |
);
|
jens@6
|
296 |
buildRules = (
|
jens@6
|
297 |
);
|
jens@6
|
298 |
dependencies = (
|
jens@6
|
299 |
276E5D7910692FA7008A2171 /* PBXTargetDependency */,
|
jens@6
|
300 |
);
|
jens@6
|
301 |
name = Cocoa;
|
jens@6
|
302 |
productName = Cocoa;
|
jens@6
|
303 |
productReference = 276E5D101067D27E008A2171 /* OttomanCocoa */;
|
jens@6
|
304 |
productType = "com.apple.product-type.tool";
|
jens@6
|
305 |
};
|
jens@0
|
306 |
8DD76F620486A84900D96B5E /* OttomanTest */ = {
|
jens@0
|
307 |
isa = PBXNativeTarget;
|
jens@0
|
308 |
buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "OttomanTest" */;
|
jens@0
|
309 |
buildPhases = (
|
jens@0
|
310 |
8DD76F640486A84900D96B5E /* Sources */,
|
jens@0
|
311 |
8DD76F660486A84900D96B5E /* Frameworks */,
|
jens@0
|
312 |
8DD76F690486A84900D96B5E /* CopyFiles */,
|
jens@0
|
313 |
);
|
jens@0
|
314 |
buildRules = (
|
jens@0
|
315 |
);
|
jens@0
|
316 |
dependencies = (
|
jens@0
|
317 |
);
|
jens@0
|
318 |
name = OttomanTest;
|
jens@0
|
319 |
productInstallPath = "$(HOME)/bin";
|
jens@0
|
320 |
productName = BPlusTree;
|
jens@2
|
321 |
productReference = 8DD76F6C0486A84900D96B5E /* OttomanTest */;
|
jens@0
|
322 |
productType = "com.apple.product-type.tool";
|
jens@0
|
323 |
};
|
jens@0
|
324 |
/* End PBXNativeTarget section */
|
jens@0
|
325 |
|
jens@0
|
326 |
/* Begin PBXProject section */
|
jens@0
|
327 |
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
jens@0
|
328 |
isa = PBXProject;
|
jens@0
|
329 |
buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Ottoman" */;
|
jens@0
|
330 |
compatibilityVersion = "Xcode 3.1";
|
jens@0
|
331 |
hasScannedForEncodings = 1;
|
jens@0
|
332 |
mainGroup = 08FB7794FE84155DC02AAC07 /* BPlusTree */;
|
jens@0
|
333 |
projectDirPath = "";
|
jens@0
|
334 |
projectRoot = "";
|
jens@0
|
335 |
targets = (
|
jens@0
|
336 |
8DD76F620486A84900D96B5E /* OttomanTest */,
|
jens@2
|
337 |
276E5CAD1067315D008A2171 /* Static Library */,
|
jens@6
|
338 |
276E5D0F1067D27E008A2171 /* Cocoa */,
|
jens@0
|
339 |
);
|
jens@0
|
340 |
};
|
jens@0
|
341 |
/* End PBXProject section */
|
jens@0
|
342 |
|
jens@0
|
343 |
/* Begin PBXSourcesBuildPhase section */
|
jens@2
|
344 |
276E5CAB1067315D008A2171 /* Sources */ = {
|
jens@2
|
345 |
isa = PBXSourcesBuildPhase;
|
jens@2
|
346 |
buildActionMask = 2147483647;
|
jens@2
|
347 |
files = (
|
jens@2
|
348 |
276E5CB5106731BA008A2171 /* Base.cpp in Sources */,
|
jens@2
|
349 |
276E5CB6106731BA008A2171 /* Chunk.cpp in Sources */,
|
jens@2
|
350 |
276E5CB8106731BB008A2171 /* Dictionary.cpp in Sources */,
|
jens@2
|
351 |
276E5CB9106731BC008A2171 /* File.cpp in Sources */,
|
jens@2
|
352 |
276E5CBA106731BD008A2171 /* Hash.cpp in Sources */,
|
jens@2
|
353 |
276E5CBC106731BE008A2171 /* Index.cpp in Sources */,
|
jens@2
|
354 |
276E5CBE106731C0008A2171 /* MemoryMap.cpp in Sources */,
|
jens@2
|
355 |
276E5CC0106731C1008A2171 /* Ottoman.cpp in Sources */,
|
jens@2
|
356 |
276E5CC1106731C2008A2171 /* VersionDictionary.cpp in Sources */,
|
jens@2
|
357 |
);
|
jens@2
|
358 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@2
|
359 |
};
|
jens@6
|
360 |
276E5D0D1067D27E008A2171 /* Sources */ = {
|
jens@6
|
361 |
isa = PBXSourcesBuildPhase;
|
jens@6
|
362 |
buildActionMask = 2147483647;
|
jens@6
|
363 |
files = (
|
jens@6
|
364 |
276E5D141067D2AD008A2171 /* MYOttoman.mm in Sources */,
|
jens@6
|
365 |
276E5D2E1067F86E008A2171 /* MYVersionDictionary.mm in Sources */,
|
jens@6
|
366 |
2754DD87106BCBCF00365FAA /* MYOttoman_test.m in Sources */,
|
jens@6
|
367 |
2754DDC5106BD20A00365FAA /* Test.m in Sources */,
|
jens@6
|
368 |
2754DDEE106BD3BD00365FAA /* Logging.m in Sources */,
|
jens@6
|
369 |
2754DDF3106BD3D300365FAA /* ExceptionUtils.m in Sources */,
|
jens@6
|
370 |
2754DE2D106BD65600365FAA /* CollectionUtils.m in Sources */,
|
jens@6
|
371 |
);
|
jens@6
|
372 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@6
|
373 |
};
|
jens@0
|
374 |
8DD76F640486A84900D96B5E /* Sources */ = {
|
jens@0
|
375 |
isa = PBXSourcesBuildPhase;
|
jens@0
|
376 |
buildActionMask = 2147483647;
|
jens@0
|
377 |
files = (
|
jens@0
|
378 |
276E5BCD1066D13D008A2171 /* Base.cpp in Sources */,
|
jens@0
|
379 |
276E5BCE1066D13D008A2171 /* Chunk.cpp in Sources */,
|
jens@0
|
380 |
276E5BCF1066D13D008A2171 /* Dictionary.cpp in Sources */,
|
jens@0
|
381 |
276E5BD01066D13D008A2171 /* File.cpp in Sources */,
|
jens@0
|
382 |
276E5BD11066D13D008A2171 /* Hash.cpp in Sources */,
|
jens@0
|
383 |
276E5BD21066D13D008A2171 /* Index.cpp in Sources */,
|
jens@0
|
384 |
276E5BD31066D13D008A2171 /* MemoryMap.cpp in Sources */,
|
jens@0
|
385 |
276E5BD41066D13D008A2171 /* Ottoman.cpp in Sources */,
|
jens@0
|
386 |
276E5BD51066D13D008A2171 /* VersionDictionary.cpp in Sources */,
|
jens@0
|
387 |
276E5BDD1066D142008A2171 /* Dictionary_test.cpp in Sources */,
|
jens@0
|
388 |
276E5BDE1066D142008A2171 /* Hash_test.cpp in Sources */,
|
jens@0
|
389 |
276E5BDF1066D142008A2171 /* Ottoman_test.cpp in Sources */,
|
jens@0
|
390 |
276E5BE01066D142008A2171 /* TestUtils.cpp in Sources */,
|
jens@0
|
391 |
276E5BE11066D142008A2171 /* VersionDictionary_test.cpp in Sources */,
|
jens@0
|
392 |
);
|
jens@0
|
393 |
runOnlyForDeploymentPostprocessing = 0;
|
jens@0
|
394 |
};
|
jens@0
|
395 |
/* End PBXSourcesBuildPhase section */
|
jens@0
|
396 |
|
jens@6
|
397 |
/* Begin PBXTargetDependency section */
|
jens@6
|
398 |
276E5D7910692FA7008A2171 /* PBXTargetDependency */ = {
|
jens@6
|
399 |
isa = PBXTargetDependency;
|
jens@6
|
400 |
target = 276E5CAD1067315D008A2171 /* Static Library */;
|
jens@6
|
401 |
targetProxy = 276E5D7810692FA7008A2171 /* PBXContainerItemProxy */;
|
jens@6
|
402 |
};
|
jens@6
|
403 |
/* End PBXTargetDependency section */
|
jens@6
|
404 |
|
jens@0
|
405 |
/* Begin XCBuildConfiguration section */
|
jens@0
|
406 |
1DEB923208733DC60010E9CD /* Debug */ = {
|
jens@0
|
407 |
isa = XCBuildConfiguration;
|
jens@0
|
408 |
buildSettings = {
|
jens@0
|
409 |
ALWAYS_SEARCH_USER_PATHS = NO;
|
jens@0
|
410 |
COPY_PHASE_STRIP = NO;
|
jens@0
|
411 |
GCC_DYNAMIC_NO_PIC = NO;
|
jens@9
|
412 |
GCC_ENABLE_CPP_RTTI = YES;
|
jens@0
|
413 |
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
jens@0
|
414 |
GCC_MODEL_TUNING = G5;
|
jens@0
|
415 |
GCC_OPTIMIZATION_LEVEL = 0;
|
jens@0
|
416 |
GCC_PREPROCESSOR_DEFINITIONS = "";
|
jens@0
|
417 |
INSTALL_PATH = /usr/local/bin;
|
jens@2
|
418 |
PRODUCT_NAME = OttomanTest;
|
jens@0
|
419 |
};
|
jens@0
|
420 |
name = Debug;
|
jens@0
|
421 |
};
|
jens@0
|
422 |
1DEB923308733DC60010E9CD /* Release */ = {
|
jens@0
|
423 |
isa = XCBuildConfiguration;
|
jens@0
|
424 |
buildSettings = {
|
jens@0
|
425 |
ALWAYS_SEARCH_USER_PATHS = NO;
|
jens@0
|
426 |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
jens@9
|
427 |
GCC_ENABLE_CPP_RTTI = YES;
|
jens@0
|
428 |
GCC_MODEL_TUNING = G5;
|
jens@0
|
429 |
INSTALL_PATH = /usr/local/bin;
|
jens@2
|
430 |
PRODUCT_NAME = OttomanTest;
|
jens@0
|
431 |
};
|
jens@0
|
432 |
name = Release;
|
jens@0
|
433 |
};
|
jens@0
|
434 |
1DEB923608733DC60010E9CD /* Debug */ = {
|
jens@0
|
435 |
isa = XCBuildConfiguration;
|
jens@0
|
436 |
buildSettings = {
|
jens@0
|
437 |
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
jens@0
|
438 |
GCC_C_LANGUAGE_STANDARD = c99;
|
jens@9
|
439 |
GCC_ENABLE_CPP_RTTI = NO;
|
jens@6
|
440 |
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
jens@0
|
441 |
GCC_OPTIMIZATION_LEVEL = 0;
|
jens@0
|
442 |
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
jens@0
|
443 |
GCC_PREPROCESSOR_DEFINITIONS = "";
|
jens@0
|
444 |
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
jens@0
|
445 |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
jens@0
|
446 |
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
jens@0
|
447 |
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
jens@0
|
448 |
GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
|
jens@0
|
449 |
GCC_WARN_SHADOW = NO;
|
jens@0
|
450 |
GCC_WARN_UNUSED_VARIABLE = YES;
|
jens@0
|
451 |
ONLY_ACTIVE_ARCH = YES;
|
jens@0
|
452 |
PREBINDING = NO;
|
jens@0
|
453 |
SDKROOT = macosx10.5;
|
jens@0
|
454 |
WARNING_CFLAGS = "-Wall";
|
jens@0
|
455 |
};
|
jens@0
|
456 |
name = Debug;
|
jens@0
|
457 |
};
|
jens@0
|
458 |
1DEB923708733DC60010E9CD /* Release */ = {
|
jens@0
|
459 |
isa = XCBuildConfiguration;
|
jens@0
|
460 |
buildSettings = {
|
jens@0
|
461 |
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
jens@0
|
462 |
DEAD_CODE_STRIPPING = YES;
|
jens@0
|
463 |
GCC_C_LANGUAGE_STANDARD = c99;
|
jens@2
|
464 |
GCC_DYNAMIC_NO_PIC = YES;
|
jens@2
|
465 |
GCC_ENABLE_CPP_RTTI = NO;
|
jens@6
|
466 |
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
jens@0
|
467 |
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
jens@0
|
468 |
GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
|
jens@0
|
469 |
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
|
jens@2
|
470 |
GCC_UNROLL_LOOPS = YES;
|
jens@0
|
471 |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
jens@2
|
472 |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
jens@0
|
473 |
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
jens@0
|
474 |
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
jens@0
|
475 |
GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
|
jens@0
|
476 |
GCC_WARN_SHADOW = NO;
|
jens@0
|
477 |
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
jens@2
|
478 |
GCC_WARN_UNUSED_FUNCTION = YES;
|
jens@0
|
479 |
GCC_WARN_UNUSED_VARIABLE = YES;
|
jens@2
|
480 |
LLVM_LTO = YES;
|
jens@0
|
481 |
PREBINDING = NO;
|
jens@2
|
482 |
RUN_CLANG_STATIC_ANALYZER = NO;
|
jens@0
|
483 |
SDKROOT = macosx10.5;
|
jens@0
|
484 |
WARNING_CFLAGS = "-Wall";
|
jens@0
|
485 |
};
|
jens@0
|
486 |
name = Release;
|
jens@0
|
487 |
};
|
jens@2
|
488 |
276E5CAF10673160008A2171 /* Debug */ = {
|
jens@2
|
489 |
isa = XCBuildConfiguration;
|
jens@2
|
490 |
buildSettings = {
|
jens@2
|
491 |
COPY_PHASE_STRIP = NO;
|
jens@7
|
492 |
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
jens@2
|
493 |
INSTALL_PATH = /usr/local/lib;
|
jens@2
|
494 |
PRODUCT_NAME = Ottoman;
|
jens@2
|
495 |
};
|
jens@2
|
496 |
name = Debug;
|
jens@2
|
497 |
};
|
jens@2
|
498 |
276E5CB010673160008A2171 /* Release */ = {
|
jens@2
|
499 |
isa = XCBuildConfiguration;
|
jens@2
|
500 |
buildSettings = {
|
jens@2
|
501 |
COPY_PHASE_STRIP = YES;
|
jens@2
|
502 |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
jens@7
|
503 |
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
jens@2
|
504 |
INSTALL_PATH = /usr/local/lib;
|
jens@2
|
505 |
PRODUCT_NAME = Ottoman;
|
jens@2
|
506 |
};
|
jens@2
|
507 |
name = Release;
|
jens@2
|
508 |
};
|
jens@6
|
509 |
276E5D121067D27F008A2171 /* Debug */ = {
|
jens@6
|
510 |
isa = XCBuildConfiguration;
|
jens@6
|
511 |
buildSettings = {
|
jens@6
|
512 |
COPY_PHASE_STRIP = NO;
|
jens@6
|
513 |
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
jens@6
|
514 |
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Foundation.framework/Headers/Foundation.h";
|
jens@6
|
515 |
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
|
jens@7
|
516 |
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
jens@6
|
517 |
INSTALL_PATH = /usr/local/bin;
|
jens@6
|
518 |
OTHER_LDFLAGS = (
|
jens@6
|
519 |
"-framework",
|
jens@6
|
520 |
Foundation,
|
jens@6
|
521 |
);
|
jens@6
|
522 |
PRODUCT_NAME = OttomanCocoa;
|
jens@6
|
523 |
};
|
jens@6
|
524 |
name = Debug;
|
jens@6
|
525 |
};
|
jens@6
|
526 |
276E5D131067D27F008A2171 /* Release */ = {
|
jens@6
|
527 |
isa = XCBuildConfiguration;
|
jens@6
|
528 |
buildSettings = {
|
jens@6
|
529 |
COPY_PHASE_STRIP = YES;
|
jens@6
|
530 |
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
jens@6
|
531 |
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Foundation.framework/Headers/Foundation.h";
|
jens@6
|
532 |
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
|
jens@7
|
533 |
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
jens@6
|
534 |
INSTALL_PATH = /usr/local/bin;
|
jens@6
|
535 |
OTHER_LDFLAGS = (
|
jens@6
|
536 |
"-framework",
|
jens@6
|
537 |
Foundation,
|
jens@6
|
538 |
);
|
jens@6
|
539 |
PRODUCT_NAME = OttomanCocoa;
|
jens@6
|
540 |
};
|
jens@6
|
541 |
name = Release;
|
jens@6
|
542 |
};
|
jens@0
|
543 |
/* End XCBuildConfiguration section */
|
jens@0
|
544 |
|
jens@0
|
545 |
/* Begin XCConfigurationList section */
|
jens@0
|
546 |
1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "OttomanTest" */ = {
|
jens@0
|
547 |
isa = XCConfigurationList;
|
jens@0
|
548 |
buildConfigurations = (
|
jens@0
|
549 |
1DEB923208733DC60010E9CD /* Debug */,
|
jens@0
|
550 |
1DEB923308733DC60010E9CD /* Release */,
|
jens@0
|
551 |
);
|
jens@0
|
552 |
defaultConfigurationIsVisible = 0;
|
jens@0
|
553 |
defaultConfigurationName = Release;
|
jens@0
|
554 |
};
|
jens@0
|
555 |
1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Ottoman" */ = {
|
jens@0
|
556 |
isa = XCConfigurationList;
|
jens@0
|
557 |
buildConfigurations = (
|
jens@0
|
558 |
1DEB923608733DC60010E9CD /* Debug */,
|
jens@0
|
559 |
1DEB923708733DC60010E9CD /* Release */,
|
jens@0
|
560 |
);
|
jens@0
|
561 |
defaultConfigurationIsVisible = 0;
|
jens@0
|
562 |
defaultConfigurationName = Release;
|
jens@0
|
563 |
};
|
jens@2
|
564 |
276E5CC9106731D5008A2171 /* Build configuration list for PBXNativeTarget "Static Library" */ = {
|
jens@2
|
565 |
isa = XCConfigurationList;
|
jens@2
|
566 |
buildConfigurations = (
|
jens@2
|
567 |
276E5CAF10673160008A2171 /* Debug */,
|
jens@2
|
568 |
276E5CB010673160008A2171 /* Release */,
|
jens@2
|
569 |
);
|
jens@2
|
570 |
defaultConfigurationIsVisible = 0;
|
jens@2
|
571 |
defaultConfigurationName = Release;
|
jens@2
|
572 |
};
|
jens@6
|
573 |
276E5D161067D2D1008A2171 /* Build configuration list for PBXNativeTarget "Cocoa" */ = {
|
jens@6
|
574 |
isa = XCConfigurationList;
|
jens@6
|
575 |
buildConfigurations = (
|
jens@6
|
576 |
276E5D121067D27F008A2171 /* Debug */,
|
jens@6
|
577 |
276E5D131067D27F008A2171 /* Release */,
|
jens@6
|
578 |
);
|
jens@6
|
579 |
defaultConfigurationIsVisible = 0;
|
jens@6
|
580 |
defaultConfigurationName = Release;
|
jens@6
|
581 |
};
|
jens@0
|
582 |
/* End XCConfigurationList section */
|
jens@0
|
583 |
};
|
jens@0
|
584 |
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
jens@0
|
585 |
}
|