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

v8.0.3 with deployment target <10.0 #1212

Closed
p-nicolaou opened this issue Jan 20, 2020 · 1 comment
Closed

v8.0.3 with deployment target <10.0 #1212

p-nicolaou opened this issue Jan 20, 2020 · 1 comment

Comments

@p-nicolaou
Copy link

Description

Our project is set to deployment target iOS 9.0. It has been migrated to Swift 5. However, we are not able to update JTAppleCalendar to latest Pod as the deployment target has been set to iOS 10.0.
Due to business requirements, we can't change our project's deployment target (yet). Any workarounds?

@patchthecode
Copy link
Owner

hmm... this is hard for me to do..
I deprecated 9.0 because that was too many iOS versions for me to track.

The only worl around would be to use the latest, and build it for iOS 9.

then when it breaks, (i think it should break in 3-4 places if i remember correctly), try to make that iOS 10+ work for iOS9 but adding @available tags... :s

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

No branches or pull requests

2 participants