Skip to content

Commit 174f788

Browse files
committed
Allow metalOptions to be nil
1 parent 003abc2 commit 174f788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeGraph/Models/RunAction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public struct RunAction: Equatable, Codable {
6868
mainThreadCheckerEnabled: true,
6969
performanceAntipatternCheckerEnabled: true
7070
),
71-
metalOptions: MetalOptions = XcodeGraph.MetalOptions(
71+
metalOptions: MetalOptions? = XcodeGraph.MetalOptions(
7272
apiValidation: true
7373
),
7474
expandVariableFromTarget: TargetReference? = nil,

0 commit comments

Comments
 (0)