Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Add RealGroup plugin #605

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,12 @@
"url": "https://github.com/DevDu/FastCoding-Xcode-Plugin",
"description": "FastCoding is a plug-in for the fast generation of getter, setter, and lazy methods. ",
"screenshot":"https://raw.githubusercontent.com/DevDu/FastCoding-Xcode-Plugin/master/screenshot/screenShot3.png"
},
{
"name": "RealGroup",
"url": "https://github.com/yizhaorong/RealGroup.git",
"description": "Create directory for Xcode Group",
"screenshot": "https://github.com/yizhaorong/RealGroup/blob/master/demo.gif"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please link directly to the image, and not the Github page displaying it.

The correct URL is https://raw.githubusercontent.com/yizhaorong/RealGroup/master/demo.gif.

Thanks!

}
],
"color_schemes": [
Expand Down