===============================
Use Xcode with Linux or Windows
===============================

Now that you are connected to Appollo Remote with your Windows or Linux computer, it is time to configure Xcode for your build.

1. Open Xcode on the virtual machine.

2. Select Open an existing project.

.. image:: /img/appollo-xcode.jpg
  :alt: Appollo xcode
  :align: center

|

3. Your app is in Documents/app/ios/Runner.xcworkspace

.. image:: /img/appollo-xcode-file.jpg
  :alt: Appollo xcode file
  :align: center

|

4. Configure your build!

.. image:: /img/appollo-xcode-build.jpg
  :alt: Appollo xcode configuration
  :align: center

|

Once that you are satisfied with the configuration of your build, you can use the following command: ``appollo build stop``.

Now, you can **retrieve a patch** of your build with ``appollo build patch``.
