Customize App
Project customising
Project Structure
After importing project successfully you will get project structure like below image
Within app module, files are shown in the following groups:

Change App name
To change project name follow below steps.
Go to the app > project > Project from TARGETS > General category > Display Name

Change App Package Name
Go to the app > project > Project from TARGETS > General category > Bundle Identifier

Change API URL
To change the Base Url for App
Go to the app > project > Others > WebserviceManager.swift >BASEURL Change the Base Url
var BASEURL = "http://itechnotion.in/listify/"
Change Add business URL
To change Add business URL follow below steps.
Go to the app > project > Others > GlobalConstant.swift >ADDBUSINESS
var ADDBUSINESS = "http://www.itechnotion.in/listify/add-your-listing/"
Change About us URL
To change About us URL follow below steps.
Go to the app > project > Others > GlobalConstant.swift >ABOUTUS
var ABOUTUS = "https://www.itechnotion.in/listify/about/"
Change Terms of service URL
To change Terms of service follow below steps.
Go to the app > project > Others > GlobalConstant.swift >TERMSOFSERVICE
var TERMSOFSERVICE = "http://www.itechnotion.in/listify/tos/"
Last updated