|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 491AA3821CE8C5F700A2E2C5 /* Graph.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491AA37F1CE8C5C900A2E2C5 /* Graph.framework */; }; |
10 | 11 | 493D8DE31CDD2A1C0089795A /* APSPTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493D8DE21CDD2A1C0089795A /* APSPTests.swift */; };
|
11 | 12 | 493D8DF41CDD5B960089795A /* APSP.h in Headers */ = {isa = PBXBuildFile; fileRef = 493D8DF31CDD5B960089795A /* APSP.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
12 | 13 | 493D8DF91CDD5B9B0089795A /* FloydWarshall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493D8DD81CDC38C60089795A /* FloydWarshall.swift */; };
|
13 | 14 | 493D8DFA1CDD5B9E0089795A /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493D8DDA1CDD29C80089795A /* Helpers.swift */; };
|
14 |
| - 493D8DFB1CDD5BDE0089795A /* AdjacencyMatrix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493D8DB91CDC34D00089795A /* AdjacencyMatrix.swift */; }; |
15 | 15 | 49BFA27A1CDD93F400522D66 /* APSP.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BFA2791CDD93F400522D66 /* APSP.swift */; };
|
16 | 16 | 49BFA2801CDE742900522D66 /* APSP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 493D8DF11CDD5B960089795A /* APSP.framework */; };
|
17 | 17 | /* End PBXBuildFile section */
|
18 | 18 |
|
19 | 19 | /* Begin PBXContainerItemProxy section */
|
| 20 | + 491AA37E1CE8C5C900A2E2C5 /* PBXContainerItemProxy */ = { |
| 21 | + isa = PBXContainerItemProxy; |
| 22 | + containerPortal = 491AA3791CE8C5C900A2E2C5 /* Graph.xcodeproj */; |
| 23 | + proxyType = 2; |
| 24 | + remoteGlobalIDString = 49BFA2FD1CDF886B00522D66; |
| 25 | + remoteInfo = Graph; |
| 26 | + }; |
| 27 | + 491AA3801CE8C5C900A2E2C5 /* PBXContainerItemProxy */ = { |
| 28 | + isa = PBXContainerItemProxy; |
| 29 | + containerPortal = 491AA3791CE8C5C900A2E2C5 /* Graph.xcodeproj */; |
| 30 | + proxyType = 2; |
| 31 | + remoteGlobalIDString = 49BFA3071CDF886B00522D66; |
| 32 | + remoteInfo = GraphTests; |
| 33 | + }; |
| 34 | + 491AA3831CE8C5F900A2E2C5 /* PBXContainerItemProxy */ = { |
| 35 | + isa = PBXContainerItemProxy; |
| 36 | + containerPortal = 491AA3791CE8C5C900A2E2C5 /* Graph.xcodeproj */; |
| 37 | + proxyType = 1; |
| 38 | + remoteGlobalIDString = 49BFA2FC1CDF886B00522D66; |
| 39 | + remoteInfo = Graph; |
| 40 | + }; |
20 | 41 | 49BFA27E1CDE742700522D66 /* PBXContainerItemProxy */ = {
|
21 | 42 | isa = PBXContainerItemProxy;
|
22 | 43 | containerPortal = 493D8D7E1CDC2DAE0089795A /* Project object */;
|
|
27 | 48 | /* End PBXContainerItemProxy section */
|
28 | 49 |
|
29 | 50 | /* Begin PBXFileReference section */
|
30 |
| - 493D8DB91CDC34D00089795A /* AdjacencyMatrix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdjacencyMatrix.swift; sourceTree = "<group>"; }; |
| 51 | + 491AA3791CE8C5C900A2E2C5 /* Graph.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Graph.xcodeproj; path = ../../Graph/Graph.xcodeproj; sourceTree = "<group>"; }; |
31 | 52 | 493D8DD81CDC38C60089795A /* FloydWarshall.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FloydWarshall.swift; sourceTree = "<group>"; };
|
32 | 53 | 493D8DDA1CDD29C80089795A /* Helpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
|
33 | 54 | 493D8DE01CDD2A1C0089795A /* APSPTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = APSPTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
52 | 73 | isa = PBXFrameworksBuildPhase;
|
53 | 74 | buildActionMask = 2147483647;
|
54 | 75 | files = (
|
| 76 | + 491AA3821CE8C5F700A2E2C5 /* Graph.framework in Frameworks */, |
55 | 77 | );
|
56 | 78 | runOnlyForDeploymentPostprocessing = 0;
|
57 | 79 | };
|
58 | 80 | /* End PBXFrameworksBuildPhase section */
|
59 | 81 |
|
60 | 82 | /* Begin PBXGroup section */
|
| 83 | + 491AA37A1CE8C5C900A2E2C5 /* Products */ = { |
| 84 | + isa = PBXGroup; |
| 85 | + children = ( |
| 86 | + 491AA37F1CE8C5C900A2E2C5 /* Graph.framework */, |
| 87 | + 491AA3811CE8C5C900A2E2C5 /* GraphTests.xctest */, |
| 88 | + ); |
| 89 | + name = Products; |
| 90 | + sourceTree = "<group>"; |
| 91 | + }; |
61 | 92 | 493D8D7D1CDC2DAE0089795A = {
|
62 | 93 | isa = PBXGroup;
|
63 | 94 | children = (
|
64 |
| - 493D8DB71CDC34D00089795A /* Graph */, |
| 95 | + 491AA3791CE8C5C900A2E2C5 /* Graph.xcodeproj */, |
65 | 96 | 493D8D881CDC2DAE0089795A /* APSP */,
|
66 | 97 | 493D8DE11CDD2A1C0089795A /* APSPTests */,
|
67 | 98 | 493D8D871CDC2DAE0089795A /* Products */,
|
|
89 | 120 | path = APSP;
|
90 | 121 | sourceTree = "<group>";
|
91 | 122 | };
|
92 |
| - 493D8DB71CDC34D00089795A /* Graph */ = { |
93 |
| - isa = PBXGroup; |
94 |
| - children = ( |
95 |
| - 493D8DB91CDC34D00089795A /* AdjacencyMatrix.swift */, |
96 |
| - ); |
97 |
| - name = Graph; |
98 |
| - path = ../../Graph; |
99 |
| - sourceTree = "<group>"; |
100 |
| - }; |
101 | 123 | 493D8DE11CDD2A1C0089795A /* APSPTests */ = {
|
102 | 124 | isa = PBXGroup;
|
103 | 125 | children = (
|
|
151 | 173 | buildRules = (
|
152 | 174 | );
|
153 | 175 | dependencies = (
|
| 176 | + 491AA3841CE8C5F900A2E2C5 /* PBXTargetDependency */, |
154 | 177 | );
|
155 | 178 | name = APSP;
|
156 | 179 | productName = APSP;
|
|
165 | 188 | attributes = {
|
166 | 189 | LastSwiftUpdateCheck = 0730;
|
167 | 190 | LastUpgradeCheck = 0730;
|
168 |
| - ORGANIZATIONNAME = "Andrew McKnight"; |
| 191 | + ORGANIZATIONNAME = "Swift Algorithm Club"; |
169 | 192 | TargetAttributes = {
|
170 | 193 | 493D8DDF1CDD2A1C0089795A = {
|
171 | 194 | CreatedOnToolsVersion = 7.3;
|
|
185 | 208 | mainGroup = 493D8D7D1CDC2DAE0089795A;
|
186 | 209 | productRefGroup = 493D8D871CDC2DAE0089795A /* Products */;
|
187 | 210 | projectDirPath = "";
|
| 211 | + projectReferences = ( |
| 212 | + { |
| 213 | + ProductGroup = 491AA37A1CE8C5C900A2E2C5 /* Products */; |
| 214 | + ProjectRef = 491AA3791CE8C5C900A2E2C5 /* Graph.xcodeproj */; |
| 215 | + }, |
| 216 | + ); |
188 | 217 | projectRoot = "";
|
189 | 218 | targets = (
|
190 | 219 | 493D8DDF1CDD2A1C0089795A /* APSPTests */,
|
|
193 | 222 | };
|
194 | 223 | /* End PBXProject section */
|
195 | 224 |
|
| 225 | +/* Begin PBXReferenceProxy section */ |
| 226 | + 491AA37F1CE8C5C900A2E2C5 /* Graph.framework */ = { |
| 227 | + isa = PBXReferenceProxy; |
| 228 | + fileType = wrapper.framework; |
| 229 | + path = Graph.framework; |
| 230 | + remoteRef = 491AA37E1CE8C5C900A2E2C5 /* PBXContainerItemProxy */; |
| 231 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 232 | + }; |
| 233 | + 491AA3811CE8C5C900A2E2C5 /* GraphTests.xctest */ = { |
| 234 | + isa = PBXReferenceProxy; |
| 235 | + fileType = wrapper.cfbundle; |
| 236 | + path = GraphTests.xctest; |
| 237 | + remoteRef = 491AA3801CE8C5C900A2E2C5 /* PBXContainerItemProxy */; |
| 238 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 239 | + }; |
| 240 | +/* End PBXReferenceProxy section */ |
| 241 | + |
196 | 242 | /* Begin PBXResourcesBuildPhase section */
|
197 | 243 | 493D8DDE1CDD2A1C0089795A /* Resources */ = {
|
198 | 244 | isa = PBXResourcesBuildPhase;
|
|
226 | 272 | 49BFA27A1CDD93F400522D66 /* APSP.swift in Sources */,
|
227 | 273 | 493D8DF91CDD5B9B0089795A /* FloydWarshall.swift in Sources */,
|
228 | 274 | 493D8DFA1CDD5B9E0089795A /* Helpers.swift in Sources */,
|
229 |
| - 493D8DFB1CDD5BDE0089795A /* AdjacencyMatrix.swift in Sources */, |
230 | 275 | );
|
231 | 276 | runOnlyForDeploymentPostprocessing = 0;
|
232 | 277 | };
|
233 | 278 | /* End PBXSourcesBuildPhase section */
|
234 | 279 |
|
235 | 280 | /* Begin PBXTargetDependency section */
|
| 281 | + 491AA3841CE8C5F900A2E2C5 /* PBXTargetDependency */ = { |
| 282 | + isa = PBXTargetDependency; |
| 283 | + name = Graph; |
| 284 | + targetProxy = 491AA3831CE8C5F900A2E2C5 /* PBXContainerItemProxy */; |
| 285 | + }; |
236 | 286 | 49BFA27F1CDE742700522D66 /* PBXTargetDependency */ = {
|
237 | 287 | isa = PBXTargetDependency;
|
238 | 288 | target = 493D8DF01CDD5B960089795A /* APSP */;
|
|
329 | 379 | COMBINE_HIDPI_IMAGES = YES;
|
330 | 380 | INFOPLIST_FILE = APSPTests/Info.plist;
|
331 | 381 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
332 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.armcknight.APSPTests; |
| 382 | + PRODUCT_BUNDLE_IDENTIFIER = "com.swift-algorithm-club.APSPTests"; |
333 | 383 | PRODUCT_NAME = "$(TARGET_NAME)";
|
334 | 384 | };
|
335 | 385 | name = Debug;
|
|
340 | 390 | COMBINE_HIDPI_IMAGES = YES;
|
341 | 391 | INFOPLIST_FILE = APSPTests/Info.plist;
|
342 | 392 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
343 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.armcknight.APSPTests; |
| 393 | + PRODUCT_BUNDLE_IDENTIFIER = "com.swift-algorithm-club.APSPTests"; |
344 | 394 | PRODUCT_NAME = "$(TARGET_NAME)";
|
345 | 395 | };
|
346 | 396 | name = Release;
|
|
358 | 408 | INFOPLIST_FILE = APSP/Info.plist;
|
359 | 409 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
360 | 410 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
361 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.armcknight.APSP; |
| 411 | + PRODUCT_BUNDLE_IDENTIFIER = "com.swift-algorithm-club.APSP"; |
362 | 412 | PRODUCT_NAME = "$(TARGET_NAME)";
|
363 | 413 | SKIP_INSTALL = YES;
|
364 | 414 | VERSIONING_SYSTEM = "apple-generic";
|
|
379 | 429 | INFOPLIST_FILE = APSP/Info.plist;
|
380 | 430 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
381 | 431 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
382 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.armcknight.APSP; |
| 432 | + PRODUCT_BUNDLE_IDENTIFIER = "com.swift-algorithm-club.APSP"; |
383 | 433 | PRODUCT_NAME = "$(TARGET_NAME)";
|
384 | 434 | SKIP_INSTALL = YES;
|
385 | 435 | VERSIONING_SYSTEM = "apple-generic";
|
|
0 commit comments