Adding an alphagram ivar to Word which is calculated and then stored in the keyed...
[scrabbalize.git] / Dictionary / Dictionary.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 44;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1EB0367F0DE319BE00880828 /* Word.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EB0367D0DE319BE00880828 /* Word.m */; };
11 8DD76F9A0486AA7600D96B5E /* Dictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* Dictionary.m */; settings = {ATTRIBUTES = (); }; };
12 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
13 8DD76F9F0486AA7600D96B5E /* Dictionary.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859EA3029092ED04C91782 /* Dictionary.1 */; };
14 /* End PBXBuildFile section */
15
16 /* Begin PBXCopyFilesBuildPhase section */
17 8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
18 isa = PBXCopyFilesBuildPhase;
19 buildActionMask = 8;
20 dstPath = /usr/share/man/man1/;
21 dstSubfolderSpec = 0;
22 files = (
23 8DD76F9F0486AA7600D96B5E /* Dictionary.1 in CopyFiles */,
24 );
25 runOnlyForDeploymentPostprocessing = 1;
26 };
27 /* End PBXCopyFilesBuildPhase section */
28
29 /* Begin PBXFileReference section */
30 08FB7796FE84155DC02AAC07 /* Dictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Dictionary.m; sourceTree = "<group>"; };
31 08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
32 1EB0367D0DE319BE00880828 /* Word.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Word.m; path = ../Source/Word.m; sourceTree = SOURCE_ROOT; };
33 1EB0367E0DE319BE00880828 /* Word.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Word.h; path = ../Source/Word.h; sourceTree = SOURCE_ROOT; };
34 32A70AAB03705E1F00C91783 /* Dictionary_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dictionary_Prefix.pch; sourceTree = "<group>"; };
35 8DD76FA10486AA7600D96B5E /* Dictionary */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Dictionary; sourceTree = BUILT_PRODUCTS_DIR; };
36 C6859EA3029092ED04C91782 /* Dictionary.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = Dictionary.1; sourceTree = "<group>"; };
37 /* End PBXFileReference section */
38
39 /* Begin PBXFrameworksBuildPhase section */
40 8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
41 isa = PBXFrameworksBuildPhase;
42 buildActionMask = 2147483647;
43 files = (
44 8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
45 );
46 runOnlyForDeploymentPostprocessing = 0;
47 };
48 /* End PBXFrameworksBuildPhase section */
49
50 /* Begin PBXGroup section */
51 08FB7794FE84155DC02AAC07 /* Dictionary */ = {
52 isa = PBXGroup;
53 children = (
54 08FB7795FE84155DC02AAC07 /* Source */,
55 C6859EA2029092E104C91782 /* Documentation */,
56 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
57 1AB674ADFE9D54B511CA2CBB /* Products */,
58 );
59 name = Dictionary;
60 sourceTree = "<group>";
61 };
62 08FB7795FE84155DC02AAC07 /* Source */ = {
63 isa = PBXGroup;
64 children = (
65 32A70AAB03705E1F00C91783 /* Dictionary_Prefix.pch */,
66 08FB7796FE84155DC02AAC07 /* Dictionary.m */,
67 1EB0367D0DE319BE00880828 /* Word.m */,
68 1EB0367E0DE319BE00880828 /* Word.h */,
69 );
70 name = Source;
71 sourceTree = "<group>";
72 };
73 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
74 isa = PBXGroup;
75 children = (
76 08FB779EFE84155DC02AAC07 /* Foundation.framework */,
77 );
78 name = "External Frameworks and Libraries";
79 sourceTree = "<group>";
80 };
81 1AB674ADFE9D54B511CA2CBB /* Products */ = {
82 isa = PBXGroup;
83 children = (
84 8DD76FA10486AA7600D96B5E /* Dictionary */,
85 );
86 name = Products;
87 sourceTree = "<group>";
88 };
89 C6859EA2029092E104C91782 /* Documentation */ = {
90 isa = PBXGroup;
91 children = (
92 C6859EA3029092ED04C91782 /* Dictionary.1 */,
93 );
94 name = Documentation;
95 sourceTree = "<group>";
96 };
97 /* End PBXGroup section */
98
99 /* Begin PBXNativeTarget section */
100 8DD76F960486AA7600D96B5E /* Dictionary */ = {
101 isa = PBXNativeTarget;
102 buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Dictionary" */;
103 buildPhases = (
104 8DD76F990486AA7600D96B5E /* Sources */,
105 8DD76F9B0486AA7600D96B5E /* Frameworks */,
106 8DD76F9E0486AA7600D96B5E /* CopyFiles */,
107 );
108 buildRules = (
109 );
110 dependencies = (
111 );
112 name = Dictionary;
113 productInstallPath = "$(HOME)/bin";
114 productName = Dictionary;
115 productReference = 8DD76FA10486AA7600D96B5E /* Dictionary */;
116 productType = "com.apple.product-type.tool";
117 };
118 /* End PBXNativeTarget section */
119
120 /* Begin PBXProject section */
121 08FB7793FE84155DC02AAC07 /* Project object */ = {
122 isa = PBXProject;
123 buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Dictionary" */;
124 compatibilityVersion = "Xcode 3.0";
125 hasScannedForEncodings = 1;
126 mainGroup = 08FB7794FE84155DC02AAC07 /* Dictionary */;
127 projectDirPath = "";
128 projectRoot = "";
129 targets = (
130 8DD76F960486AA7600D96B5E /* Dictionary */,
131 );
132 };
133 /* End PBXProject section */
134
135 /* Begin PBXSourcesBuildPhase section */
136 8DD76F990486AA7600D96B5E /* Sources */ = {
137 isa = PBXSourcesBuildPhase;
138 buildActionMask = 2147483647;
139 files = (
140 8DD76F9A0486AA7600D96B5E /* Dictionary.m in Sources */,
141 1EB0367F0DE319BE00880828 /* Word.m in Sources */,
142 );
143 runOnlyForDeploymentPostprocessing = 0;
144 };
145 /* End PBXSourcesBuildPhase section */
146
147 /* Begin XCBuildConfiguration section */
148 1DEB927508733DD40010E9CD /* Debug */ = {
149 isa = XCBuildConfiguration;
150 buildSettings = {
151 COPY_PHASE_STRIP = NO;
152 GCC_DYNAMIC_NO_PIC = NO;
153 GCC_ENABLE_FIX_AND_CONTINUE = YES;
154 GCC_MODEL_TUNING = G5;
155 GCC_OPTIMIZATION_LEVEL = 0;
156 GCC_PRECOMPILE_PREFIX_HEADER = YES;
157 GCC_PREFIX_HEADER = Dictionary_Prefix.pch;
158 INSTALL_PATH = /usr/local/bin;
159 PRODUCT_NAME = Dictionary;
160 ZERO_LINK = YES;
161 };
162 name = Debug;
163 };
164 1DEB927608733DD40010E9CD /* Release */ = {
165 isa = XCBuildConfiguration;
166 buildSettings = {
167 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
168 GCC_MODEL_TUNING = G5;
169 GCC_PRECOMPILE_PREFIX_HEADER = YES;
170 GCC_PREFIX_HEADER = Dictionary_Prefix.pch;
171 INSTALL_PATH = /usr/local/bin;
172 PRODUCT_NAME = Dictionary;
173 };
174 name = Release;
175 };
176 1DEB927908733DD40010E9CD /* Debug */ = {
177 isa = XCBuildConfiguration;
178 buildSettings = {
179 GCC_C_LANGUAGE_STANDARD = c99;
180 GCC_WARN_ABOUT_RETURN_TYPE = YES;
181 GCC_WARN_UNUSED_VARIABLE = YES;
182 PREBINDING = NO;
183 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
184 };
185 name = Debug;
186 };
187 1DEB927A08733DD40010E9CD /* Release */ = {
188 isa = XCBuildConfiguration;
189 buildSettings = {
190 ARCHS = (
191 ppc,
192 i386,
193 );
194 GCC_C_LANGUAGE_STANDARD = c99;
195 GCC_WARN_ABOUT_RETURN_TYPE = YES;
196 GCC_WARN_UNUSED_VARIABLE = YES;
197 PREBINDING = NO;
198 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
199 };
200 name = Release;
201 };
202 /* End XCBuildConfiguration section */
203
204 /* Begin XCConfigurationList section */
205 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "Dictionary" */ = {
206 isa = XCConfigurationList;
207 buildConfigurations = (
208 1DEB927508733DD40010E9CD /* Debug */,
209 1DEB927608733DD40010E9CD /* Release */,
210 );
211 defaultConfigurationIsVisible = 0;
212 defaultConfigurationName = Release;
213 };
214 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "Dictionary" */ = {
215 isa = XCConfigurationList;
216 buildConfigurations = (
217 1DEB927908733DD40010E9CD /* Debug */,
218 1DEB927A08733DD40010E9CD /* Release */,
219 );
220 defaultConfigurationIsVisible = 0;
221 defaultConfigurationName = Release;
222 };
223 /* End XCConfigurationList section */
224 };
225 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
226 }