[TIMOB-27318] iOS: Use swift 5 for apple watch template
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-09-03T18:17:36.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.2.0 |
Components | iOS |
Labels | ios, watchos |
Reporter | Vijay Singh |
Assignee | Vijay Singh |
Created | 2019-08-07T23:25:38.000+0000 |
Updated | 2019-09-03T18:17:36.000+0000 |
Description
Currently we are using swift 3.1 for Apple Watch template. Need to update to swift 5. For module templates we have already done in TIMOB-26770.
PR - https://github.com/appcelerator/titanium_mobile/pull/11131 Testing - Create an app for apple watch, run it. It should run without any issue.
FR Passed. The watch extension is created with Swift Version having value 5.0 instead of 3.1. The project with apple watch extension having swift version 5.0 works fine with XCode 10.3 and above.
Merged to master for 8.2.0
Verified the fix in SDK 8.2.0.v20190903100931. Closing.