1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 77;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 ED18C9232E76CA5500B64EA5 /* entry.m in Sources */ = {isa = PBXBuildFile; fileRef = ED18C9222E76CA5500B64EA5 /* entry.m */; };
11 ED2F55AE2E34FAD800A84793 /* Toolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2F55AD2E34FAD800A84793 /* Toolbar.m */; };
12 ED52BFB02D86FC5D00FD8BE5 /* text.m in Sources */ = {isa = PBXBuildFile; fileRef = ED52BFAF2D86FC5D00FD8BE5 /* text.m */; };
13 ED6580EE2CFF19F900F5402F /* context.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580DD2CFF19F900F5402F /* context.c */; };
14 ED6580EF2CFF19F900F5402F /* menu.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580E12CFF19F900F5402F /* menu.c */; };
15 ED6580F02CFF19F900F5402F /* threadpool.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580E72CFF19F900F5402F /* threadpool.c */; };
16 ED6580F12CFF19F900F5402F /* condvar.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580DB2CFF19F900F5402F /* condvar.c */; };
17 ED6580F22CFF19F900F5402F /* document.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580DF2CFF19F900F5402F /* document.c */; };
18 ED6580F32CFF19F900F5402F /* object.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580E32CFF19F900F5402F /* object.c */; };
19 ED6580F42CFF19F900F5402F /* toolbar.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580E92CFF19F900F5402F /* toolbar.c */; };
20 ED6580F52CFF19F900F5402F /* types.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580EB2CFF19F900F5402F /* types.c */; };
21 ED6580F62CFF19F900F5402F /* properties.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580E52CFF19F900F5402F /* properties.c */; };
22 ED65811D2CFF1A3000F5402F /* linked_list.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581142CFF1A3000F5402F /* linked_list.c */; };
23 ED65811E2CFF1A3000F5402F /* tree.c in Sources */ = {isa = PBXBuildFile; fileRef = ED65811B2CFF1A3000F5402F /* tree.c */; };
24 ED6581202CFF1A3000F5402F /* mempool.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581172CFF1A3000F5402F /* mempool.c */; };
25 ED6581212CFF1A3000F5402F /* map.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581162CFF1A3000F5402F /* map.c */; };
26 ED6581222CFF1A3000F5402F /* hash_map.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581122CFF1A3000F5402F /* hash_map.c */; };
27 ED6581232CFF1A3000F5402F /* array_list.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580FA2CFF1A3000F5402F /* array_list.c */; };
28 ED6581242CFF1A3000F5402F /* list.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581152CFF1A3000F5402F /* list.c */; };
29 ED6581252CFF1A3000F5402F /* compare.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580FC2CFF1A3000F5402F /* compare.c */; };
30 ED6581262CFF1A3000F5402F /* hash_key.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581112CFF1A3000F5402F /* hash_key.c */; };
31 ED6581272CFF1A3000F5402F /* iterator.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581132CFF1A3000F5402F /* iterator.c */; };
32 ED6581282CFF1A3000F5402F /* string.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581192CFF1A3000F5402F /* string.c */; };
33 ED6581292CFF1A3000F5402F /* allocator.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580F92CFF1A3000F5402F /* allocator.c */; };
34 ED65812B2CFF1A3000F5402F /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6580FB2CFF1A3000F5402F /* buffer.c */; };
35 ED65812C2CFF1A3000F5402F /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6581182CFF1A3000F5402F /* printf.c */; };
36 ED6581312CFF1A8800F5402F /* toolkit.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6581302CFF1A8800F5402F /* toolkit.m */; };
37 ED6581342CFF1F1900F5402F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6581332CFF1F1900F5402F /* AppDelegate.m */; };
38 ED6581392CFF287300F5402F /* EventData.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6581362CFF287300F5402F /* EventData.m */; };
39 ED6581432CFF3BCE00F5402F /* window.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6581422CFF3BCE00F5402F /* window.m */; };
40 ED6581442CFF3BCE00F5402F /* button.m in Sources */ = {isa = PBXBuildFile; fileRef = ED65813C2CFF3BCE00F5402F /* button.m */; };
41 ED6581452CFF3BCE00F5402F /* Container.m in Sources */ = {isa = PBXBuildFile; fileRef = ED65813E2CFF3BCE00F5402F /* Container.m */; };
42 ED6581462CFF3BCE00F5402F /* GridLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6581402CFF3BCE00F5402F /* GridLayout.m */; };
43 ED65815C2CFF3EE900F5402F /* MainWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = ED65815B2CFF3EE900F5402F /* MainWindow.m */; };
44 ED65815F2CFF4BF200F5402F /* WindowManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED65815E2CFF4BF200F5402F /* WindowManager.m */; };
45 ED679B0A2E5B266C001D4F71 /* label.m in Sources */ = {isa = PBXBuildFile; fileRef = ED679B092E5B266C001D4F71 /* label.m */; };
46 ED679B0D2E5B2FB0001D4F71 /* UiThread.m in Sources */ = {isa = PBXBuildFile; fileRef = ED679B0C2E5B2FB0001D4F71 /* UiThread.m */; };
47 ED67B50A2EEDB85A00DA8FD6 /* kv_list.c in Sources */ = {isa = PBXBuildFile; fileRef = ED67B5092EEDB85A00DA8FD6 /* kv_list.c */; };
48 ED67B5122EEDB89300DA8FD6 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = ED67B5112EEDB89300DA8FD6 /* utils.c */; };
49 ED67B5132EEDB89300DA8FD6 /* app.c in Sources */ = {isa = PBXBuildFile; fileRef = ED67B50D2EEDB89300DA8FD6 /* app.c */; };
50 ED67B5142EEDB89300DA8FD6 /* message.c in Sources */ = {isa = PBXBuildFile; fileRef = ED67B50F2EEDB89300DA8FD6 /* message.c */; };
51 ED6FB03D2E95466F006C6E8E /* args.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6FB0382E95466F006C6E8E /* args.c */; };
52 ED6FB03E2E95466F006C6E8E /* container.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6FB03A2E95466F006C6E8E /* container.c */; };
53 ED6FB03F2E95466F006C6E8E /* wrapper.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6FB03C2E95466F006C6E8E /* wrapper.c */; };
54 ED83C2BF2E8EA49200054B22 /* BoxContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED83C2BE2E8EA49200054B22 /* BoxContainer.m */; };
55 ED8687E52D999CF3002F3EC2 /* menu.m in Sources */ = {isa = PBXBuildFile; fileRef = ED8687E42D999CF3002F3EC2 /* menu.m */; };
56 ED895DAA2EA0CACC00040078 /* TabView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED895DA92EA0CACC00040078 /* TabView.m */; };
57 ED99F04A2E5CBD2E00A4CC97 /* widget.m in Sources */ = {isa = PBXBuildFile; fileRef = ED99F0492E5CBD2E00A4CC97 /* widget.m */; };
58 EDB452C32E302C65006FB12D /* image.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB452C22E302C65006FB12D /* image.m */; };
59 EDBC4D272EAD4BB0005CDF38 /* webview.m in Sources */ = {isa = PBXBuildFile; fileRef = EDBC4D262EAD4BB0005CDF38 /* webview.m */; };
60 EDC315A92E9A739300403776 /* json.c in Sources */ = {isa = PBXBuildFile; fileRef = EDC315A62E9A739300403776 /* json.c */; };
61 EDC315AA2E9A739300403776 /* properties.c in Sources */ = {isa = PBXBuildFile; fileRef = EDC315A72E9A739300403776 /* properties.c */; };
62 EDC315AB2E9A739300403776 /* streams.c in Sources */ = {isa = PBXBuildFile; fileRef = EDC315A82E9A739300403776 /* streams.c */; };
63 EDCD22272E59EEF5000612AF /* list.m in Sources */ = {isa = PBXBuildFile; fileRef = EDCD22262E59EEF5000612AF /* list.m */; };
64 EDCD22352E59F3B1000612AF /* ListDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = EDCD22342E59F3B1000612AF /* ListDataSource.m */; };
65 EDCD22382E5A160A000612AF /* ListDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EDCD22372E5A160A000612AF /* ListDelegate.m */; };
66 /* End PBXBuildFile section */
67
68 /* Begin PBXFileReference section */
69 ED18C9212E76CA5500B64EA5 /* entry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = entry.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/entry.h; sourceTree = "<absolute>"; };
70 ED18C9222E76CA5500B64EA5 /* entry.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = entry.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/entry.m; sourceTree = "<absolute>"; };
71 ED2F55AC2E34FAD800A84793 /* Toolbar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Toolbar.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/Toolbar.h; sourceTree = "<absolute>"; };
72 ED2F55AD2E34FAD800A84793 /* Toolbar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Toolbar.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/Toolbar.m; sourceTree = "<absolute>"; };
73 ED52BFAE2D86FC5D00FD8BE5 /* text.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = text.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/text.h; sourceTree = "<absolute>"; };
74 ED52BFAF2D86FC5D00FD8BE5 /* text.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = text.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/text.m; sourceTree = "<absolute>"; };
75 ED6580AC2CFF122700F5402F /* toolkit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = toolkit.app; sourceTree = BUILT_PRODUCTS_DIR; };
76 ED6580DA2CFF19F900F5402F /* condvar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = condvar.h; path = /Users/olaf/Projekte/toolkit/ui/common/condvar.h; sourceTree = "<absolute>"; };
77 ED6580DB2CFF19F900F5402F /* condvar.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = condvar.c; path = /Users/olaf/Projekte/toolkit/ui/common/condvar.c; sourceTree = "<absolute>"; };
78 ED6580DC2CFF19F900F5402F /* context.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = context.h; path = /Users/olaf/Projekte/toolkit/ui/common/context.h; sourceTree = "<absolute>"; };
79 ED6580DD2CFF19F900F5402F /* context.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = context.c; path = /Users/olaf/Projekte/toolkit/ui/common/context.c; sourceTree = "<absolute>"; };
80 ED6580DE2CFF19F900F5402F /* document.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = document.h; path = /Users/olaf/Projekte/toolkit/ui/common/document.h; sourceTree = "<absolute>"; };
81 ED6580DF2CFF19F900F5402F /* document.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = document.c; path = /Users/olaf/Projekte/toolkit/ui/common/document.c; sourceTree = "<absolute>"; };
82 ED6580E02CFF19F900F5402F /* menu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = menu.h; path = /Users/olaf/Projekte/toolkit/ui/common/menu.h; sourceTree = "<absolute>"; };
83 ED6580E12CFF19F900F5402F /* menu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = menu.c; path = /Users/olaf/Projekte/toolkit/ui/common/menu.c; sourceTree = "<absolute>"; };
84 ED6580E22CFF19F900F5402F /* object.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = object.h; path = /Users/olaf/Projekte/toolkit/ui/common/object.h; sourceTree = "<absolute>"; };
85 ED6580E32CFF19F900F5402F /* object.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = object.c; path = /Users/olaf/Projekte/toolkit/ui/common/object.c; sourceTree = "<absolute>"; };
86 ED6580E42CFF19F900F5402F /* properties.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = properties.h; path = /Users/olaf/Projekte/toolkit/ui/common/properties.h; sourceTree = "<absolute>"; };
87 ED6580E52CFF19F900F5402F /* properties.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = properties.c; path = /Users/olaf/Projekte/toolkit/ui/common/properties.c; sourceTree = "<absolute>"; };
88 ED6580E62CFF19F900F5402F /* threadpool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = threadpool.h; path = /Users/olaf/Projekte/toolkit/ui/common/threadpool.h; sourceTree = "<absolute>"; };
89 ED6580E72CFF19F900F5402F /* threadpool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = threadpool.c; path = /Users/olaf/Projekte/toolkit/ui/common/threadpool.c; sourceTree = "<absolute>"; };
90 ED6580E82CFF19F900F5402F /* toolbar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = toolbar.h; path = /Users/olaf/Projekte/toolkit/ui/common/toolbar.h; sourceTree = "<absolute>"; };
91 ED6580E92CFF19F900F5402F /* toolbar.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = toolbar.c; path = /Users/olaf/Projekte/toolkit/ui/common/toolbar.c; sourceTree = "<absolute>"; };
92 ED6580EA2CFF19F900F5402F /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = types.h; path = /Users/olaf/Projekte/toolkit/ui/common/types.h; sourceTree = "<absolute>"; };
93 ED6580EB2CFF19F900F5402F /* types.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = types.c; path = /Users/olaf/Projekte/toolkit/ui/common/types.c; sourceTree = "<absolute>"; };
94 ED6580F92CFF1A3000F5402F /* allocator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = allocator.c; path = /Users/olaf/Projekte/toolkit/ucx/allocator.c; sourceTree = "<absolute>"; };
95 ED6580FA2CFF1A3000F5402F /* array_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = array_list.c; path = /Users/olaf/Projekte/toolkit/ucx/array_list.c; sourceTree = "<absolute>"; };
96 ED6580FB2CFF1A3000F5402F /* buffer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = buffer.c; path = /Users/olaf/Projekte/toolkit/ucx/buffer.c; sourceTree = "<absolute>"; };
97 ED6580FC2CFF1A3000F5402F /* compare.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = compare.c; path = /Users/olaf/Projekte/toolkit/ucx/compare.c; sourceTree = "<absolute>"; };
98 ED6580FD2CFF1A3000F5402F /* allocator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = allocator.h; sourceTree = "<group>"; };
99 ED6580FE2CFF1A3000F5402F /* array_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = array_list.h; sourceTree = "<group>"; };
100 ED6580FF2CFF1A3000F5402F /* buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = buffer.h; sourceTree = "<group>"; };
101 ED6581002CFF1A3000F5402F /* collection.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = collection.h; sourceTree = "<group>"; };
102 ED6581012CFF1A3000F5402F /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
103 ED6581032CFF1A3000F5402F /* compare.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = compare.h; sourceTree = "<group>"; };
104 ED6581042CFF1A3000F5402F /* hash_key.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_key.h; sourceTree = "<group>"; };
105 ED6581052CFF1A3000F5402F /* hash_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hash_map.h; sourceTree = "<group>"; };
106 ED6581062CFF1A3000F5402F /* iterator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iterator.h; sourceTree = "<group>"; };
107 ED6581072CFF1A3000F5402F /* linked_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = linked_list.h; sourceTree = "<group>"; };
108 ED6581082CFF1A3000F5402F /* list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = list.h; sourceTree = "<group>"; };
109 ED6581092CFF1A3000F5402F /* map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = map.h; sourceTree = "<group>"; };
110 ED65810A2CFF1A3000F5402F /* mempool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mempool.h; sourceTree = "<group>"; };
111 ED65810B2CFF1A3000F5402F /* printf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = printf.h; sourceTree = "<group>"; };
112 ED65810C2CFF1A3000F5402F /* string.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = string.h; sourceTree = "<group>"; };
113 ED65810D2CFF1A3000F5402F /* test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = test.h; sourceTree = "<group>"; };
114 ED65810E2CFF1A3000F5402F /* tree.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = "<group>"; };
115 ED6581112CFF1A3000F5402F /* hash_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = hash_key.c; path = /Users/olaf/Projekte/toolkit/ucx/hash_key.c; sourceTree = "<absolute>"; };
116 ED6581122CFF1A3000F5402F /* hash_map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = hash_map.c; path = /Users/olaf/Projekte/toolkit/ucx/hash_map.c; sourceTree = "<absolute>"; };
117 ED6581132CFF1A3000F5402F /* iterator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = iterator.c; path = /Users/olaf/Projekte/toolkit/ucx/iterator.c; sourceTree = "<absolute>"; };
118 ED6581142CFF1A3000F5402F /* linked_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = linked_list.c; path = /Users/olaf/Projekte/toolkit/ucx/linked_list.c; sourceTree = "<absolute>"; };
119 ED6581152CFF1A3000F5402F /* list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = list.c; path = /Users/olaf/Projekte/toolkit/ucx/list.c; sourceTree = "<absolute>"; };
120 ED6581162CFF1A3000F5402F /* map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = map.c; path = /Users/olaf/Projekte/toolkit/ucx/map.c; sourceTree = "<absolute>"; };
121 ED6581172CFF1A3000F5402F /* mempool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = mempool.c; path = /Users/olaf/Projekte/toolkit/ucx/mempool.c; sourceTree = "<absolute>"; };
122 ED6581182CFF1A3000F5402F /* printf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = printf.c; path = /Users/olaf/Projekte/toolkit/ucx/printf.c; sourceTree = "<absolute>"; };
123 ED6581192CFF1A3000F5402F /* string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = string.c; path = /Users/olaf/Projekte/toolkit/ucx/string.c; sourceTree = "<absolute>"; };
124 ED65811B2CFF1A3000F5402F /* tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = tree.c; path = /Users/olaf/Projekte/toolkit/ucx/tree.c; sourceTree = "<absolute>"; };
125 ED65812F2CFF1A8800F5402F /* toolkit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = toolkit.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/toolkit.h; sourceTree = "<absolute>"; };
126 ED6581302CFF1A8800F5402F /* toolkit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = toolkit.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/toolkit.m; sourceTree = "<absolute>"; };
127 ED6581322CFF1F1900F5402F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/AppDelegate.h; sourceTree = "<absolute>"; };
128 ED6581332CFF1F1900F5402F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/AppDelegate.m; sourceTree = "<absolute>"; };
129 ED6581352CFF287300F5402F /* EventData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EventData.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/EventData.h; sourceTree = "<absolute>"; };
130 ED6581362CFF287300F5402F /* EventData.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EventData.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/EventData.m; sourceTree = "<absolute>"; };
131 ED65813B2CFF3BCE00F5402F /* button.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = button.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/button.h; sourceTree = "<absolute>"; };
132 ED65813C2CFF3BCE00F5402F /* button.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = button.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/button.m; sourceTree = "<absolute>"; };
133 ED65813D2CFF3BCE00F5402F /* Container.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Container.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/Container.h; sourceTree = "<absolute>"; };
134 ED65813E2CFF3BCE00F5402F /* Container.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Container.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/Container.m; sourceTree = "<absolute>"; };
135 ED65813F2CFF3BCE00F5402F /* GridLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = GridLayout.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/GridLayout.h; sourceTree = "<absolute>"; };
136 ED6581402CFF3BCE00F5402F /* GridLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = GridLayout.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/GridLayout.m; sourceTree = "<absolute>"; };
137 ED6581412CFF3BCE00F5402F /* window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = window.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/window.h; sourceTree = "<absolute>"; };
138 ED6581422CFF3BCE00F5402F /* window.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = window.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/window.m; sourceTree = "<absolute>"; };
139 ED6581482CFF3CA000F5402F /* button.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = button.h; path = /Users/olaf/Projekte/toolkit/ui/ui/button.h; sourceTree = "<absolute>"; };
140 ED6581492CFF3CA000F5402F /* container.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = container.h; path = /Users/olaf/Projekte/toolkit/ui/ui/container.h; sourceTree = "<absolute>"; };
141 ED65814A2CFF3CA000F5402F /* display.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = display.h; path = /Users/olaf/Projekte/toolkit/ui/ui/display.h; sourceTree = "<absolute>"; };
142 ED65814B2CFF3CA000F5402F /* dnd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = dnd.h; path = /Users/olaf/Projekte/toolkit/ui/ui/dnd.h; sourceTree = "<absolute>"; };
143 ED65814C2CFF3CA000F5402F /* entry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = entry.h; path = /Users/olaf/Projekte/toolkit/ui/ui/entry.h; sourceTree = "<absolute>"; };
144 ED65814D2CFF3CA000F5402F /* graphics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = graphics.h; path = /Users/olaf/Projekte/toolkit/ui/ui/graphics.h; sourceTree = "<absolute>"; };
145 ED65814E2CFF3CA000F5402F /* icons.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = icons.h; path = /Users/olaf/Projekte/toolkit/ui/ui/icons.h; sourceTree = "<absolute>"; };
146 ED65814F2CFF3CA000F5402F /* image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = image.h; path = /Users/olaf/Projekte/toolkit/ui/ui/image.h; sourceTree = "<absolute>"; };
147 ED6581502CFF3CA000F5402F /* menu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = menu.h; path = /Users/olaf/Projekte/toolkit/ui/ui/menu.h; sourceTree = "<absolute>"; };
148 ED6581512CFF3CA000F5402F /* properties.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = properties.h; path = /Users/olaf/Projekte/toolkit/ui/ui/properties.h; sourceTree = "<absolute>"; };
149 ED6581522CFF3CA000F5402F /* range.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = range.h; path = /Users/olaf/Projekte/toolkit/ui/ui/range.h; sourceTree = "<absolute>"; };
150 ED6581542CFF3CA000F5402F /* text.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = text.h; path = /Users/olaf/Projekte/toolkit/ui/ui/text.h; sourceTree = "<absolute>"; };
151 ED6581552CFF3CA000F5402F /* toolbar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = toolbar.h; path = /Users/olaf/Projekte/toolkit/ui/ui/toolbar.h; sourceTree = "<absolute>"; };
152 ED6581562CFF3CA000F5402F /* toolkit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = toolkit.h; path = /Users/olaf/Projekte/toolkit/ui/ui/toolkit.h; sourceTree = "<absolute>"; };
153 ED6581582CFF3CA000F5402F /* ui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ui.h; path = /Users/olaf/Projekte/toolkit/ui/ui/ui.h; sourceTree = "<absolute>"; };
154 ED6581592CFF3CA000F5402F /* window.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = window.h; path = /Users/olaf/Projekte/toolkit/ui/ui/window.h; sourceTree = "<absolute>"; };
155 ED65815A2CFF3EE900F5402F /* MainWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MainWindow.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/MainWindow.h; sourceTree = "<absolute>"; };
156 ED65815B2CFF3EE900F5402F /* MainWindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = MainWindow.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/MainWindow.m; sourceTree = "<absolute>"; };
157 ED65815D2CFF4BF200F5402F /* WindowManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = WindowManager.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/WindowManager.h; sourceTree = "<absolute>"; };
158 ED65815E2CFF4BF200F5402F /* WindowManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = WindowManager.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/WindowManager.m; sourceTree = "<absolute>"; };
159 ED679B082E5B266C001D4F71 /* label.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = label.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/label.h; sourceTree = "<absolute>"; };
160 ED679B092E5B266C001D4F71 /* label.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = label.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/label.m; sourceTree = "<absolute>"; };
161 ED679B0B2E5B2FB0001D4F71 /* UiThread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = UiThread.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/UiThread.h; sourceTree = "<absolute>"; };
162 ED679B0C2E5B2FB0001D4F71 /* UiThread.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = UiThread.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/UiThread.m; sourceTree = "<absolute>"; };
163 ED67B5082EEDB82200DA8FD6 /* list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = list.h; path = /Users/olaf/Projekte/toolkit/ui/ui/list.h; sourceTree = "<absolute>"; };
164 ED67B5092EEDB85A00DA8FD6 /* kv_list.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = kv_list.c; path = /Users/olaf/Projekte/toolkit/ucx/kv_list.c; sourceTree = "<absolute>"; };
165 ED67B50B2EEDB86D00DA8FD6 /* kv_list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kv_list.h; sourceTree = "<group>"; };
166 ED67B50C2EEDB89300DA8FD6 /* app.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = app.h; path = /Users/olaf/Projekte/toolkit/ui/common/app.h; sourceTree = "<absolute>"; };
167 ED67B50D2EEDB89300DA8FD6 /* app.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = app.c; path = /Users/olaf/Projekte/toolkit/ui/common/app.c; sourceTree = "<absolute>"; };
168 ED67B50E2EEDB89300DA8FD6 /* message.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = message.h; path = /Users/olaf/Projekte/toolkit/ui/common/message.h; sourceTree = "<absolute>"; };
169 ED67B50F2EEDB89300DA8FD6 /* message.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = message.c; path = /Users/olaf/Projekte/toolkit/ui/common/message.c; sourceTree = "<absolute>"; };
170 ED67B5102EEDB89300DA8FD6 /* utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = utils.h; path = /Users/olaf/Projekte/toolkit/ui/common/utils.h; sourceTree = "<absolute>"; };
171 ED67B5112EEDB89300DA8FD6 /* utils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = utils.c; path = /Users/olaf/Projekte/toolkit/ui/common/utils.c; sourceTree = "<absolute>"; };
172 ED6FB0372E95466F006C6E8E /* args.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = args.h; path = /Users/olaf/Projekte/toolkit/ui/common/args.h; sourceTree = "<absolute>"; };
173 ED6FB0382E95466F006C6E8E /* args.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = args.c; path = /Users/olaf/Projekte/toolkit/ui/common/args.c; sourceTree = "<absolute>"; };
174 ED6FB0392E95466F006C6E8E /* container.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = container.h; path = /Users/olaf/Projekte/toolkit/ui/common/container.h; sourceTree = "<absolute>"; };
175 ED6FB03A2E95466F006C6E8E /* container.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = container.c; path = /Users/olaf/Projekte/toolkit/ui/common/container.c; sourceTree = "<absolute>"; };
176 ED6FB03B2E95466F006C6E8E /* wrapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = wrapper.h; path = /Users/olaf/Projekte/toolkit/ui/common/wrapper.h; sourceTree = "<absolute>"; };
177 ED6FB03C2E95466F006C6E8E /* wrapper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = wrapper.c; path = /Users/olaf/Projekte/toolkit/ui/common/wrapper.c; sourceTree = "<absolute>"; };
178 ED83C2BD2E8EA49200054B22 /* BoxContainer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = BoxContainer.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/BoxContainer.h; sourceTree = "<absolute>"; };
179 ED83C2BE2E8EA49200054B22 /* BoxContainer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = BoxContainer.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/BoxContainer.m; sourceTree = "<absolute>"; };
180 ED8687E32D999CF3002F3EC2 /* menu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = menu.h; path = ../../../ui/cocoa/menu.h; sourceTree = SOURCE_ROOT; };
181 ED8687E42D999CF3002F3EC2 /* menu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = menu.m; path = ../../../ui/cocoa/menu.m; sourceTree = SOURCE_ROOT; };
182 ED895DA82EA0CACC00040078 /* TabView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = TabView.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/TabView.h; sourceTree = "<absolute>"; };
183 ED895DA92EA0CACC00040078 /* TabView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = TabView.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/TabView.m; sourceTree = "<absolute>"; };
184 ED99F0482E5CBD2E00A4CC97 /* widget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = widget.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/widget.h; sourceTree = "<absolute>"; };
185 ED99F0492E5CBD2E00A4CC97 /* widget.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = widget.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/widget.m; sourceTree = "<absolute>"; };
186 ED99F04B2E5CBE5000A4CC97 /* webview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = webview.h; path = /Users/olaf/Projekte/toolkit/ui/ui/webview.h; sourceTree = "<absolute>"; };
187 ED99F04C2E5CBE5000A4CC97 /* widget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = widget.h; path = /Users/olaf/Projekte/toolkit/ui/ui/widget.h; sourceTree = "<absolute>"; };
188 EDB452C12E302C65006FB12D /* image.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = image.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/image.h; sourceTree = "<absolute>"; };
189 EDB452C22E302C65006FB12D /* image.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = image.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/image.m; sourceTree = "<absolute>"; };
190 EDBC4D252EAD4BB0005CDF38 /* webview.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = webview.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/webview.h; sourceTree = "<absolute>"; };
191 EDBC4D262EAD4BB0005CDF38 /* webview.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = webview.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/webview.m; sourceTree = "<absolute>"; };
192 EDC315A32E9A736900403776 /* json.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = json.h; path = /Users/olaf/Projekte/toolkit/ucx/cx/json.h; sourceTree = "<absolute>"; };
193 EDC315A42E9A736900403776 /* properties.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = properties.h; path = /Users/olaf/Projekte/toolkit/ucx/cx/properties.h; sourceTree = "<absolute>"; };
194 EDC315A52E9A736900403776 /* streams.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = streams.h; path = /Users/olaf/Projekte/toolkit/ucx/cx/streams.h; sourceTree = "<absolute>"; };
195 EDC315A62E9A739300403776 /* json.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = json.c; path = /Users/olaf/Projekte/toolkit/ucx/json.c; sourceTree = "<absolute>"; };
196 EDC315A72E9A739300403776 /* properties.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = properties.c; path = /Users/olaf/Projekte/toolkit/ucx/properties.c; sourceTree = "<absolute>"; };
197 EDC315A82E9A739300403776 /* streams.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = streams.c; path = /Users/olaf/Projekte/toolkit/ucx/streams.c; sourceTree = "<absolute>"; };
198 EDCD22252E59EEF5000612AF /* list.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = list.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/list.h; sourceTree = "<absolute>"; };
199 EDCD22262E59EEF5000612AF /* list.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = list.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/list.m; sourceTree = "<absolute>"; };
200 EDCD22332E59F3B1000612AF /* ListDataSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ListDataSource.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/ListDataSource.h; sourceTree = "<absolute>"; };
201 EDCD22342E59F3B1000612AF /* ListDataSource.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ListDataSource.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/ListDataSource.m; sourceTree = "<absolute>"; };
202 EDCD22362E5A160A000612AF /* ListDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ListDelegate.h; path = /Users/olaf/Projekte/toolkit/ui/cocoa/ListDelegate.h; sourceTree = "<absolute>"; };
203 EDCD22372E5A160A000612AF /* ListDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ListDelegate.m; path = /Users/olaf/Projekte/toolkit/ui/cocoa/ListDelegate.m; sourceTree = "<absolute>"; };
204 /* End PBXFileReference section */
205
206 /* Begin PBXFileSystemSynchronizedRootGroup section */
207 ED6580AE2CFF122700F5402F /* toolkit */ = {
208 isa = PBXFileSystemSynchronizedRootGroup;
209 path = toolkit;
210 sourceTree = "<group>";
211 };
212 /* End PBXFileSystemSynchronizedRootGroup section */
213
214 /* Begin PBXFrameworksBuildPhase section */
215 ED6580A92CFF122700F5402F /* Frameworks */ = {
216 isa = PBXFrameworksBuildPhase;
217 buildActionMask = 2147483647;
218 files = (
219 );
220 runOnlyForDeploymentPostprocessing = 0;
221 };
222 /* End PBXFrameworksBuildPhase section */
223
224 /* Begin PBXGroup section */
225 ED6580A32CFF122700F5402F = {
226 isa = PBXGroup;
227 children = (
228 ED6581472CFF3C8300F5402F /* public */,
229 ED65812E2CFF1A7200F5402F /* cocoa */,
230 ED6580F82CFF1A1200F5402F /* ucx */,
231 ED6580D92CFF19DB00F5402F /* common */,
232 ED6580AE2CFF122700F5402F /* toolkit */,
233 ED6580AD2CFF122700F5402F /* Products */,
234 );
235 sourceTree = "<group>";
236 };
237 ED6580AD2CFF122700F5402F /* Products */ = {
238 isa = PBXGroup;
239 children = (
240 ED6580AC2CFF122700F5402F /* toolkit.app */,
241 );
242 name = Products;
243 sourceTree = "<group>";
244 };
245 ED6580D92CFF19DB00F5402F /* common */ = {
246 isa = PBXGroup;
247 children = (
248 ED67B50C2EEDB89300DA8FD6 /* app.h */,
249 ED67B50D2EEDB89300DA8FD6 /* app.c */,
250 ED67B50E2EEDB89300DA8FD6 /* message.h */,
251 ED67B50F2EEDB89300DA8FD6 /* message.c */,
252 ED67B5102EEDB89300DA8FD6 /* utils.h */,
253 ED67B5112EEDB89300DA8FD6 /* utils.c */,
254 ED6FB0372E95466F006C6E8E /* args.h */,
255 ED6FB0382E95466F006C6E8E /* args.c */,
256 ED6FB0392E95466F006C6E8E /* container.h */,
257 ED6FB03A2E95466F006C6E8E /* container.c */,
258 ED6FB03B2E95466F006C6E8E /* wrapper.h */,
259 ED6FB03C2E95466F006C6E8E /* wrapper.c */,
260 ED6580DA2CFF19F900F5402F /* condvar.h */,
261 ED6580DB2CFF19F900F5402F /* condvar.c */,
262 ED6580DC2CFF19F900F5402F /* context.h */,
263 ED6580DD2CFF19F900F5402F /* context.c */,
264 ED6580DE2CFF19F900F5402F /* document.h */,
265 ED6580DF2CFF19F900F5402F /* document.c */,
266 ED6580E02CFF19F900F5402F /* menu.h */,
267 ED6580E12CFF19F900F5402F /* menu.c */,
268 ED6580E22CFF19F900F5402F /* object.h */,
269 ED6580E32CFF19F900F5402F /* object.c */,
270 ED6580E42CFF19F900F5402F /* properties.h */,
271 ED6580E52CFF19F900F5402F /* properties.c */,
272 ED6580E62CFF19F900F5402F /* threadpool.h */,
273 ED6580E72CFF19F900F5402F /* threadpool.c */,
274 ED6580E82CFF19F900F5402F /* toolbar.h */,
275 ED6580E92CFF19F900F5402F /* toolbar.c */,
276 ED6580EA2CFF19F900F5402F /* types.h */,
277 ED6580EB2CFF19F900F5402F /* types.c */,
278 );
279 path = common;
280 sourceTree = "<group>";
281 };
282 ED6580F82CFF1A1200F5402F /* ucx */ = {
283 isa = PBXGroup;
284 children = (
285 ED67B5092EEDB85A00DA8FD6 /* kv_list.c */,
286 EDC315A62E9A739300403776 /* json.c */,
287 EDC315A72E9A739300403776 /* properties.c */,
288 EDC315A82E9A739300403776 /* streams.c */,
289 ED6580F92CFF1A3000F5402F /* allocator.c */,
290 ED6580FA2CFF1A3000F5402F /* array_list.c */,
291 ED6580FB2CFF1A3000F5402F /* buffer.c */,
292 ED6580FC2CFF1A3000F5402F /* compare.c */,
293 ED6581102CFF1A3000F5402F /* cx */,
294 ED6581112CFF1A3000F5402F /* hash_key.c */,
295 ED6581122CFF1A3000F5402F /* hash_map.c */,
296 ED6581132CFF1A3000F5402F /* iterator.c */,
297 ED6581142CFF1A3000F5402F /* linked_list.c */,
298 ED6581152CFF1A3000F5402F /* list.c */,
299 ED6581162CFF1A3000F5402F /* map.c */,
300 ED6581172CFF1A3000F5402F /* mempool.c */,
301 ED6581182CFF1A3000F5402F /* printf.c */,
302 ED6581192CFF1A3000F5402F /* string.c */,
303 ED65811B2CFF1A3000F5402F /* tree.c */,
304 );
305 path = ucx;
306 sourceTree = "<group>";
307 };
308 ED6581102CFF1A3000F5402F /* cx */ = {
309 isa = PBXGroup;
310 children = (
311 ED67B50B2EEDB86D00DA8FD6 /* kv_list.h */,
312 ED6580FD2CFF1A3000F5402F /* allocator.h */,
313 ED6580FE2CFF1A3000F5402F /* array_list.h */,
314 ED6580FF2CFF1A3000F5402F /* buffer.h */,
315 ED6581002CFF1A3000F5402F /* collection.h */,
316 ED6581012CFF1A3000F5402F /* common.h */,
317 ED6581032CFF1A3000F5402F /* compare.h */,
318 ED6581042CFF1A3000F5402F /* hash_key.h */,
319 ED6581052CFF1A3000F5402F /* hash_map.h */,
320 ED6581062CFF1A3000F5402F /* iterator.h */,
321 ED6581072CFF1A3000F5402F /* linked_list.h */,
322 ED6581082CFF1A3000F5402F /* list.h */,
323 ED6581092CFF1A3000F5402F /* map.h */,
324 ED65810A2CFF1A3000F5402F /* mempool.h */,
325 ED65810B2CFF1A3000F5402F /* printf.h */,
326 ED65810C2CFF1A3000F5402F /* string.h */,
327 ED65810D2CFF1A3000F5402F /* test.h */,
328 ED65810E2CFF1A3000F5402F /* tree.h */,
329 EDC315A32E9A736900403776 /* json.h */,
330 EDC315A42E9A736900403776 /* properties.h */,
331 EDC315A52E9A736900403776 /* streams.h */,
332 );
333 name = cx;
334 path = /Users/olaf/Projekte/toolkit/ucx/cx;
335 sourceTree = "<absolute>";
336 };
337 ED65812E2CFF1A7200F5402F /* cocoa */ = {
338 isa = PBXGroup;
339 children = (
340 EDBC4D252EAD4BB0005CDF38 /* webview.h */,
341 EDBC4D262EAD4BB0005CDF38 /* webview.m */,
342 ED895DA82EA0CACC00040078 /* TabView.h */,
343 ED895DA92EA0CACC00040078 /* TabView.m */,
344 ED83C2BD2E8EA49200054B22 /* BoxContainer.h */,
345 ED83C2BE2E8EA49200054B22 /* BoxContainer.m */,
346 ED18C9212E76CA5500B64EA5 /* entry.h */,
347 ED18C9222E76CA5500B64EA5 /* entry.m */,
348 ED99F0482E5CBD2E00A4CC97 /* widget.h */,
349 ED99F0492E5CBD2E00A4CC97 /* widget.m */,
350 ED679B0B2E5B2FB0001D4F71 /* UiThread.h */,
351 ED679B0C2E5B2FB0001D4F71 /* UiThread.m */,
352 ED679B082E5B266C001D4F71 /* label.h */,
353 ED679B092E5B266C001D4F71 /* label.m */,
354 EDCD22362E5A160A000612AF /* ListDelegate.h */,
355 EDCD22372E5A160A000612AF /* ListDelegate.m */,
356 EDCD22332E59F3B1000612AF /* ListDataSource.h */,
357 EDCD22342E59F3B1000612AF /* ListDataSource.m */,
358 EDCD22252E59EEF5000612AF /* list.h */,
359 EDCD22262E59EEF5000612AF /* list.m */,
360 ED2F55AC2E34FAD800A84793 /* Toolbar.h */,
361 ED2F55AD2E34FAD800A84793 /* Toolbar.m */,
362 EDB452C12E302C65006FB12D /* image.h */,
363 EDB452C22E302C65006FB12D /* image.m */,
364 ED8687E32D999CF3002F3EC2 /* menu.h */,
365 ED8687E42D999CF3002F3EC2 /* menu.m */,
366 ED52BFAE2D86FC5D00FD8BE5 /* text.h */,
367 ED52BFAF2D86FC5D00FD8BE5 /* text.m */,
368 ED65815D2CFF4BF200F5402F /* WindowManager.h */,
369 ED65815E2CFF4BF200F5402F /* WindowManager.m */,
370 ED65815A2CFF3EE900F5402F /* MainWindow.h */,
371 ED65815B2CFF3EE900F5402F /* MainWindow.m */,
372 ED65813B2CFF3BCE00F5402F /* button.h */,
373 ED65813C2CFF3BCE00F5402F /* button.m */,
374 ED65813D2CFF3BCE00F5402F /* Container.h */,
375 ED65813E2CFF3BCE00F5402F /* Container.m */,
376 ED65813F2CFF3BCE00F5402F /* GridLayout.h */,
377 ED6581402CFF3BCE00F5402F /* GridLayout.m */,
378 ED6581412CFF3BCE00F5402F /* window.h */,
379 ED6581422CFF3BCE00F5402F /* window.m */,
380 ED6581352CFF287300F5402F /* EventData.h */,
381 ED6581362CFF287300F5402F /* EventData.m */,
382 ED6581322CFF1F1900F5402F /* AppDelegate.h */,
383 ED6581332CFF1F1900F5402F /* AppDelegate.m */,
384 ED65812F2CFF1A8800F5402F /* toolkit.h */,
385 ED6581302CFF1A8800F5402F /* toolkit.m */,
386 );
387 path = cocoa;
388 sourceTree = "<group>";
389 };
390 ED6581472CFF3C8300F5402F /* public */ = {
391 isa = PBXGroup;
392 children = (
393 ED67B5082EEDB82200DA8FD6 /* list.h */,
394 ED99F04B2E5CBE5000A4CC97 /* webview.h */,
395 ED99F04C2E5CBE5000A4CC97 /* widget.h */,
396 ED6581482CFF3CA000F5402F /* button.h */,
397 ED6581492CFF3CA000F5402F /* container.h */,
398 ED65814A2CFF3CA000F5402F /* display.h */,
399 ED65814B2CFF3CA000F5402F /* dnd.h */,
400 ED65814C2CFF3CA000F5402F /* entry.h */,
401 ED65814D2CFF3CA000F5402F /* graphics.h */,
402 ED65814E2CFF3CA000F5402F /* icons.h */,
403 ED65814F2CFF3CA000F5402F /* image.h */,
404 ED6581502CFF3CA000F5402F /* menu.h */,
405 ED6581512CFF3CA000F5402F /* properties.h */,
406 ED6581522CFF3CA000F5402F /* range.h */,
407 ED6581542CFF3CA000F5402F /* text.h */,
408 ED6581552CFF3CA000F5402F /* toolbar.h */,
409 ED6581562CFF3CA000F5402F /* toolkit.h */,
410 ED6581582CFF3CA000F5402F /* ui.h */,
411 ED6581592CFF3CA000F5402F /* window.h */,
412 );
413 path = public;
414 sourceTree = "<group>";
415 };
416 /* End PBXGroup section */
417
418 /* Begin PBXNativeTarget section */
419 ED6580AB2CFF122700F5402F /* toolkit */ = {
420 isa = PBXNativeTarget;
421 buildConfigurationList = ED6580BC2CFF122800F5402F /* Build configuration list for PBXNativeTarget "toolkit" */;
422 buildPhases = (
423 ED6580A82CFF122700F5402F /* Sources */,
424 ED6580A92CFF122700F5402F /* Frameworks */,
425 ED6580AA2CFF122700F5402F /* Resources */,
426 );
427 buildRules = (
428 );
429 dependencies = (
430 );
431 fileSystemSynchronizedGroups = (
432 ED6580AE2CFF122700F5402F /* toolkit */,
433 );
434 name = toolkit;
435 packageProductDependencies = (
436 );
437 productName = toolkit;
438 productReference = ED6580AC2CFF122700F5402F /* toolkit.app */;
439 productType = "com.apple.product-type.application";
440 };
441 /* End PBXNativeTarget section */
442
443 /* Begin PBXProject section */
444 ED6580A42CFF122700F5402F /* Project object */ = {
445 isa = PBXProject;
446 attributes = {
447 BuildIndependentTargetsInParallel = 1;
448 LastUpgradeCheck = 1610;
449 TargetAttributes = {
450 ED6580AB2CFF122700F5402F = {
451 CreatedOnToolsVersion = 16.1;
452 };
453 };
454 };
455 buildConfigurationList = ED6580A72CFF122700F5402F /* Build configuration list for PBXProject "toolkit" */;
456 developmentRegion = en;
457 hasScannedForEncodings = 0;
458 knownRegions = (
459 en,
460 Base,
461 );
462 mainGroup = ED6580A32CFF122700F5402F;
463 minimizedProjectReferenceProxies = 1;
464 preferredProjectObjectVersion = 77;
465 productRefGroup = ED6580AD2CFF122700F5402F /* Products */;
466 projectDirPath = "";
467 projectRoot = "";
468 targets = (
469 ED6580AB2CFF122700F5402F /* toolkit */,
470 );
471 };
472 /* End PBXProject section */
473
474 /* Begin PBXResourcesBuildPhase section */
475 ED6580AA2CFF122700F5402F /* Resources */ = {
476 isa = PBXResourcesBuildPhase;
477 buildActionMask = 2147483647;
478 files = (
479 );
480 runOnlyForDeploymentPostprocessing = 0;
481 };
482 /* End PBXResourcesBuildPhase section */
483
484 /* Begin PBXSourcesBuildPhase section */
485 ED6580A82CFF122700F5402F /* Sources */ = {
486 isa = PBXSourcesBuildPhase;
487 buildActionMask = 2147483647;
488 files = (
489 ED679B0A2E5B266C001D4F71 /* label.m in Sources */,
490 ED6FB03D2E95466F006C6E8E /* args.c in Sources */,
491 ED6FB03E2E95466F006C6E8E /* container.c in Sources */,
492 ED6FB03F2E95466F006C6E8E /* wrapper.c in Sources */,
493 ED6580EE2CFF19F900F5402F /* context.c in Sources */,
494 ED6580EF2CFF19F900F5402F /* menu.c in Sources */,
495 EDCD22352E59F3B1000612AF /* ListDataSource.m in Sources */,
496 ED6580F02CFF19F900F5402F /* threadpool.c in Sources */,
497 EDB452C32E302C65006FB12D /* image.m in Sources */,
498 ED6580F12CFF19F900F5402F /* condvar.c in Sources */,
499 EDCD22272E59EEF5000612AF /* list.m in Sources */,
500 ED65815F2CFF4BF200F5402F /* WindowManager.m in Sources */,
501 ED6580F22CFF19F900F5402F /* document.c in Sources */,
502 ED65811D2CFF1A3000F5402F /* linked_list.c in Sources */,
503 ED67B5122EEDB89300DA8FD6 /* utils.c in Sources */,
504 ED67B5132EEDB89300DA8FD6 /* app.c in Sources */,
505 ED67B5142EEDB89300DA8FD6 /* message.c in Sources */,
506 ED2F55AE2E34FAD800A84793 /* Toolbar.m in Sources */,
507 ED65811E2CFF1A3000F5402F /* tree.c in Sources */,
508 ED6581202CFF1A3000F5402F /* mempool.c in Sources */,
509 EDC315A92E9A739300403776 /* json.c in Sources */,
510 EDC315AA2E9A739300403776 /* properties.c in Sources */,
511 EDC315AB2E9A739300403776 /* streams.c in Sources */,
512 ED6581212CFF1A3000F5402F /* map.c in Sources */,
513 ED6581222CFF1A3000F5402F /* hash_map.c in Sources */,
514 ED6581232CFF1A3000F5402F /* array_list.c in Sources */,
515 ED67B50A2EEDB85A00DA8FD6 /* kv_list.c in Sources */,
516 ED6581242CFF1A3000F5402F /* list.c in Sources */,
517 ED18C9232E76CA5500B64EA5 /* entry.m in Sources */,
518 ED65815C2CFF3EE900F5402F /* MainWindow.m in Sources */,
519 ED99F04A2E5CBD2E00A4CC97 /* widget.m in Sources */,
520 ED6581252CFF1A3000F5402F /* compare.c in Sources */,
521 ED6581262CFF1A3000F5402F /* hash_key.c in Sources */,
522 EDBC4D272EAD4BB0005CDF38 /* webview.m in Sources */,
523 ED6581272CFF1A3000F5402F /* iterator.c in Sources */,
524 ED6581282CFF1A3000F5402F /* string.c in Sources */,
525 ED6581312CFF1A8800F5402F /* toolkit.m in Sources */,
526 ED6581342CFF1F1900F5402F /* AppDelegate.m in Sources */,
527 ED679B0D2E5B2FB0001D4F71 /* UiThread.m in Sources */,
528 ED6581292CFF1A3000F5402F /* allocator.c in Sources */,
529 ED52BFB02D86FC5D00FD8BE5 /* text.m in Sources */,
530 ED6581432CFF3BCE00F5402F /* window.m in Sources */,
531 ED6581442CFF3BCE00F5402F /* button.m in Sources */,
532 ED6581452CFF3BCE00F5402F /* Container.m in Sources */,
533 ED6581462CFF3BCE00F5402F /* GridLayout.m in Sources */,
534 ED6581392CFF287300F5402F /* EventData.m in Sources */,
535 ED65812B2CFF1A3000F5402F /* buffer.c in Sources */,
536 ED895DAA2EA0CACC00040078 /* TabView.m in Sources */,
537 ED65812C2CFF1A3000F5402F /* printf.c in Sources */,
538 ED6580F32CFF19F900F5402F /* object.c in Sources */,
539 ED6580F42CFF19F900F5402F /* toolbar.c in Sources */,
540 ED6580F52CFF19F900F5402F /* types.c in Sources */,
541 ED8687E52D999CF3002F3EC2 /* menu.m in Sources */,
542 ED6580F62CFF19F900F5402F /* properties.c in Sources */,
543 ED83C2BF2E8EA49200054B22 /* BoxContainer.m in Sources */,
544 EDCD22382E5A160A000612AF /* ListDelegate.m in Sources */,
545 );
546 runOnlyForDeploymentPostprocessing = 0;
547 };
548 /* End PBXSourcesBuildPhase section */
549
550 /* Begin XCBuildConfiguration section */
551 ED6580BA2CFF122800F5402F /* Debug */ = {
552 isa = XCBuildConfiguration;
553 buildSettings = {
554 ALWAYS_SEARCH_USER_PATHS = NO;
555 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
556 CLANG_ANALYZER_NONNULL = YES;
557 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
558 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
559 CLANG_ENABLE_MODULES = YES;
560 CLANG_ENABLE_OBJC_ARC = YES;
561 CLANG_ENABLE_OBJC_WEAK = YES;
562 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
563 CLANG_WARN_BOOL_CONVERSION = YES;
564 CLANG_WARN_COMMA = YES;
565 CLANG_WARN_CONSTANT_CONVERSION = YES;
566 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
567 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
568 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
569 CLANG_WARN_EMPTY_BODY = YES;
570 CLANG_WARN_ENUM_CONVERSION = YES;
571 CLANG_WARN_INFINITE_RECURSION = YES;
572 CLANG_WARN_INT_CONVERSION = YES;
573 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
574 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
575 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
576 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
577 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
578 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
579 CLANG_WARN_STRICT_PROTOTYPES = YES;
580 CLANG_WARN_SUSPICIOUS_MOVE = YES;
581 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
582 CLANG_WARN_UNREACHABLE_CODE = YES;
583 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
584 COPY_PHASE_STRIP = NO;
585 DEBUG_INFORMATION_FORMAT = dwarf;
586 ENABLE_STRICT_OBJC_MSGSEND = YES;
587 ENABLE_TESTABILITY = YES;
588 ENABLE_USER_SCRIPT_SANDBOXING = YES;
589 GCC_C_LANGUAGE_STANDARD = gnu17;
590 GCC_DYNAMIC_NO_PIC = NO;
591 GCC_NO_COMMON_BLOCKS = YES;
592 GCC_OPTIMIZATION_LEVEL = 0;
593 GCC_PREPROCESSOR_DEFINITIONS = (
594 "DEBUG=1",
595 "$(inherited)",
596 );
597 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
598 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
599 GCC_WARN_UNDECLARED_SELECTOR = YES;
600 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
601 GCC_WARN_UNUSED_FUNCTION = YES;
602 GCC_WARN_UNUSED_VARIABLE = YES;
603 HEADER_SEARCH_PATHS = ../../../ucx;
604 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
605 MACOSX_DEPLOYMENT_TARGET = 15.1;
606 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
607 MTL_FAST_MATH = YES;
608 ONLY_ACTIVE_ARCH = YES;
609 SDKROOT = macosx;
610 };
611 name = Debug;
612 };
613 ED6580BB2CFF122800F5402F /* Release */ = {
614 isa = XCBuildConfiguration;
615 buildSettings = {
616 ALWAYS_SEARCH_USER_PATHS = NO;
617 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
618 CLANG_ANALYZER_NONNULL = YES;
619 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
620 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
621 CLANG_ENABLE_MODULES = YES;
622 CLANG_ENABLE_OBJC_ARC = YES;
623 CLANG_ENABLE_OBJC_WEAK = YES;
624 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
625 CLANG_WARN_BOOL_CONVERSION = YES;
626 CLANG_WARN_COMMA = YES;
627 CLANG_WARN_CONSTANT_CONVERSION = YES;
628 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
629 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
630 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
631 CLANG_WARN_EMPTY_BODY = YES;
632 CLANG_WARN_ENUM_CONVERSION = YES;
633 CLANG_WARN_INFINITE_RECURSION = YES;
634 CLANG_WARN_INT_CONVERSION = YES;
635 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
636 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
637 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
638 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
639 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
640 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
641 CLANG_WARN_STRICT_PROTOTYPES = YES;
642 CLANG_WARN_SUSPICIOUS_MOVE = YES;
643 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
644 CLANG_WARN_UNREACHABLE_CODE = YES;
645 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
646 COPY_PHASE_STRIP = NO;
647 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
648 ENABLE_NS_ASSERTIONS = NO;
649 ENABLE_STRICT_OBJC_MSGSEND = YES;
650 ENABLE_USER_SCRIPT_SANDBOXING = YES;
651 GCC_C_LANGUAGE_STANDARD = gnu17;
652 GCC_NO_COMMON_BLOCKS = YES;
653 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
654 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
655 GCC_WARN_UNDECLARED_SELECTOR = YES;
656 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
657 GCC_WARN_UNUSED_FUNCTION = YES;
658 GCC_WARN_UNUSED_VARIABLE = YES;
659 HEADER_SEARCH_PATHS = ../../../ucx;
660 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
661 MACOSX_DEPLOYMENT_TARGET = 15.1;
662 MTL_ENABLE_DEBUG_INFO = NO;
663 MTL_FAST_MATH = YES;
664 SDKROOT = macosx;
665 };
666 name = Release;
667 };
668 ED6580BD2CFF122800F5402F /* Debug */ = {
669 isa = XCBuildConfiguration;
670 buildSettings = {
671 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
672 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
673 CODE_SIGN_ENTITLEMENTS = toolkit/toolkit.entitlements;
674 CODE_SIGN_STYLE = Manual;
675 COMBINE_HIDPI_IMAGES = YES;
676 CURRENT_PROJECT_VERSION = 1;
677 DEVELOPMENT_TEAM = "";
678 GENERATE_INFOPLIST_FILE = YES;
679 HEADER_SEARCH_PATHS = (
680 ../../../ucx,
681 ../../../ui,
682 );
683 INFOPLIST_KEY_NSHumanReadableCopyright = "";
684 INFOPLIST_KEY_NSMainNibFile = MainMenu;
685 INFOPLIST_KEY_NSPrincipalClass = NSApplication;
686 LD_RUNPATH_SEARCH_PATHS = (
687 "$(inherited)",
688 "@executable_path/../Frameworks",
689 );
690 MARKETING_VERSION = 1.0;
691 OTHER_CFLAGS = "-DUI_COCOA";
692 PRODUCT_BUNDLE_IDENTIFIER = de.unixwork.toolkit;
693 PRODUCT_NAME = "$(TARGET_NAME)";
694 PROVISIONING_PROFILE_SPECIFIER = "";
695 SWIFT_EMIT_LOC_STRINGS = YES;
696 };
697 name = Debug;
698 };
699 ED6580BE2CFF122800F5402F /* Release */ = {
700 isa = XCBuildConfiguration;
701 buildSettings = {
702 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
703 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
704 CODE_SIGN_ENTITLEMENTS = toolkit/toolkit.entitlements;
705 CODE_SIGN_STYLE = Manual;
706 COMBINE_HIDPI_IMAGES = YES;
707 CURRENT_PROJECT_VERSION = 1;
708 DEVELOPMENT_TEAM = "";
709 GENERATE_INFOPLIST_FILE = YES;
710 HEADER_SEARCH_PATHS = (
711 ../../../ucx,
712 ../../../ui,
713 );
714 INFOPLIST_KEY_NSHumanReadableCopyright = "";
715 INFOPLIST_KEY_NSMainNibFile = MainMenu;
716 INFOPLIST_KEY_NSPrincipalClass = NSApplication;
717 LD_RUNPATH_SEARCH_PATHS = (
718 "$(inherited)",
719 "@executable_path/../Frameworks",
720 );
721 MARKETING_VERSION = 1.0;
722 OTHER_CFLAGS = "-DUI_COCOA";
723 PRODUCT_BUNDLE_IDENTIFIER = de.unixwork.toolkit;
724 PRODUCT_NAME = "$(TARGET_NAME)";
725 PROVISIONING_PROFILE_SPECIFIER = "";
726 SWIFT_EMIT_LOC_STRINGS = YES;
727 };
728 name = Release;
729 };
730 /* End XCBuildConfiguration section */
731
732 /* Begin XCConfigurationList section */
733 ED6580A72CFF122700F5402F /* Build configuration list for PBXProject "toolkit" */ = {
734 isa = XCConfigurationList;
735 buildConfigurations = (
736 ED6580BA2CFF122800F5402F /* Debug */,
737 ED6580BB2CFF122800F5402F /* Release */,
738 );
739 defaultConfigurationIsVisible = 0;
740 defaultConfigurationName = Release;
741 };
742 ED6580BC2CFF122800F5402F /* Build configuration list for PBXNativeTarget "toolkit" */ = {
743 isa = XCConfigurationList;
744 buildConfigurations = (
745 ED6580BD2CFF122800F5402F /* Debug */,
746 ED6580BE2CFF122800F5402F /* Release */,
747 );
748 defaultConfigurationIsVisible = 0;
749 defaultConfigurationName = Release;
750 };
751 /* End XCConfigurationList section */
752 };
753 rootObject = ED6580A42CFF122700F5402F /* Project object */;
754 }
755