|
11 | 11 | BF0BBB271F95FA5200E89F6C /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF0BBB261F95FA3C00E89F6C /* main.cpp */; };
|
12 | 12 | BF0BBB331F9605BD00E89F6C /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF0BBB321F9605AE00E89F6C /* main.cpp */; };
|
13 | 13 | BF421FF21FBBE97D0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF421FE81FBBE95D0048389F /* main.cpp */; };
|
| 14 | + BF421FFE1FBC221C0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF421FF41FBC21F40048389F /* main.cpp */; }; |
14 | 15 | BF44835B1FB2B6D300006975 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4483511FB2B6AC00006975 /* main.cpp */; };
|
15 | 16 | BF7A4A111FB05DAB0066E5D2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF7A4A071FB05D950066E5D2 /* main.cpp */; };
|
16 | 17 | BFA6B96E1FB9479700BB04F4 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BFA6B9641FB9477B00BB04F4 /* main.cpp */; };
|
|
54 | 55 | );
|
55 | 56 | runOnlyForDeploymentPostprocessing = 1;
|
56 | 57 | };
|
| 58 | + BF421FF91FBC220E0048389F /* CopyFiles */ = { |
| 59 | + isa = PBXCopyFilesBuildPhase; |
| 60 | + buildActionMask = 2147483647; |
| 61 | + dstPath = /usr/share/man/man1/; |
| 62 | + dstSubfolderSpec = 0; |
| 63 | + files = ( |
| 64 | + ); |
| 65 | + runOnlyForDeploymentPostprocessing = 1; |
| 66 | + }; |
57 | 67 | BF4483561FB2B6BD00006975 /* CopyFiles */ = {
|
58 | 68 | isa = PBXCopyFilesBuildPhase;
|
59 | 69 | buildActionMask = 2147483647;
|
|
102 | 112 | BF0BBB321F9605AE00E89F6C /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
|
103 | 113 | BF421FE81FBBE95D0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
|
104 | 114 | BF421FF11FBBE96C0048389F /* Greedy */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Greedy; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 115 | + BF421FF41FBC21F40048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; |
| 116 | + BF421FFD1FBC220E0048389F /* Sort */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Sort; sourceTree = BUILT_PRODUCTS_DIR; }; |
105 | 117 | BF4483511FB2B6AC00006975 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
|
106 | 118 | BF44835A1FB2B6BD00006975 /* ShortPath */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ShortPath; sourceTree = BUILT_PRODUCTS_DIR; };
|
107 | 119 | BF44835C1FB2BFC000006975 /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
|
|
144 | 156 | );
|
145 | 157 | runOnlyForDeploymentPostprocessing = 0;
|
146 | 158 | };
|
| 159 | + BF421FF81FBC220E0048389F /* Frameworks */ = { |
| 160 | + isa = PBXFrameworksBuildPhase; |
| 161 | + buildActionMask = 2147483647; |
| 162 | + files = ( |
| 163 | + ); |
| 164 | + runOnlyForDeploymentPostprocessing = 0; |
| 165 | + }; |
147 | 166 | BF4483551FB2B6BD00006975 /* Frameworks */ = {
|
148 | 167 | isa = PBXFrameworksBuildPhase;
|
149 | 168 | buildActionMask = 2147483647;
|
|
203 | 222 | BFD3779F1FB4048F0058888B /* AVL */,
|
204 | 223 | BFA6B96D1FB9478400BB04F4 /* DP */,
|
205 | 224 | BF421FF11FBBE96C0048389F /* Greedy */,
|
| 225 | + BF421FFD1FBC220E0048389F /* Sort */, |
206 | 226 | );
|
207 | 227 | name = Products;
|
208 | 228 | sourceTree = "<group>";
|
|
218 | 238 | BFD377951FB404850058888B /* AVL */,
|
219 | 239 | BFA6B9631FB9477B00BB04F4 /* DP */,
|
220 | 240 | BF421FE71FBBE95D0048389F /* Greedy */,
|
| 241 | + BF421FF31FBC21F40048389F /* Sort */, |
221 | 242 | );
|
222 | 243 | path = CommonAlgorithms;
|
223 | 244 | sourceTree = "<group>";
|
|
248 | 269 | path = CommonAlgorithms/Greedy;
|
249 | 270 | sourceTree = SOURCE_ROOT;
|
250 | 271 | };
|
| 272 | + BF421FF31FBC21F40048389F /* Sort */ = { |
| 273 | + isa = PBXGroup; |
| 274 | + children = ( |
| 275 | + BF421FF41FBC21F40048389F /* main.cpp */, |
| 276 | + ); |
| 277 | + name = Sort; |
| 278 | + path = CommonAlgorithms/Sort; |
| 279 | + sourceTree = SOURCE_ROOT; |
| 280 | + }; |
251 | 281 | BF4483501FB2B6AC00006975 /* ShortPath */ = {
|
252 | 282 | isa = PBXGroup;
|
253 | 283 | children = (
|
|
356 | 386 | productReference = BF421FF11FBBE96C0048389F /* Greedy */;
|
357 | 387 | productType = "com.apple.product-type.tool";
|
358 | 388 | };
|
| 389 | + BF421FF51FBC220E0048389F /* Sort */ = { |
| 390 | + isa = PBXNativeTarget; |
| 391 | + buildConfigurationList = BF421FFA1FBC220E0048389F /* Build configuration list for PBXNativeTarget "Sort" */; |
| 392 | + buildPhases = ( |
| 393 | + BF421FF61FBC220E0048389F /* Sources */, |
| 394 | + BF421FF81FBC220E0048389F /* Frameworks */, |
| 395 | + BF421FF91FBC220E0048389F /* CopyFiles */, |
| 396 | + ); |
| 397 | + buildRules = ( |
| 398 | + ); |
| 399 | + dependencies = ( |
| 400 | + ); |
| 401 | + name = Sort; |
| 402 | + productName = CommonAlgorithms; |
| 403 | + productReference = BF421FFD1FBC220E0048389F /* Sort */; |
| 404 | + productType = "com.apple.product-type.tool"; |
| 405 | + }; |
359 | 406 | BF4483521FB2B6BD00006975 /* ShortPath */ = {
|
360 | 407 | isa = PBXNativeTarget;
|
361 | 408 | buildConfigurationList = BF4483571FB2B6BD00006975 /* Build configuration list for PBXNativeTarget "ShortPath" */;
|
|
446 | 493 | BF421FE91FBBE96C0048389F = {
|
447 | 494 | ProvisioningStyle = Automatic;
|
448 | 495 | };
|
| 496 | + BF421FF51FBC220E0048389F = { |
| 497 | + ProvisioningStyle = Automatic; |
| 498 | + }; |
449 | 499 | BF4483521FB2B6BD00006975 = {
|
450 | 500 | ProvisioningStyle = Automatic;
|
451 | 501 | };
|
|
480 | 530 | BFD377971FB4048F0058888B /* AVL */,
|
481 | 531 | BFA6B9651FB9478400BB04F4 /* DP */,
|
482 | 532 | BF421FE91FBBE96C0048389F /* Greedy */,
|
| 533 | + BF421FF51FBC220E0048389F /* Sort */, |
483 | 534 | );
|
484 | 535 | };
|
485 | 536 | /* End PBXProject section */
|
|
517 | 568 | );
|
518 | 569 | runOnlyForDeploymentPostprocessing = 0;
|
519 | 570 | };
|
| 571 | + BF421FF61FBC220E0048389F /* Sources */ = { |
| 572 | + isa = PBXSourcesBuildPhase; |
| 573 | + buildActionMask = 2147483647; |
| 574 | + files = ( |
| 575 | + BF421FFE1FBC221C0048389F /* main.cpp in Sources */, |
| 576 | + ); |
| 577 | + runOnlyForDeploymentPostprocessing = 0; |
| 578 | + }; |
520 | 579 | BF4483531FB2B6BD00006975 /* Sources */ = {
|
521 | 580 | isa = PBXSourcesBuildPhase;
|
522 | 581 | buildActionMask = 2147483647;
|
|
727 | 786 | };
|
728 | 787 | name = Release;
|
729 | 788 | };
|
| 789 | + BF421FFB1FBC220E0048389F /* Debug */ = { |
| 790 | + isa = XCBuildConfiguration; |
| 791 | + buildSettings = { |
| 792 | + CODE_SIGN_STYLE = Automatic; |
| 793 | + CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/bin"; |
| 794 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 795 | + }; |
| 796 | + name = Debug; |
| 797 | + }; |
| 798 | + BF421FFC1FBC220E0048389F /* Release */ = { |
| 799 | + isa = XCBuildConfiguration; |
| 800 | + buildSettings = { |
| 801 | + CODE_SIGN_STYLE = Automatic; |
| 802 | + CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/bin"; |
| 803 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 804 | + }; |
| 805 | + name = Release; |
| 806 | + }; |
730 | 807 | BF4483581FB2B6BD00006975 /* Debug */ = {
|
731 | 808 | isa = XCBuildConfiguration;
|
732 | 809 | buildSettings = {
|
|
847 | 924 | defaultConfigurationIsVisible = 0;
|
848 | 925 | defaultConfigurationName = Release;
|
849 | 926 | };
|
| 927 | + BF421FFA1FBC220E0048389F /* Build configuration list for PBXNativeTarget "Sort" */ = { |
| 928 | + isa = XCConfigurationList; |
| 929 | + buildConfigurations = ( |
| 930 | + BF421FFB1FBC220E0048389F /* Debug */, |
| 931 | + BF421FFC1FBC220E0048389F /* Release */, |
| 932 | + ); |
| 933 | + defaultConfigurationIsVisible = 0; |
| 934 | + defaultConfigurationName = Release; |
| 935 | + }; |
850 | 936 | BF4483571FB2B6BD00006975 /* Build configuration list for PBXNativeTarget "ShortPath" */ = {
|
851 | 937 | isa = XCConfigurationList;
|
852 | 938 | buildConfigurations = (
|
|
0 commit comments