Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1 KB

File metadata and controls

29 lines (18 loc) · 1 KB

Xcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate

A small template for a project to create single window macOS applications.

Template includes: Project structure, and small snippets: checking internet access, converting time formats, a mechanism for saving settings, autorun, etc.

Project OOTB content

image

Installation

  1. Copy the template folder - SingleWindowApp.xctemplate to:
    ~/Library/Developer/Xcode/Templates/YourCategoryDoYouWantAnyName/
    
  2. Restart Xcode.
  3. In Xcode, choose File → New → File…, then select SingleWindowApp under macOS and under YourCategoryDoYouWantAnyName section

Setting up the created project

  1. Add packages: https://github.com/Krusty84/ElegantTabs https://github.com/sindresorhus/LaunchAtLogin-Modern

LoggerHelper if you need it: https://github.com/Krusty84/LoggerHelper

  1. Check Sandbox Mode (it should be enabled)