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