IMG-LOGO

Where is the Info.plist file located in Cordova when developing an ios iPhone app?

andy - 25 Jan, 2018 13866 Views 0 Comment

When developing a Cordova app for iPhone, you may need to modify the info.plist file to add some key information. But do you actually know where is this file located?

The location of the .plist file can be found under the following folder.

  • In your Cordova project files look for platforms folder.
  • You will see there will be a folder named ios. Click into this folder.
  • There will be a folder created the same name as your app name. For example: if your app name, Easy Calculator App, there will be called this.
  • Inside this folder there will be a file named Easy Calculator App-info.plist.

Comments

There are no comments available.

Write Comment
0 characters entered. Maximum characters allowed are 1000 characters.

Related Articles

Create your ebook android apps using Cordova Part 2

This is the second part tutorial of our first ebook cordova tutorial If you miss the first part of the tutorial I would recommend you to read the first tutorial before continue reading this article You can click the following ...

Create your ebook android apps using Cordova.

You will learn how to create your first android app using Cordova The ebook will consists of 5 basic pages and will use AngularJS for the navigation Slideout script for the menu navigation and Bootstrap template for the basic mobile ...