public
Description: A SSB OSX application, which at some point will be able to create a new application which wraps a specific web application, (Think Campfire, Twitter etc) and allows the user to use Ruby to create event handlers to be able support things like Growl or whatever you would like.
Clone URL: git://github.com/alloy/webapp-app.git
alloy (author)
Thu Mar 20 15:57:56 -0700 2008
commit  51819d6931c4a077cf77b13404f17c357ee9dd4c
tree    5d75bd5a9ad02ee56c040b6baf55e53c60ce9478
parent  eb8a6ac3f58e3b4c277ce1868d109186f0db35a2
webapp-app / CampfireTest.xcodeproj / project.pbxproj
100644 379 lines (365 sloc) 19.267 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
// !$*UTF8*$!
{
  archiveVersion = 1;
  classes = {
  };
  objectVersion = 42;
  objects = {
 
/* Begin PBXBuildFile section */
    4DDCA7070ACC9A6100E082CE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
    4DDCA7080ACC9A6100E082CE /* rb_main.rb in Resources */ = {isa = PBXBuildFile; fileRef = E8F5E25803AEB7C803A81C6F /* rb_main.rb */; };
    4DDCA70A0ACC9A6100E082CE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
    4DDCA70C0ACC9A6100E082CE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
    4DDCA70D0ACC9A6100E082CE /* RubyCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E8F5E24E03AEB6EC03A81C6F /* RubyCocoa.framework */; };
    514292CE0CC66CDC00F9CEEF /* app in Resources */ = {isa = PBXBuildFile; fileRef = 514292B90CC66CDC00F9CEEF /* app */; };
    514292CF0CC66CDC00F9CEEF /* config in Resources */ = {isa = PBXBuildFile; fileRef = 514292C10CC66CDC00F9CEEF /* config */; };
    514292D00CC66CDC00F9CEEF /* misc in Resources */ = {isa = PBXBuildFile; fileRef = 514292C40CC66CDC00F9CEEF /* misc */; };
    514292D10CC66CDC00F9CEEF /* test in Resources */ = {isa = PBXBuildFile; fileRef = 514292CA0CC66CDC00F9CEEF /* test */; };
    514292D20CC66CDC00F9CEEF /* vendor in Resources */ = {isa = PBXBuildFile; fileRef = 514292CC0CC66CDC00F9CEEF /* vendor */; };
    514292EF0CC6823A00F9CEEF /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 514292ED0CC6823A00F9CEEF /* MainMenu.nib */; };
    5190E7260D730A17000D9E53 /* CTBadge.h in Headers */ = {isa = PBXBuildFile; fileRef = 5190E7240D730A17000D9E53 /* CTBadge.h */; };
    5190E7270D730A17000D9E53 /* CTBadge.m in Sources */ = {isa = PBXBuildFile; fileRef = 5190E7250D730A17000D9E53 /* CTBadge.m */; };
    5190E72A0D730A3C000D9E53 /* CTGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5190E7280D730A3C000D9E53 /* CTGradient.h */; };
    5190E72B0D730A3C000D9E53 /* CTGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 5190E7290D730A3C000D9E53 /* CTGradient.m */; };
    5190E7320D73A45B000D9E53 /* twitter.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 5190E7310D73A45B000D9E53 /* twitter.jpg */; };
    5190E74A0D7440CD000D9E53 /* HMDTFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5190E7490D7440CD000D9E53 /* HMDTFoundation.framework */; };
    5190E74D0D7440D9000D9E53 /* HMDTFoundation.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 5190E7490D7440CD000D9E53 /* HMDTFoundation.framework */; };
    5190E7570D74414F000D9E53 /* SRAutoFillManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5190E7550D74414F000D9E53 /* SRAutoFillManager.h */; };
    5190E7580D74414F000D9E53 /* SRAutoFillManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5190E7560D74414F000D9E53 /* SRAutoFillManager.m */; };
    5190E76C0D7441EE000D9E53 /* SRPrefDefaultKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 5190E76A0D7441EE000D9E53 /* SRPrefDefaultKeys.h */; };
    5190E76D0D7441EE000D9E53 /* SRPrefDefaultKeys.m in Sources */ = {isa = PBXBuildFile; fileRef = 5190E76B0D7441EE000D9E53 /* SRPrefDefaultKeys.m */; };
    5190E7C90D744333000D9E53 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5190E7C80D744333000D9E53 /* Security.framework */; };
    51DD3F750D9321DA0034A2BE /* campfire.png in Resources */ = {isa = PBXBuildFile; fileRef = 51DD3F740D9321DA0034A2BE /* campfire.png */; };
    51FB31B10D7632CA0098BF8E /* lib in Resources */ = {isa = PBXBuildFile; fileRef = 51FB31A90D7632CA0098BF8E /* lib */; };
