Skip to content

A collection of useful Xcode code snippets used in StyleShare

License

Notifications You must be signed in to change notification settings

StyleShare/XcodeCodeSnippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c90a228 · Jan 8, 2021

History

25 Commits
Jan 8, 2021
Aug 24, 2017
Aug 23, 2019
Sep 1, 2017

Repository files navigation

ReactorKit Code Snippets in StyleShare

A collection of useful ReactorKit code snippets in StyleShare

Installation

Quit Xcode before installation and run the script below in the terminal:

git clone https://github.com/StyleShare/ReactorKitCodeSnippets
mkdir -p $HOME/Library/Developer/Xcode/UserData/CodeSnippets
cp ReactorKitCodeSnippets/CodeSnippets/* $HOME/Library/Developer/Xcode/UserData/CodeSnippets
rm -rf ReactorKitCodeSnippets

Or if you have a cloned repository:

cd /path/to/repo
make

License

All code snippets are under MIT license. See the LICENSE for more info.