8000 工程配置 · Micalson/Algorithms@01539d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01539d1

Browse files
committed
工程配置
1 parent cbde8ac commit 01539d1

File tree

2 files changed

+79
-92
lines changed

2 files changed

+79
-92
lines changed

CommonAlgorithms.xcodeproj/project.pbxproj

Lines changed: 77 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
BF0085311FB1978600D63C83 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF0085271FB1975600D63C83 /* main.cpp */; };
11-
BF0BBB271F95FA5200E89F6C /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF0BBB261F95FA3C00E89F6C /* main.cpp */; };
12-
BF0BBB331F9605BD00E89F6C /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF0BBB321F9605AE00E89F6C /* main.cpp */; };
13-
BF421FF21FBBE97D0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF421FE81FBBE95D0048389F /* main.cpp */; };
14-
BF421FFE1FBC221C0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF421FF41FBC21F40048389F /* main.cpp */; };
15-
BF44835B1FB2B6D300006975 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4483511FB2B6AC00006975 /* main.cpp */; };
16-
BF7A4A111FB05DAB0066E5D2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF7A4A071FB05D950066E5D2 /* main.cpp */; };
17-
BFA6B96E1FB9479700BB04F4 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BFA6B9641FB9477B00BB04F4 /* main.cpp */; };
18-
BFD377A01FB4049D0058888B /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BFD377961FB404850058888B /* main.cpp */; };
10+
BF4220161FBD887B0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220061FBD886F0048389F /* main.cpp */; };
11+
BF4220171FBD887F0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF42200B1FBD886F0048389F /* main.cpp */; };
12+
BF4220181FBD88840048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220031FBD886F0048389F /* main.cpp */; };
13+
BF4220191FBD88910048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220081FBD886F0048389F /* main.cpp */; };
14+
BF42201A1FBD889C0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220111FBD886F0048389F /* main.cpp */; };
15+
BF42201B1FBD88A90048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220141FBD886F0048389F /* main.cpp */; };
16+
BF42201C1FBD88AE0048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF42200D1FBD886F0048389F /* main.cpp */; };
17+
BF42201D1FBD88B20048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF42200F1FBD886F0048389F /* main.cpp */; };
18+
BF42201E1FBD88B50048389F /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF4220011FBD886F0048389F /* main.cpp */; };
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXCopyFilesBuildPhase section */
@@ -103,27 +103,27 @@
103103
/* End PBXCopyFilesBuildPhase section */
104104

105105
/* Begin PBXFileReference section */
106-
BF0085271FB1975600D63C83 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
107106
BF0085301FB1977500D63C83 /* MST */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MST; sourceTree = BUILT_PRODUCTS_DIR; };
108-
BF0085321FB1BE0A00D63C83 /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
109107
BF0BBB1B1F95F99800E89F6C /* BinaryTree */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BinaryTree; sourceTree = BUILT_PRODUCTS_DIR; };
110-
BF0BBB261F95FA3C00E89F6C /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
111108
BF0BBB301F96058E00E89F6C /* HuffmanTree */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = HuffmanTree; sourceTree = BUILT_PRODUCTS_DIR; };
112-
BF0BBB321F9605AE00E89F6C /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
113-
BF421FE81FBBE95D0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
114109
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>"; };
116110
BF421FFD1FBC220E0048389F /* Sort */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Sort; sourceTree = BUILT_PRODUCTS_DIR; };
117-
BF4483511FB2B6AC00006975 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
111+
BF4220011FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
112+
BF4220031FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
113+
BF4220041FBD886F0048389F /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
114+
BF4220061FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
115+
BF4220081FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
116+
BF4220091FBD886F0048389F /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
117+
BF42200B1FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
118+
BF42200D1FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
119+
BF42200F1FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
120+
BF4220111FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
121+
BF4220121FBD886F0048389F /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
122+
BF4220141FBD886F0048389F /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
123+
BF4220151FBD886F0048389F /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
118124
BF44835A1FB2B6BD00006975 /* ShortPath */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ShortPath; sourceTree = BUILT_PRODUCTS_DIR; };
119-
BF44835C1FB2BFC000006975 /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
120-
BF6D66F01FB69BF400BBA5DF /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
121-
BF7A4A071FB05D950066E5D2 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
122125
BF7A4A101FB05D9F0066E5D2 /* Graph */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Graph; sourceTree = BUILT_PRODUCTS_DIR; };
123-
BF848BD21FB0857000597F6C /* preview.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preview.png; sourceTree = "<group>"; };
124-
BFA6B9641FB9477B00BB04F4 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
125126
BFA6B96D1FB9478400BB04F4 /* DP */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DP; sourceTree = BUILT_PRODUCTS_DIR; };
126-
BFD377961FB404850058888B /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
127127
BFD3779F1FB4048F0058888B /* AVL */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AVL; sourceTree = BUILT_PRODUCTS_DIR; };
128128
/* End PBXFileReference section */
129129