/* End PBXBuildFile section */
 
/* Begin PBXCopyFilesBuildPhase section */
    4AE95F0D26EC011F251D72ED /* Copy Frameworks */ = {
      isa = PBXCopyFilesBuildPhase;
      buildActionMask = 2147483647;
      dstPath = "";
      dstSubfolderSpec = 10;
      files = (
        5190E74D0D7440D9000D9E53 /* HMDTFoundation.framework in Copy Frameworks */,
      );
      name = "Copy Frameworks";
      runOnlyForDeploymentPostprocessing = 0;
    };
/* End PBXCopyFilesBuildPhase section */
 
/* Begin PBXFileReference section */
    089C165DFE840E0CC02AAC07 /* InfoPlist.strings */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = InfoPlist.strings; path = misc/English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
    1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
    29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = main.m; path = misc/main.m; sourceTree = "<group>"; };
    29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
    29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    4DDCA7110ACC9A6100E082CE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = Info.plist; path = config/Info.plist; sourceTree = "<group>"; };
    4DDCA7120ACC9A6100E082CE /* CampfireTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CampfireTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
    514292B90CC66CDC00F9CEEF /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app; sourceTree = "<group>"; };
    514292C10CC66CDC00F9CEEF /* config */ = {isa = PBXFileReference; lastKnownFileType = folder; path = config; sourceTree = "<group>"; };
    514292C40CC66CDC00F9CEEF /* misc */ = {isa = PBXFileReference; lastKnownFileType = folder; path = misc; sourceTree = "<group>"; };
    514292CA0CC66CDC00F9CEEF /* test */ = {isa = PBXFileReference; lastKnownFileType = folder; path = test; sourceTree = "<group>"; };
    514292CC0CC66CDC00F9CEEF /* vendor */ = {isa = PBXFileReference; lastKnownFileType = folder; path = vendor; sourceTree = "<group>"; };
    514292EE0CC6823A00F9CEEF /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = misc/English.lproj/MainMenu.nib; sourceTree = "<group>"; };
    5190E7240D730A17000D9E53 /* CTBadge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTBadge.h; path = objc/CTBadge.h; sourceTree = "<group>"; };
    5190E7250D730A17000D9E53 /* CTBadge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTBadge.m; path = objc/CTBadge.m; sourceTree = "<group>"; };
    5190E7280D730A3C000D9E53 /* CTGradient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CTGradient.h; path = objc/CTGradient.h; sourceTree = "<group>"; };
    5190E7290D730A3C000D9E53 /* CTGradient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CTGradient.m; path = objc/CTGradient.m; sourceTree = "<group>"; };
    5190E7310D73A45B000D9E53 /* twitter.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = twitter.jpg; sourceTree = "<group>"; };
    5190E7490D7440CD000D9E53 /* HMDTFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HMDTFoundation.framework; path = vendor/frameworks/HMDTFoundation.framework; sourceTree = "<group>"; };
    5190E7550D74414F000D9E53 /* SRAutoFillManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRAutoFillManager.h; path = objc/SRAutoFillManager.h; sourceTree = "<group>"; };
    5190E7560D74414F000D9E53 /* SRAutoFillManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SRAutoFillManager.m; path = objc/SRAutoFillManager.m; sourceTree = "<group>"; };
    5190E76A0D7441EE000D9E53 /* SRPrefDefaultKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRPrefDefaultKeys.h; path = objc/SRPrefDefaultKeys.h; sourceTree = "<group>"; };
    5190E76B0D7441EE000D9E53 /* SRPrefDefaultKeys.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SRPrefDefaultKeys.m; path = objc/SRPrefDefaultKeys.m; sourceTree = "<group>"; };
    5190E7C80D744333000D9E53 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
    51DD3F740D9321DA0034A2BE /* campfire.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = campfire.png; sourceTree = "<group>"; };
    51FB31A90D7632CA0098BF8E /* lib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = lib; sourceTree = "<group>"; };
    E8F5E24E03AEB6EC03A81C6F /* RubyCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RubyCocoa.framework; path = /Library/Frameworks/RubyCocoa.framework; sourceTree = "<absolute>"; };
    E8F5E25803AEB7C803A81C6F /* rb_main.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; name = rb_main.rb; path = misc/rb_main.rb; sourceTree = "<group>"; };
/* End PBXFileReference section */
 
