You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Lower iOS and tvOS to 9.0, closes#16
- Correct SPM platforms and make consistent with podspec, closes#18
This also separates tests into `ObservationTests`, which we can mark as `@available` so that building/running via SPM works.
- Lower iOS and tvOS to 9.0, closes#16
- Correct SPM platforms and make consistent with podspec, closes#18
This also separates tests into `ObservationTests`, which we can mark as `@available` so that building/running via SPM works.
Have you read the Contributing Guidelines?
yes
General Information
1.1.0 / the latest state
doesn't matter
doesn't matter
doesn't matter
Describe the bug
Clearly and concisely describe the bug.
Podspec declares deployment targets as 12.0 / 10.13 while Package.swift says 13 / 10.15.
Steps to reproduce
Provide numbered steps to follow that reproduce the bug.
No steps.
Expected behavior
Clearly and concisely describe what you expected to happen.
Deployment targets are identical.
Stack trace, compiler error, code snippets
Paste the full output of any stack trace or compiler error.
Include a code snippet that reproduces the described behavior, if applicable
https://github.com/jessesquires/Foil/blob/main/Foil.podspec#L17
https://github.com/jessesquires/Foil/blob/main/Package.swift#L23
Screenshots
If applicable, add screenshots, gifs, or videos to help explain your problem.
Additional context
Add any other useful information about the problem here.
The text was updated successfully, but these errors were encountered: