File: project.pbxproj

package info (click to toggle)
rsskit 0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: objc: 2,041; makefile: 22; sh: 4
file content (460 lines) | stat: -rwxr-xr-x 27,835 bytes parent folder | download | duplicates (2)
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 42;
	objects = {

/* Begin PBXBuildFile section */
		85687CDD107BF59000B55A9A /* Atom03Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CB8107BF59000B55A9A /* Atom03Parser.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CDE107BF59000B55A9A /* Atom03Parser.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CB9107BF59000B55A9A /* Atom03Parser.m */; };
		85687CDF107BF59000B55A9A /* Atom10Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CBA107BF59000B55A9A /* Atom10Parser.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CE0107BF59000B55A9A /* Atom10Parser.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CBB107BF59000B55A9A /* Atom10Parser.m */; };
		85687CE1107BF59000B55A9A /* AtomParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CBC107BF59000B55A9A /* AtomParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CE2107BF59000B55A9A /* AtomParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CBD107BF59000B55A9A /* AtomParser.m */; };
		85687CE3107BF59000B55A9A /* DOMParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CBE107BF59000B55A9A /* DOMParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CE4107BF59000B55A9A /* DOMParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CBF107BF59000B55A9A /* DOMParser.m */; };
		85687CE5107BF59000B55A9A /* DublinCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CC0107BF59000B55A9A /* DublinCore.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CE6107BF59000B55A9A /* DublinCore.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CC1107BF59000B55A9A /* DublinCore.m */; };
		85687CE7107BF59000B55A9A /* FeedParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CC2107BF59000B55A9A /* FeedParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CE8107BF59000B55A9A /* FeedParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CC3107BF59000B55A9A /* FeedParser.m */; };
		85687CE9107BF59000B55A9A /* NewRSSArticleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CC4107BF59000B55A9A /* NewRSSArticleListener.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CEA107BF59000B55A9A /* RFC822Dates.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CC5107BF59000B55A9A /* RFC822Dates.m */; };
		85687CEB107BF59000B55A9A /* RSS10Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CC6107BF59000B55A9A /* RSS10Parser.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CEC107BF59000B55A9A /* RSS10Parser.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CC7107BF59000B55A9A /* RSS10Parser.m */; };
		85687CED107BF59000B55A9A /* RSS20Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CC8107BF59000B55A9A /* RSS20Parser.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CEE107BF59000B55A9A /* RSS20Parser.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CC9107BF59000B55A9A /* RSS20Parser.m */; };
		85687CEF107BF59000B55A9A /* RSSArticle.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CCA107BF59000B55A9A /* RSSArticle.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CF0107BF59000B55A9A /* RSSArticle.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CCB107BF59000B55A9A /* RSSArticle.m */; };
		85687CF1107BF59000B55A9A /* RSSArticle+Storage.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CCC107BF59000B55A9A /* RSSArticle+Storage.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CF2107BF59000B55A9A /* RSSArticle+Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CCD107BF59000B55A9A /* RSSArticle+Storage.m */; };
		85687CF3107BF59000B55A9A /* RSSArticleCreationListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CCE107BF59000B55A9A /* RSSArticleCreationListener.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CF4107BF59000B55A9A /* RSSArticleCreationListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CCF107BF59000B55A9A /* RSSArticleCreationListener.m */; };
		85687CF5107BF59000B55A9A /* RSSArticleProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CD0107BF59000B55A9A /* RSSArticleProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CF6107BF59000B55A9A /* RSSFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CD1107BF59000B55A9A /* RSSFactory.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CF7107BF59000B55A9A /* RSSFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CD2107BF59000B55A9A /* RSSFactory.m */; };
		85687CF8107BF59000B55A9A /* RSSFeed.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CD3107BF59000B55A9A /* RSSFeed.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CF9107BF59000B55A9A /* RSSFeed.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CD4107BF59000B55A9A /* RSSFeed.m */; };
		85687CFA107BF59000B55A9A /* RSSFeed+Fetching.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CD5107BF59000B55A9A /* RSSFeed+Fetching.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CFB107BF59000B55A9A /* RSSFeed+Fetching.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CD6107BF59000B55A9A /* RSSFeed+Fetching.m */; };
		85687CFC107BF59000B55A9A /* RSSFeed+Storage.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CD7107BF59000B55A9A /* RSSFeed+Storage.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CFD107BF59000B55A9A /* RSSFeed+Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CD8107BF59000B55A9A /* RSSFeed+Storage.m */; };
		85687CFE107BF59000B55A9A /* RSSFeedProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CD9107BF59000B55A9A /* RSSFeedProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687CFF107BF59000B55A9A /* RSSKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CDA107BF59000B55A9A /* RSSKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687D00107BF59000B55A9A /* RSSLinks.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687CDB107BF59000B55A9A /* RSSLinks.h */; settings = {ATTRIBUTES = (Public, ); }; };
		85687D01107BF59000B55A9A /* RSSLinks.m in Sources */ = {isa = PBXBuildFile; fileRef = 85687CDC107BF59000B55A9A /* RSSLinks.m */; };
		85687EB5107C0C0E00B55A9A /* GNUstep.h in Headers */ = {isa = PBXBuildFile; fileRef = 85687EB4107C0C0E00B55A9A /* GNUstep.h */; };
		8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
		8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
		0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
		089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
		1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
		32DBCF5E0370ADEE00C91783 /* RSSKit_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RSSKit_Prefix.pch; sourceTree = "<group>"; };
		85687CB8107BF59000B55A9A /* Atom03Parser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Atom03Parser.h; sourceTree = "<group>"; };
		85687CB9107BF59000B55A9A /* Atom03Parser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = Atom03Parser.m; sourceTree = "<group>"; };
		85687CBA107BF59000B55A9A /* Atom10Parser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Atom10Parser.h; sourceTree = "<group>"; };
		85687CBB107BF59000B55A9A /* Atom10Parser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = Atom10Parser.m; sourceTree = "<group>"; };
		85687CBC107BF59000B55A9A /* AtomParser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AtomParser.h; sourceTree = "<group>"; };
		85687CBD107BF59000B55A9A /* AtomParser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AtomParser.m; sourceTree = "<group>"; };
		85687CBE107BF59000B55A9A /* DOMParser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOMParser.h; sourceTree = "<group>"; };
		85687CBF107BF59000B55A9A /* DOMParser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = DOMParser.m; sourceTree = "<group>"; };
		85687CC0107BF59000B55A9A /* DublinCore.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DublinCore.h; sourceTree = "<group>"; };
		85687CC1107BF59000B55A9A /* DublinCore.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = DublinCore.m; sourceTree = "<group>"; };
		85687CC2107BF59000B55A9A /* FeedParser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FeedParser.h; sourceTree = "<group>"; };
		85687CC3107BF59000B55A9A /* FeedParser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = FeedParser.m; sourceTree = "<group>"; };
		85687CC4107BF59000B55A9A /* NewRSSArticleListener.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = NewRSSArticleListener.h; sourceTree = "<group>"; };
		85687CC5107BF59000B55A9A /* RFC822Dates.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RFC822Dates.m; sourceTree = "<group>"; };
		85687CC6107BF59000B55A9A /* RSS10Parser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSS10Parser.h; sourceTree = "<group>"; };
		85687CC7107BF59000B55A9A /* RSS10Parser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RSS10Parser.m; sourceTree = "<group>"; };
		85687CC8107BF59000B55A9A /* RSS20Parser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSS20Parser.h; sourceTree = "<group>"; };
		85687CC9107BF59000B55A9A /* RSS20Parser.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RSS20Parser.m; sourceTree = "<group>"; };
		85687CCA107BF59000B55A9A /* RSSArticle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSArticle.h; sourceTree = "<group>"; };
		85687CCB107BF59000B55A9A /* RSSArticle.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RSSArticle.m; sourceTree = "<group>"; };
		85687CCC107BF59000B55A9A /* RSSArticle+Storage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "RSSArticle+Storage.h"; sourceTree = "<group>"; };
		85687CCD107BF59000B55A9A /* RSSArticle+Storage.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = "RSSArticle+Storage.m"; sourceTree = "<group>"; };
		85687CCE107BF59000B55A9A /* RSSArticleCreationListener.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSArticleCreationListener.h; sourceTree = "<group>"; };
		85687CCF107BF59000B55A9A /* RSSArticleCreationListener.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RSSArticleCreationListener.m; sourceTree = "<group>"; };
		85687CD0107BF59000B55A9A /* RSSArticleProtocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSArticleProtocol.h; sourceTree = "<group>"; };
		85687CD1107BF59000B55A9A /* RSSFactory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSFactory.h; sourceTree = "<group>"; };
		85687CD2107BF59000B55A9A /* RSSFactory.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RSSFactory.m; sourceTree = "<group>"; };
		85687CD3107BF59000B55A9A /* RSSFeed.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSFeed.h; sourceTree = "<group>"; };
		85687CD4107BF59000B55A9A /* RSSFeed.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RSSFeed.m; sourceTree = "<group>"; };
		85687CD5107BF59000B55A9A /* RSSFeed+Fetching.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "RSSFeed+Fetching.h"; sourceTree = "<group>"; };
		85687CD6107BF59000B55A9A /* RSSFeed+Fetching.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = "RSSFeed+Fetching.m"; sourceTree = "<group>"; };
		85687CD7107BF59000B55A9A /* RSSFeed+Storage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "RSSFeed+Storage.h"; sourceTree = "<group>"; };
		85687CD8107BF59000B55A9A /* RSSFeed+Storage.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = "RSSFeed+Storage.m"; sourceTree = "<group>"; };
		85687CD9107BF59000B55A9A /* RSSFeedProtocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSFeedProtocol.h; sourceTree = "<group>"; };
		85687CDA107BF59000B55A9A /* RSSKit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSKit.h; sourceTree = "<group>"; };
		85687CDB107BF59000B55A9A /* RSSLinks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RSSLinks.h; sourceTree = "<group>"; };
		85687CDC107BF59000B55A9A /* RSSLinks.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RSSLinks.m; sourceTree = "<group>"; };
		85687EB4107C0C0E00B55A9A /* GNUstep.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GNUstep.h; sourceTree = "<group>"; };
		8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
		8DC2EF5B0486A6940098B216 /* RSSKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RSSKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		8DC2EF560486A6940098B216 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		034768DFFF38A50411DB9C8B /* Products */ = {
			isa = PBXGroup;
			children = (
				8DC2EF5B0486A6940098B216 /* RSSKit.framework */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		0867D691FE84028FC02AAC07 /* RSSKit */ = {
			isa = PBXGroup;
			children = (
				08FB77AEFE84172EC02AAC07 /* Classes */,
				32C88DFF0371C24200C91783 /* Other Sources */,
				089C1665FE841158C02AAC07 /* Resources */,
				0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
				034768DFFF38A50411DB9C8B /* Products */,
			);
			name = RSSKit;
			sourceTree = "<group>";
		};
		0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
			isa = PBXGroup;
			children = (
				1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
				1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
			);
			name = "External Frameworks and Libraries";
			sourceTree = "<group>";
		};
		089C1665FE841158C02AAC07 /* Resources */ = {
			isa = PBXGroup;
			children = (
				8DC2EF5A0486A6940098B216 /* Info.plist */,
				089C1666FE841158C02AAC07 /* InfoPlist.strings */,
			);
			name = Resources;
			sourceTree = "<group>";
		};
		08FB77AEFE84172EC02AAC07 /* Classes */ = {
			isa = PBXGroup;
			children = (
				85687CB8107BF59000B55A9A /* Atom03Parser.h */,
				85687CB9107BF59000B55A9A /* Atom03Parser.m */,
				85687CBA107BF59000B55A9A /* Atom10Parser.h */,
				85687CBB107BF59000B55A9A /* Atom10Parser.m */,
				85687CBC107BF59000B55A9A /* AtomParser.h */,
				85687CBD107BF59000B55A9A /* AtomParser.m */,
				85687CBE107BF59000B55A9A /* DOMParser.h */,
				85687CBF107BF59000B55A9A /* DOMParser.m */,
				85687CC0107BF59000B55A9A /* DublinCore.h */,
				85687CC1107BF59000B55A9A /* DublinCore.m */,
				85687CC2107BF59000B55A9A /* FeedParser.h */,
				85687CC3107BF59000B55A9A /* FeedParser.m */,
				85687CC4107BF59000B55A9A /* NewRSSArticleListener.h */,
				85687CC5107BF59000B55A9A /* RFC822Dates.m */,
				85687CC6107BF59000B55A9A /* RSS10Parser.h */,
				85687CC7107BF59000B55A9A /* RSS10Parser.m */,
				85687CC8107BF59000B55A9A /* RSS20Parser.h */,
				85687CC9107BF59000B55A9A /* RSS20Parser.m */,
				85687CCA107BF59000B55A9A /* RSSArticle.h */,
				85687CCB107BF59000B55A9A /* RSSArticle.m */,
				85687CCC107BF59000B55A9A /* RSSArticle+Storage.h */,
				85687CCD107BF59000B55A9A /* RSSArticle+Storage.m */,
				85687CCE107BF59000B55A9A /* RSSArticleCreationListener.h */,
				85687CCF107BF59000B55A9A /* RSSArticleCreationListener.m */,
				85687CD0107BF59000B55A9A /* RSSArticleProtocol.h */,
				85687CD1107BF59000B55A9A /* RSSFactory.h */,
				85687CD2107BF59000B55A9A /* RSSFactory.m */,
				85687CD3107BF59000B55A9A /* RSSFeed.h */,
				85687CD4107BF59000B55A9A /* RSSFeed.m */,
				85687CD5107BF59000B55A9A /* RSSFeed+Fetching.h */,
				85687CD6107BF59000B55A9A /* RSSFeed+Fetching.m */,
				85687CD7107BF59000B55A9A /* RSSFeed+Storage.h */,
				85687CD8107BF59000B55A9A /* RSSFeed+Storage.m */,
				85687CD9107BF59000B55A9A /* RSSFeedProtocol.h */,
				85687CDA107BF59000B55A9A /* RSSKit.h */,
				85687CDB107BF59000B55A9A /* RSSLinks.h */,
				85687CDC107BF59000B55A9A /* RSSLinks.m */,
			);
			name = Classes;
			sourceTree = "<group>";
		};
		1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
			isa = PBXGroup;
			children = (
				1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
			);
			name = "Linked Frameworks";
			sourceTree = "<group>";
		};
		1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
			isa = PBXGroup;
			children = (
				0867D69BFE84028FC02AAC07 /* Foundation.framework */,
				0867D6A5FE840307C02AAC07 /* AppKit.framework */,
			);
			name = "Other Frameworks";
			sourceTree = "<group>";
		};
		32C88DFF0371C24200C91783 /* Other Sources */ = {
			isa = PBXGroup;
			children = (
				85687EB4107C0C0E00B55A9A /* GNUstep.h */,
				32DBCF5E0370ADEE00C91783 /* RSSKit_Prefix.pch */,
			);
			name = "Other Sources";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		8DC2EF500486A6940098B216 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				85687CDD107BF59000B55A9A /* Atom03Parser.h in Headers */,
				85687CDF107BF59000B55A9A /* Atom10Parser.h in Headers */,
				85687CE1107BF59000B55A9A /* AtomParser.h in Headers */,
				85687CE3107BF59000B55A9A /* DOMParser.h in Headers */,
				85687CE5107BF59000B55A9A /* DublinCore.h in Headers */,
				85687CE7107BF59000B55A9A /* FeedParser.h in Headers */,
				85687CE9107BF59000B55A9A /* NewRSSArticleListener.h in Headers */,
				85687CEB107BF59000B55A9A /* RSS10Parser.h in Headers */,
				85687CED107BF59000B55A9A /* RSS20Parser.h in Headers */,
				85687CEF107BF59000B55A9A /* RSSArticle.h in Headers */,
				85687CF1107BF59000B55A9A /* RSSArticle+Storage.h in Headers */,
				85687CF3107BF59000B55A9A /* RSSArticleCreationListener.h in Headers */,
				85687CF5107BF59000B55A9A /* RSSArticleProtocol.h in Headers */,
				85687CF6107BF59000B55A9A /* RSSFactory.h in Headers */,
				85687CF8107BF59000B55A9A /* RSSFeed.h in Headers */,
				85687CFA107BF59000B55A9A /* RSSFeed+Fetching.h in Headers */,
				85687CFC107BF59000B55A9A /* RSSFeed+Storage.h in Headers */,
				85687CFE107BF59000B55A9A /* RSSFeedProtocol.h in Headers */,
				85687CFF107BF59000B55A9A /* RSSKit.h in Headers */,
				85687D00107BF59000B55A9A /* RSSLinks.h in Headers */,
				85687EB5107C0C0E00B55A9A /* GNUstep.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		8DC2EF4F0486A6940098B216 /* RSSKit */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 8502EB4710ABF719008FB8CE /* Build configuration list for PBXNativeTarget "RSSKit" */;
			buildPhases = (
				8DC2EF500486A6940098B216 /* Headers */,
				8DC2EF520486A6940098B216 /* Resources */,
				8DC2EF540486A6940098B216 /* Sources */,
				8DC2EF560486A6940098B216 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = RSSKit;
			productInstallPath = "$(HOME)/Library/Frameworks";
			productName = RSSKit;
			productReference = 8DC2EF5B0486A6940098B216 /* RSSKit.framework */;
			productType = "com.apple.product-type.framework";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		0867D690FE84028FC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 8502EB4B10ABF719008FB8CE /* Build configuration list for PBXProject "RSSKit-T" */;
			hasScannedForEncodings = 1;
			mainGroup = 0867D691FE84028FC02AAC07 /* RSSKit */;
			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
			projectDirPath = "";
			targets = (
				8DC2EF4F0486A6940098B216 /* RSSKit */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		8DC2EF520486A6940098B216 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		8DC2EF540486A6940098B216 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				85687CDE107BF59000B55A9A /* Atom03Parser.m in Sources */,
				85687CE0107BF59000B55A9A /* Atom10Parser.m in Sources */,
				85687CE2107BF59000B55A9A /* AtomParser.m in Sources */,
				85687CE4107BF59000B55A9A /* DOMParser.m in Sources */,
				85687CE6107BF59000B55A9A /* DublinCore.m in Sources */,
				85687CE8107BF59000B55A9A /* FeedParser.m in Sources */,
				85687CEA107BF59000B55A9A /* RFC822Dates.m in Sources */,
				85687CEC107BF59000B55A9A /* RSS10Parser.m in Sources */,
				85687CEE107BF59000B55A9A /* RSS20Parser.m in Sources */,
				85687CF0107BF59000B55A9A /* RSSArticle.m in Sources */,
				85687CF2107BF59000B55A9A /* RSSArticle+Storage.m in Sources */,
				85687CF4107BF59000B55A9A /* RSSArticleCreationListener.m in Sources */,
				85687CF7107BF59000B55A9A /* RSSFactory.m in Sources */,
				85687CF9107BF59000B55A9A /* RSSFeed.m in Sources */,
				85687CFB107BF59000B55A9A /* RSSFeed+Fetching.m in Sources */,
				85687CFD107BF59000B55A9A /* RSSFeed+Storage.m in Sources */,
				85687D01107BF59000B55A9A /* RSSLinks.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
			isa = PBXVariantGroup;
			children = (
				089C1667FE841158C02AAC07 /* English */,
			);
			name = InfoPlist.strings;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		8502EB4810ABF719008FB8CE /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_VERSION = A;
				GCC_CW_ASM_SYNTAX = NO;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_CPP_EXCEPTIONS = NO;
				GCC_ENABLE_CPP_RTTI = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_ENABLE_PASCAL_STRINGS = NO;
				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
				GCC_MODEL_TUNING = G4;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = RSSKit_Prefix.pch;
				INFOPLIST_FILE = Info.plist;
				INSTALL_PATH = "$(HOME)/Library/Frameworks";
				LIBRARY_STYLE = DYNAMIC;
				MACH_O_TYPE = mh_dylib;
				PRODUCT_NAME = RSSKit;
				WRAPPER_EXTENSION = framework;
				ZERO_LINK = YES;
			};
			name = Development;
		};
		8502EB4910ABF719008FB8CE /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_VERSION = A;
				GCC_CW_ASM_SYNTAX = NO;
				GCC_ENABLE_CPP_EXCEPTIONS = NO;
				GCC_ENABLE_CPP_RTTI = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_ENABLE_PASCAL_STRINGS = NO;
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				GCC_MODEL_TUNING = G4;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = RSSKit_Prefix.pch;
				INFOPLIST_FILE = Info.plist;
				INSTALL_PATH = "$(HOME)/Library/Frameworks";
				LIBRARY_STYLE = DYNAMIC;
				MACH_O_TYPE = mh_dylib;
				PRODUCT_NAME = RSSKit;
				WRAPPER_EXTENSION = framework;
				ZERO_LINK = NO;
			};
			name = Deployment;
		};
		8502EB4A10ABF719008FB8CE /* Default */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				FRAMEWORK_VERSION = A;
				GCC_CW_ASM_SYNTAX = NO;
				GCC_ENABLE_CPP_EXCEPTIONS = NO;
				GCC_ENABLE_CPP_RTTI = NO;
				GCC_ENABLE_PASCAL_STRINGS = NO;
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				GCC_MODEL_TUNING = G4;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = RSSKit_Prefix.pch;
				INFOPLIST_FILE = Info.plist;
				INSTALL_PATH = "$(HOME)/Library/Frameworks";
				LIBRARY_STYLE = DYNAMIC;
				MACH_O_TYPE = mh_dylib;
				PRODUCT_NAME = RSSKit;
				WRAPPER_EXTENSION = framework;
			};
			name = Default;
		};
		8502EB4C10ABF719008FB8CE /* Development */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Development;
		};
		8502EB4D10ABF719008FB8CE /* Deployment */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Deployment;
		};
		8502EB4E10ABF719008FB8CE /* Default */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Default;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		8502EB4710ABF719008FB8CE /* Build configuration list for PBXNativeTarget "RSSKit" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				8502EB4810ABF719008FB8CE /* Development */,
				8502EB4910ABF719008FB8CE /* Deployment */,
				8502EB4A10ABF719008FB8CE /* Default */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Default;
		};
		8502EB4B10ABF719008FB8CE /* Build configuration list for PBXProject "RSSKit-T" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				8502EB4C10ABF719008FB8CE /* Development */,
				8502EB4D10ABF719008FB8CE /* Deployment */,
				8502EB4E10ABF719008FB8CE /* Default */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Default;
		};
/* End XCConfigurationList section */
	};
	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
}