From 13f9a8370bf92ade49c6c2cd3b3af88dfb484aae Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 18 Jun 2025 10:59:04 +0800 Subject: [PATCH] add iOS build instructions --- docs.json | 1 + docs/ios.mdx | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/ios.mdx diff --git a/docs.json b/docs.json index 2b8e76d1..a61dab9d 100644 --- a/docs.json +++ b/docs.json @@ -17,6 +17,7 @@ ["Showcase", "/showcase"], ["Windows", "/windows"], ["Android", "/android"], + ["iOS", "/ios"], ["Web", "/web"], ["Contributing", "/contributing"], ["Discord", "https://discord.gg/h2VdDK3EAQ"] diff --git a/docs/ios.mdx b/docs/ios.mdx new file mode 100644 index 00000000..c6501786 --- /dev/null +++ b/docs/ios.mdx @@ -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' +``` +