Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silence0201/codesnippet
CodeSnippet for Xcode
https://github.com/silence0201/codesnippet
codesnippet xcode
Last synced: 13 days ago
JSON representation
CodeSnippet for Xcode
- Host: GitHub
- URL: https://github.com/silence0201/codesnippet
- Owner: silence0201
- License: mit
- Created: 2017-03-07T07:20:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T03:33:23.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T12:13:48.268Z (2 months ago)
- Topics: codesnippet, xcode
- Language: Shell
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeSnippet
CodeSnippet for Xcode## How to import all code snippets to Xcode
The default snippets are stored in the ~/Library/Developer/Xcode/UserData/CodeSnippets/
We can check out this git project and use a soft link to the target directory.
Usage:
1. check out the project using: git clone https://github.com/silence0201/CodeSnippet
2. add authority: chmod u+x *.sh
3. execute: ./setup.sh## Comment
o --> Objective-C
s --> Swift
## CodeSnippet
CodeSnippet is available under the MIT license. See the LICENSE file for more info.