---
title: ManagedApp.Platform
framework: managedappdistribution
role: symbol
role_heading: Structure
path: managedappdistribution/managedapp/platform-swift.struct
---

# ManagedApp.Platform

The supported platform for the app.

## Declaration

```swift
struct Platform
```

## Topics

### Type Properties

- [iOS](managedappdistribution/managedapp/platform-swift.struct/ios.md)
- [macOS](managedappdistribution/managedapp/platform-swift.struct/macos.md)
- [visionOS](managedappdistribution/managedapp/platform-swift.struct/visionos.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Obtaining platform and requirement information

- [platform](managedappdistribution/managedapp/platform-swift.property.md)
- [requirements](managedappdistribution/managedapp/requirements.md)
