Skip to content

Commit

Permalink
Change how we gate a couple classes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Jan 6, 2024
1 parent f51124f commit 63229c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Maurice Parker on 11/3/21.
//

#if canImport(UIKit)
#if targetEnvironment(macCatalyst)

import UIKit

Expand Down
2 changes: 1 addition & 1 deletion VinUtility/Sources/VinUtility/ValidatingToolbarItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Maurice Parker on 11/13/20.
//

#if canImport(UIKit)
#if targetEnvironment(macCatalyst)
import UIKit

public class ValidatingToolbarItem: NSToolbarItem {
Expand Down

0 comments on commit 63229c4

Please sign in to comment.