Stay organized with collections
Save and categorize content based on your preferences.
Report an issueopen_in_new
View sourceopen_in_newNightly
·
8.0
·
7.5
·
7.4
·
7.3
·
7.2
Describes an Apple "platform type", such as iOS, macOS, tvOS, visionOS, or watchOS. This is distinct from a "platform", which is the platform type combined with one or more CPU architectures.
Specific instances of this type can be retrieved by accessing the fields of the apple_common.platform_type:
apple_common.platform_type.ios
apple_common.platform_type.macos
apple_common.platform_type.tvos
apple_common.platform_type.watchos
Likewise, the platform type of an existing platform value can be retrieved using its platform_type field.
Platform types can be converted to a lowercase string (e.g., ios or macos) using the str function.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-03 UTC."],[],[]]