Fix read WIFI information on macOS app store version

This commit is contained in:
世界
2025-02-20 10:57:04 +08:00
parent 6fd196958b
commit f9eecf8f8c
4 changed files with 47 additions and 2 deletions
@@ -2,7 +2,7 @@ import Foundation
import Libbox
import NetworkExtension
import UserNotifications
#if canImport(CoreWLAN)
#if os(macOS)
import CoreWLAN
#endif