Skip to content

Commit

Permalink
docs(ios/configuration): Add information on how to rename your app (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Apr 29, 2020
1 parent 347029c commit 55c3d52
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions site/docs-md/ios/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,22 @@ Entitlements are used to enable key features that your app may need.
Unlike certain configuration options or usage descriptions, entitlements are configured in a special area inside of Xcode, rather than in `Info.plist`.

If a plugin requires certain entitlements, open your app in Xcode, click on the name of your project in the left project menu, and select `Capabilities` in the tab bar.

## Renaming the application's default `App` name

You can't rename the App folder, but you can set the name of your app by renaming the "target" called "App".

In XCode you will see something like this:
```
PROJECT
App
-------
TARGET
App
```
Here you can click on the name "App" under TARGET to rename your app.

You then also have to modify the Podfile to rename the current target accordingly:

The default Podfile has an `'App'` target, which needs to be replaced by your new name here:
https://github.com/ionic-team/capacitor/blob/master/ios-template/App/Podfile#L16

0 comments on commit 55c3d52

Please sign in to comment.