I just watched the video from GDVC2022 by Nicolas Kral about "System 6" and wasn't sure how to interpret that nomenclature in context of the SDK number and Software Version
Is System 6 the next SDK version we're expecting? E.g. SDK 6.0.0? Or are these on separate timelines?
I've never heard the "System X" naming convention before in the ecosystem (I'm still relatively new), so I wanted to clear up how those concepts relate.
So far I know about:
- Software Version (e.g. 10.44) which I understand to be the on-device software version
- SDK Version (e.g. 4.1.6) which I understand to be the SDK version (for building the software to deploy)
I assumed so far that some Software Versions are required to run things built with certain SDK versions. For example, when I built a Watch Face with SDK 4.1.6, my fresh-out-of-the-box Epix 2 couldn't load it until I updated the Software Version. So I took away that there must be some compatibility table somewhere between SDK version and Software Version of the device.
But I'm not sure how "System X" fits into this scheme. Is that some third numbering scheme, separate from Software Version and SDK Version?
Thanks!