{"id":20970299,"url":"https://github.com/sbooth/sfbcrashreporter","last_synced_at":"2025-05-14T11:33:09.593Z","repository":{"id":648646,"uuid":"290977","full_name":"sbooth/SFBCrashReporter","owner":"sbooth","description":"A crash reporting framework for macOS","archived":false,"fork":false,"pushed_at":"2024-01-14T15:47:32.000Z","size":101,"stargazers_count":74,"open_issues_count":1,"forks_count":12,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-28T21:45:38.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/sbooth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2009-08-28T15:24:34.000Z","updated_at":"2024-01-14T15:47:35.000Z","dependencies_parsed_at":"2024-01-14T16:55:21.798Z","dependency_job_id":"5b8de0b0-61bc-4f79-b419-38e30e803a8e","html_url":"https://github.com/sbooth/SFBCrashReporter","commit_stats":{"total_commits":82,"total_committers":4,"mean_commits":20.5,"dds":0.07317073170731703,"last_synced_commit":"cdb0d30e23c20784ec75d16733118fb4a4e0b6e2"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbooth%2FSFBCrashReporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbooth%2FSFBCrashReporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbooth%2FSFBCrashReporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbooth%2FSFBCrashReporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbooth","download_url":"https://codeload.github.com/sbooth/SFBCrashReporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254131787,"owners_count":22020010,"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":[],"created_at":"2024-11-19T03:57:40.802Z","updated_at":"2025-05-14T11:33:09.293Z","avatar_url":"https://github.com/sbooth.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Version](https://img.shields.io/cocoapods/v/SFBCrashReporter.svg)](http://cocoadocs.org/docsets/SFBCrashReporter)\n[![Platform](https://img.shields.io/cocoapods/p/SFBCrashReporter.svg)](https://github.com/sbooth/SFBCrashReporter)\n[![License](https://img.shields.io/cocoapods/l/SFBCrashReporter.svg)](COPYING)\n\n`SFBCrashReporter` is a framework for submitting application crash logs to an HTTP server.\n\nAdding `SFBCrashReporter` support to your application is easy:\n\n1.  Add the URL for crash log submission as `SFBCrashReporterCrashSubmissionURL` to your application's `Info.plist`\n\n2.  Add the following code to your application's delegate:\n\n```objective-c\n#import \u003cSFBCrashReporter/SFBCrashReporter.h\u003e\n\n- (void) applicationDidFinishLaunching:(NSNotification *)aNotification\n{\n  // Check for and send crash reports\n  [SFBCrashReporter checkForNewCrashes];\n}\n```\n\nAdding support to your HTTP server to receive the crash logs is also easy.  `SFBCrashReporter` comes with a PHP script that will e-mail the submitted crash logs to a specified email account.\n\n0.  Install PHP!\n\n1.  Modify \u003ctt\u003ehandle_crash_report.php\u003c/tt\u003e as appropriate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbooth%2Fsfbcrashreporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbooth%2Fsfbcrashreporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbooth%2Fsfbcrashreporter/lists"}