Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

clearer explanation for the ios configuration for using the native br… #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,13 @@ And finally in the file `Info.plist` add the following entry
<string>auth0</string>
<key>CFBundleURLSchemes</key>
<array>
<string>{Bundle Identifier}</string>
<string>{Replace this with Bundle Identifier}</string>
</array>
</dict>
</array>
```

Where the Bundle identifier can be found in the same file under the key `CFBundleIdentifier` like
Where the Bundle identifier can be found and has to be replaced by the same value in the same file under the key `CFBundleIdentifier` like

```xml
<key>CFBundleIdentifier</key>
Expand Down