-
Notifications
You must be signed in to change notification settings - Fork 927
Expand file tree
/
Copy pathproject.pbxproj
More file actions
505 lines (494 loc) · 32.6 KB
/
Copy pathproject.pbxproj
File metadata and controls
505 lines (494 loc) · 32.6 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
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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
4F560ED517599BBE00AE48E7 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4F560ED417599BBE00AE48E7 /* ViewController_iPad.xib */; };
53C750241811DAD60059CDC6 /* FUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C750211811DAD60059CDC6 /* FUITextField.m */; };
53C750251811DAD60059CDC6 /* UIToolbar+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C750231811DAD60059CDC6 /* UIToolbar+FlatUI.m */; };
6F4F7CD41746884200D9F472 /* FUISegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F4F7CD31746884200D9F472 /* FUISegmentedControl.m */; };
6FF9CE3C1745476B004BEFAD /* UIProgressView+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FF9CE3B1745476B004BEFAD /* UIProgressView+FlatUI.m */; };
A04638721780F2BD00EF98AF /* UIPopoverController+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = A04638701780F2BD00EF98AF /* UIPopoverController+FlatUI.m */; };
A09F8894175FB5D800AAC740 /* FUIPopoverBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = A09F8893175FB5D800AAC740 /* FUIPopoverBackgroundView.m */; };
C1DA68331758953900926483 /* UITableViewCell+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = C1DA68321758953900926483 /* UITableViewCell+FlatUI.m */; };
C1DA6839175895C500926483 /* FUICellBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = C1DA6838175895C500926483 /* FUICellBackgroundView.m */; };
C1DA683C1758972C00926483 /* TableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1DA683B1758972C00926483 /* TableViewController.m */; };
F6172C9E1A4B21D30099EA30 /* NSString+Icons.m in Sources */ = {isa = PBXBuildFile; fileRef = F6172C9D1A4B21D30099EA30 /* NSString+Icons.m */; };
F6172CA21A4B37B10099EA30 /* IconViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F6172CA11A4B37B10099EA30 /* IconViewController.m */; };
F6172CA41A4B3F4F0099EA30 /* flat-ui-icons-regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F6172CA31A4B3F420099EA30 /* flat-ui-icons-regular.ttf */; };
FA5311501744C7C1002711E1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA53114F1744C7C1002711E1 /* UIKit.framework */; };
FA5311521744C7C1002711E1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA5311511744C7C1002711E1 /* Foundation.framework */; };
FA5311541744C7C1002711E1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA5311531744C7C1002711E1 /* CoreGraphics.framework */; };
FA53115A1744C7C1002711E1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FA5311581744C7C1002711E1 /* InfoPlist.strings */; };
FA53115C1744C7C1002711E1 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FA53115B1744C7C1002711E1 /* main.m */; };
FA5311601744C7C1002711E1 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FA53115F1744C7C1002711E1 /* AppDelegate.m */; };
FA5311621744C7C1002711E1 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FA5311611744C7C1002711E1 /* Default.png */; };
FA5311641744C7C1002711E1 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA5311631744C7C1002711E1 /* Default@2x.png */; };
FA5311661744C7C1002711E1 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA5311651744C7C1002711E1 /* Default-568h@2x.png */; };
FA5311691744C7C1002711E1 /* ViewController_iPhone.xib in Sources */ = {isa = PBXBuildFile; fileRef = FA5311681744C7C1002711E1 /* ViewController_iPhone.xib */; };
FA53118D1744C920002711E1 /* FUIAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5311781744C920002711E1 /* FUIAlertView.m */; };
FA53118E1744C920002711E1 /* FUIButton.m in Sources */ = {isa = PBXBuildFile; fileRef = FA53117A1744C920002711E1 /* FUIButton.m */; };
FA53118F1744C920002711E1 /* FUISwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = FA53117C1744C920002711E1 /* FUISwitch.m */; };
FA5311901744C920002711E1 /* UIBarButtonItem+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA53117E1744C920002711E1 /* UIBarButtonItem+FlatUI.m */; };
FA5311911744C920002711E1 /* UIColor+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5311801744C920002711E1 /* UIColor+FlatUI.m */; };
FA5311921744C920002711E1 /* UIFont+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5311821744C920002711E1 /* UIFont+FlatUI.m */; };
FA5311931744C920002711E1 /* UIImage+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5311841744C920002711E1 /* UIImage+FlatUI.m */; };
FA5311941744C920002711E1 /* UINavigationBar+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5311861744C920002711E1 /* UINavigationBar+FlatUI.m */; };
FA5311951744C920002711E1 /* UISlider+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5311881744C920002711E1 /* UISlider+FlatUI.m */; };
FA5311961744C920002711E1 /* UIStepper+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA53118A1744C920002711E1 /* UIStepper+FlatUI.m */; };
FA5311971744C920002711E1 /* UITabBar+FlatUI.m in Sources */ = {isa = PBXBuildFile; fileRef = FA53118C1744C920002711E1 /* UITabBar+FlatUI.m */; };
FA6498991744CACB004B1A74 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = FA6498981744CACB004B1A74 /* ViewController.m */; };
FA6498A71744CB0A004B1A74 /* Lato-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FA64989D1744CB0A004B1A74 /* Lato-Bold.ttf */; };
FA6498AB1744CB0A004B1A74 /* Lato-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FA6498A11744CB0A004B1A74 /* Lato-Italic.ttf */; };
FA6498AC1744CB0A004B1A74 /* Lato-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FA6498A21744CB0A004B1A74 /* Lato-Light.ttf */; };
FA6498AE1744CB0A004B1A74 /* Lato-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FA6498A41744CB0A004B1A74 /* Lato-Regular.ttf */; };
FA6498B01744CB83004B1A74 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA6498AF1744CB83004B1A74 /* CoreText.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
4F560ED417599BBE00AE48E7 /* ViewController_iPad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ViewController_iPad.xib; sourceTree = "<group>"; };
53C7501F1811DAD60059CDC6 /* FlatUIKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlatUIKit.h; sourceTree = "<group>"; };
53C750201811DAD60059CDC6 /* FUITextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUITextField.h; sourceTree = "<group>"; };
53C750211811DAD60059CDC6 /* FUITextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUITextField.m; sourceTree = "<group>"; };
53C750221811DAD60059CDC6 /* UIToolbar+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIToolbar+FlatUI.h"; sourceTree = "<group>"; };
53C750231811DAD60059CDC6 /* UIToolbar+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIToolbar+FlatUI.m"; sourceTree = "<group>"; };
6F4F7CD21746884200D9F472 /* FUISegmentedControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUISegmentedControl.h; sourceTree = "<group>"; };
6F4F7CD31746884200D9F472 /* FUISegmentedControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUISegmentedControl.m; sourceTree = "<group>"; };
6FF9CE3A1745476B004BEFAD /* UIProgressView+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIProgressView+FlatUI.h"; sourceTree = "<group>"; };
6FF9CE3B1745476B004BEFAD /* UIProgressView+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIProgressView+FlatUI.m"; sourceTree = "<group>"; };
A04638701780F2BD00EF98AF /* UIPopoverController+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIPopoverController+FlatUI.m"; sourceTree = "<group>"; };
A04638711780F2BD00EF98AF /* UIPopoverController+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIPopoverController+FlatUI.h"; sourceTree = "<group>"; };
A09F8892175FB5D800AAC740 /* FUIPopoverBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUIPopoverBackgroundView.h; sourceTree = "<group>"; };
A09F8893175FB5D800AAC740 /* FUIPopoverBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUIPopoverBackgroundView.m; sourceTree = "<group>"; };
C1DA68311758953900926483 /* UITableViewCell+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableViewCell+FlatUI.h"; sourceTree = "<group>"; };
C1DA68321758953900926483 /* UITableViewCell+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableViewCell+FlatUI.m"; sourceTree = "<group>"; };
C1DA6837175895C500926483 /* FUICellBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUICellBackgroundView.h; sourceTree = "<group>"; };
C1DA6838175895C500926483 /* FUICellBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUICellBackgroundView.m; sourceTree = "<group>"; };
C1DA683A1758972C00926483 /* TableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableViewController.h; sourceTree = "<group>"; };
C1DA683B1758972C00926483 /* TableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableViewController.m; sourceTree = "<group>"; };
F6172C9C1A4B21D30099EA30 /* NSString+Icons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+Icons.h"; sourceTree = "<group>"; };
F6172C9D1A4B21D30099EA30 /* NSString+Icons.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+Icons.m"; sourceTree = "<group>"; };
F6172CA01A4B37B10099EA30 /* IconViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IconViewController.h; sourceTree = "<group>"; };
F6172CA11A4B37B10099EA30 /* IconViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IconViewController.m; sourceTree = "<group>"; };
F6172CA31A4B3F420099EA30 /* flat-ui-icons-regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "flat-ui-icons-regular.ttf"; sourceTree = "<group>"; };
FA53114C1744C7C1002711E1 /* FlatUIKitExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlatUIKitExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
FA53114F1744C7C1002711E1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
FA5311511744C7C1002711E1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
FA5311531744C7C1002711E1 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
FA5311571744C7C1002711E1 /* FlatUIKitExample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "FlatUIKitExample-Info.plist"; sourceTree = "<group>"; };
FA5311591744C7C1002711E1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
FA53115B1744C7C1002711E1 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
FA53115D1744C7C1002711E1 /* FlatUIKitExample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FlatUIKitExample-Prefix.pch"; sourceTree = "<group>"; };
FA53115E1744C7C1002711E1 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
FA53115F1744C7C1002711E1 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
FA5311611744C7C1002711E1 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
FA5311631744C7C1002711E1 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
FA5311651744C7C1002711E1 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
FA5311671744C7C1002711E1 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
FA5311681744C7C1002711E1 /* ViewController_iPhone.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ViewController_iPhone.xib; sourceTree = "<group>"; };
FA5311771744C920002711E1 /* FUIAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUIAlertView.h; sourceTree = "<group>"; };
FA5311781744C920002711E1 /* FUIAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUIAlertView.m; sourceTree = "<group>"; };
FA5311791744C920002711E1 /* FUIButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUIButton.h; sourceTree = "<group>"; };
FA53117A1744C920002711E1 /* FUIButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUIButton.m; sourceTree = "<group>"; };
FA53117B1744C920002711E1 /* FUISwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUISwitch.h; sourceTree = "<group>"; };
FA53117C1744C920002711E1 /* FUISwitch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUISwitch.m; sourceTree = "<group>"; };
FA53117D1744C920002711E1 /* UIBarButtonItem+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIBarButtonItem+FlatUI.h"; sourceTree = "<group>"; };
FA53117E1744C920002711E1 /* UIBarButtonItem+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIBarButtonItem+FlatUI.m"; sourceTree = "<group>"; };
FA53117F1744C920002711E1 /* UIColor+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+FlatUI.h"; sourceTree = "<group>"; };
FA5311801744C920002711E1 /* UIColor+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+FlatUI.m"; sourceTree = "<group>"; };
FA5311811744C920002711E1 /* UIFont+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIFont+FlatUI.h"; sourceTree = "<group>"; };
FA5311821744C920002711E1 /* UIFont+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIFont+FlatUI.m"; sourceTree = "<group>"; };
FA5311831744C920002711E1 /* UIImage+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+FlatUI.h"; sourceTree = "<group>"; };
FA5311841744C920002711E1 /* UIImage+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+FlatUI.m"; sourceTree = "<group>"; };
FA5311851744C920002711E1 /* UINavigationBar+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UINavigationBar+FlatUI.h"; sourceTree = "<group>"; };
FA5311861744C920002711E1 /* UINavigationBar+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UINavigationBar+FlatUI.m"; sourceTree = "<group>"; };
FA5311871744C920002711E1 /* UISlider+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UISlider+FlatUI.h"; sourceTree = "<group>"; };
FA5311881744C920002711E1 /* UISlider+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UISlider+FlatUI.m"; sourceTree = "<group>"; };
FA5311891744C920002711E1 /* UIStepper+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIStepper+FlatUI.h"; sourceTree = "<group>"; };
FA53118A1744C920002711E1 /* UIStepper+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIStepper+FlatUI.m"; sourceTree = "<group>"; };
FA53118B1744C920002711E1 /* UITabBar+FlatUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITabBar+FlatUI.h"; sourceTree = "<group>"; };
FA53118C1744C920002711E1 /* UITabBar+FlatUI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITabBar+FlatUI.m"; sourceTree = "<group>"; };
FA6498981744CACB004B1A74 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
FA64989D1744CB0A004B1A74 /* Lato-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Bold.ttf"; sourceTree = "<group>"; };
FA6498A11744CB0A004B1A74 /* Lato-Italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Italic.ttf"; sourceTree = "<group>"; };
FA6498A21744CB0A004B1A74 /* Lato-Light.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Light.ttf"; sourceTree = "<group>"; };
FA6498A41744CB0A004B1A74 /* Lato-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Lato-Regular.ttf"; sourceTree = "<group>"; };
FA6498AF1744CB83004B1A74 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FA5311491744C7C1002711E1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FA6498B01744CB83004B1A74 /* CoreText.framework in Frameworks */,
FA5311501744C7C1002711E1 /* UIKit.framework in Frameworks */,
FA5311521744C7C1002711E1 /* Foundation.framework in Frameworks */,
FA5311541744C7C1002711E1 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
FA5311431744C7C1002711E1 = {
isa = PBXGroup;
children = (
FA5311551744C7C1002711E1 /* FlatUIKitExample */,
FA53114E1744C7C1002711E1 /* Frameworks */,
FA53114D1744C7C1002711E1 /* Products */,
FA5311731744C8FC002711E1 /* Vendor */,
FA64989A1744CB0A004B1A74 /* Resources */,
);
sourceTree = "<group>";
};
FA53114D1744C7C1002711E1 /* Products */ = {
isa = PBXGroup;
children = (
FA53114C1744C7C1002711E1 /* FlatUIKitExample.app */,
);
name = Products;
sourceTree = "<group>";
};
FA53114E1744C7C1002711E1 /* Frameworks */ = {
isa = PBXGroup;
children = (
FA6498AF1744CB83004B1A74 /* CoreText.framework */,
FA53114F1744C7C1002711E1 /* UIKit.framework */,
FA5311511744C7C1002711E1 /* Foundation.framework */,
FA5311531744C7C1002711E1 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
FA5311551744C7C1002711E1 /* FlatUIKitExample */ = {
isa = PBXGroup;
children = (
FA53115E1744C7C1002711E1 /* AppDelegate.h */,
FA53115F1744C7C1002711E1 /* AppDelegate.m */,
FA5311671744C7C1002711E1 /* ViewController.h */,
FA6498981744CACB004B1A74 /* ViewController.m */,
FA5311681744C7C1002711E1 /* ViewController_iPhone.xib */,
4F560ED417599BBE00AE48E7 /* ViewController_iPad.xib */,
C1DA683A1758972C00926483 /* TableViewController.h */,
C1DA683B1758972C00926483 /* TableViewController.m */,
F6172CA01A4B37B10099EA30 /* IconViewController.h */,
F6172CA11A4B37B10099EA30 /* IconViewController.m */,
FA5311561744C7C1002711E1 /* Supporting Files */,
);
path = FlatUIKitExample;
sourceTree = "<group>";
};
FA5311561744C7C1002711E1 /* Supporting Files */ = {
isa = PBXGroup;
children = (
FA5311571744C7C1002711E1 /* FlatUIKitExample-Info.plist */,
FA5311581744C7C1002711E1 /* InfoPlist.strings */,
FA53115B1744C7C1002711E1 /* main.m */,
FA53115D1744C7C1002711E1 /* FlatUIKitExample-Prefix.pch */,
FA5311611744C7C1002711E1 /* Default.png */,
FA5311631744C7C1002711E1 /* Default@2x.png */,
FA5311651744C7C1002711E1 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
FA5311731744C8FC002711E1 /* Vendor */ = {
isa = PBXGroup;
children = (
FA5311741744C910002711E1 /* FlatUIKit */,
);
name = Vendor;
sourceTree = "<group>";
};
FA5311741744C910002711E1 /* FlatUIKit */ = {
isa = PBXGroup;
children = (
FA5311751744C920002711E1 /* Classes */,
);
name = FlatUIKit;
sourceTree = "<group>";
};
FA5311751744C920002711E1 /* Classes */ = {
isa = PBXGroup;
children = (
FA5311761744C920002711E1 /* ios */,
);
name = Classes;
path = ../Classes;
sourceTree = "<group>";
};
FA5311761744C920002711E1 /* ios */ = {
isa = PBXGroup;
children = (
53C7501F1811DAD60059CDC6 /* FlatUIKit.h */,
53C750201811DAD60059CDC6 /* FUITextField.h */,
53C750211811DAD60059CDC6 /* FUITextField.m */,
53C750221811DAD60059CDC6 /* UIToolbar+FlatUI.h */,
53C750231811DAD60059CDC6 /* UIToolbar+FlatUI.m */,
A09F8892175FB5D800AAC740 /* FUIPopoverBackgroundView.h */,
A09F8893175FB5D800AAC740 /* FUIPopoverBackgroundView.m */,
6FF9CE3A1745476B004BEFAD /* UIProgressView+FlatUI.h */,
6FF9CE3B1745476B004BEFAD /* UIProgressView+FlatUI.m */,
FA5311771744C920002711E1 /* FUIAlertView.h */,
FA5311781744C920002711E1 /* FUIAlertView.m */,
FA5311791744C920002711E1 /* FUIButton.h */,
FA53117A1744C920002711E1 /* FUIButton.m */,
C1DA6837175895C500926483 /* FUICellBackgroundView.h */,
C1DA6838175895C500926483 /* FUICellBackgroundView.m */,
FA53117B1744C920002711E1 /* FUISwitch.h */,
FA53117C1744C920002711E1 /* FUISwitch.m */,
FA53117D1744C920002711E1 /* UIBarButtonItem+FlatUI.h */,
FA53117E1744C920002711E1 /* UIBarButtonItem+FlatUI.m */,
FA53117F1744C920002711E1 /* UIColor+FlatUI.h */,
FA5311801744C920002711E1 /* UIColor+FlatUI.m */,
FA5311811744C920002711E1 /* UIFont+FlatUI.h */,
FA5311821744C920002711E1 /* UIFont+FlatUI.m */,
FA5311831744C920002711E1 /* UIImage+FlatUI.h */,
FA5311841744C920002711E1 /* UIImage+FlatUI.m */,
FA5311851744C920002711E1 /* UINavigationBar+FlatUI.h */,
FA5311861744C920002711E1 /* UINavigationBar+FlatUI.m */,
FA5311871744C920002711E1 /* UISlider+FlatUI.h */,
FA5311881744C920002711E1 /* UISlider+FlatUI.m */,
FA5311891744C920002711E1 /* UIStepper+FlatUI.h */,
FA53118A1744C920002711E1 /* UIStepper+FlatUI.m */,
FA53118B1744C920002711E1 /* UITabBar+FlatUI.h */,
FA53118C1744C920002711E1 /* UITabBar+FlatUI.m */,
6F4F7CD21746884200D9F472 /* FUISegmentedControl.h */,
6F4F7CD31746884200D9F472 /* FUISegmentedControl.m */,
C1DA68311758953900926483 /* UITableViewCell+FlatUI.h */,
C1DA68321758953900926483 /* UITableViewCell+FlatUI.m */,
A04638711780F2BD00EF98AF /* UIPopoverController+FlatUI.h */,
A04638701780F2BD00EF98AF /* UIPopoverController+FlatUI.m */,
F6172C9C1A4B21D30099EA30 /* NSString+Icons.h */,
F6172C9D1A4B21D30099EA30 /* NSString+Icons.m */,
);
path = ios;
sourceTree = "<group>";
};
FA64989A1744CB0A004B1A74 /* Resources */ = {
isa = PBXGroup;
children = (
F6172CA31A4B3F420099EA30 /* flat-ui-icons-regular.ttf */,
FA64989D1744CB0A004B1A74 /* Lato-Bold.ttf */,
FA6498A11744CB0A004B1A74 /* Lato-Italic.ttf */,
FA6498A21744CB0A004B1A74 /* Lato-Light.ttf */,
FA6498A41744CB0A004B1A74 /* Lato-Regular.ttf */,
);
name = Resources;
path = ../Resources;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
FA53114B1744C7C1002711E1 /* FlatUIKitExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = FA53116F1744C7C1002711E1 /* Build configuration list for PBXNativeTarget "FlatUIKitExample" */;
buildPhases = (
FA5311481744C7C1002711E1 /* Sources */,
FA5311491744C7C1002711E1 /* Frameworks */,
FA53114A1744C7C1002711E1 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = FlatUIKitExample;
productName = FlatUIKitExample;
productReference = FA53114C1744C7C1002711E1 /* FlatUIKitExample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FA5311441744C7C1002711E1 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
};
buildConfigurationList = FA5311471744C7C1002711E1 /* Build configuration list for PBXProject "FlatUIKitExample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = FA5311431744C7C1002711E1;
productRefGroup = FA53114D1744C7C1002711E1 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FA53114B1744C7C1002711E1 /* FlatUIKitExample */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
FA53114A1744C7C1002711E1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FA53115A1744C7C1002711E1 /* InfoPlist.strings in Resources */,
FA5311621744C7C1002711E1 /* Default.png in Resources */,
FA5311641744C7C1002711E1 /* Default@2x.png in Resources */,
F6172CA41A4B3F4F0099EA30 /* flat-ui-icons-regular.ttf in Resources */,
FA5311661744C7C1002711E1 /* Default-568h@2x.png in Resources */,
FA6498A71744CB0A004B1A74 /* Lato-Bold.ttf in Resources */,
FA6498AB1744CB0A004B1A74 /* Lato-Italic.ttf in Resources */,
FA6498AC1744CB0A004B1A74 /* Lato-Light.ttf in Resources */,
FA6498AE1744CB0A004B1A74 /* Lato-Regular.ttf in Resources */,
4F560ED517599BBE00AE48E7 /* ViewController_iPad.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
FA5311481744C7C1002711E1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
53C750241811DAD60059CDC6 /* FUITextField.m in Sources */,
FA53115C1744C7C1002711E1 /* main.m in Sources */,
FA5311601744C7C1002711E1 /* AppDelegate.m in Sources */,
FA5311691744C7C1002711E1 /* ViewController_iPhone.xib in Sources */,
FA53118D1744C920002711E1 /* FUIAlertView.m in Sources */,
FA53118E1744C920002711E1 /* FUIButton.m in Sources */,
FA53118F1744C920002711E1 /* FUISwitch.m in Sources */,
FA5311901744C920002711E1 /* UIBarButtonItem+FlatUI.m in Sources */,
FA5311911744C920002711E1 /* UIColor+FlatUI.m in Sources */,
F6172CA21A4B37B10099EA30 /* IconViewController.m in Sources */,
FA5311921744C920002711E1 /* UIFont+FlatUI.m in Sources */,
FA5311931744C920002711E1 /* UIImage+FlatUI.m in Sources */,
FA5311941744C920002711E1 /* UINavigationBar+FlatUI.m in Sources */,
FA5311951744C920002711E1 /* UISlider+FlatUI.m in Sources */,
FA5311961744C920002711E1 /* UIStepper+FlatUI.m in Sources */,
53C750251811DAD60059CDC6 /* UIToolbar+FlatUI.m in Sources */,
FA5311971744C920002711E1 /* UITabBar+FlatUI.m in Sources */,
FA6498991744CACB004B1A74 /* ViewController.m in Sources */,
6FF9CE3C1745476B004BEFAD /* UIProgressView+FlatUI.m in Sources */,
6F4F7CD41746884200D9F472 /* FUISegmentedControl.m in Sources */,
C1DA68331758953900926483 /* UITableViewCell+FlatUI.m in Sources */,
C1DA6839175895C500926483 /* FUICellBackgroundView.m in Sources */,
C1DA683C1758972C00926483 /* TableViewController.m in Sources */,
A09F8894175FB5D800AAC740 /* FUIPopoverBackgroundView.m in Sources */,
A04638721780F2BD00EF98AF /* UIPopoverController+FlatUI.m in Sources */,
F6172C9E1A4B21D30099EA30 /* NSString+Icons.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
FA5311581744C7C1002711E1 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
FA5311591744C7C1002711E1 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
FA53116D1744C7C1002711E1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
FA53116E1744C7C1002711E1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
FA5311701744C7C1002711E1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FlatUIKitExample/FlatUIKitExample-Prefix.pch";
INFOPLIST_FILE = "FlatUIKitExample/FlatUIKitExample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
FA5311711744C7C1002711E1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "FlatUIKitExample/FlatUIKitExample-Prefix.pch";
INFOPLIST_FILE = "FlatUIKitExample/FlatUIKitExample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FA5311471744C7C1002711E1 /* Build configuration list for PBXProject "FlatUIKitExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FA53116D1744C7C1002711E1 /* Debug */,
FA53116E1744C7C1002711E1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FA53116F1744C7C1002711E1 /* Build configuration list for PBXNativeTarget "FlatUIKitExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FA5311701744C7C1002711E1 /* Debug */,
FA5311711744C7C1002711E1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = FA5311441744C7C1002711E1 /* Project object */;
}