This repository was archived by the owner on Aug 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.pbxproj
More file actions
825 lines (814 loc) · 63.2 KB
/
Copy pathproject.pbxproj
File metadata and controls
825 lines (814 loc) · 63.2 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
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
43233D38179710D500BBD230 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43233D37179710D500BBD230 /* UIKit.framework */; };
43233D3A179710D500BBD230 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43233D39179710D500BBD230 /* Foundation.framework */; };
43233D3C179710D500BBD230 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43233D3B179710D500BBD230 /* CoreGraphics.framework */; };
43233D42179710D500BBD230 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 43233D40179710D500BBD230 /* InfoPlist.strings */; };
43233D44179710D500BBD230 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 43233D43179710D500BBD230 /* main.m */; };
43233D48179710D500BBD230 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 43233D47179710D500BBD230 /* AppDelegate.m */; };
43233D4A179710D500BBD230 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 43233D49179710D500BBD230 /* Default.png */; };
43233D4C179710D500BBD230 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 43233D4B179710D500BBD230 /* Default@2x.png */; };
43233D4E179710D500BBD230 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 43233D4D179710D500BBD230 /* Default-568h@2x.png */; };
4369FA95179C1305008A960D /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FA94179C1305008A960D /* libsqlite3.dylib */; };
4369FA97179C2C69008A960D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FA96179C2C68008A960D /* Security.framework */; };
43CEB57F179D8C3200504356 /* libpython2.7.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43D1025B179BF4230090BA35 /* libpython2.7.a */; };
43CEB580179D8C3C00504356 /* lib_testcapimodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43CEB577179D193C00504356 /* lib_testcapimodule.a */; };
43CEB581179D8C3C00504356 /* libitertoolsmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43CEB575179D17AF00504356 /* libitertoolsmodule.a */; };
43CEB582179D8C3C00504356 /* liboperator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43CEB573179D135C00504356 /* liboperator.a */; };
43CEB583179D8C3C00504356 /* lib_collectionsmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43CEB571179D11F400504356 /* lib_collectionsmodule.a */; };
43CEB584179D8C3C00504356 /* lib_struct.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB1B179C6BD4008A960D /* lib_struct.a */; };
43CEB585179D8C3C00504356 /* lib_functoolsmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB17179C5D16008A960D /* lib_functoolsmodule.a */; };
43CEB586179D8C3C00504356 /* lib_math.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB0B179C5AF2008A960D /* lib_math.a */; };
43CEB587179D8C4100504356 /* libmicroprotocols.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB09179C59F9008A960D /* libmicroprotocols.a */; };
43CEB588179D8C4100504356 /* libcache.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB07179C59E4008A960D /* libcache.a */; };
43CEB589179D8C4100504356 /* libcursor.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB05179C59D2008A960D /* libcursor.a */; };
43CEB58A179D8C4100504356 /* libmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB03179C5998008A960D /* libmodule.a */; };
43CEB58B179D8C4100504356 /* librow.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FB01179C5947008A960D /* librow.a */; };
43CEB58C179D8C4600504356 /* libbytesio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAFF179C590C008A960D /* libbytesio.a */; };
43CEB58D179D8C4600504356 /* libbufferedio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAF3179C582A008A960D /* libbufferedio.a */; };
43CEB58E179D8C4600504356 /* lib_iomodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB3179C57CE008A960D /* lib_iomodule.a */; };
43CEB58F179D8C4600504356 /* libfileio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAF7179C5893008A960D /* libfileio.a */; };
43CEB590179D8C4600504356 /* libtextio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAF9179C58B1008A960D /* libtextio.a */; };
43CEB591179D8C4600504356 /* libstringio.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAF5179C587F008A960D /* libstringio.a */; };
43CEB592179D8C4D00504356 /* libcStringIO.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FABC179C57CF008A960D /* libcStringIO.a */; };
43CEB593179D8C4D00504356 /* lib_elementtree.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAFD179C58F8008A960D /* lib_elementtree.a */; };
43CEB594179D8C4D00504356 /* lib_bisectmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAFB179C58EA008A960D /* lib_bisectmodule.a */; };
43CEB595179D8C4D00504356 /* libiobase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAEE179C57F6008A960D /* libiobase.a */; };
43CEB596179D8C4D00504356 /* libmultibytecodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAEF179C57F6008A960D /* libmultibytecodec.a */; };
43CEB597179D8C4D00504356 /* libtwisted_ext.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43D1025C179BF4230090BA35 /* libtwisted_ext.a */; };
43CEB598179D8C4D00504356 /* libzope_interface.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 43D1025D179BF4230090BA35 /* libzope_interface.a */; };
43CEB599179D8C4D00504356 /* libtimemodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAA0179C566B008A960D /* libtimemodule.a */; };
43CEB59A179D8C4D00504356 /* libselectmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAA2179C56CC008A960D /* libselectmodule.a */; };
43CEB59B179D8C4D00504356 /* libsemaphore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAA3179C56CC008A960D /* libsemaphore.a */; };
43CEB59C179D8C4D00504356 /* libsocket_connection.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAA4179C56CC008A960D /* libsocket_connection.a */; };
43CEB59D179D8C4D00504356 /* libsocketmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAA5179C56CC008A960D /* libsocketmodule.a */; };
43CEB59E179D8C4D00504356 /* lib_codecs_cn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAAA179C57CD008A960D /* lib_codecs_cn.a */; };
43CEB59F179D8C4D00504356 /* lib_codecs_hk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAAB179C57CD008A960D /* lib_codecs_hk.a */; };
43CEB5A0179D8C4D00504356 /* lib_codecs_iso2022.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAAC179C57CD008A960D /* lib_codecs_iso2022.a */; };
43CEB5A1179D8C4D00504356 /* lib_codecs_jp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAAD179C57CD008A960D /* lib_codecs_jp.a */; };
43CEB5A2179D8C4D00504356 /* lib_codecs_kr.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAAE179C57CD008A960D /* lib_codecs_kr.a */; };
43CEB5A3179D8C4D00504356 /* lib_codecs_tw.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAAF179C57CD008A960D /* lib_codecs_tw.a */; };
43CEB5A4179D8C4D00504356 /* lib_csv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB0179C57CD008A960D /* lib_csv.a */; };
43CEB5A5179D8C4D00504356 /* lib_heapqmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB1179C57CE008A960D /* lib_heapqmodule.a */; };
43CEB5A6179D8C4D00504356 /* lib_hotshot.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB2179C57CE008A960D /* lib_hotshot.a */; };
43CEB5A7179D8C4D00504356 /* lib_json.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB4179C57CE008A960D /* lib_json.a */; };
43CEB5A8179D8C4D00504356 /* lib_localemodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB5179C57CE008A960D /* lib_localemodule.a */; };
43CEB5A9179D8C4D00504356 /* lib_randommodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB6179C57CE008A960D /* lib_randommodule.a */; };
43CEB5AA179D8C4D00504356 /* libarraymodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB8179C57CE008A960D /* libarraymodule.a */; };
43CEB5AB179D8C4D00504356 /* libcmathmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAB9179C57CE008A960D /* libcmathmodule.a */; };
43CEB5AC179D8C4D00504356 /* libconnection.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FABA179C57CE008A960D /* libconnection.a */; };
43CEB5AD179D8C4D00504356 /* libcPickle.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FABB179C57CE008A960D /* libcPickle.a */; };
43CEB5AE179D8C4D00504356 /* libdatetimemodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FABD179C57CF008A960D /* libdatetimemodule.a */; };
43CEB5AF179D8C4D00504356 /* libmathmodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FABE179C57CF008A960D /* libmathmodule.a */; };
43CEB5B0179D8C4D00504356 /* libmd5.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FABF179C57CF008A960D /* libmd5.a */; };
43CEB5B1179D8C4D00504356 /* libmd5module.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC0179C57CF008A960D /* libmd5module.a */; };
43CEB5B2179D8C4D00504356 /* libmultiprocessing.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC1179C57CF008A960D /* libmultiprocessing.a */; };
43CEB5B3179D8C4D00504356 /* libparsermodule.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC2179C57CF008A960D /* libparsermodule.a */; };
43CEB5B4179D8C4D00504356 /* libprepare_protocol.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC3179C57CF008A960D /* libprepare_protocol.a */; };
43CEB5B5179D8C4D00504356 /* libpyexpat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC4179C57CF008A960D /* libpyexpat.a */; };
43CEB5B6179D8C4D00504356 /* librotatingtree.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC5179C57CF008A960D /* librotatingtree.a */; };
43CEB5B7179D8C4D00504356 /* libstatement.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC6179C57CF008A960D /* libstatement.a */; };
43CEB5B8179D8C4D00504356 /* libunicodedata.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC7179C57CF008A960D /* libunicodedata.a */; };
43CEB5B9179D8C4D00504356 /* libutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC8179C57CF008A960D /* libutil.a */; };
43CEB5BA179D8C4D00504356 /* libxmlparse.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FAC9179C57CF008A960D /* libxmlparse.a */; };
43CEB5BB179D8C4D00504356 /* libxmlrole.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FACA179C57CF008A960D /* libxmlrole.a */; };
43CEB5BC179D8C4D00504356 /* libxmltok.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4369FACB179C57D0008A960D /* libxmltok.a */; };
43D101FA179BE8C90090BA35 /* ScriptViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D101F8179BE8C90090BA35 /* ScriptViewController.m */; };
43D101FB179BE8C90090BA35 /* ScriptViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 43D101F9179BE8C90090BA35 /* ScriptViewController.xib */; };
43D10263179BF42D0090BA35 /* lib in Resources */ = {isa = PBXBuildFile; fileRef = 43D10262179BF42D0090BA35 /* lib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
43233D34179710D500BBD230 /* python.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = python.app; sourceTree = BUILT_PRODUCTS_DIR; };
43233D37179710D500BBD230 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
43233D39179710D500BBD230 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
43233D3B179710D500BBD230 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
43233D3F179710D500BBD230 /* python-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "python-Info.plist"; sourceTree = "<group>"; };
43233D41179710D500BBD230 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
43233D43179710D500BBD230 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
43233D45179710D500BBD230 /* python-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "python-Prefix.pch"; sourceTree = "<group>"; };
43233D46179710D500BBD230 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
43233D47179710D500BBD230 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
43233D49179710D500BBD230 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
43233D4B179710D500BBD230 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
43233D4D179710D500BBD230 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
4369FA94179C1305008A960D /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
4369FA96179C2C68008A960D /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
4369FA9D179C4AFA008A960D /* pythonmodules.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pythonmodules.h; path = pythonlib/modules/pythonmodules.h; sourceTree = "<group>"; };
4369FA9E179C51F9008A960D /* twisted.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = twisted.h; path = pythonlib/twisted.h; sourceTree = "<group>"; };
4369FA9F179C51F9008A960D /* zope_interface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = zope_interface.h; path = pythonlib/zope_interface.h; sourceTree = "<group>"; };
4369FAA0179C566B008A960D /* libtimemodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtimemodule.a; path = pythonlib/modules/libtimemodule.a; sourceTree = "<group>"; };
4369FAA2179C56CC008A960D /* libselectmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libselectmodule.a; path = pythonlib/modules/libselectmodule.a; sourceTree = "<group>"; };
4369FAA3179C56CC008A960D /* libsemaphore.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsemaphore.a; path = pythonlib/modules/libsemaphore.a; sourceTree = "<group>"; };
4369FAA4179C56CC008A960D /* libsocket_connection.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsocket_connection.a; path = pythonlib/modules/libsocket_connection.a; sourceTree = "<group>"; };
4369FAA5179C56CC008A960D /* libsocketmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsocketmodule.a; path = pythonlib/modules/libsocketmodule.a; sourceTree = "<group>"; };
4369FAAA179C57CD008A960D /* lib_codecs_cn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_codecs_cn.a; path = pythonlib/modules/lib_codecs_cn.a; sourceTree = "<group>"; };
4369FAAB179C57CD008A960D /* lib_codecs_hk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_codecs_hk.a; path = pythonlib/modules/lib_codecs_hk.a; sourceTree = "<group>"; };
4369FAAC179C57CD008A960D /* lib_codecs_iso2022.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_codecs_iso2022.a; path = pythonlib/modules/lib_codecs_iso2022.a; sourceTree = "<group>"; };
4369FAAD179C57CD008A960D /* lib_codecs_jp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_codecs_jp.a; path = pythonlib/modules/lib_codecs_jp.a; sourceTree = "<group>"; };
4369FAAE179C57CD008A960D /* lib_codecs_kr.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_codecs_kr.a; path = pythonlib/modules/lib_codecs_kr.a; sourceTree = "<group>"; };
4369FAAF179C57CD008A960D /* lib_codecs_tw.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_codecs_tw.a; path = pythonlib/modules/lib_codecs_tw.a; sourceTree = "<group>"; };
4369FAB0179C57CD008A960D /* lib_csv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_csv.a; path = pythonlib/modules/lib_csv.a; sourceTree = "<group>"; };
4369FAB1179C57CE008A960D /* lib_heapqmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_heapqmodule.a; path = pythonlib/modules/lib_heapqmodule.a; sourceTree = "<group>"; };
4369FAB2179C57CE008A960D /* lib_hotshot.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_hotshot.a; path = pythonlib/modules/lib_hotshot.a; sourceTree = "<group>"; };
4369FAB3179C57CE008A960D /* lib_iomodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_iomodule.a; path = pythonlib/modules/lib_iomodule.a; sourceTree = "<group>"; };
4369FAB4179C57CE008A960D /* lib_json.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_json.a; path = pythonlib/modules/lib_json.a; sourceTree = "<group>"; };
4369FAB5179C57CE008A960D /* lib_localemodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_localemodule.a; path = pythonlib/modules/lib_localemodule.a; sourceTree = "<group>"; };
4369FAB6179C57CE008A960D /* lib_randommodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_randommodule.a; path = pythonlib/modules/lib_randommodule.a; sourceTree = "<group>"; };
4369FAB7179C57CE008A960D /* lib_struct.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_struct.a; path = pythonlib/modules/lib_struct.a; sourceTree = "<group>"; };
4369FAB8179C57CE008A960D /* libarraymodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libarraymodule.a; path = pythonlib/modules/libarraymodule.a; sourceTree = "<group>"; };
4369FAB9179C57CE008A960D /* libcmathmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcmathmodule.a; path = pythonlib/modules/libcmathmodule.a; sourceTree = "<group>"; };
4369FABA179C57CE008A960D /* libconnection.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libconnection.a; path = pythonlib/modules/libconnection.a; sourceTree = "<group>"; };
4369FABB179C57CE008A960D /* libcPickle.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcPickle.a; path = pythonlib/modules/libcPickle.a; sourceTree = "<group>"; };
4369FABC179C57CF008A960D /* libcStringIO.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcStringIO.a; path = pythonlib/modules/libcStringIO.a; sourceTree = "<group>"; };
4369FABD179C57CF008A960D /* libdatetimemodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libdatetimemodule.a; path = pythonlib/modules/libdatetimemodule.a; sourceTree = "<group>"; };
4369FABE179C57CF008A960D /* libmathmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmathmodule.a; path = pythonlib/modules/libmathmodule.a; sourceTree = "<group>"; };
4369FABF179C57CF008A960D /* libmd5.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmd5.a; path = pythonlib/modules/libmd5.a; sourceTree = "<group>"; };
4369FAC0179C57CF008A960D /* libmd5module.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmd5module.a; path = pythonlib/modules/libmd5module.a; sourceTree = "<group>"; };
4369FAC1179C57CF008A960D /* libmultiprocessing.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmultiprocessing.a; path = pythonlib/modules/libmultiprocessing.a; sourceTree = "<group>"; };
4369FAC2179C57CF008A960D /* libparsermodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libparsermodule.a; path = pythonlib/modules/libparsermodule.a; sourceTree = "<group>"; };
4369FAC3179C57CF008A960D /* libprepare_protocol.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libprepare_protocol.a; path = pythonlib/modules/libprepare_protocol.a; sourceTree = "<group>"; };
4369FAC4179C57CF008A960D /* libpyexpat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpyexpat.a; path = pythonlib/modules/libpyexpat.a; sourceTree = "<group>"; };
4369FAC5179C57CF008A960D /* librotatingtree.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = librotatingtree.a; path = pythonlib/modules/librotatingtree.a; sourceTree = "<group>"; };
4369FAC6179C57CF008A960D /* libstatement.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libstatement.a; path = pythonlib/modules/libstatement.a; sourceTree = "<group>"; };
4369FAC7179C57CF008A960D /* libunicodedata.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libunicodedata.a; path = pythonlib/modules/libunicodedata.a; sourceTree = "<group>"; };
4369FAC8179C57CF008A960D /* libutil.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libutil.a; path = pythonlib/modules/libutil.a; sourceTree = "<group>"; };
4369FAC9179C57CF008A960D /* libxmlparse.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libxmlparse.a; path = pythonlib/modules/libxmlparse.a; sourceTree = "<group>"; };
4369FACA179C57CF008A960D /* libxmlrole.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libxmlrole.a; path = pythonlib/modules/libxmlrole.a; sourceTree = "<group>"; };
4369FACB179C57D0008A960D /* libxmltok.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libxmltok.a; path = pythonlib/modules/libxmltok.a; sourceTree = "<group>"; };
4369FAEE179C57F6008A960D /* libiobase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libiobase.a; path = pythonlib/modules/libiobase.a; sourceTree = "<group>"; };
4369FAEF179C57F6008A960D /* libmultibytecodec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmultibytecodec.a; path = pythonlib/modules/libmultibytecodec.a; sourceTree = "<group>"; };
4369FAF3179C582A008A960D /* libbufferedio.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbufferedio.a; path = pythonlib/modules/libbufferedio.a; sourceTree = "<group>"; };
4369FAF5179C587F008A960D /* libstringio.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libstringio.a; path = pythonlib/modules/libstringio.a; sourceTree = "<group>"; };
4369FAF7179C5893008A960D /* libfileio.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfileio.a; path = pythonlib/modules/libfileio.a; sourceTree = "<group>"; };
4369FAF9179C58B1008A960D /* libtextio.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtextio.a; path = pythonlib/modules/libtextio.a; sourceTree = "<group>"; };
4369FAFB179C58EA008A960D /* lib_bisectmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_bisectmodule.a; path = pythonlib/modules/lib_bisectmodule.a; sourceTree = "<group>"; };
4369FAFD179C58F8008A960D /* lib_elementtree.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_elementtree.a; path = pythonlib/modules/lib_elementtree.a; sourceTree = "<group>"; };
4369FAFF179C590C008A960D /* libbytesio.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbytesio.a; path = pythonlib/modules/libbytesio.a; sourceTree = "<group>"; };
4369FB01179C5947008A960D /* librow.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = librow.a; path = pythonlib/modules/librow.a; sourceTree = "<group>"; };
4369FB03179C5998008A960D /* libmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmodule.a; path = pythonlib/modules/libmodule.a; sourceTree = "<group>"; };
4369FB05179C59D2008A960D /* libcursor.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcursor.a; path = pythonlib/modules/libcursor.a; sourceTree = "<group>"; };
4369FB07179C59E4008A960D /* libcache.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcache.a; path = pythonlib/modules/libcache.a; sourceTree = "<group>"; };
4369FB09179C59F9008A960D /* libmicroprotocols.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmicroprotocols.a; path = pythonlib/modules/libmicroprotocols.a; sourceTree = "<group>"; };
4369FB0B179C5AF2008A960D /* lib_math.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_math.a; path = pythonlib/modules/lib_math.a; sourceTree = "<group>"; };
4369FB17179C5D16008A960D /* lib_functoolsmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_functoolsmodule.a; path = pythonlib/modules/lib_functoolsmodule.a; sourceTree = "<group>"; };
4369FB1B179C6BD4008A960D /* lib_struct.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_struct.a; path = pythonlib/modules/lib_struct.a; sourceTree = "<group>"; };
43CEB571179D11F400504356 /* lib_collectionsmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_collectionsmodule.a; path = pythonlib/modules/lib_collectionsmodule.a; sourceTree = "<group>"; };
43CEB573179D135C00504356 /* liboperator.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liboperator.a; path = pythonlib/modules/liboperator.a; sourceTree = "<group>"; };
43CEB575179D17AF00504356 /* libitertoolsmodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libitertoolsmodule.a; path = pythonlib/modules/libitertoolsmodule.a; sourceTree = "<group>"; };
43CEB577179D193C00504356 /* lib_testcapimodule.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = lib_testcapimodule.a; path = pythonlib/modules/lib_testcapimodule.a; sourceTree = "<group>"; };
43D101F7179BE8C90090BA35 /* ScriptViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptViewController.h; sourceTree = "<group>"; };
43D101F8179BE8C90090BA35 /* ScriptViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScriptViewController.m; sourceTree = "<group>"; };
43D101F9179BE8C90090BA35 /* ScriptViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ScriptViewController.xib; sourceTree = "<group>"; };
43D101FE179BF4120090BA35 /* abstract.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = abstract.h; sourceTree = "<group>"; };
43D101FF179BF4120090BA35 /* asdl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = asdl.h; sourceTree = "<group>"; };
43D10200179BF4120090BA35 /* ast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ast.h; sourceTree = "<group>"; };
43D10201179BF4120090BA35 /* bitset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bitset.h; sourceTree = "<group>"; };
43D10202179BF4120090BA35 /* boolobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boolobject.h; sourceTree = "<group>"; };
43D10203179BF4120090BA35 /* bufferobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bufferobject.h; sourceTree = "<group>"; };
43D10204179BF4120090BA35 /* bytearrayobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bytearrayobject.h; sourceTree = "<group>"; };
43D10205179BF4120090BA35 /* bytes_methods.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bytes_methods.h; sourceTree = "<group>"; };
43D10206179BF4120090BA35 /* bytesobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bytesobject.h; sourceTree = "<group>"; };
43D10207179BF4120090BA35 /* cellobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cellobject.h; sourceTree = "<group>"; };
43D10208179BF4120090BA35 /* ceval.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ceval.h; sourceTree = "<group>"; };
43D10209179BF4120090BA35 /* classobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = classobject.h; sourceTree = "<group>"; };
43D1020A179BF4120090BA35 /* cobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cobject.h; sourceTree = "<group>"; };
43D1020B179BF4120090BA35 /* code.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = code.h; sourceTree = "<group>"; };
43D1020C179BF4120090BA35 /* codecs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = codecs.h; sourceTree = "<group>"; };
43D1020D179BF4120090BA35 /* compile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = compile.h; sourceTree = "<group>"; };
43D1020E179BF4120090BA35 /* complexobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = complexobject.h; sourceTree = "<group>"; };
43D1020F179BF4120090BA35 /* cStringIO.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cStringIO.h; sourceTree = "<group>"; };
43D10210179BF4120090BA35 /* datetime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = datetime.h; sourceTree = "<group>"; };
43D10211179BF4120090BA35 /* descrobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = descrobject.h; sourceTree = "<group>"; };
43D10212179BF4120090BA35 /* dictobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dictobject.h; sourceTree = "<group>"; };
43D10213179BF4120090BA35 /* dtoa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; };
43D10214179BF4120090BA35 /* enumobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = enumobject.h; sourceTree = "<group>"; };
43D10215179BF4120090BA35 /* errcode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = errcode.h; sourceTree = "<group>"; };
43D10216179BF4120090BA35 /* eval.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = eval.h; sourceTree = "<group>"; };
43D10217179BF4120090BA35 /* fileobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fileobject.h; sourceTree = "<group>"; };
43D10218179BF4120090BA35 /* floatobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = floatobject.h; sourceTree = "<group>"; };
43D10219179BF4120090BA35 /* frameobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = frameobject.h; sourceTree = "<group>"; };
43D1021A179BF4120090BA35 /* funcobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = funcobject.h; sourceTree = "<group>"; };
43D1021B179BF4120090BA35 /* genobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = genobject.h; sourceTree = "<group>"; };
43D1021C179BF4120090BA35 /* graminit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = graminit.h; sourceTree = "<group>"; };
43D1021D179BF4120090BA35 /* grammar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = grammar.h; sourceTree = "<group>"; };
43D1021E179BF4120090BA35 /* import.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = import.h; sourceTree = "<group>"; };
43D1021F179BF4120090BA35 /* intobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intobject.h; sourceTree = "<group>"; };
43D10220179BF4120090BA35 /* intrcheck.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = intrcheck.h; sourceTree = "<group>"; };
43D10221179BF4120090BA35 /* iterobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iterobject.h; sourceTree = "<group>"; };
43D10222179BF4120090BA35 /* listobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = listobject.h; sourceTree = "<group>"; };
43D10223179BF4120090BA35 /* longintrepr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = longintrepr.h; sourceTree = "<group>"; };
43D10224179BF4120090BA35 /* longobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = longobject.h; sourceTree = "<group>"; };
43D10225179BF4120090BA35 /* marshal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = marshal.h; sourceTree = "<group>"; };
43D10226179BF4120090BA35 /* memoryobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = memoryobject.h; sourceTree = "<group>"; };
43D10227179BF4120090BA35 /* metagrammar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = metagrammar.h; sourceTree = "<group>"; };
43D10228179BF4120090BA35 /* methodobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = methodobject.h; sourceTree = "<group>"; };
43D10229179BF4120090BA35 /* modsupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = modsupport.h; sourceTree = "<group>"; };
43D1022A179BF4120090BA35 /* moduleobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = moduleobject.h; sourceTree = "<group>"; };
43D1022B179BF4120090BA35 /* node.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = node.h; sourceTree = "<group>"; };
43D1022C179BF4120090BA35 /* object.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = object.h; sourceTree = "<group>"; };
43D1022D179BF4120090BA35 /* objimpl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = objimpl.h; sourceTree = "<group>"; };
43D1022E179BF4120090BA35 /* opcode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = opcode.h; sourceTree = "<group>"; };
43D1022F179BF4120090BA35 /* osdefs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = osdefs.h; sourceTree = "<group>"; };
43D10230179BF4120090BA35 /* parsetok.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = parsetok.h; sourceTree = "<group>"; };
43D10231179BF4120090BA35 /* patchlevel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = patchlevel.h; sourceTree = "<group>"; };
43D10232179BF4120090BA35 /* pgen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pgen.h; sourceTree = "<group>"; };
43D10233179BF4120090BA35 /* pgenheaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pgenheaders.h; sourceTree = "<group>"; };
43D10234179BF4120090BA35 /* py_curses.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = py_curses.h; sourceTree = "<group>"; };
43D10235179BF4120090BA35 /* pyarena.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pyarena.h; sourceTree = "<group>"; };
43D10236179BF4120090BA35 /* pycapsule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pycapsule.h; sourceTree = "<group>"; };
43D10237179BF4120090BA35 /* pyconfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pyconfig.h; sourceTree = "<group>"; };
43D10238179BF4120090BA35 /* pyctype.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pyctype.h; sourceTree = "<group>"; };
43D10239179BF4120090BA35 /* pydebug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pydebug.h; sourceTree = "<group>"; };
43D1023A179BF4120090BA35 /* pyerrors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pyerrors.h; sourceTree = "<group>"; };
43D1023B179BF4120090BA35 /* pyexpat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pyexpat.h; sourceTree = "<group>"; };
43D1023C179BF4120090BA35 /* pyfpe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pyfpe.h; sourceTree = "<group>"; };
43D1023D179BF4120090BA35 /* pygetopt.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pygetopt.h; sourceTree = "<group>"; };
43D1023E179BF4120090BA35 /* pymacconfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pymacconfig.h; sourceTree = "<group>"; };
43D1023F179BF4120090BA35 /* pymactoolbox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pymactoolbox.h; sourceTree = "<group>"; };
43D10240179BF4120090BA35 /* pymath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pymath.h; sourceTree = "<group>"; };
43D10241179BF4120090BA35 /* pymem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pymem.h; sourceTree = "<group>"; };
43D10242179BF4120090BA35 /* pyport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pyport.h; sourceTree = "<group>"; };
43D10243179BF4120090BA35 /* pystate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pystate.h; sourceTree = "<group>"; };
43D10244179BF4120090BA35 /* pystrcmp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pystrcmp.h; sourceTree = "<group>"; };
43D10245179BF4120090BA35 /* pystrtod.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pystrtod.h; sourceTree = "<group>"; };
43D10246179BF4120090BA35 /* Python-ast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Python-ast.h"; sourceTree = "<group>"; };
43D10247179BF4120090BA35 /* Python.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Python.h; sourceTree = "<group>"; };
43D10248179BF4120090BA35 /* pythonrun.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pythonrun.h; sourceTree = "<group>"; };
43D10249179BF4120090BA35 /* pythread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pythread.h; sourceTree = "<group>"; };
43D1024A179BF4120090BA35 /* rangeobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rangeobject.h; sourceTree = "<group>"; };
43D1024B179BF4120090BA35 /* setobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = setobject.h; sourceTree = "<group>"; };
43D1024C179BF4120090BA35 /* sliceobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sliceobject.h; sourceTree = "<group>"; };
43D1024D179BF4120090BA35 /* stringobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stringobject.h; sourceTree = "<group>"; };
43D1024E179BF4120090BA35 /* structmember.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = structmember.h; sourceTree = "<group>"; };
43D1024F179BF4120090BA35 /* structseq.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = structseq.h; sourceTree = "<group>"; };
43D10250179BF4120090BA35 /* symtable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = symtable.h; sourceTree = "<group>"; };
43D10251179BF4120090BA35 /* sysmodule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sysmodule.h; sourceTree = "<group>"; };
43D10252179BF4120090BA35 /* timefuncs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = timefuncs.h; sourceTree = "<group>"; };
43D10253179BF4120090BA35 /* token.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = token.h; sourceTree = "<group>"; };
43D10254179BF4120090BA35 /* traceback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = traceback.h; sourceTree = "<group>"; };
43D10255179BF4120090BA35 /* tupleobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tupleobject.h; sourceTree = "<group>"; };
43D10256179BF4120090BA35 /* ucnhash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ucnhash.h; sourceTree = "<group>"; };
43D10257179BF4120090BA35 /* unicodeobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = unicodeobject.h; sourceTree = "<group>"; };
43D10258179BF4120090BA35 /* warnings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = warnings.h; sourceTree = "<group>"; };
43D10259179BF4120090BA35 /* weakrefobject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = weakrefobject.h; sourceTree = "<group>"; };
43D1025B179BF4230090BA35 /* libpython2.7.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpython2.7.a; path = pythonlib/libpython2.7.a; sourceTree = "<group>"; };
43D1025C179BF4230090BA35 /* libtwisted_ext.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtwisted_ext.a; path = pythonlib/libtwisted_ext.a; sourceTree = "<group>"; };
43D1025D179BF4230090BA35 /* libzope_interface.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libzope_interface.a; path = pythonlib/libzope_interface.a; sourceTree = "<group>"; };
43D10262179BF42D0090BA35 /* lib */ = {isa = PBXFileReference; lastKnownFileType = folder; name = lib; path = pythonlib/lib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
43233D31179710D500BBD230 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4369FA97179C2C69008A960D /* Security.framework in Frameworks */,
4369FA95179C1305008A960D /* libsqlite3.dylib in Frameworks */,
43233D38179710D500BBD230 /* UIKit.framework in Frameworks */,
43233D3A179710D500BBD230 /* Foundation.framework in Frameworks */,
43233D3C179710D500BBD230 /* CoreGraphics.framework in Frameworks */,
43CEB57F179D8C3200504356 /* libpython2.7.a in Frameworks */,
43CEB580179D8C3C00504356 /* lib_testcapimodule.a in Frameworks */,
43CEB581179D8C3C00504356 /* libitertoolsmodule.a in Frameworks */,
43CEB582179D8C3C00504356 /* liboperator.a in Frameworks */,
43CEB583179D8C3C00504356 /* lib_collectionsmodule.a in Frameworks */,
43CEB584179D8C3C00504356 /* lib_struct.a in Frameworks */,
43CEB585179D8C3C00504356 /* lib_functoolsmodule.a in Frameworks */,
43CEB586179D8C3C00504356 /* lib_math.a in Frameworks */,
43CEB587179D8C4100504356 /* libmicroprotocols.a in Frameworks */,
43CEB588179D8C4100504356 /* libcache.a in Frameworks */,
43CEB589179D8C4100504356 /* libcursor.a in Frameworks */,
43CEB58A179D8C4100504356 /* libmodule.a in Frameworks */,
43CEB58B179D8C4100504356 /* librow.a in Frameworks */,
43CEB58C179D8C4600504356 /* libbytesio.a in Frameworks */,
43CEB58D179D8C4600504356 /* libbufferedio.a in Frameworks */,
43CEB58E179D8C4600504356 /* lib_iomodule.a in Frameworks */,
43CEB58F179D8C4600504356 /* libfileio.a in Frameworks */,
43CEB590179D8C4600504356 /* libtextio.a in Frameworks */,
43CEB591179D8C4600504356 /* libstringio.a in Frameworks */,
43CEB592179D8C4D00504356 /* libcStringIO.a in Frameworks */,
43CEB593179D8C4D00504356 /* lib_elementtree.a in Frameworks */,
43CEB594179D8C4D00504356 /* lib_bisectmodule.a in Frameworks */,
43CEB595179D8C4D00504356 /* libiobase.a in Frameworks */,
43CEB596179D8C4D00504356 /* libmultibytecodec.a in Frameworks */,
43CEB597179D8C4D00504356 /* libtwisted_ext.a in Frameworks */,
43CEB598179D8C4D00504356 /* libzope_interface.a in Frameworks */,
43CEB599179D8C4D00504356 /* libtimemodule.a in Frameworks */,
43CEB59A179D8C4D00504356 /* libselectmodule.a in Frameworks */,
43CEB59B179D8C4D00504356 /* libsemaphore.a in Frameworks */,
43CEB59C179D8C4D00504356 /* libsocket_connection.a in Frameworks */,
43CEB59D179D8C4D00504356 /* libsocketmodule.a in Frameworks */,
43CEB59E179D8C4D00504356 /* lib_codecs_cn.a in Frameworks */,
43CEB59F179D8C4D00504356 /* lib_codecs_hk.a in Frameworks */,
43CEB5A0179D8C4D00504356 /* lib_codecs_iso2022.a in Frameworks */,
43CEB5A1179D8C4D00504356 /* lib_codecs_jp.a in Frameworks */,
43CEB5A2179D8C4D00504356 /* lib_codecs_kr.a in Frameworks */,
43CEB5A3179D8C4D00504356 /* lib_codecs_tw.a in Frameworks */,
43CEB5A4179D8C4D00504356 /* lib_csv.a in Frameworks */,
43CEB5A5179D8C4D00504356 /* lib_heapqmodule.a in Frameworks */,
43CEB5A6179D8C4D00504356 /* lib_hotshot.a in Frameworks */,
43CEB5A7179D8C4D00504356 /* lib_json.a in Frameworks */,
43CEB5A8179D8C4D00504356 /* lib_localemodule.a in Frameworks */,
43CEB5A9179D8C4D00504356 /* lib_randommodule.a in Frameworks */,
43CEB5AA179D8C4D00504356 /* libarraymodule.a in Frameworks */,
43CEB5AB179D8C4D00504356 /* libcmathmodule.a in Frameworks */,
43CEB5AC179D8C4D00504356 /* libconnection.a in Frameworks */,
43CEB5AD179D8C4D00504356 /* libcPickle.a in Frameworks */,
43CEB5AE179D8C4D00504356 /* libdatetimemodule.a in Frameworks */,
43CEB5AF179D8C4D00504356 /* libmathmodule.a in Frameworks */,
43CEB5B0179D8C4D00504356 /* libmd5.a in Frameworks */,
43CEB5B1179D8C4D00504356 /* libmd5module.a in Frameworks */,
43CEB5B2179D8C4D00504356 /* libmultiprocessing.a in Frameworks */,
43CEB5B3179D8C4D00504356 /* libparsermodule.a in Frameworks */,
43CEB5B4179D8C4D00504356 /* libprepare_protocol.a in Frameworks */,
43CEB5B5179D8C4D00504356 /* libpyexpat.a in Frameworks */,
43CEB5B6179D8C4D00504356 /* librotatingtree.a in Frameworks */,
43CEB5B7179D8C4D00504356 /* libstatement.a in Frameworks */,
43CEB5B8179D8C4D00504356 /* libunicodedata.a in Frameworks */,
43CEB5B9179D8C4D00504356 /* libutil.a in Frameworks */,
43CEB5BA179D8C4D00504356 /* libxmlparse.a in Frameworks */,
43CEB5BB179D8C4D00504356 /* libxmlrole.a in Frameworks */,
43CEB5BC179D8C4D00504356 /* libxmltok.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
43233D2B179710D500BBD230 = {
isa = PBXGroup;
children = (
4369FA96179C2C68008A960D /* Security.framework */,
4369FA94179C1305008A960D /* libsqlite3.dylib */,
43233DB6179872F300BBD230 /* lib */,
43233D3D179710D500BBD230 /* python */,
43233D36179710D500BBD230 /* Frameworks */,
43233D35179710D500BBD230 /* Products */,
);
sourceTree = "<group>";
};
43233D35179710D500BBD230 /* Products */ = {
isa = PBXGroup;
children = (
43233D34179710D500BBD230 /* python.app */,
);
name = Products;
sourceTree = "<group>";
};
43233D36179710D500BBD230 /* Frameworks */ = {
isa = PBXGroup;
children = (
43233D37179710D500BBD230 /* UIKit.framework */,
43233D39179710D500BBD230 /* Foundation.framework */,
43233D3B179710D500BBD230 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
43233D3D179710D500BBD230 /* python */ = {
isa = PBXGroup;
children = (
43233D46179710D500BBD230 /* AppDelegate.h */,
43233D47179710D500BBD230 /* AppDelegate.m */,
43233D3E179710D500BBD230 /* Supporting Files */,
43D101F7179BE8C90090BA35 /* ScriptViewController.h */,
43D101F8179BE8C90090BA35 /* ScriptViewController.m */,
43D101F9179BE8C90090BA35 /* ScriptViewController.xib */,
);
path = python;
sourceTree = "<group>";
};
43233D3E179710D500BBD230 /* Supporting Files */ = {
isa = PBXGroup;
children = (
43233D3F179710D500BBD230 /* python-Info.plist */,
43233D40179710D500BBD230 /* InfoPlist.strings */,
43233D43179710D500BBD230 /* main.m */,
43233D45179710D500BBD230 /* python-Prefix.pch */,
43233D49179710D500BBD230 /* Default.png */,
43233D4B179710D500BBD230 /* Default@2x.png */,
43233D4D179710D500BBD230 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
43233DB6179872F300BBD230 /* lib */ = {
isa = PBXGroup;
children = (
43233DB71798730000BBD230 /* python */,
);
name = lib;
sourceTree = "<group>";
};
43233DB71798730000BBD230 /* python */ = {
isa = PBXGroup;
children = (
4369FA9E179C51F9008A960D /* twisted.h */,
4369FA9F179C51F9008A960D /* zope_interface.h */,
4369FA9D179C4AFA008A960D /* pythonmodules.h */,
43D10262179BF42D0090BA35 /* lib */,
43D1025B179BF4230090BA35 /* libpython2.7.a */,
4369FAF2179C5805008A960D /* modules */,
43D101FC179BF4120090BA35 /* include */,
);
name = python;
sourceTree = "<group>";
};
4369FAF2179C5805008A960D /* modules */ = {
isa = PBXGroup;
children = (
43CEB577179D193C00504356 /* lib_testcapimodule.a */,
43CEB575179D17AF00504356 /* libitertoolsmodule.a */,
43CEB573179D135C00504356 /* liboperator.a */,
43CEB571179D11F400504356 /* lib_collectionsmodule.a */,
4369FB1B179C6BD4008A960D /* lib_struct.a */,
4369FB17179C5D16008A960D /* lib_functoolsmodule.a */,
4369FB0B179C5AF2008A960D /* lib_math.a */,
4369FB19179C5E8C008A960D /* _sqlite */,
4369FB1A179C5EB4008A960D /* io */,
4369FABC179C57CF008A960D /* libcStringIO.a */,
4369FAFD179C58F8008A960D /* lib_elementtree.a */,
4369FAFB179C58EA008A960D /* lib_bisectmodule.a */,
4369FAEE179C57F6008A960D /* libiobase.a */,
4369FAEF179C57F6008A960D /* libmultibytecodec.a */,
43D1025C179BF4230090BA35 /* libtwisted_ext.a */,
43D1025D179BF4230090BA35 /* libzope_interface.a */,
4369FAA0179C566B008A960D /* libtimemodule.a */,
4369FAA2179C56CC008A960D /* libselectmodule.a */,
4369FAA3179C56CC008A960D /* libsemaphore.a */,
4369FAA4179C56CC008A960D /* libsocket_connection.a */,
4369FAA5179C56CC008A960D /* libsocketmodule.a */,
4369FAAA179C57CD008A960D /* lib_codecs_cn.a */,
4369FAAB179C57CD008A960D /* lib_codecs_hk.a */,
4369FAAC179C57CD008A960D /* lib_codecs_iso2022.a */,
4369FAAD179C57CD008A960D /* lib_codecs_jp.a */,
4369FAAE179C57CD008A960D /* lib_codecs_kr.a */,
4369FAAF179C57CD008A960D /* lib_codecs_tw.a */,
4369FAB0179C57CD008A960D /* lib_csv.a */,
4369FAB1179C57CE008A960D /* lib_heapqmodule.a */,
4369FAB2179C57CE008A960D /* lib_hotshot.a */,
4369FAB4179C57CE008A960D /* lib_json.a */,
4369FAB5179C57CE008A960D /* lib_localemodule.a */,
4369FAB6179C57CE008A960D /* lib_randommodule.a */,
4369FAB7179C57CE008A960D /* lib_struct.a */,
4369FAB8179C57CE008A960D /* libarraymodule.a */,
4369FAB9179C57CE008A960D /* libcmathmodule.a */,
4369FABA179C57CE008A960D /* libconnection.a */,
4369FABB179C57CE008A960D /* libcPickle.a */,
4369FABD179C57CF008A960D /* libdatetimemodule.a */,
4369FABE179C57CF008A960D /* libmathmodule.a */,
4369FABF179C57CF008A960D /* libmd5.a */,
4369FAC0179C57CF008A960D /* libmd5module.a */,
4369FAC1179C57CF008A960D /* libmultiprocessing.a */,
4369FAC2179C57CF008A960D /* libparsermodule.a */,
4369FAC3179C57CF008A960D /* libprepare_protocol.a */,
4369FAC4179C57CF008A960D /* libpyexpat.a */,
4369FAC5179C57CF008A960D /* librotatingtree.a */,
4369FAC6179C57CF008A960D /* libstatement.a */,
4369FAC7179C57CF008A960D /* libunicodedata.a */,
4369FAC8179C57CF008A960D /* libutil.a */,
4369FAC9179C57CF008A960D /* libxmlparse.a */,
4369FACA179C57CF008A960D /* libxmlrole.a */,
4369FACB179C57D0008A960D /* libxmltok.a */,
);
name = modules;
sourceTree = "<group>";
};
4369FB19179C5E8C008A960D /* _sqlite */ = {
isa = PBXGroup;
children = (
4369FB09179C59F9008A960D /* libmicroprotocols.a */,
4369FB07179C59E4008A960D /* libcache.a */,
4369FB05179C59D2008A960D /* libcursor.a */,
4369FB03179C5998008A960D /* libmodule.a */,
4369FB01179C5947008A960D /* librow.a */,
);
name = _sqlite;
sourceTree = "<group>";
};
4369FB1A179C5EB4008A960D /* io */ = {
isa = PBXGroup;
children = (
4369FAFF179C590C008A960D /* libbytesio.a */,
4369FAF3179C582A008A960D /* libbufferedio.a */,
4369FAB3179C57CE008A960D /* lib_iomodule.a */,
4369FAF7179C5893008A960D /* libfileio.a */,
4369FAF9179C58B1008A960D /* libtextio.a */,
4369FAF5179C587F008A960D /* libstringio.a */,
);
name = io;
sourceTree = "<group>";
};
43D101FC179BF4120090BA35 /* include */ = {
isa = PBXGroup;
children = (
43D101FD179BF4120090BA35 /* python2.7 */,
);
name = include;
path = pythonlib/include;
sourceTree = "<group>";
};
43D101FD179BF4120090BA35 /* python2.7 */ = {
isa = PBXGroup;
children = (
43D101FE179BF4120090BA35 /* abstract.h */,
43D101FF179BF4120090BA35 /* asdl.h */,
43D10200179BF4120090BA35 /* ast.h */,
43D10201179BF4120090BA35 /* bitset.h */,
43D10202179BF4120090BA35 /* boolobject.h */,
43D10203179BF4120090BA35 /* bufferobject.h */,
43D10204179BF4120090BA35 /* bytearrayobject.h */,
43D10205179BF4120090BA35 /* bytes_methods.h */,
43D10206179BF4120090BA35 /* bytesobject.h */,
43D10207179BF4120090BA35 /* cellobject.h */,
43D10208179BF4120090BA35 /* ceval.h */,
43D10209179BF4120090BA35 /* classobject.h */,
43D1020A179BF4120090BA35 /* cobject.h */,
43D1020B179BF4120090BA35 /* code.h */,
43D1020C179BF4120090BA35 /* codecs.h */,
43D1020D179BF4120090BA35 /* compile.h */,
43D1020E179BF4120090BA35 /* complexobject.h */,
43D1020F179BF4120090BA35 /* cStringIO.h */,
43D10210179BF4120090BA35 /* datetime.h */,
43D10211179BF4120090BA35 /* descrobject.h */,
43D10212179BF4120090BA35 /* dictobject.h */,
43D10213179BF4120090BA35 /* dtoa.h */,
43D10214179BF4120090BA35 /* enumobject.h */,
43D10215179BF4120090BA35 /* errcode.h */,
43D10216179BF4120090BA35 /* eval.h */,
43D10217179BF4120090BA35 /* fileobject.h */,
43D10218179BF4120090BA35 /* floatobject.h */,
43D10219179BF4120090BA35 /* frameobject.h */,
43D1021A179BF4120090BA35 /* funcobject.h */,
43D1021B179BF4120090BA35 /* genobject.h */,
43D1021C179BF4120090BA35 /* graminit.h */,
43D1021D179BF4120090BA35 /* grammar.h */,
43D1021E179BF4120090BA35 /* import.h */,
43D1021F179BF4120090BA35 /* intobject.h */,
43D10220179BF4120090BA35 /* intrcheck.h */,
43D10221179BF4120090BA35 /* iterobject.h */,
43D10222179BF4120090BA35 /* listobject.h */,
43D10223179BF4120090BA35 /* longintrepr.h */,
43D10224179BF4120090BA35 /* longobject.h */,
43D10225179BF4120090BA35 /* marshal.h */,
43D10226179BF4120090BA35 /* memoryobject.h */,
43D10227179BF4120090BA35 /* metagrammar.h */,
43D10228179BF4120090BA35 /* methodobject.h */,
43D10229179BF4120090BA35 /* modsupport.h */,
43D1022A179BF4120090BA35 /* moduleobject.h */,
43D1022B179BF4120090BA35 /* node.h */,
43D1022C179BF4120090BA35 /* object.h */,
43D1022D179BF4120090BA35 /* objimpl.h */,
43D1022E179BF4120090BA35 /* opcode.h */,
43D1022F179BF4120090BA35 /* osdefs.h */,
43D10230179BF4120090BA35 /* parsetok.h */,
43D10231179BF4120090BA35 /* patchlevel.h */,
43D10232179BF4120090BA35 /* pgen.h */,
43D10233179BF4120090BA35 /* pgenheaders.h */,
43D10234179BF4120090BA35 /* py_curses.h */,
43D10235179BF4120090BA35 /* pyarena.h */,
43D10236179BF4120090BA35 /* pycapsule.h */,
43D10237179BF4120090BA35 /* pyconfig.h */,
43D10238179BF4120090BA35 /* pyctype.h */,
43D10239179BF4120090BA35 /* pydebug.h */,
43D1023A179BF4120090BA35 /* pyerrors.h */,
43D1023B179BF4120090BA35 /* pyexpat.h */,
43D1023C179BF4120090BA35 /* pyfpe.h */,
43D1023D179BF4120090BA35 /* pygetopt.h */,
43D1023E179BF4120090BA35 /* pymacconfig.h */,
43D1023F179BF4120090BA35 /* pymactoolbox.h */,
43D10240179BF4120090BA35 /* pymath.h */,
43D10241179BF4120090BA35 /* pymem.h */,
43D10242179BF4120090BA35 /* pyport.h */,
43D10243179BF4120090BA35 /* pystate.h */,
43D10244179BF4120090BA35 /* pystrcmp.h */,
43D10245179BF4120090BA35 /* pystrtod.h */,
43D10246179BF4120090BA35 /* Python-ast.h */,
43D10247179BF4120090BA35 /* Python.h */,
43D10248179BF4120090BA35 /* pythonrun.h */,
43D10249179BF4120090BA35 /* pythread.h */,
43D1024A179BF4120090BA35 /* rangeobject.h */,
43D1024B179BF4120090BA35 /* setobject.h */,
43D1024C179BF4120090BA35 /* sliceobject.h */,
43D1024D179BF4120090BA35 /* stringobject.h */,
43D1024E179BF4120090BA35 /* structmember.h */,
43D1024F179BF4120090BA35 /* structseq.h */,
43D10250179BF4120090BA35 /* symtable.h */,
43D10251179BF4120090BA35 /* sysmodule.h */,
43D10252179BF4120090BA35 /* timefuncs.h */,
43D10253179BF4120090BA35 /* token.h */,
43D10254179BF4120090BA35 /* traceback.h */,
43D10255179BF4120090BA35 /* tupleobject.h */,
43D10256179BF4120090BA35 /* ucnhash.h */,
43D10257179BF4120090BA35 /* unicodeobject.h */,
43D10258179BF4120090BA35 /* warnings.h */,
43D10259179BF4120090BA35 /* weakrefobject.h */,
);
path = python2.7;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
43233D33179710D500BBD230 /* python */ = {
isa = PBXNativeTarget;
buildConfigurationList = 43233D51179710D500BBD230 /* Build configuration list for PBXNativeTarget "python" */;
buildPhases = (
43233D30179710D500BBD230 /* Sources */,
43233D31179710D500BBD230 /* Frameworks */,
43233D32179710D500BBD230 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = python;
productName = python;
productReference = 43233D34179710D500BBD230 /* python.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
43233D2C179710D500BBD230 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "YANG HONGBO";
};
buildConfigurationList = 43233D2F179710D500BBD230 /* Build configuration list for PBXProject "python" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 43233D2B179710D500BBD230;
productRefGroup = 43233D35179710D500BBD230 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
43233D33179710D500BBD230 /* python */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
43233D32179710D500BBD230 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
43233D42179710D500BBD230 /* InfoPlist.strings in Resources */,
43233D4A179710D500BBD230 /* Default.png in Resources */,
43233D4C179710D500BBD230 /* Default@2x.png in Resources */,
43233D4E179710D500BBD230 /* Default-568h@2x.png in Resources */,
43D101FB179BE8C90090BA35 /* ScriptViewController.xib in Resources */,
43D10263179BF42D0090BA35 /* lib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
43233D30179710D500BBD230 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
43233D44179710D500BBD230 /* main.m in Sources */,
43233D48179710D500BBD230 /* AppDelegate.m in Sources */,
43D101FA179BE8C90090BA35 /* ScriptViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
43233D40179710D500BBD230 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
43233D41179710D500BBD230 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
43233D4F179710D500BBD230 /* 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;
};
43233D50179710D500BBD230 /* 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;
};
43233D52179710D500BBD230 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "python/python-Prefix.pch";
HEADER_SEARCH_PATHS = "$(SRCROOT)/pythonlib/include/python2.7";
INFOPLIST_FILE = "python/python-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/pythonlib\"",
"\"$(SRCROOT)/pythonlib/modules\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = "-all_load";
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/pythonlib/**";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
43233D53179710D500BBD230 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "python/python-Prefix.pch";
HEADER_SEARCH_PATHS = "$(SRCROOT)/pythonlib/include/python2.7";
INFOPLIST_FILE = "python/python-Info.plist";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/pythonlib\"",
"\"$(SRCROOT)/pythonlib/modules\"",
);
LINK_WITH_STANDARD_LIBRARIES = YES;
OTHER_LDFLAGS = "-all_load";
PRODUCT_NAME = "$(TARGET_NAME)";
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/pythonlib/**";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
43233D2F179710D500BBD230 /* Build configuration list for PBXProject "python" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43233D4F179710D500BBD230 /* Debug */,
43233D50179710D500BBD230 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
43233D51179710D500BBD230 /* Build configuration list for PBXNativeTarget "python" */ = {
isa = XCConfigurationList;
buildConfigurations = (
43233D52179710D500BBD230 /* Debug */,
43233D53179710D500BBD230 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 43233D2C179710D500BBD230 /* Project object */;
}