{"id":15131879,"url":"https://github.com/inket/update_xcode_plugins","last_synced_at":"2025-09-28T23:32:17.638Z","repository":{"id":59158723,"uuid":"52508748","full_name":"inket/update_xcode_plugins","owner":"inket","description":"No more messing with plugin UUIDs; Plugins on Xcode 8+!","archived":true,"fork":false,"pushed_at":"2018-06-06T01:02:04.000Z","size":70,"stargazers_count":1192,"open_issues_count":11,"forks_count":87,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-01-01T20:24:27.931Z","etag":null,"topics":["unsign","xcode","xcode-plugins"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inket.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":"2016-02-25T08:26:01.000Z","updated_at":"2024-08-27T02:30:30.000Z","dependencies_parsed_at":"2022-09-13T20:10:28.231Z","dependency_job_id":null,"html_url":"https://github.com/inket/update_xcode_plugins","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/inket%2Fupdate_xcode_plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inket%2Fupdate_xcode_plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inket%2Fupdate_xcode_plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inket%2Fupdate_xcode_plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inket","download_url":"https://codeload.github.com/inket/update_xcode_plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234575214,"owners_count":18854924,"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":["unsign","xcode","xcode-plugins"],"created_at":"2024-09-26T04:01:23.285Z","updated_at":"2025-09-28T23:32:12.315Z","avatar_url":"https://github.com/inket.png","language":"Ruby","funding_links":[],"categories":["WebSocket"],"sub_categories":[],"readme":"[![](https://travis-ci.org/inket/update_xcode_plugins.svg?branch=master)](https://travis-ci.org/inket/update_xcode_plugins) [![Coverage Status](https://coveralls.io/repos/github/inket/update_xcode_plugins/badge.svg?branch=master)](https://coveralls.io/github/inket/update_xcode_plugins?branch=master)\n\n![](https://img.shields.io/badge/xcode%207.3-supported-brightgreen.svg)\n\n![](https://img.shields.io/badge/xcode%208.0-supported-brightgreen.svg)\n![](https://img.shields.io/badge/xcode%208.1-supported-brightgreen.svg)\n![](https://img.shields.io/badge/xcode%208.2-supported-brightgreen.svg)\n![](https://img.shields.io/badge/xcode%208.3-supported-brightgreen.svg)\n\n![](https://img.shields.io/badge/xcode%209.0-supported-brightgreen.svg)\n![](https://img.shields.io/badge/xcode%209.1-supported-brightgreen.svg)\n![](https://img.shields.io/badge/xcode%209.2-supported-brightgreen.svg)\n![](https://img.shields.io/badge/xcode%209.3-supported-brightgreen.svg)\n![](https://img.shields.io/badge/xcode%209.4-supported-brightgreen.svg)\n\n![](https://img.shields.io/badge/xcode%2010.0b1-supported-brightgreen.svg)\n\n### $ update\\_xcode\\_plugins\n\nThis tool adds the missing UUIDs into the installed Xcode plugins so that they can be loaded by newer versions of Xcode.\n\nYou can choose to run it once or install a **launch agent** that will trigger the tool every time any of your installed plugins are modified or Xcode/Xcode-beta gets updated.\n\nThis tool also allows you to unsign Xcode in order to run plugins on Xcode 8 and later. For more information on why this is needed, see [alcatraz/Alcatraz#475](https://github.com/alcatraz/Alcatraz/issues/475).\n\nWhen unsigning Xcode, you will also be prompted to unsign `xcodebuild`; Doing so will allow `xcodebuild` to load plugins and silence the library validation warnings. More info at [#8](https://github.com/inket/update_xcode_plugins/issues/8#issuecomment-247881598).\n\nIf you are having any issues, please check [common issues](#common-issues) before creating an issue.\n\n#### Install\n\n```shell\n$ gem install update_xcode_plugins\n```\n\n(if using system ruby: `sudo gem install update_xcode_plugins`)\n\n(if still having problems: `sudo gem install -n /usr/local/bin update_xcode_plugins` [#10](https://github.com/inket/update_xcode_plugins/issues/10))\n\n#### Usage\n\nIn Terminal:\n\n```shell\n$ update_xcode_plugins\n```\n\n![](http://i.imgur.com/0aw1bW4.png)\n\nTo use plugins on Xcode 8 and later, unsign Xcode with:\n\n```shell\n$ update_xcode_plugins --unsign\n```\n\n![](http://i.imgur.com/XUco0su.png)\n\nIf you need to restore Xcode, use the command:\n\n```shell\n$ update_xcode_plugins --restore\n```\n\n##### Other options\n\nFor a dry run to see which plugins will be updated,\n\n```shell\n$ update_xcode_plugins --dry-run\n```\n\nTo install the launch agent for automatically updating plugins,\n\n```shell\n$ update_xcode_plugins --install-launch-agent\n```\n\nor to uninstall the launch agent,\n\n```shell\n$ update_xcode_plugins --uninstall-launch-agent\n```\n\n##### Common Issues\n\n###### Xcode crashes:\n\n  One or more of the plugins you are using are incompatible with your version of Xcode and are causing it to crash. The crash report will generally include the name of the responsible plugin. If unsure, start removing your plugins one by one until you find the culprit.\n\n#### Contact\n\n[@inket](https://github.com/inket) / [@inket](https://twitter.com/inket) on Twitter / [mahdi.jp](https://mahdi.jp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finket%2Fupdate_xcode_plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finket%2Fupdate_xcode_plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finket%2Fupdate_xcode_plugins/lists"}