Sync Your Xcode Code Snippets Across Devices with One Drive.
- Coding Fast.
- Access to code snippets across all devices.
- Access to every code part by shortcut.
Before starting 🏁, you need to have Xcode and One Drive installed.
# Clone this project
$ cd Downloads
$ git clone https://github.com/IbrahimHosseini/swift-CodeSnippets.git
# Access
$ cd swift-CodeSnippets
# Move the folder to your cloud storage (one drive or other cloud storage)
$ mv -v /Users/YOUR_USERNAME/Downloads/swift-CodeSnippets/CodeSnippets ~/Users/YOUR_USERNAME/Library/CloudStorage/OneDrive-Personal/Documents/CodeSnippets
# Link cloud code snippets to your Xcode code snippets
$ ln -s ~/Users/YOUR_USERNAME/Library/CloudStorage/OneDrive-Personal/Documents/CodeSnippets /Users/YOUR_USERNAME/Library/Developer/Xcode/UserData/
# replacing YOUR_USERNAME.
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Ibrahim