kean / Pulse

Network logger for Apple platforms
https://pulselogger.com
MIT License
6.37k stars 311 forks source link

Fix Xcode 16 Beta warnings related to unhandled files #290

Closed alphatroya closed 2 months ago

alphatroya commented 2 months ago

Exclude "PrivacyInfo.xcprivacy" files from "Pulse" and "PulseUI" targets in Package.swift.

Fix these warnings

Screenshot 2024-09-09 at 10 30 22
kean commented 2 months ago

Hey, thanks for raising this! I would guess PrivacyInfo.xcprivacy needs to be include in resources, which I was hoping to avoid adding to the package as SwiftPM often struggles with them.

alphatroya commented 2 months ago

Oh, my mistake. I fixed that.

kean commented 2 months ago

That should do, thank you!