Skip to content

Commit 495a734

Browse files
committed
making SortOption on Groups backed by a String
1 parent 43947a7 commit 495a734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/XcodeProject/Objects+Extensions/PBXGroup+Sorting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010

1111
public extension PBXGroup {
12-
enum SortOption {
12+
enum SortOption: String {
1313
case name
1414
case type
1515

0 commit comments

Comments
 (0)