jamf / PPPC-Utility

Privacy Preferences Policy Control (PPPC) Utility
MIT License
748 stars 54 forks source link

Update NetworkAuthManager.swift #131

Closed SkylerGodfrey closed 1 day ago

SkylerGodfrey commented 2 days ago

Made data call non-optional to address swiftLint error Non-optional String -> Data Conversion.

SkylerGodfrey commented 2 days ago

Not sure why this made a second pull request. But this is to address the final swiftLint error in Pull request 129: Updated print and os_log calls to modern OSLog class.

SkylerGodfrey commented 2 days ago

I am so silly, i forgot that file wasn't part of 129's pull request which is why it created a new one.

macblazer commented 2 days ago

May need to merge this branch over to your original PR #129 to pass SwiftLint over there.