/* Begin PBXFrameworksBuildPhase section */
    4DDCA70B0ACC9A6100E082CE /* Frameworks */ = {
      isa = PBXFrameworksBuildPhase;
      buildActionMask = 2147483647;
      files = (
        4DDCA70C0ACC9A6100E082CE /* Cocoa.framework in Frameworks */,
        4DDCA70D0ACC9A6100E082CE /* RubyCocoa.framework in Frameworks */,
        5190E74A0D7440CD000D9E53 /* HMDTFoundation.framework in Frameworks */,
        5190E7C90D744333000D9E53 /* Security.framework in Frameworks */,
      );
      runOnlyForDeploymentPostprocessing = 0;
    };
/* End PBXFrameworksBuildPhase section */
 
/* Begin PBXGroup section */
    080E96DDFE201D6D7F000001 /* Classes */ = {
      isa = PBXGroup;
      children = (
      );
      name = Classes;
      sourceTree = "<group>";
    };
    1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
      isa = PBXGroup;
      children = (
        5190E7490D7440CD000D9E53 /* HMDTFoundation.framework */,
        5190E76A0D7441EE000D9E53 /* SRPrefDefaultKeys.h */,
        5190E76B0D7441EE000D9E53 /* SRPrefDefaultKeys.m */,
        1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
        E8F5E24E03AEB6EC03A81C6F /* RubyCocoa.framework */,
      );
      name = "Linked Frameworks";
      sourceTree = "<group>";
    };
    1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
      isa = PBXGroup;
      children = (
        29B97325FDCFA39411CA2CEA /* Foundation.framework */,
        5190E7280D730A3C000D9E53 /* CTGradient.h */,
        51FB31A90D7632CA0098BF8E /* lib */,
        5190E7290D730A3C000D9E53 /* CTGradient.m */,
        29B97324FDCFA39411CA2CEA /* AppKit.framework */,
        5190E7C80D744333000D9E53 /* Security.framework */,
      );
      name = "Other Frameworks";
      sourceTree = "<group>";
    };
    19C28FACFE9D520D11CA2CBB /* Products */ = {
      isa = PBXGroup;
      children = (
        4DDCA7120ACC9A6100E082CE /* CampfireTest.app */,
      );
      name = Products;
      sourceTree = "<group>";
    };
    29B97314FDCFA39411CA2CEA /* CampfireTest */ = {
      isa = PBXGroup;
      children = (
        5190E7310D73A45B000D9E53 /* twitter.jpg */,
        080E96DDFE201D6D7F000001 /* Classes */,
        29B97315FDCFA39411CA2CEA /* Other Sources */,
        29B97317FDCFA39411CA2CEA /* Resources */,
        29B97323FDCFA39411CA2CEA /* Frameworks */,
        19C28FACFE9D520D11CA2CBB /* Products */,
        4DDCA7110ACC9A6100E082CE /* Info.plist */,
      );
      name = CampfireTest;
      sourceTree = "<group>";
    };
    29B97315FDCFA39411CA2CEA /* Other Sources */ = {
      isa = PBXGroup;
      children = (
        29B97316FDCFA39411CA2CEA /* main.m */,
        514292ED0CC6823A00F9CEEF /* MainMenu.nib */,
        E8F5E25803AEB7C803A81C6F /* rb_main.rb */,
        5190E7240D730A17000D9E53 /* CTBadge.h */,
        5190E7250D730A17000D9E53 /* CTBadge.m */,
        5190E7550D74414F000D9E53 /* SRAutoFillManager.h */,
        51DD3F740D9321DA0034A2BE /* campfire.png */,
        5190E7560D74414F000D9E53 /* SRAutoFillManager.m */,
      );
      name = "Other Sources";
      sourceTree = "<group>";
    };
    29B97317FDCFA39411CA2CEA /* Resources */ = {
      isa = PBXGroup;
      children = (
        514292B90CC66CDC00F9CEEF /* app */,
        514292C10CC66CDC00F9CEEF /* config */,
        514292C40CC66CDC00F9CEEF /* misc */,
        514292CA0CC66CDC00F9CEEF /* test */,
        514292CC0CC66CDC00F9CEEF /* vendor */,
        089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
      );
      name = Resources;
      sourceTree = "<group>";
    };
    29B97323FDCFA39411CA2CEA /* Frameworks */ = {
      isa = PBXGroup;
      children = (
        1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
        1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
      );
      name = Frameworks;
      sourceTree = "<group>";
    };
