Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup of URL-SelectDirectories.swift #136

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

vdhamer
Copy link
Contributor

@vdhamer vdhamer commented Oct 12, 2024

Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
Discussion on this: realm/SwiftLint#5785
@vdhamer vdhamer changed the title Async requires iOS 13 SwintLint Oct 12, 2024
@vdhamer vdhamer changed the title SwintLint Cleanup of URL-SelectDirectories.swift (Fix: #135) Oct 13, 2024
@vdhamer vdhamer changed the title Cleanup of URL-SelectDirectories.swift (Fix: #135) Cleanup of URL-SelectDirectories.swift Oct 13, 2024
Quite a struggle to have the FetchRequest depend on a passed parameter, but used Paul Hudson's trick of saving the query and not its result.
Also some code restructuring.
Was givenName only, and thus didn't match SwiftUI equivalent in UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PublishingContext.copyResources() fails when Ignite included as a package
1 participant