Skip to content

Commit a9c9bda

Browse files
committed
Upodating CHANGELOG
1 parent 49bf474 commit a9c9bda

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## v 1.7 | 2023-02-02
7+
## v 1.7 | 2023-02-21
8+
`ADDED` - Included check for PPPC Profile allowing standard user to approve the app.
89
`ADDED` - Added user input for how many attempts to make before giving up.
910
`ADDED` - User input for wait time between prompts
1011
`ADDED` - Support for SwiftDialog

screennudge_prompt.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# REQUIREMENTS:
55
# This script runs on macOS 10.15 or higher. macOS 11 or higher is required for standard user approval (the MDM command was made available in Big Sur.)
66
#
7-
# The script works best when the app being targeted is being deployed with a Privacy Profile library item that lets standard users approve
8-
# Screen Capture. (Available in macOS Big Sur 11+)
7+
# The script requires that the app being targeted is being deployed with a Privacy Profile library
8+
# item that lets standard users approve Screen Capture. (Available in macOS Big Sur 11+)
99
#
1010
# The MDM executing this script requires Full Disk Access in order to read the tcc.db and check to see if screen recording has been approved.
1111
# (Most MDMs should already have this, since they would need access to do MDM-things)
@@ -17,7 +17,7 @@
1717
# Created by Brian Van Peski - macOS Adventures
1818
###########################################################################################
1919
# Current version: 1.7 | See CHANGELOG for full version history.
20-
# Updated: 02/02/2023
20+
# Updated: 02/21/2023
2121

2222
# Set logging - Send logs to stdout as well as Unified Log
2323
# Use 'log show --process "logger"' in Terminal to view logs activity and grep for ScreenNudge to filter.

0 commit comments

Comments
 (0)