{"id":17090842,"url":"https://github.com/phimage/notarizationinfo","last_synced_at":"2025-03-23T16:12:57.639Z","repository":{"id":63920438,"uuid":"214872813","full_name":"phimage/NotarizationInfo","owner":"phimage","description":"Decode info from apple notarization process","archived":false,"fork":false,"pushed_at":"2019-11-05T05:00:02.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T14:48:40.469Z","etag":null,"topics":["apple","notarization"],"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/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-13T18:33:20.000Z","updated_at":"2019-11-05T05:00:03.000Z","dependencies_parsed_at":"2023-01-14T14:00:37.182Z","dependency_job_id":null,"html_url":"https://github.com/phimage/NotarizationInfo","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2FNotarizationInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phimage","download_url":"https://codeload.github.com/phimage/NotarizationInfo/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","notarization"],"created_at":"2024-10-14T13:56:53.065Z","updated_at":"2025-03-23T16:12:57.592Z","avatar_url":"https://github.com/phimage.png","language":"Swift","readme":"# NotarizationInfo\n\nDecode notarization information from upload, info and history request using `xcrun altool` with `--output-format xml` as argument.\n\n## Decode \n\n```swift\n let response = try NotarizationResponse(from: data) // or string\n ```\n\n## Get request UUID after uploading\n\n`xcrun altool --notarize-app ...`\n\n```swift\n if let uuid = response.notarizationUpload?.requestUUID {\n ... \n }\n```\n\n## Get status\n\n`xcrun altool --notarization-info \u003cid\u003e ...`\n\n```swift\n if let status = response.notarizationInfo?.status {\n \n }\n```\n\n## Get history\n\n `xcrun altool --notarization-history ...`\n\n```swift\n for item in response.notarizationHistory?.items ?? [] {\n ... \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%2Fnotarizationinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphimage%2Fnotarizationinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Fnotarizationinfo/lists"}