# Step 4 – Setting up the project

In order to set display name, Bundle identifier, version, build, etc. of your app, you need to install the **Xcode** tool. You can download the **Xcode** [here](https://apps.apple.com/us/app/xcode/id497799835?mt=12) .

After, run the Xcode and click on **“Open another project…”** option in the welcome window.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app57.png)

In the popup window, select and open the “motors-app/iOS” folder.

<figure><img src="/files/gLXV76XoKtM9WXaMuvZe" alt=""><figcaption></figcaption></figure>

Go to **File > Runner** and enter the **Version** and **Build** in the specified fields.

<figure><img src="/files/L54uFc8WmytO8pLMDmUm" alt=""><figcaption></figcaption></figure>

**Display name:** the name of your app which will be displayed on the home screen/elsewhere;

**Bundle Identifier:** the Bundle ID registered on App Store Connect *(com.yourcompanydomain.appname);*

**Version:** – the current version of your app;

**Build:** – the build version of your app.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app60.png)

In the **Signing** section, you need to select your team which connected to your Apple Developer account.

> Note. **Automatically manage signing** option is active by default. This option allows Xcode automatically managing app signing and supplying.

![](https://support.stylemixthemes.com/storage/stm-manuals/April2020/app61.png)

> Tip: For detailed overview of app signing, have a look at the [Create, export, and delete signing certificates](https://help.apple.com/xcode/mac/current/#/dev154b28f09).

The next section is the Deployment Info section where you need to set the minimum iOS version your app will support **iOS 12.0** and later.

<figure><img src="/files/uvkxCjRlW7YXi4jC4lbp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/motors-app-documentation/ios-app-build/setting-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
