sort groups under files

This commit is contained in:
Yonas Kolb
2018-07-24 22:45:52 +10:00
parent e915fdf421
commit 91d2177f84
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ extension PBXFileElement {
public var sortOrder: Int {
if type(of: self).isa == "PBXGroup" {
return 0
} else {
return 1
} else {
return 0
}
}
}