Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Install script should remove Alcatraz from skipped bundles list #281

Closed
Ashton-W opened this issue May 26, 2015 · 3 comments
Closed

Install script should remove Alcatraz from skipped bundles list #281

Ashton-W opened this issue May 26, 2015 · 3 comments

Comments

@Ashton-W
Copy link

Since Xcode 6.3(?) you are given a single chance to allow Xcode to load the Alcatraz bundle, if you choose not to the preference is saved in defaults.

defaults read com.apple.dt.Xcode.plist DVTPlugInManagerNonApplePlugIns-Xcode-6.3.2

This command shows structure of this preference.

{
    allowed =     {
        "com.mneorr.Alcatraz" =         {
            version = 1;
        };
        "ru.DeepIT.XcodeColors" =         {
            version = 109;
        };
    };
    skipped =     {
    };
}

Should the Alcatraz install script check or fix this preference to allow Alcatraz to be loaded again?

@pbendersky
Copy link

👍 I was just fighting this, and kept reinstalling Alcatraz without success.

@supermarin
Copy link
Collaborator

Thanks for the suggestion, this one sounds good 👍

@guillaumealgis
Copy link
Member

Fixed in #315

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants