# 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="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FMl8XVwYP1rd9q3LlYuRh%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA58.png?alt=media&#x26;token=d6fb8b93-d097-4420-85eb-572f85a03519" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2Ff4694GDTtOuaiQaIB37i%2F%D0%A0%D0%B8%D1%81%D1%83%D0%BD%D0%BE%D0%BA59.png?alt=media&#x26;token=4563e142-bca2-42a4-a0dd-f33df6428845" 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="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FbNbLIbBrv8A1DXAQZlMl%2Fphoto_2022-12-01_10-44-18.jpg?alt=media&#x26;token=8242eb1c-07da-4dba-b546-13e0e4adea75" alt=""><figcaption></figcaption></figure>
