-
Notifications
You must be signed in to change notification settings - Fork 53
Use UTType to determine correct content type #166
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
Use UTType to determine correct content type #166
Conversation
e7496fd to
a7c1cda
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
==========================================
- Coverage 94.56% 94.17% -0.39%
==========================================
Files 62 62
Lines 4119 4138 +19
==========================================
+ Hits 3895 3897 +2
- Misses 224 241 +17 ☔ View full report in Codecov by Sentry. |
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.
Thank you! Just a few small changes to get the builds to pass for Swift 5
Package.swift
Outdated
| name: "FlyingFox", | ||
| platforms: [ | ||
| .macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v8) | ||
| .macOS(.v11), .iOS(.v13), .tvOS(.v13), .watchOS(.v8) |
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.
I've tested this branch without this v11 change and all tests passed so we can remove this.
Then we can merge 🙏🏻
|
Thanks! |
Uh oh!
There was an error while loading. Please reload this page.