Skip to content

Commit

Permalink
💚 Fix CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lguanghui committed May 13, 2024
1 parent 9cd8911 commit 91e81b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/FoundationX/File/URL+Access.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

import Foundation

@available(macOS 10.7, *)
#if os(macOS)

public extension URL {

func saveBookmarkData(for key: String) {
Expand Down Expand Up @@ -38,3 +39,4 @@ public extension URL {
}
}

#endif

0 comments on commit 91e81b4

Please sign in to comment.