{"id":15160676,"url":"https://github.com/changyeop-yang/universal-systemkit","last_synced_at":"2025-10-24T18:32:12.350Z","repository":{"id":47229673,"uuid":"505475493","full_name":"ChangYeop-Yang/Universal-SystemKit","owner":"ChangYeop-Yang","description":"Universal SystemKit is an open-source library that can be used on Apple platforms such as macOS and iOS. It provides common functionality that can be used across different Apple operating systems.","archived":false,"fork":false,"pushed_at":"2024-10-01T11:03:39.000Z","size":14802,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T23:55:33.390Z","etag":null,"topics":["apple","ios","macos","objective-c","swift","swift-package-manager","xcode"],"latest_commit_sha":null,"homepage":"https://bit.ly/40hehdI","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/ChangYeop-Yang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-06-20T14:28:11.000Z","updated_at":"2024-10-01T11:03:42.000Z","dependencies_parsed_at":"2023-11-20T15:51:07.355Z","dependency_job_id":null,"html_url":"https://github.com/ChangYeop-Yang/Universal-SystemKit","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChangYeop-Yang%2FUniversal-SystemKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChangYeop-Yang%2FUniversal-SystemKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChangYeop-Yang%2FUniversal-SystemKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChangYeop-Yang%2FUniversal-SystemKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChangYeop-Yang","download_url":"https://codeload.github.com/ChangYeop-Yang/Universal-SystemKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238024457,"owners_count":19403837,"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":["apple","ios","macos","objective-c","swift","swift-package-manager","xcode"],"created_at":"2024-09-26T23:05:16.576Z","updated_at":"2025-10-24T18:32:11.352Z","avatar_url":"https://github.com/ChangYeop-Yang.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://user-images.githubusercontent.com/20036523/246614687-8c70ad56-9c85-416e-b664-7f73a1b81743.png)\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FChangYeop-Yang%2FUniversal-SystemKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/ChangYeop-Yang/Universal-SystemKit)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FChangYeop-Yang%2FUniversal-SystemKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/ChangYeop-Yang/Universal-SystemKit)\n[![Tistory - Shields.io](https://img.shields.io/badge/Tistory-%40yeop9657-informational)](https://dev-dream-world.tistory.com)\n[![LinkedIn - Shields.io](https://img.shields.io/badge/Linked--In-창엽--양--3535ab134-informational)](https://www.linkedin.com/in/창엽-양-3535ab134/)\n![Swift Package Manager - Shields.io](https://img.shields.io/badge/Swift%20Package%20Manager-Compatible-success)\n![Manually - Shields.io](https://img.shields.io/badge/Manually-Compatible-success)\n![Github Repository - Shields.io](https://img.shields.io/badge/Github%20Repository-Compatible-success)\n[![License - Shields.io](https://img.shields.io/badge/License-MIT-blueviolet)](https://github.com/ChangYeop-Yang/Universal-SystemKit/blob/main/LICENSE)\n\nThe `SystemKit` open-source library can be used on Apple Platforms such as `macOS`, `iOS`. and is a common library that enables convenient and efficient use of device system functions.\n\n# Installation\n\nThe installation method for Universal SystemKit can be done through the [Swift Package Manager](https://www.swift.org/package-manager) or the [Github Repository](https://docs.github.com/en/repositories), and the details are as follows.\n\n### Manually\n\nIf you prefer not to use any of the aforementioned dependency managers, you can integrate `SystemKit` into your project manually.\n\n### Github Repository\n\nYou can pull the `SystemKit` Github Repository and include the `SystemKit` to build a dynamic or static library.\n\n### Swift Package Manager\n\nThe Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.\n\nOnce you have your Swift package set up, adding `SystemKit` as a dependency is as easy as adding it to the dependencies value of your Package.swift.\n\n1. From the Xcode menu, click File → Swift Packages → Add Package Dependency.\n\n2. In the dialog that appears, enter the repository URL: https://github.com/ChangYeop-Yang/Universal-SystemKit.git.\n\n3-1. In Branch, Enter text \"master\".\n\n```Swift\ndependencies: [\n    .package(url: \"https://github.com/ChangYeop-Yang/Universal-SystemKit\", .branch(\"master\"))\n]\n```\n\n3-2. In Branch, Enter text \"Version(2, 4, 0)\".\n\n```Swift\ndependencies: [\n    .package(url: \"https://github.com/ChangYeop-Yang/Universal-SystemKit\", from: Version(2, 4, 0))\n]\n```\n\n# Requirements\n\nThe detailed build results for the `Universal-SystemKit` library are as follows.\n\n| Platform | Minimum Swift Version | Installation | Status |\n|:--------:|:---------------------:|:------------:|:------:|\n| iOS 13.0+ | [5.0](https://www.swift.org/blog/swift-5-released/) | [Swift Package Manager](#swift-package-manager), [Manual](#manually), [Github Repository](#github-repository) | [✅ Fully Tested](https://swiftpackageindex.com/ChangYeop-Yang/Universal-SystemKit/builds) |\n| macOS 10.15+ (Catalina) | [5.0](https://www.swift.org/blog/swift-5-released/) | [Swift Package Manager](#swift-package-manager), [Manual](#manually), [Github Repository](#github-repository) | [✅ Fully Tested](https://swiftpackageindex.com/ChangYeop-Yang/Universal-SystemKit/builds) |\n\n# Using SystemKit\n\nThe method for using the `Universal SystemKit` open-source library is described in the guide path below. For additional related information, please inquire by creating an issue.\n\n* [SKAsyncOperation](https://dev-dream-world.tistory.com/231)\n\n* [SKUserDefault](https://dev-dream-world.tistory.com/224)\n\n* [SKMessagePort](https://dev-dream-world.tistory.com/247)\n\n* [SKNetworkMonitor](https://dev-dream-world.tistory.com/234)\n\n* [SKFinderExtension](https://dev-dream-world.tistory.com/226?category=1294828)\n\n* [SKPermission](https://dev-dream-world.tistory.com/227?category=1294828)\n\n* [SKProcess](https://dev-dream-world.tistory.com/225?category=1294828)\n\n* [SKProcessMonitor](https://dev-dream-world.tistory.com/230?category=1294828)\n\n* [SKSignal](https://dev-dream-world.tistory.com/229?category=1294828)\n\n* [SKCrashReporter](https://dev-dream-world.tistory.com/236)\n\n* [SKFileLock](https://dev-dream-world.tistory.com/244)\n\n* [SKDispatchFile](https://dev-dream-world.tistory.com/246)\n\n* [SKSecurity](https://dev-dream-world.tistory.com/262)\n\n* [SKDispatchFileMonitor](https://dev-dream-world.tistory.com/275) → `SKDispatchFileMonitor` provides a common interface for monitoring file events on both iOS and macOS platforms.\n\n# License\n\n`SystemKit` is released under the MIT license. [See LICENSE](https://github.com/ChangYeop-Yang/Apple-SystemKit/blob/main/LICENSE) for details.\n\n\u003c/br\u003e\n\n```TEXT\nMIT License\n\nCopyright (c) 2022 Universal-SystemKit\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangyeop-yang%2Funiversal-systemkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchangyeop-yang%2Funiversal-systemkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangyeop-yang%2Funiversal-systemkit/lists"}