{"id":13530819,"url":"https://github.com/nowsecure/node-applesign","last_synced_at":"2025-05-16T08:05:06.167Z","repository":{"id":37451036,"uuid":"50606910","full_name":"nowsecure/node-applesign","owner":"nowsecure","description":"NodeJS module and commandline utility for re-signing iOS applications (IPA files).","archived":false,"fork":false,"pushed_at":"2025-05-05T14:38:47.000Z","size":762,"stargazers_count":434,"open_issues_count":22,"forks_count":77,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-12T13:51:16.010Z","etag":null,"topics":["apple","codesign","entitlements","ios","nowsecure","re-sign","signing"],"latest_commit_sha":null,"homepage":"https://www.nowsecure.com","language":"JavaScript","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/nowsecure.png","metadata":{"files":{"readme":"README.linux.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-01-28T19:17:03.000Z","updated_at":"2025-05-08T01:39:42.000Z","dependencies_parsed_at":"2024-01-09T16:51:50.936Z","dependency_job_id":"cb0f0489-9016-43bc-918b-b2a8c47a8de8","html_url":"https://github.com/nowsecure/node-applesign","commit_stats":{"total_commits":417,"total_committers":15,"mean_commits":27.8,"dds":0.1534772182254197,"last_synced_commit":"049aa3dd72d069ec5ef2dde7bdb5a4b441a6fe4a"},"previous_names":[],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnode-applesign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnode-applesign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnode-applesign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fnode-applesign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowsecure","download_url":"https://codeload.github.com/nowsecure/node-applesign/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493378,"owners_count":22080126,"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","codesign","entitlements","ios","nowsecure","re-sign","signing"],"created_at":"2024-08-01T07:00:55.820Z","updated_at":"2025-05-16T08:05:01.146Z","avatar_url":"https://github.com/nowsecure.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","JavaScript"],"sub_categories":["Uncategorized"],"readme":"# Running applesign on Linux\n\nIt is possible to use applesign outside the Apple ecosystem, but this requires\nthe `rcodesign` tool to be installed:\n\n```\n$ cargo install apple-codesign\n```\n\n## Self Signed certificates\n\nYou can read more about rcodesign and certificates in:\n\n* https://pyoxidizer.readthedocs.io/en/latest/apple_codesign_certificate_management.html#apple-codesign-certificate-management\n\n```sh\n$ rcodesign generate-self-signed-certificate --person-name pancake \u003e a.pem\n$ rcodesign analyze-certificate --pem-source a.pem\n```\n\nWith this `a.pem` file you can now sign a binary like this:\n\n```sh\n$ rcodesign sign --pem-source a.pem --code-signature-flags runtime /path/to/binary\n```\n\n## Codesign Requirements\n\nApple requires a csreq to be signed inside the binary. this is an evaluated expression that defines\nthe conditions that must \n\n* https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/RequirementLang/RequirementLang.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fnode-applesign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowsecure%2Fnode-applesign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fnode-applesign/lists"}