Skip to content

Commit 2447467

Browse files
committed
Merge pull request #206 from czechboy0/hd/xcodeproj/removed_duplicate_tests_group
[Xcodeproj] Removed duplicated Tests folder
2 parents cb64183 + 51089db commit 2447467

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sources/Xcodeproj/pbxproj().swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,6 @@ public func pbxproj(srcroot srcroot: String, projectRoot: String, modules: [Swif
169169
print(" name = Tests;")
170170
print(" sourceTree = '<group>';")
171171
print(" };")
172-
173-
////// “Tests” group
174-
print(" \(testsGroupReference) = {")
175-
print(" isa = PBXGroup;")
176-
print(" children = (" + tests.map{ $0.groupReference }.joined(separator: ", ") + ");")
177-
print(" name = Tests;")
178-
print(" sourceTree = '<group>';")
179-
print(" };")
180-
181172

182173
var productReferences: [String] = []
183174

0 commit comments

Comments
 (0)