Skip to content

Commit 51089db

Browse files
committed
[Xcodeproj] Removed duplicated Tests folder
1 parent b354d67 commit 51089db

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
@@ -159,15 +159,6 @@ public func pbxproj(srcroot srcroot: String, projectRoot: String, modules: [Swif
159159
print(" name = Tests;")
160160
print(" sourceTree = '<group>';")
161161
print(" };")
162-
163-
////// “Tests” group
164-
print(" \(testsGroupReference) = {")
165-
print(" isa = PBXGroup;")
166-
print(" children = (" + tests.map{ $0.groupReference }.joined(separator: ", ") + ");")
167-
print(" name = Tests;")
168-
print(" sourceTree = '<group>';")
169-
print(" };")
170-
171162

172163
var productReferences: [String] = []
173164

0 commit comments

Comments
 (0)