Re: iOS version check
Re: iOS version check
- Subject: Re: iOS version check
- From: Quincey Morris <email@hidden>
- Date: Fri, 12 Jun 2015 17:46:52 +0000
On Jun 12, 2015, at 10:16 , Sean McBride <email@hidden> wrote:
>
> It's possible Foundation didn't actually change in those releases.
Perhaps Foundation itself did not, but its version number did. 8.3 is 1144.17, while 8.1 is shown in the header as 1141.1.
> Also, AVSpeechUtterance isn't in Foundation, so checking the Foundation version is dubious.
I couldn’t find any version numbers for AVFoundation.
I wonder what the best practices are here. It’s possible that this situation is anomalous, because the API didn’t change, nor the range or intended meaning of the value being passed. (The speech rate was wrong in iOS 8 even if you didn’t set the rate explicitly.) It was just a bug fix. Perhaps checking the generic system version is the only solution.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden