Skip to content

Commit

Permalink
fix app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
blrobl committed Sep 12, 2024
1 parent d4698d2 commit 3e8d2bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LoyaltyRewards/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "91d1d96f-5312-468c-9845-ae113a9d363b",
"name": "Loyalty Rewards Demo",
"publisher": "BC Tech Days",
"publisher": "BCLE",
"version": "1.0.0.0",
"brief": "Provides functionality to add loyalty rewards for customers.",
"description": "Provides functionality to add loyalty rewards for customers.",
Expand All @@ -21,9 +21,9 @@
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
"allowDebugging": false,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"features": [
"NoImplicitWith"
Expand Down

0 comments on commit 3e8d2bd

Please sign in to comment.