Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
/ KeepAwake Public archive

Simple utility to prevent your Mac from showing its screensaver. This is a project I am using to learn Swift (and Cocoa) development.

License

Notifications You must be signed in to change notification settings

seanny/KeepAwake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeepAwake

KeepAwake is a simple macOS utility to prevent your Mac from going to sleep.

Supported Versions:

  • macOS 10.14

My goals for this app

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.

Features

  • Prevent your mac from going to sleep

Screenshots

alt text

Compilation

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

System Requirements

  • Any Mac that supports macOS 10.14 should be able to run it without any issues.

Getting help

Create an issue if you require help

License

  • This software is licensed under the MIT license. Refer to LICENSE for more information.

About

Simple utility to prevent your Mac from showing its screensaver. This is a project I am using to learn Swift (and Cocoa) development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages