Skip to content

Commit

Permalink
revert Xcode16 compiler fixes as they prevent building with Xcode15
Browse files Browse the repository at this point in the history
  • Loading branch information
paulplant committed Oct 14, 2024
1 parent d204e8d commit 324d0b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xdrip/Extensions/ChartPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extension ChartPoint {

}

extension ChartPoint: @retroactive Comparable {
extension ChartPoint: Comparable {

public static func < (lhs: ChartPoint, rhs: ChartPoint) -> Bool {

Expand Down
2 changes: 1 addition & 1 deletion xdrip/Extensions/Double.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

extension Double: @retroactive RawRepresentable {
extension Double: RawRepresentable {

//MARK: - copied from https://github.com/LoopKit/LoopKit

Expand Down

0 comments on commit 324d0b6

Please sign in to comment.