KeepAwake is a simple macOS utility to prevent your Mac from going to sleep.
- macOS 10.14
My main goals are to learn Swift programming and this means that I will attempt to write everything needed in-house, I do not want to use any third party libraries for this project.
- Prevent your mac from going to sleep
Open project in Xcode 10.0+ and click build, or if you prefer doing it in a more unix way:
$ xcodebuild -project KeepAwake.xcodeproj -scheme KeepAwake -sdk macosx10.14 clean analyze
- Any Mac that supports macOS 10.14 should be able to run it without any issues.
Create an issue if you require help
- This software is licensed under the MIT license. Refer to
LICENSE
for more information.