/* End PBXGroup section */
 
/* Begin PBXHeadersBuildPhase section */
    4DDCA7040ACC9A6100E082CE /* Headers */ = {
      isa = PBXHeadersBuildPhase;
      buildActionMask = 2147483647;
      files = (
        5190E7260D730A17000D9E53 /* CTBadge.h in Headers */,
        5190E72A0D730A3C000D9E53 /* CTGradient.h in Headers */,
        5190E7570D74414F000D9E53 /* SRAutoFillManager.h in Headers */,
        5190E76C0D7441EE000D9E53 /* SRPrefDefaultKeys.h in Headers */,
      );
      runOnlyForDeploymentPostprocessing = 0;
    };
/* End PBXHeadersBuildPhase section */
 
/* Begin PBXNativeTarget section */
    4DDCA7030ACC9A6100E082CE /* CampfireTest */ = {
      isa = PBXNativeTarget;
      buildConfigurationList = 4DDCA70E0ACC9A6100E082CE /* Build configuration list for PBXNativeTarget "CampfireTest" */;
      buildPhases = (
        4DDCA7040ACC9A6100E082CE /* Headers */,
        4DDCA7050ACC9A6100E082CE /* Resources */,
        4DDCA7090ACC9A6100E082CE /* Sources */,
        4DDCA70B0ACC9A6100E082CE /* Frameworks */,
        4AE95F0D26EC011F251D72ED /* Copy Frameworks */,
      );
      buildRules = (
      );
      dependencies = (
      );
      name = CampfireTest;
      productInstallPath = "$(HOME)/Applications";
      productName = CampfireTest;
      productReference = 4DDCA7120ACC9A6100E082CE /* CampfireTest.app */;
      productType = "com.apple.product-type.application";
    };
/* End PBXNativeTarget section */
 
/* Begin PBXProject section */
    29B97313FDCFA39411CA2CEA /* Project object */ = {
      isa = PBXProject;
      buildConfigurationList = 4D7A7B570ABF745500C2D4C0 /* Build configuration list for PBXProject "CampfireTest" */;
      compatibilityVersion = "Xcode 2.4";
      hasScannedForEncodings = 0;
      mainGroup = 29B97314FDCFA39411CA2CEA /* CampfireTest */;
      projectDirPath = "";
      projectRoot = "";
      targets = (
        4DDCA7030ACC9A6100E082CE /* CampfireTest */,
      );
    };
/* End PBXProject section */
 
/* Begin PBXResourcesBuildPhase section */
    4DDCA7050ACC9A6100E082CE /* Resources */ = {
      isa = PBXResourcesBuildPhase;
      buildActionMask = 2147483647;
      files = (
        4DDCA7070ACC9A6100E082CE /* InfoPlist.strings in Resources */,
        4DDCA7080ACC9A6100E082CE /* rb_main.rb in Resources */,
        514292CE0CC66CDC00F9CEEF /* app in Resources */,
        514292CF0CC66CDC00F9CEEF /* config in Resources */,
        514292D00CC66CDC00F9CEEF /* misc in Resources */,
        514292D10CC66CDC00F9CEEF /* test in Resources */,
        514292D20CC66CDC00F9CEEF /* vendor in Resources */,
        514292EF0CC6823A00F9CEEF /* MainMenu.nib in Resources */,
        5190E7320D73A45B000D9E53 /* twitter.jpg in Resources */,
        51FB31B10D7632CA0098BF8E /* lib in Resources */,
        51DD3F750D9321DA0034A2BE /* campfire.png in Resources */,
      );
      runOnlyForDeploymentPostprocessing = 0;
    };
/* End PBXResourcesBuildPhase section */
 
