From 0277b55d8a32b522eaf54807d7dd3010958dc08c Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 22 May 2020 15:56:26 +0200 Subject: [PATCH] docs: Appflow is now available --- site/docs-md/getting-started/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs-md/getting-started/dependencies.md b/site/docs-md/getting-started/dependencies.md index e6a4c54b9..d3c25539a 100644 --- a/site/docs-md/getting-started/dependencies.md +++ b/site/docs-md/getting-started/dependencies.md @@ -21,7 +21,7 @@ For specific platforms, follow each guide below to ensure you have the correct d ## iOS Development -For building iOS apps, Capacitor requires a **Mac with Xcode 11 or above**. Soon, you'll be able to use [Ionic Appflow](http://ionicframework.com/appflow) to build for iOS even if you're on Windows. +For building iOS apps, Capacitor requires a **Mac with Xcode 11 or above**. Or you can use [Ionic Appflow](http://ionicframework.com/appflow) to build for iOS even if you're on Windows. Additionally, you'll need to install **[CocoaPods](https://cocoapods.org/)** (`sudo gem install cocoapods`), and install the **Xcode Command Line tools** (either from Xcode, or running `xcode-select --install`).