-
Notifications
You must be signed in to change notification settings - Fork 43
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
Fix background task support for iOS and tvOS for swift package. #423
Conversation
Fix background task support for iOS, macOS and tvOS
I think we can move the constraint to SwiftQueue folder and remove it from iOS folder |
Oh sorry you also moved the file. Seems like SPM didn't like that |
Drop background task support for macOS
Exactly, I have already done it, the issues is that BackgroundTasks is available for iOS 13.0 + and tvOS 13.0 +, it's not available on macOS, nor in the watchOS. |
Fix macOS build issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Carthage is still not able to compile |
@lucas34 Let me check. |
…rror fix: carthage build error
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue: the background task support is unavailable when using the swift package.