Skip to content

Commit e94a4de

Browse files
authored
Update README.md
1 parent 7fd55f2 commit e94a4de

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ await SecureStorage.SetAsync("oauth_token", oauthToken);
6868
6969
> [!WARNING]
7070
> For iOS, make sure you have a `Entitlements.plist` with the following entry:
71+
>
7172
> `<key>keychain-access-groups</key>`
73+
>
7274
> `<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>`
75+
>
7376
> `$(AppIdentifierPrefix)$(CFBundleIdentifier)` can stay in place and will be replaced at build time or you can replace it with a hardcoded value.
7477
> Additionally make sure that the `Entitlements.plist` file is set in the Custom Entitlements field for Bundle Signing. For more information, refer to the [Microsoft Learn Docs page about entitlements](https://learn.microsoft.com/dotnet/maui/ios/entitlements).
7578
@@ -89,4 +92,4 @@ The [VersionTracking API](https://learn.microsoft.com/dotnet/maui/platform-integ
8992

9093
This project could not have came to be without these projects and people, thank you! <3
9194

92-
The code in the plugin is mostly based on the original code in [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) and [Xamarin.Essentials](https://github.com/xamarin/Essentials/). It has been adapted for the Microsoft Learn Docs by [David Britch](https://github.com/davidbritch).
95+
The code in the plugin is mostly based on the original code in [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) and [Xamarin.Essentials](https://github.com/xamarin/Essentials/). It has been adapted for the Microsoft Learn Docs by [David Britch](https://github.com/davidbritch).

0 commit comments

Comments
 (0)