-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add useful Core Data extensions #273
Conversation
Generated by 🚫 Danger |
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
==========================================
+ Coverage 54.86% 55.19% +0.33%
==========================================
Files 46 47 +1
Lines 3292 3323 +31
==========================================
+ Hits 1806 1834 +28
- Misses 1486 1489 +3
Continue to review full report at Codecov.
|
import Foundation | ||
|
||
// MARK: - Methods | ||
public extension NSPredicate { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NSPredicate is actually a Foundation type 🤔
Thank you @Vyax 👍 I'd probably be more willing to accept the |
I removed the NSFetchRequest extensions and moved the NSPredicate extensions to Foundation. |
Checklist