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.