{"id":1363,"url":"https://github.com/bannzai/gedatsu","last_synced_at":"2025-04-05T02:07:43.135Z","repository":{"id":56912630,"uuid":"261193669","full_name":"bannzai/Gedatsu","owner":"bannzai","description":"Gedatsu provide readable format about AutoLayout error console log","archived":false,"fork":false,"pushed_at":"2020-08-14T13:16:30.000Z","size":2300,"stargazers_count":533,"open_issues_count":1,"forks_count":22,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T18:04:05.134Z","etag":null,"topics":["cocoapods","swift","swiftpackagemanager","xcode"],"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/bannzai.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}},"created_at":"2020-05-04T13:53:12.000Z","updated_at":"2025-03-23T03:37:06.000Z","dependencies_parsed_at":"2022-08-21T03:20:21.582Z","dependency_job_id":null,"html_url":"https://github.com/bannzai/Gedatsu","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannzai%2FGedatsu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannzai%2FGedatsu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannzai%2FGedatsu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannzai%2FGedatsu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bannzai","download_url":"https://codeload.github.com/bannzai/Gedatsu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276163,"owners_count":20912288,"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":["cocoapods","swift","swiftpackagemanager","xcode"],"created_at":"2024-01-05T20:15:44.745Z","updated_at":"2025-04-05T02:07:38.122Z","avatar_url":"https://github.com/bannzai.png","language":"Swift","funding_links":[],"categories":["Logging","Libs","Logging [🔝](#readme)"],"sub_categories":["Other Hardware","Logging"],"readme":"[![Swift 5.2](https://img.shields.io/badge/swift-5.2-ED523F.svg?style=flat)](https://swift.org/download/) [![Cocoapods](https://img.shields.io/cocoapods/v/Gedatsu.svg)](https://cocoapods.org/pods/Gedatsu) [![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Swift Package Manager](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)\n\n[![Gedatsu](docs/logo.png)](docs/logo.png)\n\n# Gedatsu\nGedatsu provide readable format about AutoLayout error console log\n\n## Abstract\nAt runtime Gedatsu hooks console log and formats it to human readable about AutoLayout ambiguous constraints.\n\n| Original |  Gedatsu  |\n| ---- | ---- |\n|  \u003cimg width=\"100%\" src=\"https://github.com/bannzai/Gedatsu/blob/master/docs/autolayout.png\" /\u003e  |  \u003cimg width=\"100%\" src=\"https://github.com/bannzai/Gedatsu/blob/master/docs/gedatsu.png\" /\u003e  |\n\n## Install\n### Cocoapods\nAdd the line below to Podfile and execute `$ pod install`.\n```ruby\npod 'Gedatsu', configuration: %w(Debug)\n```\n\n### Carthage\nAdd the line below to Cartfile and execute any `$ carthage checkout \u0026\u0026 carthage build` commands.  \ne.g.) `$ carthage bootstrap --platform iOS`.\n```\ngithub \"bannzai/Gedatsu\"\n```\n\n### Swift Package Manager\nGedatsu supports to install via Swift Package Manager.\nYou can add Gedatsu on Xcode GUI. See [document](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app). \n\n## Usage\nGedatsu will start when after call `Gedatsu.open`.\nAs an good example for iOS project, call `Gedatsu.open` when `AppDelegate.application:didFinishLaunchingWithOptions:`.\n\n```swift\n#if DEBUG\nimport Gedatsu\n#endif\n\nfunc application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -\u003e Bool {\n    #if DEBUG\n    Gedatsu.open()\n    #endif\n    return true\n}\n```\n\n## Support Versions\n|  platform  |  version  |\n| ---- | ---- |\n|  iOS  |  \u003e= 11.0  |  \n|  macOS  |  \u003e= 10.11  |  \n|  Swift  |  \u003e= 5.2  | \n\n\n\n\n## LICENSE\nGedatsu is released under the MIT license. See LICENSE for details.  \nHeader logo is released [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed) license. Original design by [noainoue](https://github.com/noainoue).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannzai%2Fgedatsu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbannzai%2Fgedatsu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannzai%2Fgedatsu/lists"}