{"id":18293540,"url":"https://github.com/kovs705/previewdebugger","last_synced_at":"2025-08-03T09:07:17.464Z","repository":{"id":241365198,"uuid":"792726680","full_name":"kovs705/PreviewDebugger","owner":"kovs705","description":"Preview helper for different localizations, color chemes and text sizes (SwiftUI)","archived":false,"fork":false,"pushed_at":"2025-07-27T00:37:05.000Z","size":233,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T03:40:57.812Z","etag":null,"topics":["ios","swftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kovs705.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-27T11:59:48.000Z","updated_at":"2025-07-27T00:37:08.000Z","dependencies_parsed_at":"2024-05-28T01:30:59.663Z","dependency_job_id":"58e48cd1-aad5-4d10-958a-f312ded1e059","html_url":"https://github.com/kovs705/PreviewDebugger","commit_stats":null,"previous_names":["kovs705/previewdebugger"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kovs705/PreviewDebugger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovs705%2FPreviewDebugger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovs705%2FPreviewDebugger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovs705%2FPreviewDebugger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovs705%2FPreviewDebugger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kovs705","download_url":"https://codeload.github.com/kovs705/PreviewDebugger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovs705%2FPreviewDebugger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268519109,"owners_count":24263048,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ios","swftui"],"created_at":"2024-11-05T14:24:59.058Z","updated_at":"2025-08-03T09:07:17.457Z","avatar_url":"https://github.com/kovs705.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"300\" height=\"300\" src=\"/Resources/Preview Debugger.png\" alt=\"LogOutLoud Logo\"\u003e\n  \u003ch1\u003e\u003cb\u003ePreview debugger\u003c/b\u003e\u003c/h1\u003e\n  \u003cp\u003e\n    Library for debugging views in SwiftUI environment. Implement easily in previews or app directly, using connectDebugger method on your view.\n    \u003cbr\u003e\n    \u003ci\u003eCompatible with iOS 15.0 and later\u003c/i\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://swift.org\"\u003e\n\u003c!--     \u003cimg src=\"https://img.shields.io/badge/Swift-5.9%20%7C%206-orange.svg\" alt=\"Swift Version\"\u003e --\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Swift-5.9-orange.svg\" alt=\"Swift Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.apple.com/ios/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/iOS-15%2B-blue.svg\" alt=\"iOS\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"License: MIT\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Features\nThere are features like:\n - Change from `Light` to `Dark` color cheme in one click\n - Change `font size` dynamically using simple slider\n - Switch between left-to-right and right-to-left `layout direction`\n - Turn on `accessibility` to make sure everyone could use your app\n \n ## Instalation\n - Add package dependency through Xcode using SPM\n - Use `main` branch for the latest features\n\n ## Usage\n - Use extension View `connectDebugger(isVisible: Binding\u003cBool\u003e = .constant(true)` method on your parent view to see the instrument on screen \n - Best to use inside #Preview canvas environment!\n \n ## Requirements\n - SwiftUI iOS 15+\n - iOS \u0026 iPadOS only (MacOS in progress)\n - `For taking screenshots`, app should has `NSPhotoLibraryAddUsageDescription` permission in plist file\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovs705%2Fpreviewdebugger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkovs705%2Fpreviewdebugger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovs705%2Fpreviewdebugger/lists"}