add iOS build instructions

This commit is contained in:
Nick Fisher
2025-06-18 10:59:04 +08:00
parent 558978a0f2
commit 13f9a8370b
2 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
["Showcase", "/showcase"],
["Windows", "/windows"],
["Android", "/android"],
["iOS", "/ios"],
["Web", "/web"],
["Contributing", "/contributing"],
["Discord", "https://discord.gg/h2VdDK3EAQ"]

12
docs/ios.mdx Normal file
View File

@@ -0,0 +1,12 @@
## 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'
```