{"id":17090829,"url":"https://github.com/phimage/notarizationauditlog","last_synced_at":"2025-03-23T16:12:56.193Z","repository":{"id":63920318,"uuid":"212524984","full_name":"phimage/NotarizationAuditLog","owner":"phimage","description":"Decode JSON audit log from notarization process","archived":false,"fork":false,"pushed_at":"2019-11-05T05:00:35.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T22:33:10.491Z","etag":null,"topics":["apple","audit-log","notarization"],"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/phimage.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},"funding":{"github":"phimage","patreon":"phimage","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.com/paypalme2/ericphimage"}},"created_at":"2019-10-03T07:55:25.000Z","updated_at":"2019-11-05T05:00:37.000Z","dependencies_parsed_at":"2023-01-14T14:00:29.743Z","dependency_job_id":null,"html_url":"https://github.com/phimage/NotarizationAuditLog","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationAuditLog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationAuditLog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationAuditLog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationAuditLog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phimage","download_url":"https://codeload.github.com/phimage/NotarizationAuditLog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245128130,"owners_count":20565206,"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","audit-log","notarization"],"created_at":"2024-10-14T13:56:51.356Z","updated_at":"2025-03-23T16:12:56.171Z","avatar_url":"https://github.com/phimage.png","language":"Swift","readme":"# NotarizationAuditLog\n\nSwift structure to parse apple [notarization](https://developer.apple.com/documentation/xcode/notarizing_your_app_before_distribution) audit log.\n\n```swift\nlet data: Data = ... // from file or command output\nlet auditLog = try JSONDecoder().decode(NotarizationAuditLog.self, from: data)\n ```\n\nExample of audit log found on [apple website](https://developer.apple.com/documentation/xcode/notarizing_your_app_before_distribution/customizing_the_notarization_workflow)\n\n```json\n{\n    \"archiveFilename\": \"Overnight TextEditor.app\",\n    \"issues\": [\n        {\n            \"message\": \"The signature of the binary is invalid.\",\n            \"path\": \"Overnight TextEditor.app/Contents/MacOS/Overnight TextEditor\",\n            \"severity\": \"error\"\n        }\n    ],\n    \"jobId\": \"2EFE2717-52EF-43A5-96DC-0797E4CA1041\",\n    \"logFormatVersion\": 1,\n    \"status\": \"Invalid\",\n    \"statusSummary\": \"Archive contains critical validation errors\",\n    \"ticketContents\": null,\n    \"uploadDate\": \"2018-07-02T20:32:01Z\"\n}\n```\n","funding_links":["https://github.com/sponsors/phimage","https://patreon.com/phimage","https://www.paypal.com/paypalme2/ericphimage"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Fnotarizationauditlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphimage%2Fnotarizationauditlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Fnotarizationauditlog/lists"}