XcodeDocs

 

Live Xcode Code Snippts

🎯 About

Sync Your Xcode Code Snippets Across Devices with One Drive.

✨ Features

  • Coding Fast.
  • Access to code snippets across all devices.
  • Access to every code part by shortcut.

✅ Requirements

Before starting 🏁, you need to have Xcode and One Drive installed.

🏁 Starting

# 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.

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Ibrahim

 

Back to top