Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Apr 4, 2024
1 parent a5267c9 commit e6c9e80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 8.0/Apps/PointOfSale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Uncomment the Entitlements 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"?>
<!-- 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">
<dict>
Expand All @@ -8,4 +8,4 @@
<string>$(AppIdentifierPrefix)com.microsoft.adalcache</string>
</array>
</dict>
</plist> -->
</plist>

0 comments on commit e6c9e80

Please sign in to comment.