@@ -194,19 +194,18 @@
194194
/* End PBXFrameworksBuildPhase section */
195195

196196
/* Begin PBXGroup section */
197-
BF0085261FB1975600D63C83 /* MST */ = {
198-
isa = PBXGroup;
199-
children = (
200-
BF0085321FB1BE0A00D63C83 /* preview.png */,
201-
BF0085271FB1975600D63C83 /* main.cpp */,
202-
);
203-
path = MST;
204-
sourceTree = "<group>";
205-
};
206197
BF0BBB121F95F99800E89F6C = {
207198
isa = PBXGroup;
208199
children = (
209-
BF0BBB1D1F95F99800E89F6C /* CommonAlgorithms */,
200+
BF4220051FBD886F0048389F /* BinaryTree */,
201+
BF42200A1FBD886F0048389F /* HuffmanTree */,
202+
BF4220021FBD886F0048389F /* Graph */,
203+
BF4220101FBD886F0048389F /* MST */,
204+
BF4220131FBD886F0048389F /* ShortPath */,
205+
BF4220071FBD886F0048389F /* AVL */,
206+
BF42200C1FBD886F0048389F /* DP */,
207+
BF42200E1FBD886F0048389F /* Greedy */,
208+
BF4220001FBD886F0048389F /* Sort */,
210209
BF0BBB1C1F95F99800E89F6C /* Products */,
211210
);
212211
sourceTree = "<group>";
@@ -227,92 +226,80 @@
227226
name = Products;
228227
sourceTree = "<group>";
229228
};
230-
BF0BBB1D1F95F99800E89F6C /* CommonAlgorithms */ = {
229+
BF4220001FBD886F0048389F /* Sort */ = {
231230
isa = PBXGroup;
232231
children = (
233-
BF0BBB251F95FA3C00E89F6C /* BinaryTree */,
234-
BF0BBB311F9605AE00E89F6C /* HuffmanTree */,
235-
BF7A4A061FB05D950066E5D2 /* Graph */,
236-
BF0085261FB1975600D63C83 /* MST */,
237-
BF4483501FB2B6AC00006975 /* ShortPath */,
238-
BFD377951FB404850058888B /* AVL */,
239-
BFA6B9631FB9477B00BB04F4 /* DP */,
240-
BF421FE71FBBE95D0048389F /* Greedy */,
241-
BF421FF31FBC21F40048389F /* Sort */,
242-
);
243-
path = CommonAlgorithms;
232+
BF4220011FBD886F0048389F /* main.cpp */,
233+
);
234+
path = Sort;
244235
sourceTree = "<group>";
245236
};
246-
BF0BBB251F95FA3C00E89F6C /* BinaryTree */ = {
237+
BF4220021FBD886F0048389F /* Graph */ = {
247238
isa = PBXGroup;
248239
children = (
249-
BF0BBB261F95FA3C00E89F6C /* main.cpp */,
240+
BF4220031FBD886F0048389F /* main.cpp */,
241+
BF4220041FBD886F0048389F /* preview.png */,
250242
);
251-
path = BinaryTree;
243+
path = Graph;
252244
sourceTree = "<group>";
253245
};
254-
BF0BBB311F9605AE00E89F6C /* HuffmanTree */ = {
246+
BF4220051FBD886F0048389F /* BinaryTree */ = {
255247
isa = PBXGroup;
256248
children = (
257-
BF0BBB321F9605AE00E89F6C /* main.cpp */,
249+
BF4220061FBD886F0048389F /* main.cpp */,
258250
);
259-
name = HuffmanTree;
260-
path = CommonAlgorithms/HuffmanTree;
261-
sourceTree = SOURCE_ROOT;
251+
path = BinaryTree;
252+
sourceTree = "<group>";
262253
};
263-
BF421FE71FBBE95D0048389F /* Greedy */ = {
254+
BF4220071FBD886F0048389F /* AVL */ = {
264255
isa = PBXGroup;
265256
children = (
266-
BF421FE81FBBE95D0048389F /* main.cpp */,
257+
BF4220081FBD886F0048389F /* main.cpp */,
258+
BF4220091FBD886F0048389F /* preview.png */,
267259
);
268-
name = Greedy;
269-
path = CommonAlgorithms/Greedy;
270-
sourceTree = SOURCE_ROOT;
260+
path = AVL;
261+
sourceTree = "<group>";
271262
};
272-
BF421FF31FBC21F40048389F /* Sort */ = {
263+
BF42200A1FBD886F0048389F /* HuffmanTree */ = {
273264
isa = PBXGroup;
274265
children = (
275-
BF421FF41FBC21F40048389F /* main.cpp */,
266+
BF42200B1FBD886F0048389F /* main.cpp */,
276267
);
277-
name = Sort;
278-
path = CommonAlgorithms/Sort;
279-
sourceTree = SOURCE_ROOT;
268+
path = HuffmanTree;
269+
sourceTree = "<group>";
280270
};
281-
BF4483501FB2B6AC00006975 /* ShortPath */ = {
271+
BF42200C1FBD886F0048389F /* DP */ = {
282272
isa = PBXGroup;
283273
children = (
284-
BF44835C1FB2BFC000006975 /* preview.png */,
285-
BF4483511FB2B6AC00006975 /* main.cpp */,
274+
BF42200D1FBD886F0048389F /* main.cpp */,
286275
);
287-
path = ShortPath;
276+
path = DP;
288277
sourceTree = "<group>";
289278
};
290-
BF7A4A061FB05D950066E5D2 /* Graph */ = {
279+
BF42200E1FBD886F0048389F /* Greedy */ = {
291280
isa = PBXGroup;
292281
children = (
293-
BF848BD21FB0857000597F6C /* preview.png */,
294-
BF7A4A071FB05D950066E5D2 /* main.cpp */,
282+
BF42200F1FBD886F0048389F /* main.cpp */,
295283
);
296-
name = Graph;
297-
path = CommonAlgorithms/Graph;
298-
sourceTree = SOURCE_ROOT;
284+
path = Greedy;
285+
sourceTree = "<group>";
299286
};
300-
BFA6B9631FB9477B00BB04F4 /* DP */ = {
287+
BF4220101FBD886F0048389F /* MST */ = {
301288
isa = PBXGroup;
302289
children = (
303-
BFA6B9641FB9477B00BB04F4 /* main.cpp */,
290+
BF4220111FBD886F0048389F /* main.cpp */,
291+
BF4220121FBD886F0048389F /* preview.png */,
304292
);
305-
name = DP;
306-
path = CommonAlgorithms/DP;
307-
sourceTree = SOURCE_ROOT;
293+
path = MST;
294+
sourceTree = "<group>";
308295
};
309-
BFD377951FB404850058888B /* AVL */ = {
296+
BF4220131FBD886F0048389F /* ShortPath */ = {
310297
isa = PBXGroup;
311298
children = (
312-
BF6D66F01FB69BF400BBA5DF /* preview.png */,
313-
BFD377961FB404850058888B /* main.cpp */,
299+
BF4220141FBD886F0048389F /* main.cpp */,
300+
BF4220151FBD886F0048389F /* preview.png */,
314301
);
315-
path = AVL;
302+
path = ShortPath;
316303
sourceTree = "<group>";
317304
};
318305
/* End PBXGroup section */
@@ -540,71 +527,71 @@
540527
isa = PBXSourcesBuildPhase;
541528
buildActionMask = 2147483647;
542529
files = (
543-
BF0085311FB1978600D63C83 /* main.cpp in Sources */,
530+
BF42201A1FBD889C0048389F /* main.cpp in Sources */,
544531
);
545532
runOnlyForDeploymentPostprocessing = 0;
546533
};
547534
BF0BBB171F95F99800E89F6C /* Sources */ = {
548535
isa = PBXSourcesBuildPhase;
549536
buildActionMask = 2147483647;
550537
files = (
551-
BF0BBB271F95FA5200E89F6C /* main.cpp in Sources */,
538+
BF4220161FBD887B0048389F /* main.cpp in Sources */,
552539
);
553540
runOnlyForDeploymentPostprocessing = 0;
554541
};
555542
BF0BBB291F96058E00E89F6C /* Sources */ = {
556543
isa = PBXSourcesBuildPhase;
557544
buildActionMask = 2147483647;
558545
files = (
559-
BF0BBB331F9605BD00E89F6C /* main.cpp in Sources */,
546+
BF4220171FBD887F0048389F /* main.cpp in Sources */,
560547
);
561548
runOnlyForDeploymentPostprocessing = 0;
562549
};
563550
BF421FEA1FBBE96C0048389F /* Sources */ = {
564551
isa = PBXSourcesBuildPhase;
565552
buildActionMask = 2147483647;
566553
files = (
567-
BF421FF21FBBE97D0048389F /* main.cpp in Sources */,
554+
BF42201D1FBD88B20048389F /* main.cpp in Sources */,
568555
);
569556
runOnlyForDeploymentPostprocessing = 0;
570557
};
571558
BF421FF61FBC220E0048389F /* Sources */ = {
572559
isa = PBXSourcesBuildPhase;
573560
buildActionMask = 2147483647;
574561
files = (
575-
BF421FFE1FBC221C0048389F /* main.cpp in Sources */,
562+
BF42201E1FBD88B50048389F /* main.cpp in Sources */,
576563
);
577564
runOnlyForDeploymentPostprocessing = 0;
578565
};
579566
BF4483531FB2B6BD00006975 /* Sources */ = {
580567
isa = PBXSourcesBuildPhase;
581568
buildActionMask = 2147483647;
582569
files = (
583-
BF44835B1FB2B6D300006975 /* main.cpp in Sources */,
570+
BF42201B1FBD88A90048389F /* main.cpp in Sources */,
584571
);
585572
runOnlyForDeploymentPostprocessing = 0;
586573
};
587574
BF7A4A091FB05D9F0066E5D2 /* Sources */ = {
588575
isa = PBXSourcesBuildPhase;
589576
buildActionMask = 2147483647;
590577
files = (
591-
BF7A4A111FB05DAB0066E5D2 /* main.cpp in Sources */,
578+
BF4220181FBD88840048389F /* main.cpp in Sources */,
592579
);
593580
runOnlyForDeploymentPostprocessing = 0;
594581
};
595582
BFA6B9661FB9478400BB04F4 /* Sources */ = {
596583
isa = PBXSourcesBuildPhase;
597584
buildActionMask = 2147483647;
598585
files = (
599-
BFA6B96E1FB9479700BB04F4 /* main.cpp in Sources */,
586+
BF42201C1FBD88AE0048389F /* main.cpp in Sources */,
600587
);
601588
runOnlyForDeploymentPostprocessing = 0;
602589
};
603590
BFD377981FB4048F0058888B /* Sources */ = {
604591
isa = PBXSourcesBuildPhase;
605592
buildActionMask = 2147483647;
606593
files = (
607-
BFD377A01FB4049D0058888B /* main.cpp in Sources */,
594+
BF4220191FBD88910048389F /* main.cpp in Sources */,
608595
);
609596
runOnlyForDeploymentPostprocessing = 0;
610597
};

CommonAlgorithms.xcodeproj/xcuserdata/vincent.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>AVL.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>7</integer>
10+
<integer>8</integer>
1111
</dict>
1212
<key>BinaryTree.xcscheme</key>
1313
<dict>
@@ -47,7 +47,7 @@
4747
<key>Sort.xcscheme</key>
4848
<dict>
4949
<key>orderHint</key>
50-
<integer>8</integer>
50+
<integer>7</integer>
5151
</dict>
5252
</dict>
5353
</dict>

0 commit comments

Comments
 (0)
0