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

Upgrade to iOS 10 #102

Open
dotemacs opened this issue Jan 24, 2017 · 2 comments
Open

Upgrade to iOS 10 #102

dotemacs opened this issue Jan 24, 2017 · 2 comments

Comments

@dotemacs
Copy link
Contributor

Started this issue in order not to hijack the issue #81

To update to iOS 10 it's not a big deal, you just have to select what OS version to target.

However you'll get these two warnings (but despite them, the app will build run in the simulator):

...replete/Replete/AppDelegate.m:243:52: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

and

...replete/Replete/AppDelegate.m:264:45: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds]

Fixing those issues is not that hard, but I just didn't get around to it yet.

@mfikes
Copy link
Member

mfikes commented Jan 24, 2017

That's cool. I wonder if we even need to upgrade—as it stands now Replete works on iOS 8–10.

Of course, as you mention, #81 and Ejecta might force the issue.

@mfikes
Copy link
Member

mfikes commented Jan 29, 2017

This will be taken care of via a change in the pod file as in sherbondy@91e2329#diff-4a25b996826623c4a3a4910f47f10c30R2

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