chore: remove SkipFuseUI dependency and replace with OSLog

- Remove skip-fuse-ui package from Package.swift dependencies and target products
- Replace `import SkipFuse` with `import OSLog` in PediFoodsApp.swift

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel Arantes Loverde
2026-06-03 14:43:00 -03:00
parent ea04c619e0
commit aa38153f11
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import Foundation
import SkipFuse
import OSLog
import SwiftUI
/// A logger for the PediFoods module.