### Update the bundle identifier / app display name
To change the bundle identifier and the app display name for your app, open the `project.yml` file in the project root folder and change these settings:
```
BASE_BUNDLE_IDENTIFIER: io.element.elementx
APP_DISPLAY_NAME: Element X
```
After the changes run `xcodegen` to propagate them.
### Setup the location sharing
The location sharing feature on Element X is currently integrated with [MapLibre](https://maplibre.org).
The MapLibre SDK requires an API key to work, so you need to get one for yourself.