Files
cup_edit/docs/ios.mdx
2025-06-18 10:59:04 +08:00

13 lines
216 B
Plaintext

## iOS
### Min iOS version
Thermion requires a minimum iOS version of 13.0
In your application's `ios/Podfile`, make sure the following line is present (and not commented out):
```ruby
platform :ios, '13.0'
```