Skip to content

Commit

Permalink
Added a Developer Hint to disable critical entitlements.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermanns committed Dec 4, 2023
1 parent 4dd8f52 commit 6d6b628
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ public final class SliderRow: Row<SliderCell>, RowType {

Now you should be able to launch the app in the simulator. Happy Coding!

## Uploading the app

If you would like to run a local compiled version, you might wan't to disable the critical notification entitlement.
This can be done in File nightguard/scoutwatch.entitlements by changing the value to false:

```
<key>com.apple.developer.usernotifications.critical-alerts</key>
<false/>
```

# License

[agpl-3]: http://www.gnu.org/licenses/agpl-3.0.txt
Expand Down

0 comments on commit 6d6b628

Please sign in to comment.