All Projects → inket → Update_xcode_plugins

inket / Update_xcode_plugins

Licence: other
No more messing with plugin UUIDs; Plugins on Xcode 8+!

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Update xcode plugins

Nord Xcode
An arctic, north-bluish clean and elegant Xcode color theme.
Stars: ✭ 63 (-94.8%)
Mutual labels:  xcode
Xcodeappplugintemplate
App Plugin Project Template For iOS App And Mac App. Make it easy to hook app.
Stars: ✭ 71 (-94.14%)
Mutual labels:  xcode
Xgist
Xcode extension to send code to GitHub's Gist
Stars: ✭ 75 (-93.81%)
Mutual labels:  xcode
Automaticcompletionplugin
Objc,Getter 函数自动补全插件,基于 Xcode 8 的 Source Editor Extension 开发
Stars: ✭ 65 (-94.64%)
Mutual labels:  xcode
Assert
A collection of convenient assertions for Swift testing
Stars: ✭ 69 (-94.31%)
Mutual labels:  xcode
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (-2.64%)
Mutual labels:  xcode
Eventkit
A template conference app, featuring real-time schedule and data changes & running on Realm 🚀
Stars: ✭ 59 (-95.13%)
Mutual labels:  xcode
Ios Toolbox
My iOS dev toolbox.
Stars: ✭ 76 (-93.73%)
Mutual labels:  xcode
Articles
Articles for NSHipster.com
Stars: ✭ 1,166 (-3.8%)
Mutual labels:  xcode
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+630.61%)
Mutual labels:  xcode
Xcodeicontagger
Adds version and commit hash as an overlay to your iOS app's icon.
Stars: ✭ 66 (-94.55%)
Mutual labels:  xcode
Corenavigation
📱📲 Navigate between view controllers with ease. 💫 🔜 More stable version (written in Swift 5) coming soon.
Stars: ✭ 69 (-94.31%)
Mutual labels:  xcode
Macimagesetgenerator
2个脚本文件,帮助你在Mac上,生成Xcode可使用的APP图标和启动图。
Stars: ✭ 73 (-93.98%)
Mutual labels:  xcode
Scxcodeeditorinset
Xcode plugin that adds an empty (configurable) space to the end of the editor text view
Stars: ✭ 64 (-94.72%)
Mutual labels:  xcode
Doric
Protocol oriented, type safe, scalable design system foundation swift framework for iOS.
Stars: ✭ 75 (-93.81%)
Mutual labels:  xcode
React Native Nfc Ios
Easy to use CoreNFC for React Native
Stars: ✭ 59 (-95.13%)
Mutual labels:  xcode
Xcode Ast Dump
Dump the AST of your Swift Xcode project
Stars: ✭ 71 (-94.14%)
Mutual labels:  xcode
Hackernewsclient Ios
An iOS client for Hacker News
Stars: ✭ 77 (-93.65%)
Mutual labels:  xcode
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (-93.73%)
Mutual labels:  xcode
Lldb
A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
Stars: ✭ 1,187 (-2.06%)
Mutual labels:  xcode

Coverage Status

$ update_xcode_plugins

This tool adds the missing UUIDs into the installed Xcode plugins so that they can be loaded by newer versions of Xcode.

You 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.

This 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.

When 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.

If you are having any issues, please check common issues before creating an issue.

Install

$ gem install update_xcode_plugins

(if using system ruby: sudo gem install update_xcode_plugins)

(if still having problems: sudo gem install -n /usr/local/bin update_xcode_plugins #10)

Usage

In Terminal:

$ update_xcode_plugins

To use plugins on Xcode 8 and later, unsign Xcode with:

$ update_xcode_plugins --unsign

If you need to restore Xcode, use the command:

$ update_xcode_plugins --restore
Other options

For a dry run to see which plugins will be updated,

$ update_xcode_plugins --dry-run

To install the launch agent for automatically updating plugins,

$ update_xcode_plugins --install-launch-agent

or to uninstall the launch agent,

$ update_xcode_plugins --uninstall-launch-agent
Common Issues
Xcode crashes:

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.

Contact

@inket / @inket on Twitter / mahdi.jp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].