Skip to content

Commit

Permalink
Fix Entitlements for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed May 6, 2024
1 parent 5b3b9ec commit d843827
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 8.0/Apps/PointOfSale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This app demonstrates various techniques for building a desktop and mobile appli

## Local Testing

If you want to test the full functionality of this app locally for iOS, make sure to rename the `Platforms/iOS/EntitlementsSample.plist` file to ``Platforms/iOS/Entitlements.plist`.
If you want to test the full functionality of this app locally for iOS, make sure to rename the `Platforms/iOS/EntitlementsSample.plist` file to `Platforms/iOS/Entitlements.plist`.

By doing so, you will need a matching provisioning profile in your Apple Developer accound in order for everything to work correctly.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- Rename this file to Entitlements.plist for the full functionality to work. However, this will require you to have a matching provisioning profile in your Apple Developer Account. -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
Expand Down
6 changes: 6 additions & 0 deletions 8.0/PlatformIntegration/PlatformIntegrationDemos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ This sample demonstrates the following functionality:
- Secure storage

For more information about the sample see [Platform integration](https://learn.microsoft.com/dotnet/maui/platform-integration/).

## Local Testing

If you want to test the full functionality of this app locally for iOS, make sure to rename the `Platforms/iOS/EntitlementsSample.plist` file to `Platforms/iOS/Entitlements.plist`.

By doing so, you will need a matching provisioning profile in your Apple Developer accound in order for everything to work correctly.

0 comments on commit d843827

Please sign in to comment.