{"id":28394831,"url":"https://github.com/krusty84/xcode-menubarapp-swiftui-macos-projecttemplate","last_synced_at":"2026-03-05T08:02:35.888Z","repository":{"id":294308717,"uuid":"985933482","full_name":"Krusty84/Xcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate","owner":"Krusty84","description":"A small template for a project to create macOS applications for placement in the MenuBar (a la System Tray for those coming from the Windows world).","archived":false,"fork":false,"pushed_at":"2025-05-19T20:04:40.000Z","size":313,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T00:39:57.004Z","etag":null,"topics":["macos","project-template","project-templates","swiftui","xcode","xcode-template","xcode-templates"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Krusty84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-18T20:23:31.000Z","updated_at":"2025-05-19T20:38:31.000Z","dependencies_parsed_at":"2025-05-19T21:23:59.854Z","dependency_job_id":"66ad70e3-0857-4cf8-a7c6-b8d0f4f61dd7","html_url":"https://github.com/Krusty84/Xcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate","commit_stats":null,"previous_names":["krusty84/xcode-menubarapp-swiftui-macos-projecttemplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Krusty84/Xcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2FXcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2FXcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2FXcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2FXcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krusty84","download_url":"https://codeload.github.com/Krusty84/Xcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krusty84%2FXcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30115662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["macos","project-template","project-templates","swiftui","xcode","xcode-template","xcode-templates"],"created_at":"2025-05-31T19:00:47.265Z","updated_at":"2026-03-05T08:02:35.846Z","avatar_url":"https://github.com/Krusty84.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xcode-MenuBarApp-SwiftUI-macOS-ProjectTemplate\n\nA small template for a project to create macOS applications for placement in the MenuBar (a la System Tray for those coming from the Windows world).\n\nTemplate includes: Project structure, and small snippets: checking internet access, converting time formats, a mechanism for saving settings, autorun, etc.\n\n\u003cimg width=\"819\" alt=\"image\" src=\"https://github.com/user-attachments/assets/0f0444b1-dcd5-4228-bb90-885c32de16e4\" /\u003e\n\nProject OOTB content\n\n\u003cimg width=\"264\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ed1904bb-ff5a-4d78-9c44-3f80a3c40a2c\" /\u003e\n\n## Installation\n\n1. Copy the template folder - **MenuBarApp.xctemplate** to:\n   ```\n   ~/Library/Developer/Xcode/Templates/YourCategoryDoYouWantAnyName/\n   ```\n2. Restart Xcode.\n3. In Xcode, choose **File → New → File…**, then select **MenuBarApp** under **macOS** and under **YourCategoryDoYouWantAnyName** section\n\n## Setting up the created project \n\n1. Add packages:\nhttps://github.com/Krusty84/ElegantTabs\nhttps://github.com/sindresorhus/LaunchAtLogin-Modern\n\n**LoggerHelper** if you need it: https://github.com/Krusty84/LoggerHelper\n\n2. Set **Yes** for \"**Application is agent (UIElement) aka LSUIElement**\" in *Project/Targets/Info/Custom macOS Application Target Properties*\n3. Check **Sandbox Mode** (it should be enabled)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrusty84%2Fxcode-menubarapp-swiftui-macos-projecttemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrusty84%2Fxcode-menubarapp-swiftui-macos-projecttemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrusty84%2Fxcode-menubarapp-swiftui-macos-projecttemplate/lists"}