diff --git a/8.0/Apps/PointOfSale/README.md b/8.0/Apps/PointOfSale/README.md index a9a224b37..6daeb7706 100644 --- a/8.0/Apps/PointOfSale/README.md +++ b/8.0/Apps/PointOfSale/README.md @@ -21,6 +21,12 @@ This app demonstrates various techniques for building a desktop and mobile appli ![food-mobile-2](https://user-images.githubusercontent.com/41873/183740348-7f55d10d-8f79-4ee0-a71e-64b317cbd64f.png) +## 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. + ### Credits * Original design: https://www.uplabs.com/posts/foodos-food-point-of-sale diff --git a/8.0/Apps/PointOfSale/src/PointOfSale/Platforms/iOS/Entitlements.plist b/8.0/Apps/PointOfSale/src/PointOfSale/Platforms/iOS/EntitlementsSample.plist similarity index 53% rename from 8.0/Apps/PointOfSale/src/PointOfSale/Platforms/iOS/Entitlements.plist rename to 8.0/Apps/PointOfSale/src/PointOfSale/Platforms/iOS/EntitlementsSample.plist index bfce73560..68b5f60d1 100644 --- a/8.0/Apps/PointOfSale/src/PointOfSale/Platforms/iOS/Entitlements.plist +++ b/8.0/Apps/PointOfSale/src/PointOfSale/Platforms/iOS/EntitlementsSample.plist @@ -1,5 +1,5 @@ - - + @@ -8,4 +8,4 @@ $(AppIdentifierPrefix)com.microsoft.adalcache - --> +