{"id":13512066,"url":"https://github.com/st3fan/SadMacScreenSaver","last_synced_at":"2025-03-30T22:31:53.873Z","repository":{"id":53918912,"uuid":"106180055","full_name":"st3fan/SadMacScreenSaver","owner":"st3fan","description":"Sad Mac Screen Saver","archived":false,"fork":false,"pushed_at":"2020-08-27T23:29:32.000Z","size":42,"stargazers_count":86,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T06:08:27.169Z","etag":null,"topics":["macos","screensaver"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/st3fan.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":"2017-10-08T13:52:36.000Z","updated_at":"2024-07-09T03:26:11.000Z","dependencies_parsed_at":"2022-08-13T04:20:11.336Z","dependency_job_id":null,"html_url":"https://github.com/st3fan/SadMacScreenSaver","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/st3fan%2FSadMacScreenSaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st3fan%2FSadMacScreenSaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st3fan%2FSadMacScreenSaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st3fan%2FSadMacScreenSaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st3fan","download_url":"https://codeload.github.com/st3fan/SadMacScreenSaver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390896,"owners_count":20769475,"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":["macos","screensaver"],"created_at":"2024-08-01T03:01:27.765Z","updated_at":"2025-03-30T22:31:52.469Z","avatar_url":"https://github.com/st3fan.png","language":"Objective-C","funding_links":[],"categories":["Objective-C"],"sub_categories":[],"readme":"# Sad Mac Screen Saver\n\n*Stefan Arentz, October 2017*\n\n\n## Some notes on Notarizing\n\n(Mostly for myself but maybe others find this useful too...)\n\nFirst _Archive_ a build. Then from the _Organizer_, hit _Distribute Content_ and select the _Built Products_ option. This will export the signed `.saver` file.\n\nThen zip it up so that we can send it to the _Notarization Service_:\n\n```\n$ ditto -c -k --keepParent SadMac.saver SadMac.zip\n```\n\nThen send it to the _Notarization Service_:\n\n```\n$ xcrun altool --notarize-app --primary-bundle-id \"$ORG_IDENTIFIER.SadMac.zip\" --username $APPSTORE_CONNECT_USERNAME --file SadMac.zip\nNo errors uploading 'SadMac.zip'.\nRequestUUID = ad7daf8e-fae4-475a-b117-dfd572e17a34\n```\n\nIt will ask for a password, use the _App Specific Password_ you generated for Notarization.\n\nGet some coffee to allow the _Notarization_ to run and then check the status with:\n\n```\n$ xcrun altool --notarization-info ad7daf8e-fae4-475a-b117-dfd572e17a34 -u $APPSTORE_CONNECT_USERNAME\nNo errors getting notarization info.\n          Date: 2020-08-25 12:14:19 +0000\n          Hash: df90782d2450e6c4f776f4f11c9a49b3036846cd18b632953c119aad12e80af7\n   RequestUUID: ad7daf8e-fae4-475a-b117-dfd572e17a34\n        Status: in progress\n   Status Code: 0\nStatus Message: Package Approved\n```\n\nWhen the package is approved, staple the token on the original `.saver` file:\n\n```\n$ xcrun stapler staple SadMac.saver\nProcessing: /Users/stefan/Desktop/SadMac-1.3/Products/Users/stefan/Library/Screen Savers/SadMac.saver\nProcessing: /Users/stefan/Desktop/SadMac-1.3/Products/Users/stefan/Library/Screen Savers/SadMac.saver\nThe staple and validate action worked!\n```\n\nThis file can now be zipped and uploaded to the GitHub releases.\n\n(Too many manual steps, so next time we'll make sure this is as simple as `notarize.py SadMac.saver`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst3fan%2FSadMacScreenSaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst3fan%2FSadMacScreenSaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst3fan%2FSadMacScreenSaver/lists"}