Skip to content

Commit

Permalink
add compiling condition
Browse files Browse the repository at this point in the history
  • Loading branch information
unixzii authored and ktiays committed Feb 11, 2022
1 parent e42dbe7 commit b10bc0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/CyanUI/HexView/DrawingHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// Copyright © 2022 Cyandev. All rights reserved.
//

#if os(macOS)

import Cocoa
import CoreGraphics

Expand Down Expand Up @@ -298,3 +300,5 @@ fileprivate class _HexViewComponentLayer: CALayer {
}

}

#endif

0 comments on commit b10bc0d

Please sign in to comment.