.\" .\" Copyright (c) 2020-2021 Apple Inc. All rights reserved. .\" .Dd April 2, 2021 .Dt classkit-tool 8 .Os .Sh NAME .Nm classkit-tool .Nd ClassKit Tool .Sh SYNOPSIS .Nm .Fl h | -help .Nm .Fl s | -show-devmode .Nm .Fl d | -devmode Ar dev-mode .Nm .Fl r | -reset-devmode-data .Sh DESCRIPTION .Nm This tool allows you to test your ClassKit enabled app by putting this Mac into development mode, in the role of either .Ar teacher .Nm or .Ar student . .Nm You also set the value of the .Ar ClassKit entitlement .Nm of your application to .Ar development . .Nm For more information, see .Ar https://developer.apple.com/documentation/classkit . .Pp The options are as follows: .Bl -tag -width 40n .It Fl h | Fl -help Show this message and exit. .It Fl s | -show-devmode Return the current development mode. .It Fl d | -devmode Ar Set the development mode to off, teacher, or student .It Fl r | -reset-devmode-data Reset the development mode data. .El .Sh HISTORY The .Nm utility first appeared in macOS 11.