Coder Social home page Coder Social logo

zoejessica / accesscontrolkitty Goto Github PK

View Code? Open in Web Editor NEW
140.0 5.0 4.0 5.41 MB

Xcode extension - quickly change access control level (public, private etc.) of selected Swift code by Editor menu item or keyboard command

License: MIT License

Swift 99.49% Objective-C 0.51%
xcode-extension xcode source-editor-extension developer-tools macos

accesscontrolkitty's People

Contributors

zoejessica avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

accesscontrolkitty's Issues

The app cannot be found on the Mac App Store

Greetings mate, I was looking for nice extensions for Xcode. I came across AccessControlKitty suddenly. However, the app cannot be found on the Mac App Store anymore. I was able to sign and export the app on my own :). However, it doesn't show up in the editor menu after activating from the system preferences and a restart of Xcode. Do you have any ideas on this?

Best,
Ricky

Plugin does not show up in Xcode 13.1 (13A1030d)

Hi,

neither the App Store version nor the compiled version shows up in the Xcode edit. I am using the SwiftFormat plugin, which shows up, so it does not seem to be a general problem. Both, "The Kitty" ;-) and SwiftFormat show up in the System Preferences -> Extensions. So the plugin is there, but can not be used by Xcode.

Any idea where to look for clues, what the issue is?

Thank you!

  • Michael

Not available on UK store...

Hi,
trying to open this on the UK store, I get the error 'not available on this store'
Is there a reason to limit this - or is this an oversight?

thanks.

Just read your article about extensions ...

Loved it ... helped me to see that life is over for creating user interactive plugins. It seems if you wanted a dialog to appear when an extension is activated you are out of luck.

Which country available to download from Mac App Store ?

I have try to settings and changed many App Store's countries but seem it's always not available to download the app.

Can you help to guide me how to download the extension from Mac App Store ?

Or if better please help to support its using Home Brew.

Thanks.

Changing access control level of a property called "open" fails

Hi, and thanks for making AccessControlKitty!

I tried it on the following input:

struct OperatingHours {
    let open: String
    let close: String
}

I ran "All Public" on it to get:

public struct OperatingHours {
    let public: String
    public let close: String
}

Instead of let public: String I expected public let open: String.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.