Skip to content

Commit fc89174

Browse files
committed
Revert unnecessary changes
1 parent ae3b097 commit fc89174

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/Xcodeproj/XcodeProjectModel.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
main group; it needs to be added last in order to appear after the other
5454
references
5555
*/
56-
import Basic
5756

5857
public struct Xcode {
5958

@@ -66,7 +65,6 @@ public struct Xcode {
6665
var productGroup: Group?
6766
var projectDir: String
6867
var targets: [Target]
69-
7068
init() {
7169
self.mainGroup = Group(path: "")
7270
self.buildSettings = BuildSettingsTable()

0 commit comments

Comments
 (0)