[TIMOB-26123] iOS: Drop iOS 8 support, use iOS 9 as the minimum target
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Done |
Resolution Date | 2019-01-11T01:56:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.0 |
Components | iOS |
Labels | iOS |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2018-06-12T09:57:40.000+0000 |
Updated | 2019-01-11T01:56:07.000+0000 |
Description
It is time to move to iOS 9 as our minimum target. It's a move not only done by us but all major frameworks and it should be used to also clean up the conditional-statements inside the core. Moving to the iOS 9 target also uncovers 150+ warnings that need to be resolved. Most of them are around Ti.Contacts, which luckily is iOS 9 compatible already, but still has some references to the deprecated "AddressBook" framework that needs to be ripped out.
PR: https://github.com/appcelerator/titanium_mobile/pull/10103
merged to 'next' branch (8.0.0 target)
Closing ticket, verified that ios 8 has been dropped in SDK version 8.0.0.v20181207122537 when running/building apps.