> For the complete documentation index, see [llms.txt](https://songalaxy1344.gitbook.io/foodzone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://songalaxy1344.gitbook.io/foodzone/change-application-name.md).

# Change Application Name

In this section we will guide your how to change application name at iOS and Android side.

### **1) For Android**

* For Android open android folder in android studio.
* Open the **AndroidManifest.xml** file and change the label name.
* By default, you will find the labeled name is **“FoodZone”**.
* Replaced with your project name.

![Change Application name for Android Application](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M55Q9eQ-118vqtr0wiw%2F-M55SHtZB-IRiH_zj_tO%2FChangeAppName.png?alt=media\&token=c7073b2c-ab04-4b54-91be-0ccd1aa21f7f)

### **2) For iOS**

* For IOS go to the your ios folder where you save in your system.
* Open .xcworkspace file on the latest Xcode.

![Open .xcworkspace file to latest xcode](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M55SgHo_4BBwHQpwLLJ%2F-M55XLMAjbRCpVlbjtFQ%2FOpen%20IOS%20Project.png?alt=media\&token=35713fa6-6e2d-4cd7-8404-be967c7f28e0)

* Go to the main target general settings.
* Change the application name from the app name

![Change Application Name From Target](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M55SgHo_4BBwHQpwLLJ%2F-M55XLM9NJCMm905E2US%2FChangeTargetAppName.png?alt=media\&token=b9eebca3-1b92-455f-8a7d-c23fcc11f590)

* Change the application from the info.plist file.

![Change Application Name from info.plist file ](https://1213756405-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M50heLzgCJjTxyILKBC%2F-M55SgHo_4BBwHQpwLLJ%2F-M55XLM8ls-YkyvQktp2%2FChangeFromPlistFile.png?alt=media\&token=75c5358f-e1c2-428b-b4b8-1d1049067e5e)

* Clean the project using **cmd+k or cmd+shift+k**.
* Build your project and run it on your latest iPhone.