/* Begin PBXSourcesBuildPhase section */
    4DDCA7090ACC9A6100E082CE /* Sources */ = {
      isa = PBXSourcesBuildPhase;
      buildActionMask = 2147483647;
      files = (
        4DDCA70A0ACC9A6100E082CE /* main.m in Sources */,
        5190E7270D730A17000D9E53 /* CTBadge.m in Sources */,
        5190E72B0D730A3C000D9E53 /* CTGradient.m in Sources */,
        5190E7580D74414F000D9E53 /* SRAutoFillManager.m in Sources */,
        5190E76D0D7441EE000D9E53 /* SRPrefDefaultKeys.m in Sources */,
      );
      runOnlyForDeploymentPostprocessing = 0;
    };
/* End PBXSourcesBuildPhase section */
 
/* Begin PBXVariantGroup section */
    089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
      isa = PBXVariantGroup;
      children = (
        089C165DFE840E0CC02AAC07 /* InfoPlist.strings */,
      );
      name = InfoPlist.strings;
      sourceTree = "<group>";
    };
    514292ED0CC6823A00F9CEEF /* MainMenu.nib */ = {
      isa = PBXVariantGroup;
      children = (
        514292EE0CC6823A00F9CEEF /* English */,
      );
      name = MainMenu.nib;
      sourceTree = "<group>";
    };
/* End PBXVariantGroup section */
 
/* Begin XCBuildConfiguration section */
    4D7A7B580ABF745500C2D4C0 /* Debug */ = {
      isa = XCBuildConfiguration;
      buildSettings = {
        GCC_WARN_ABOUT_RETURN_TYPE = YES;
        GCC_WARN_UNUSED_VARIABLE = YES;
        PREBINDING = NO;
      };
      name = Debug;
    };
    4D7A7B590ABF745500C2D4C0 /* Release */ = {
      isa = XCBuildConfiguration;
      buildSettings = {
        GCC_WARN_ABOUT_RETURN_TYPE = YES;
        GCC_WARN_UNUSED_VARIABLE = YES;
        PREBINDING = NO;
      };
      name = Release;
    };
    4DDCA70F0ACC9A6100E082CE /* Debug */ = {
      isa = XCBuildConfiguration;
      buildSettings = {
        COPY_PHASE_STRIP = NO;
        FRAMEWORK_SEARCH_PATHS = (
          "$(inherited)",
          "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
        );
        FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/vendor/frameworks\"";
        GCC_DYNAMIC_NO_PIC = NO;
        GCC_ENABLE_FIX_AND_CONTINUE = YES;
        GCC_MODEL_TUNING = G5;
        GCC_OPTIMIZATION_LEVEL = 0;
        INFOPLIST_FILE = Info.plist;
        INSTALL_PATH = "$(HOME)/Applications";
        PRODUCT_NAME = CampfireTest;
        WRAPPER_EXTENSION = app;
        ZERO_LINK = YES;
      };
      name = Debug;
    };
    4DDCA7100ACC9A6100E082CE /* Release */ = {
      isa = XCBuildConfiguration;
      buildSettings = {
        FRAMEWORK_SEARCH_PATHS = (
          "$(inherited)",
          "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
        );
        FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/vendor/frameworks\"";
        GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
        GCC_MODEL_TUNING = G5;
        INFOPLIST_FILE = Info.plist;
        INSTALL_PATH = "$(HOME)/Applications";
        PRODUCT_NAME = CampfireTest;
        WRAPPER_EXTENSION = app;
      };
      name = Release;
    };
/* End XCBuildConfiguration section */
 
/* Begin XCConfigurationList section */
    4D7A7B570ABF745500C2D4C0 /* Build configuration list for PBXProject "CampfireTest" */ = {
      isa = XCConfigurationList;
      buildConfigurations = (
        4D7A7B580ABF745500C2D4C0 /* Debug */,
        4D7A7B590ABF745500C2D4C0 /* Release */,
      );
      defaultConfigurationIsVisible = 0;
      defaultConfigurationName = Release;
    };
    4DDCA70E0ACC9A6100E082CE /* Build configuration list for PBXNativeTarget "CampfireTest" */ = {
      isa = XCConfigurationList;
      buildConfigurations = (
        4DDCA70F0ACC9A6100E082CE /* Debug */,
        4DDCA7100ACC9A6100E082CE /* Release */,
      );
      defaultConfigurationIsVisible = 0;
      defaultConfigurationName = Release;
    };
/* End XCConfigurationList section */
  };
  rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}