|
42 | 42 | 6C2644271E11C80A0057CFA4 /* XCVersionGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2644051E11C80A0057CFA4 /* XCVersionGroup.swift */; }; |
43 | 43 | 6C2644281E11C80A0057CFA4 /* ProjectFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2644061E11C80A0057CFA4 /* ProjectFile.swift */; }; |
44 | 44 | 6C82B6841FFC03180040FD50 /* Workspace.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C82B6831FFC03180040FD50 /* Workspace.swift */; }; |
45 | | - 6CBB7D7F1F002EC300188560 /* DiffTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD0855E1EFF581C00AEC92A /* DiffTests.swift */; }; |
46 | 45 | 6CD2228D1DDD5C180058C7CD /* XcodeProject.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD222831DDD5C180058C7CD /* XcodeProject.framework */; }; |
47 | 46 | 6CD222921DDD5C180058C7CD /* XcodeProjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD222911DDD5C180058C7CD /* XcodeProjectTests.swift */; }; |
48 | | - 6CE0F78A1E0C69FC001DF692 /* GlobalIDTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE0F7891E0C69FC001DF692 /* GlobalIDTests.swift */; }; |
| 47 | + 6CE0F78A1E0C69FC001DF692 /* PBXObjectIDTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE0F7891E0C69FC001DF692 /* PBXObjectIDTests.swift */; }; |
49 | 48 | 6CE0F7BA1E0CAB23001DF692 /* Projects in Resources */ = {isa = PBXBuildFile; fileRef = 6CE0F7B91E0CAB23001DF692 /* Projects */; }; |
50 | 49 | 6CE346AD1FE9B2E400EFF588 /* PBXGroup+Sorting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE346AC1FE9B2E400EFF588 /* PBXGroup+Sorting.swift */; }; |
51 | 50 | 6CE346AF1FE9B45E00EFF588 /* PBXGroup+FolderSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE346AE1FE9B45E00EFF588 /* PBXGroup+FolderSync.swift */; }; |
|
102 | 101 | 6C2644061E11C80A0057CFA4 /* ProjectFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProjectFile.swift; sourceTree = "<group>"; }; |
103 | 102 | 6C2644081E11C80A0057CFA4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
104 | 103 | 6C82B6831FFC03180040FD50 /* Workspace.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Workspace.swift; sourceTree = "<group>"; }; |
105 | | - 6CD0855E1EFF581C00AEC92A /* DiffTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiffTests.swift; sourceTree = "<group>"; }; |
106 | 104 | 6CD222831DDD5C180058C7CD /* XcodeProject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = XcodeProject.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
107 | 105 | 6CD2228C1DDD5C180058C7CD /* XcodeProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XcodeProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
108 | 106 | 6CD222911DDD5C180058C7CD /* XcodeProjectTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XcodeProjectTests.swift; sourceTree = "<group>"; }; |
109 | 107 | 6CD222931DDD5C180058C7CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
110 | | - 6CE0F7891E0C69FC001DF692 /* GlobalIDTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GlobalIDTests.swift; sourceTree = "<group>"; }; |
| 108 | + 6CE0F7891E0C69FC001DF692 /* PBXObjectIDTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PBXObjectIDTests.swift; sourceTree = "<group>"; }; |
111 | 109 | 6CE0F7B91E0CAB23001DF692 /* Projects */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Projects; sourceTree = "<group>"; }; |
112 | 110 | 6CE346AC1FE9B2E400EFF588 /* PBXGroup+Sorting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PBXGroup+Sorting.swift"; sourceTree = "<group>"; }; |
113 | 111 | 6CE346AE1FE9B45E00EFF588 /* PBXGroup+FolderSync.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PBXGroup+FolderSync.swift"; sourceTree = "<group>"; }; |
|
262 | 260 | isa = PBXGroup; |
263 | 261 | children = ( |
264 | 262 | 6CD222931DDD5C180058C7CD /* Info.plist */, |
265 | | - 6CD0855E1EFF581C00AEC92A /* DiffTests.swift */, |
266 | | - 6CE0F7891E0C69FC001DF692 /* GlobalIDTests.swift */, |
| 263 | + 6CE0F7891E0C69FC001DF692 /* PBXObjectIDTests.swift */, |
267 | 264 | 6CD222911DDD5C180058C7CD /* XcodeProjectTests.swift */, |
268 | 265 | 6CD2229F1DDD5CC10058C7CD /* Resources */, |
269 | 266 | ); |
|
281 | 278 | 6CE346AB1FE9B24000EFF588 /* Objects+Extensions */ = { |
282 | 279 | isa = PBXGroup; |
283 | 280 | children = ( |
284 | | - 6C2643F91E11C80A0057CFA4 /* PBXProject+Helpers.swift */, |
285 | | - 6CE346AC1FE9B2E400EFF588 /* PBXGroup+Sorting.swift */, |
286 | 281 | 6CE346AE1FE9B45E00EFF588 /* PBXGroup+FolderSync.swift */, |
| 282 | + 6CE346AC1FE9B2E400EFF588 /* PBXGroup+Sorting.swift */, |
| 283 | + 6C2643F91E11C80A0057CFA4 /* PBXProject+Helpers.swift */, |
287 | 284 | 6CE346B01FE9B4F600EFF588 /* PBXReference+Extensions.swift */, |
288 | 285 | 6CE346CB1FECA29100EFF588 /* PBXTarget+Extensions.swift */, |
289 | 286 | ); |
|
456 | 453 | buildActionMask = 2147483647; |
457 | 454 | files = ( |
458 | 455 | 6CD222921DDD5C180058C7CD /* XcodeProjectTests.swift in Sources */, |
459 | | - 6CBB7D7F1F002EC300188560 /* DiffTests.swift in Sources */, |
460 | | - 6CE0F78A1E0C69FC001DF692 /* GlobalIDTests.swift in Sources */, |
| 456 | + 6CE0F78A1E0C69FC001DF692 /* PBXObjectIDTests.swift in Sources */, |
461 | 457 | ); |
462 | 458 | runOnlyForDeploymentPostprocessing = 0; |
463 | 459 | }; |
|
0 commit comments