|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - CEFDE9DE1CA43F4A00A66716 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEFDE9DC1CA43F4A00A66716 /* main.cpp */; }; |
| 10 | + CE929F102512151E008DDE8D /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE929F0C2512151E008DDE8D /* main.cpp */; }; |
11 | 11 | /* End PBXBuildFile section */ |
12 | 12 |
|
13 | 13 | /* Begin PBXCopyFilesBuildPhase section */ |
|
23 | 23 | /* End PBXCopyFilesBuildPhase section */ |
24 | 24 |
|
25 | 25 | /* Begin PBXFileReference section */ |
26 | | - CE2E5248249049CE0010CCC0 /* bench_pair_sort.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bench_pair_sort.h; sourceTree = "<group>"; }; |
| 26 | + CE929F082512151E008DDE8D /* bench_10.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bench_10.h; sourceTree = "<group>"; }; |
| 27 | + CE929F092512151E008DDE8D /* bench_6.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bench_6.h; sourceTree = "<group>"; }; |
| 28 | + CE929F0A2512151E008DDE8D /* bench_n.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bench_n.h; sourceTree = "<group>"; }; |
| 29 | + CE929F0B2512151E008DDE8D /* bench_pair_sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bench_pair_sort.h; sourceTree = "<group>"; }; |
| 30 | + CE929F0C2512151E008DDE8D /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; |
| 31 | + CE929F0D2512151E008DDE8D /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; }; |
| 32 | + CE929F0F2512151E008DDE8D /* static_sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = static_sort.h; sourceTree = "<group>"; }; |
27 | 33 | CEFDE9CF1CA43A7800A66716 /* Static Sort */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Static Sort"; sourceTree = BUILT_PRODUCTS_DIR; }; |
28 | | - CEFDE9DB1CA43F4A00A66716 /* bench_6.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bench_6.h; sourceTree = "<group>"; }; |
29 | | - CEFDE9DC1CA43F4A00A66716 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; |
30 | | - CEFDE9DD1CA43F4A00A66716 /* static_sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = static_sort.h; sourceTree = "<group>"; }; |
31 | | - CEFDE9DF1CA452E500A66716 /* bench_n.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bench_n.h; sourceTree = "<group>"; }; |
32 | | - CEFDE9E01CA465F300A66716 /* timer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; }; |
33 | | - CEFDE9E11CA47EC500A66716 /* bench_10.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bench_10.h; sourceTree = "<group>"; }; |
34 | 34 | /* End PBXFileReference section */ |
35 | 35 |
|
36 | 36 | /* Begin PBXFrameworksBuildPhase section */ |
|
44 | 44 | /* End PBXFrameworksBuildPhase section */ |
45 | 45 |
|
46 | 46 | /* Begin PBXGroup section */ |
| 47 | + CE929F072512151E008DDE8D /* examples */ = { |
| 48 | + isa = PBXGroup; |
| 49 | + children = ( |
| 50 | + CE929F082512151E008DDE8D /* bench_10.h */, |
| 51 | + CE929F092512151E008DDE8D /* bench_6.h */, |
| 52 | + CE929F0A2512151E008DDE8D /* bench_n.h */, |
| 53 | + CE929F0B2512151E008DDE8D /* bench_pair_sort.h */, |
| 54 | + CE929F0C2512151E008DDE8D /* main.cpp */, |
| 55 | + CE929F0D2512151E008DDE8D /* timer.h */, |
| 56 | + ); |
| 57 | + path = examples; |
| 58 | + sourceTree = "<group>"; |
| 59 | + }; |
| 60 | + CE929F0E2512151E008DDE8D /* include */ = { |
| 61 | + isa = PBXGroup; |
| 62 | + children = ( |
| 63 | + CE929F0F2512151E008DDE8D /* static_sort.h */, |
| 64 | + ); |
| 65 | + path = include; |
| 66 | + sourceTree = "<group>"; |
| 67 | + }; |
47 | 68 | CEFDE9C61CA43A7800A66716 = { |
48 | 69 | isa = PBXGroup; |
49 | 70 | children = ( |
50 | | - CEFDE9DB1CA43F4A00A66716 /* bench_6.h */, |
51 | | - CEFDE9DF1CA452E500A66716 /* bench_n.h */, |
52 | | - CEFDE9E11CA47EC500A66716 /* bench_10.h */, |
53 | | - CE2E5248249049CE0010CCC0 /* bench_pair_sort.h */, |
54 | | - CEFDE9E01CA465F300A66716 /* timer.h */, |
55 | | - CEFDE9DC1CA43F4A00A66716 /* main.cpp */, |
56 | | - CEFDE9DD1CA43F4A00A66716 /* static_sort.h */, |
| 71 | + CE929F072512151E008DDE8D /* examples */, |
| 72 | + CE929F0E2512151E008DDE8D /* include */, |
57 | 73 | CEFDE9D01CA43A7800A66716 /* Products */, |
58 | 74 | ); |
59 | 75 | sourceTree = "<group>"; |
|
122 | 138 | isa = PBXSourcesBuildPhase; |
123 | 139 | buildActionMask = 2147483647; |
124 | 140 | files = ( |
125 | | - CEFDE9DE1CA43F4A00A66716 /* main.cpp in Sources */, |
| 141 | + CE929F102512151E008DDE8D /* main.cpp in Sources */, |
126 | 142 | ); |
127 | 143 | runOnlyForDeploymentPostprocessing = 0; |
128 | 144 | }; |
|
0 commit comments