{"id":19692525,"url":"https://github.com/sfmdev/appledebugtool","last_synced_at":"2026-05-15T14:33:57.520Z","repository":{"id":182095953,"uuid":"92634249","full_name":"sfmDev/AppleDebugTool","owner":"sfmDev","description":"Apple debugTool from UIKit","archived":false,"fork":false,"pushed_at":"2017-05-28T02:29:58.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T11:49:56.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sfmDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-05-28T01:54:52.000Z","updated_at":"2017-05-28T01:57:16.000Z","dependencies_parsed_at":"2023-07-19T06:01:36.361Z","dependency_job_id":null,"html_url":"https://github.com/sfmDev/AppleDebugTool","commit_stats":null,"previous_names":["sfmdev/appledebugtool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sfmDev/AppleDebugTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfmDev%2FAppleDebugTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfmDev%2FAppleDebugTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfmDev%2FAppleDebugTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfmDev%2FAppleDebugTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfmDev","download_url":"https://codeload.github.com/sfmDev/AppleDebugTool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfmDev%2FAppleDebugTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33069973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-11T19:13:40.072Z","updated_at":"2026-05-15T14:33:57.505Z","avatar_url":"https://github.com/sfmDev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppleDebugTool\n\n此工具是苹果私有的Debug 调试工具,idea 来自[链接](http://ryanipete.com/blog/ios/swift/objective-c/uidebugginginformationoverlay/)\n\n\u003e警告\n\u003e 此工具仅限于 Debug 阶段使用,在上线时最好移除,因为可能调用私有API而导致审核无法通过.\n\n## ScreenShots\n\n![](./_image/WechatIMG13-2.jpeg)\n\n\n\n## Example usage\n* 添加 AppleDebugTool 到项目中\n* 在 Appdelegate的didFinishLaunchingWithOptions中添加\n```\nAppleDebugTool.shared.show()\nAppleDebugTool.shared.debugToolsPos = .topLeft\n```\n* 在 Appdelegate 中添加方法:\n```\n   override func touchesBegan(_ touches: Set\u003cUITouch\u003e, with event: UIEvent?) {\n        let location = ((event?.allTouches! as NSSet!).anyObject() as? UITouch)?.location(in: self.window)\n        if UIApplication.shared.statusBarFrame.contains(location!) {\n            AppleDebugTool.shared.debugBtnTapped()\n        }\n    }\n```\n## Realease log\n* 17.05.28 -- first commit\n\n## To Do\n* Cocoapods 支持\n* 移除 touchBegan方法,让使用更加简单\n\n## License\n\nAppleDebugTool is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfmdev%2Fappledebugtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfmdev%2Fappledebugtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfmdev%2Fappledebugtool/lists"}