This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
determine supported OS versions #75
Comments
👍 |
@ansis do you have a sense of what is good for Linux here? I'm guessing it's probably more based on hardware that OS version, but if we are using GLFW then maybe we target its minimum OS? |
nope, I don't have a good sense |
Cool, I think the tack to take then is to just get it working on Linux as we've done and refine as necessary as we run into things. Leaving open until we either merge #76 or otherwise decide on the iOS/OS X front. |
Merged. :squirrel: |
This was referenced Jan 24, 2019
acalcutt
pushed a commit
to acalcutt/mapbox-gl-native
that referenced
this issue
Apr 30, 2022
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My recommendation is:
iOS 7+
iOS 8 will be out in preview form this summer and
latest - 1
is a generally good rule in the Apple community. It's likely that our target iOS devices will get thinned more by iOS 8 anyway (expecting probably iPhone 4S and iPad 2 to get dropped).OS X 10.9+
We are using OS X for testing mostly anyway, so not worrying about 2012 versions and older is probably not a big deal.
The text was updated successfully, but these errors were encountered: