Skip to content

Commit

Permalink
fix: build issue where mac target had AVCaptureSession extesion redec…
Browse files Browse the repository at this point in the history
…laration
  • Loading branch information
AppPear committed Oct 31, 2024
1 parent 2f07d2d commit a425de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Extension/AVCaptureSession+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension AVCaptureSession {
}
}
}
#endif
#else

@available(tvOS 17.0, *)
extension AVCaptureSession {
Expand All @@ -36,4 +36,5 @@ extension AVCaptureSession {
}
}
}
#endif
// swiftlint:enable unused_setter_value

0 comments on commit a425de1

Please sign in to comment.