You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For iOS, watchOS, macOS, and tvOS we currently support the ability to determine the major, minor, and patch versions. For all other operating systems we return nil. We should support linux, windows, and consider visionOS as well.
After confirming supported platforms with team, created backlog ticket for Windows portion of this ticket: #1526, to be done if we decide to support Windows down the line.
sichanyoo
changed the title
feat: Add linux and windows support in PlatformOperationSystemVersion
feat: Add linux support in PlatformOperationSystemVersion
May 24, 2024
sichanyoo
changed the title
feat: Add linux support in PlatformOperationSystemVersion
feat: Add linux and windows support in PlatformOperationSystemVersion
May 24, 2024
Turns out Apple recently implemented getting OS versions for Linux & Windows for us using compiler directives in their Foundation.ProcessInfo. Closing #1526.
Describe the feature
For iOS, watchOS, macOS, and tvOS we currently support the ability to determine the major, minor, and patch versions. For all other operating systems we return
nil
. We should support linux, windows, and consider visionOS as well.Related comment:
// TODO: Implement for Linux & Windows
Use Case
This info is used as OS metadata in the SDK here
Proposed Solution
No response
Other Information
Related Issue: #710
Acknowledgements
The text was updated successfully, but these errors were encountered: