[TIMOB-28466] iOS: Support detecting Xcode 13 with ioslib
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-08-13T10:15:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.1.0 |
Components | CLI, iOS |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2021-06-04T12:38:23.000+0000 |
Updated | 2021-08-13T10:15:23.000+0000 |
Description
ioslib will need updating to support Xcode 13. This will include:
* Use the [detect-device-pairs](https://github.com/appcelerator/ioslib/blob/master/bin/ioslib#L11) command in ioslib 4.x to generate the table
* Update the
devicePairCompatibility
table with that data
Questions:
* What ioslib versions?
** 1.x (SDK), 2.x (appcd-plugin-ios 1.x used by Studio), 4.x (latest appcd-plugin-ios) are the current in use versions
4.x: https://github.com/appcelerator/ioslib/pull/204
2.x: https://github.com/appcelerator/ioslib/pull/207 1.x: https://github.com/appcelerator/ioslib/pull/206