Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Xcode snippets #1

Open
ryanmasondavies opened this issue Apr 27, 2016 · 0 comments
Open

Sync Xcode snippets #1

ryanmasondavies opened this issue Apr 27, 2016 · 0 comments

Comments

@ryanmasondavies
Copy link
Owner

I'd love to be able to sync my Xcode snippets using git. I don't really use my snippets as it stands because they're not available on all of my computers.

Some notes on this:

  • There's a command line interface for installing Xcode snippets here. The files are stored as *.m / *.swift files with YAML front matter for meta info. I've experimented with Xcode's snippets folder - each snippet is given a unique identifier. As such this task wouldn't be as simple as putting the Xcode CodeSnippets under git.
  • Xcode snippets should be stored in a separate repository and pulled into this one as a submodule.
  • xcode/install.sh should include a script to run through all code snippets and install them automatically. (Delete old ones as necessary.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant