{"id":18634512,"url":"https://github.com/dotwee/macos-sourcelistsidebarexample","last_synced_at":"2025-04-11T07:33:25.189Z","repository":{"id":92274751,"uuid":"165316490","full_name":"dotWee/macOS-SourceListSidebarExample","owner":"dotWee","description":"Example Swift 4.2 implementation of the Sidebar Use Case using NSOutlineView with CoreData, RxSwift and the whole layout aligned at Apple's Human Interface Guidelines.","archived":true,"fork":false,"pushed_at":"2020-06-21T12:46:35.000Z","size":1317,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T04:06:29.932Z","etag":null,"topics":["coredata","macos","macosx","nsoutlineview","rxcocoa","rxswift","sidebar","swift4"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/dotWee.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}},"created_at":"2019-01-11T22:02:36.000Z","updated_at":"2024-11-17T16:01:09.000Z","dependencies_parsed_at":"2023-06-08T06:15:36.367Z","dependency_job_id":null,"html_url":"https://github.com/dotWee/macOS-SourceListSidebarExample","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotWee%2FmacOS-SourceListSidebarExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotWee%2FmacOS-SourceListSidebarExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotWee%2FmacOS-SourceListSidebarExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotWee%2FmacOS-SourceListSidebarExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotWee","download_url":"https://codeload.github.com/dotWee/macOS-SourceListSidebarExample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358905,"owners_count":21090447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["coredata","macos","macosx","nsoutlineview","rxcocoa","rxswift","sidebar","swift4"],"created_at":"2024-11-07T05:19:11.600Z","updated_at":"2025-04-11T07:33:25.175Z","avatar_url":"https://github.com/dotWee.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# macOS-SourceListSidebarExample\n\nExample Swift 4.2 implementation of the [Sidebar Use Case](https://developer.apple.com/design/human-interface-guidelines/macos/windows-and-views/sidebars/) using [NSOutlineView](https://developer.apple.com/documentation/appkit/nsoutlineview) with CoreData, RxSwift and the whole layout aligned at Apple's Human Interface Guidelines.\n\n## Used Technologies / References\n\n- Written on the Swift 4.2 language level platform\n- [CoreData](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CoreData/index.html) to preserve data between application sessions\n- [RxSwift](https://github.com/ReactiveX/RxSwift) (*5.1.1*) with [RxCocoa](https://github.com/ReactiveX/RxSwift/tree/master/RxCocoa) (*5.1.1*) to handle interactions\n- [Swift Package Manager](https://swift.org/package-manager/) as dependency manager\n- Apple's [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/macos/overview/visual-index/) for the macOS platform\n\n## Screenshots\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003cth\u003eMain Window\u003c/th\u003e\n\u003cth\u003eWith Add Account Sheet\u003c/th\u003e\n\u003c/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"Art/ScreenshotMain.png\"/\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"Art/ScreenshotAdd.png\"/\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003cth\u003eScreencapture\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"Art/Screencapture.gif\"/\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Execution\n\nClone repository:\n\n```bash\n$ git clone https://github.com/dotWee/macOS-SourceListSidebarExample.git\n$ cd macOS-SourceListSidebarExample\n```\n\nOpen the Xcode project:\n\n```bash\n$ open SourceListSidebarExample.xcodeproj\n```\n\n## License\n\n    MIT License\n\n    Copyright (c) 2019 Lukas (dotWee) Wolfsteiner\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotwee%2Fmacos-sourcelistsidebarexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotwee%2Fmacos-sourcelistsidebarexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotwee%2Fmacos-sourcelistsidebarexample/lists"}