• This repository has been archived on 06/Dec/2019
  • Stars
    star
    1,195
  • Rank 37,693 (Top 0.8 %)
  • Language
    Ruby
  • License
    Other
  • Created about 8 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

MacSymbolicator

Symbolicating macOS/iOS crash reports, easily.
Swift
1,018
star
2

stts

A simple macOS app for monitoring the status of cloud services
Swift
508
star
3

Autoclick

A simple Mac app that simulates mouse clicks
Objective-C
380
star
4

MBPopup

macOS status bar popups done right ๐Ÿ˜Ž
Swift
105
star
5

cosyTabs

SIMBL plug-in for Safari. Now with macOS Sierra/Safari 10 support. Small tabs like they used to be back in the day.
Objective-C
44
star
6

CustomNC

Personalise your Notification Center banners and alerts. Requires SIMBL/EasySIMBL. (Sierra unsupported)
Objective-C
39
star
7

Transmog

A command-line tool for converting VS Code themes into Xcode themes ๐ŸŽจ๐Ÿ› 
Swift
35
star
8

StartAtLogin

Swifty Start at Login for macOS apps
Objective-C
22
star
9

RubyXDCCGetter

Ruby-based command-line tool for downloading files through XDCC
Ruby
17
star
10

dokku-buildpack-jekyll4-nginx

Jekyll 4 on Dokku
Shell
15
star
11

Mauno

A tiny Mac menubar app that allows you to quickly switch audio from Stereo to Mono
Swift
15
star
12

dominosjp

๐Ÿ•Domino's Pizza Japan CLI ๐Ÿ•
Ruby
13
star
13

MBDropZone

Easy file drag & drop for OS X
Objective-C
13
star
14

terminal-setup

My Terminal theme/settings
12
star
15

GlobalNoWindowTitle

SIMBL plug-in. Hides window titles+icons.
Objective-C
9
star
16

Dim

Mac app for multi-monitor users. Automatically dims secondary screen if a video is fullscreen.
Objective-C
8
star
17

MBVineVideo

Extracts video URL and information from Vine
Objective-C
6
star
18

GlobalNoWindowIcon

SIMBL plug-in. Hides window icons on (almost) all apps.
Objective-C
5
star
19

HAPU-rules

Detection rules for HAPU (http://mahdi.jp/apps/hapu) http://github.com/inket/HAPU-rules
5
star
20

ReflectURL

SIMBL plug-in that makes Safari 8 show the full URL in the address bar.
Objective-C
4
star
21

OpsDeploy

Gem for performing deployment & checks on AWS OpsWorks
Ruby
4
star
22

Duat.terminal

Terminal.app color theme/profile
4
star
23

dsc_extractor

How to use dsc_extractor to extract the dyld_shared_cache
3
star
24

PreciseTwitter

A SIMBL plugin that fixes some of the annoyances on Twitter for Mac 3.0
Objective-C
3
star
25

cargo.rb

Download new TV Shows and movies from direct links.
Ruby
3
star
26

GlobalNoFullscreenButton

SIMBL plug-in. Hides fullscreen button from windows.
Objective-C
2
star
27

DS4

DualShock 4 support on iOS 12 and earlier
Objective-C
2
star
28

smartPins

Proof of concept of customizing Safari's pinned tabs to achieve a minimal look
Objective-C
1
star
29

CinchIRCBot

A Ruby-based IRC bot using Cinch framework; Fetches some links and gives relevant results.
Ruby
1
star
30

Next

Old Mac app for managing a music queue for iTunes
Objective-C
1
star
31

MBAWSSNSManager

Receive Push notifications from Amazon Web Services
Objective-C
1
star
32

FinderMinusFree

Utility automating a tiny Finder mod that shortens the unnecessarily long item info for storage devices on the desktop
Objective-C
1
star