Instead of setting the coordinates for the window, call [window center] in [awakeFromNib]
[scrabbalize.git] / Scrabbalize.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 44;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1E1231A30DE502CE00A60AF5 /* dictionary.txt in Resources */ = {isa = PBXBuildFile; fileRef = 1E1231A20DE502CE00A60AF5 /* dictionary.txt */; };
11 1E7EDF410DEDFBD1000660B3 /* gradient.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E7EDF3F0DEDFBD1000660B3 /* gradient.png */; };
12 1E7EDF440DEDFBD9000660B3 /* GradientBackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7EDF420DEDFBD9000660B3 /* GradientBackView.m */; };
13 1EAAC79B0D16E9CE0058A23D /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EAAC79A0D16E9CE0058A23D /* AppController.m */; };
14 1EAAC8420D16F4A40058A23D /* Word.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EAAC8410D16F4A40058A23D /* Word.m */; };
15 1EC5B6600D1CDCAA007D1D24 /* Scrabbalize.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1EC5B65F0D1CDCAA007D1D24 /* Scrabbalize.icns */; };
16 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
17 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
18 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
19 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
20 /* End PBXBuildFile section */
21
22 /* Begin PBXFileReference section */
23 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
24 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
25 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
26 1E1231A20DE502CE00A60AF5 /* dictionary.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dictionary.txt; sourceTree = "<group>"; };
27 1E7EDF400DEDFBD1000660B3 /* English */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = English; path = English.lproj/gradient.png; sourceTree = "<group>"; };
28 1E7EDF420DEDFBD9000660B3 /* GradientBackView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GradientBackView.m; path = Source/GradientBackView.m; sourceTree = "<group>"; };
29 1E7EDF430DEDFBD9000660B3 /* GradientBackView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GradientBackView.h; path = Source/GradientBackView.h; sourceTree = "<group>"; };
30 1EAAC7990D16E9CE0058A23D /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = Source/AppController.h; sourceTree = "<group>"; };
31 1EAAC79A0D16E9CE0058A23D /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppController.m; path = Source/AppController.m; sourceTree = "<group>"; };
32 1EAAC8400D16F4A40058A23D /* Word.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Word.h; path = Source/Word.h; sourceTree = "<group>"; };
33 1EAAC8410D16F4A40058A23D /* Word.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Word.m; path = Source/Word.m; sourceTree = "<group>"; };
34 1EC5B65F0D1CDCAA007D1D24 /* Scrabbalize.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Scrabbalize.icns; sourceTree = "<group>"; };
35 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
36 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
37 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
38 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
39 32CA4F630368D1EE00C91783 /* Scrabbalize_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Scrabbalize_Prefix.pch; sourceTree = "<group>"; };
40 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
41 8D1107320486CEB800E47090 /* Scrabbalize.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Scrabbalize.app; sourceTree = BUILT_PRODUCTS_DIR; };
42 /* End PBXFileReference section */
43
44 /* Begin PBXFrameworksBuildPhase section */
45 8D11072E0486CEB800E47090 /* Frameworks */ = {
46 isa = PBXFrameworksBuildPhase;
47 buildActionMask = 2147483647;
48 files = (
49 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
50 );
51 runOnlyForDeploymentPostprocessing = 0;
52 };
53 /* End PBXFrameworksBuildPhase section */
54
55 /* Begin PBXGroup section */
56 080E96DDFE201D6D7F000001 /* Classes */ = {
57 isa = PBXGroup;
58 children = (
59 1EAAC7990D16E9CE0058A23D /* AppController.h */,
60 1EAAC79A0D16E9CE0058A23D /* AppController.m */,
61 1EAAC8400D16F4A40058A23D /* Word.h */,
62 1EAAC8410D16F4A40058A23D /* Word.m */,
63 1E7EDF430DEDFBD9000660B3 /* GradientBackView.h */,
64 1E7EDF420DEDFBD9000660B3 /* GradientBackView.m */,
65 );
66 name = Classes;
67 sourceTree = "<group>";
68 };
69 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
70 isa = PBXGroup;
71 children = (
72 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
73 );
74 name = "Linked Frameworks";
75 sourceTree = "<group>";
76 };
77 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
78 isa = PBXGroup;
79 children = (
80 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
81 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
82 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
83 );
84 name = "Other Frameworks";
85 sourceTree = "<group>";
86 };
87 19C28FACFE9D520D11CA2CBB /* Products */ = {
88 isa = PBXGroup;
89 children = (
90 8D1107320486CEB800E47090 /* Scrabbalize.app */,
91 );
92 name = Products;
93 sourceTree = "<group>";
94 };
95 29B97314FDCFA39411CA2CEA /* Scrabbalize */ = {
96 isa = PBXGroup;
97 children = (
98 080E96DDFE201D6D7F000001 /* Classes */,
99 29B97315FDCFA39411CA2CEA /* Other Sources */,
100 29B97317FDCFA39411CA2CEA /* Resources */,
101 29B97323FDCFA39411CA2CEA /* Frameworks */,
102 19C28FACFE9D520D11CA2CBB /* Products */,
103 );
104 name = Scrabbalize;
105 sourceTree = "<group>";
106 };
107 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
108 isa = PBXGroup;
109 children = (
110 32CA4F630368D1EE00C91783 /* Scrabbalize_Prefix.pch */,
111 29B97316FDCFA39411CA2CEA /* main.m */,
112 );
113 name = "Other Sources";
114 sourceTree = "<group>";
115 };
116 29B97317FDCFA39411CA2CEA /* Resources */ = {
117 isa = PBXGroup;
118 children = (
119 1E7EDF3F0DEDFBD1000660B3 /* gradient.png */,
120 1EC5B65F0D1CDCAA007D1D24 /* Scrabbalize.icns */,
121 1E1231A20DE502CE00A60AF5 /* dictionary.txt */,
122 8D1107310486CEB800E47090 /* Info.plist */,
123 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
124 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
125 );
126 name = Resources;
127 sourceTree = "<group>";
128 };
129 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
130 isa = PBXGroup;
131 children = (
132 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
133 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
134 );
135 name = Frameworks;
136 sourceTree = "<group>";
137 };
138 /* End PBXGroup section */
139
140 /* Begin PBXNativeTarget section */
141 8D1107260486CEB800E47090 /* Scrabbalize */ = {
142 isa = PBXNativeTarget;
143 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Scrabbalize" */;
144 buildPhases = (
145 8D1107290486CEB800E47090 /* Resources */,
146 8D11072C0486CEB800E47090 /* Sources */,
147 8D11072E0486CEB800E47090 /* Frameworks */,
148 1EAAC91E0D170FA40058A23D /* ShellScript */,
149 );
150 buildRules = (
151 );
152 dependencies = (
153 );
154 name = Scrabbalize;
155 productInstallPath = "$(HOME)/Applications";
156 productName = Scrabbalize;
157 productReference = 8D1107320486CEB800E47090 /* Scrabbalize.app */;
158 productType = "com.apple.product-type.application";
159 };
160 /* End PBXNativeTarget section */
161
162 /* Begin PBXProject section */
163 29B97313FDCFA39411CA2CEA /* Project object */ = {
164 isa = PBXProject;
165 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Scrabbalize" */;
166 compatibilityVersion = "Xcode 3.0";
167 hasScannedForEncodings = 1;
168 mainGroup = 29B97314FDCFA39411CA2CEA /* Scrabbalize */;
169 projectDirPath = "";
170 projectRoot = "";
171 targets = (
172 8D1107260486CEB800E47090 /* Scrabbalize */,
173 );
174 };
175 /* End PBXProject section */
176
177 /* Begin PBXResourcesBuildPhase section */
178 8D1107290486CEB800E47090 /* Resources */ = {
179 isa = PBXResourcesBuildPhase;
180 buildActionMask = 2147483647;
181 files = (
182 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
183 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
184 1EC5B6600D1CDCAA007D1D24 /* Scrabbalize.icns in Resources */,
185 1E1231A30DE502CE00A60AF5 /* dictionary.txt in Resources */,
186 1E7EDF410DEDFBD1000660B3 /* gradient.png in Resources */,
187 );
188 runOnlyForDeploymentPostprocessing = 0;
189 };
190 /* End PBXResourcesBuildPhase section */
191
192 /* Begin PBXShellScriptBuildPhase section */
193 1EAAC91E0D170FA40058A23D /* ShellScript */ = {
194 isa = PBXShellScriptBuildPhase;
195 buildActionMask = 2147483647;
196 files = (
197 );
198 inputPaths = (
199 );
200 outputPaths = (
201 );
202 runOnlyForDeploymentPostprocessing = 0;
203 shellPath = /usr/bin/ruby;
204 shellScript = "require \"ftools\"\nrequire \"Time\"\n\nhash = %x{/usr/local/bin/git log -1 --pretty=format:%h}\ntimestamp = %x{/usr/local/bin/git log -1 --pretty=format:%ct}\ntime = Time.at(timestamp.to_i)\n\nbuild = (\"%02d\" % time.year) + (\"%02d\" % time.month) + (\"%02d\" % time.day) + \".\" + hash\n\ninfopath = ENV[\"CONFIGURATION_BUILD_DIR\"] + \"/\" + ENV[\"INFOPLIST_PATH\"]\n\nfile = \"\"\nio = File.new(infopath)\nlastline = \"\"\nwhile line = io.gets do\n\tif lastline.match(\"CFBundleVersion\")\n\t\tfile += \"\\t<string>#{build}</string>\\n\"\n\telse\n\t\tfile += line\n\tend\n\tlastline = line\nend\nio.close\n\nio = File.new(infopath, \"w\")\nio.write(file)\nio.close";
205 };
206 /* End PBXShellScriptBuildPhase section */
207
208 /* Begin PBXSourcesBuildPhase section */
209 8D11072C0486CEB800E47090 /* Sources */ = {
210 isa = PBXSourcesBuildPhase;
211 buildActionMask = 2147483647;
212 files = (
213 8D11072D0486CEB800E47090 /* main.m in Sources */,
214 1EAAC79B0D16E9CE0058A23D /* AppController.m in Sources */,
215 1EAAC8420D16F4A40058A23D /* Word.m in Sources */,
216 1E7EDF440DEDFBD9000660B3 /* GradientBackView.m in Sources */,
217 );
218 runOnlyForDeploymentPostprocessing = 0;
219 };
220 /* End PBXSourcesBuildPhase section */
221
222 /* Begin PBXVariantGroup section */
223 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
224 isa = PBXVariantGroup;
225 children = (
226 089C165DFE840E0CC02AAC07 /* English */,
227 );
228 name = InfoPlist.strings;
229 sourceTree = "<group>";
230 };
231 1E7EDF3F0DEDFBD1000660B3 /* gradient.png */ = {
232 isa = PBXVariantGroup;
233 children = (
234 1E7EDF400DEDFBD1000660B3 /* English */,
235 );
236 name = gradient.png;
237 sourceTree = "<group>";
238 };
239 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
240 isa = PBXVariantGroup;
241 children = (
242 29B97319FDCFA39411CA2CEA /* English */,
243 );
244 name = MainMenu.nib;
245 sourceTree = "<group>";
246 };
247 /* End PBXVariantGroup section */
248
249 /* Begin XCBuildConfiguration section */
250 C01FCF4B08A954540054247B /* Debug */ = {
251 isa = XCBuildConfiguration;
252 buildSettings = {
253 COPY_PHASE_STRIP = NO;
254 GCC_DYNAMIC_NO_PIC = NO;
255 GCC_ENABLE_FIX_AND_CONTINUE = YES;
256 GCC_MODEL_TUNING = G5;
257 GCC_OPTIMIZATION_LEVEL = 0;
258 GCC_PRECOMPILE_PREFIX_HEADER = YES;
259 GCC_PREFIX_HEADER = Scrabbalize_Prefix.pch;
260 INFOPLIST_FILE = Info.plist;
261 INSTALL_PATH = "$(HOME)/Applications";
262 PRODUCT_NAME = Scrabbalize;
263 WRAPPER_EXTENSION = app;
264 ZERO_LINK = YES;
265 };
266 name = Debug;
267 };
268 C01FCF4C08A954540054247B /* Release */ = {
269 isa = XCBuildConfiguration;
270 buildSettings = {
271 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
272 GCC_MODEL_TUNING = G5;
273 GCC_PRECOMPILE_PREFIX_HEADER = YES;
274 GCC_PREFIX_HEADER = Scrabbalize_Prefix.pch;
275 INFOPLIST_FILE = Info.plist;
276 INSTALL_PATH = "$(HOME)/Applications";
277 PRODUCT_NAME = Scrabbalize;
278 WRAPPER_EXTENSION = app;
279 };
280 name = Release;
281 };
282 C01FCF4F08A954540054247B /* Debug */ = {
283 isa = XCBuildConfiguration;
284 buildSettings = {
285 GCC_C_LANGUAGE_STANDARD = c99;
286 GCC_WARN_ABOUT_RETURN_TYPE = YES;
287 GCC_WARN_UNUSED_VARIABLE = YES;
288 PREBINDING = NO;
289 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
290 };
291 name = Debug;
292 };
293 C01FCF5008A954540054247B /* Release */ = {
294 isa = XCBuildConfiguration;
295 buildSettings = {
296 ARCHS = (
297 ppc,
298 i386,
299 );
300 DEAD_CODE_STRIPPING = YES;
301 GCC_C_LANGUAGE_STANDARD = c99;
302 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
303 GCC_WARN_ABOUT_RETURN_TYPE = YES;
304 GCC_WARN_UNUSED_VARIABLE = YES;
305 PREBINDING = NO;
306 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
307 };
308 name = Release;
309 };
310 /* End XCBuildConfiguration section */
311
312 /* Begin XCConfigurationList section */
313 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Scrabbalize" */ = {
314 isa = XCConfigurationList;
315 buildConfigurations = (
316 C01FCF4B08A954540054247B /* Debug */,
317 C01FCF4C08A954540054247B /* Release */,
318 );
319 defaultConfigurationIsVisible = 0;
320 defaultConfigurationName = Release;
321 };
322 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Scrabbalize" */ = {
323 isa = XCConfigurationList;
324 buildConfigurations = (
325 C01FCF4F08A954540054247B /* Debug */,
326 C01FCF5008A954540054247B /* Release */,
327 );
328 defaultConfigurationIsVisible = 0;
329 defaultConfigurationName = Release;
330 };
331 /* End XCConfigurationList section */
332 };
333 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
334 }