forked from alcatraz/alcatraz-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
274 lines (273 loc) · 11.8 KB
/
packages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"packages": {
"plugins": [
{
"name": "BBUncrustifyPlugin",
"url": "https://github.com/benoitsan/BBUncrustifyPlugin-Xcode",
"description": "Xcode plugin to uncrustify the source code opened in the editor"
},
{
"name": "SCXcodeMinimap",
"url": "https://github.com/stefanceriu/SCXcodeMiniMap",
"description": "SCXcodeMiniMap is a plugin that adds a source editor MiniMap to Xcode."
},
{
"name": "DerivedData Exterminator",
"url": "https://github.com/kattrali/deriveddata-exterminator",
"description": "Button for quickly deleting derived data. Makes Xcode happy."
},
{
"name": "OMMiniXcode",
"url": "https://github.com/omz/MiniXcode",
"description": "Xcode plugin for working without the main toolbar"
},
{
"name": "OMColorSense",
"url": "https://github.com/omz/ColorSense-for-Xcode",
"description": "Xcode plugin that makes working with UIColor (and NSColor) more visual."
},
{
"name": "OMQuickHelp",
"url": "https://github.com/omz/Dash-Plugin-for-Xcode",
"description": "Plugin for Xcode to integrate the Dash documentation viewer app"
},
{
"name": "KSImageNamed",
"url": "https://github.com/ksuther/KSImageNamed-Xcode",
"description": "Xcode plug-in that provides autocomplete for imageNamed: calls"
},
{
"name": "HOStringSense",
"url": "https://github.com/holtwick/HOStringSense-for-Xcode",
"description": "Plugin for Xcode to make working with strings less \"escaped\""
},
{
"name": "XVim",
"url": "https://github.com/JugglerShu/XVim",
"description": "Xcode plugin for Vim keybindings"
},
{
"name": "XCode4_beginning_of_line",
"url": "https://github.com/insanehunter/XCode4_beginning_of_line",
"description": "XCode 4 plugin to make HOME key jump to the first non-whitespace line of code"
},
{
"name": "Lin",
"url": "https://github.com/questbeat/Lin",
"description": "Xcode4 plugin shows completion for NSLocalizedString"
},
{
"name": "XCFixin_CurrentLineHighlighter",
"url": "https://github.com/davekeck/Xcode-4-Fixins",
"description": "This fixin highlights the line currently being edited in the source editor"
},
{
"name": "XCFixin_DisableAnimations",
"url": "https://github.com/davekeck/Xcode-4-Fixins",
"description": "This fixin disables Xcode's various NSAnimation-based animations, such as the Show/Hide Debug Area, Show/Hide Navigator, and Show/Hide Utilities animations."
},
{
"name": "XCFixin_FindFix",
"url": "https://github.com/davekeck/Xcode-4-Fixins",
"description": "This fixin makes Xcode show all find options (such as \"Ignore Case\") in the find bar when it opens."
},
{
"name": "XCFixin_HideDistractions",
"url": "https://github.com/davekeck/Xcode-4-Fixins",
"description": " This fixin adds a \"Hide Distractions\" menu item to the View menu, which focuses the current editor by hiding auxiliary views and maximizing the active window. This fixin works best when the XCFixin_DisableAnimations fixin is also installed."
},
{
"name": "XCFixin_InhibitTabNextPlaceholder",
"url": "https://github.com/davekeck/Xcode-4-Fixins",
"description": "This fixin disables using the tab key to select between argument placeholders of a synthesized (by Xcode's code completion) method call."
},
{
"name": "XCFixin_TabAcceptsCompletions",
"url": "https://github.com/davekeck/Xcode-4-Fixins",
"description": "Upon pressing tab, this fixin makes Xcode accept the currently-highlighted completion suggestion in the popup list."
},
{
"name": "XCFixin_UserScripts",
"url": "https://github.com/davekeck/Xcode-4-Fixins",
"description": "Reinstates some semblance of the Xcode 3.x User Scripts menu. See documentation in the XCFixin_UserScripts directory."
},
{
"name": "ShowInGithub",
"url": "https://github.com/larsxschneider/ShowInGitHub",
"description": "Open the related Github page of a source file directly form the Xcode editor code window."
},
{
"name": "XcodeAutoCloseDebug",
"url": "https://github.com/larsxschneider/XcodeAutoCloseDebug",
"description": "Close the debug window automatically after the debug session has ended."
},
{
"name": "Xprop",
"url": "https://github.com/shpakovski/Xprop",
"description": "Exclude @property and @synthesize document items from the navigator menu."
},
{
"name": "DLAutoresizeMaskPlugin",
"url": "https://github.com/garnett/AutoresizeMask-for-Xcode",
"description": "Vizualize autoresizing masks in the code editor."
},
{
"name": "DocExpander",
"url": "https://github.com/bjtitus/XcodeDocExpander",
"description": "Intelligent comment expansion based on DocBlockr for Sublime Text."
}
],
"color_schemes": [
{
"name": "Blues",
"url": "https://raw.github.com/HansPinckaers/blues-theme/master/Blues.dvtcolortheme",
"description": "A light theme (white background) based on Xcodes default template by Hans Pinckaers"
},
{
"name": "Chocolate Box",
"url": "https://raw.github.com/tkemp/Colour-and-standards/master/Chocolate%20Cake.dvtcolortheme",
"description": "A useful and attractive dark brown and orange theme by Tim Kemp"
},
{
"name": "Ciapre",
"url": "https://raw.github.com/vinhnx/Ciapre-Xcode-theme/master/Ciapre.dvtcolortheme",
"description": "Easy on the eyes, port of Ciapre theme from Sublime Text to Xcode. The original one."
},
{
"name": "Ciapre Blue",
"url": "https://raw.github.com/vinhnx/Ciapre-Xcode-theme/master/Ciapre%20Blue.dvtcolortheme",
"description": "So I heard you like blue."
},
{
"name": "Ciapre 2",
"url": "https://raw.github.com/vinhnx/Ciapre-Xcode-theme/master/Ciapre%202.dvtcolortheme",
"description": "Easy on the eyes, port of Ciapre theme from Sublime Text to Xcode. Even simpler version."
},
{
"name": "Cobalt",
"url": "https://raw.github.com/michaelmruta/Xcode-Cobalt-Theme/master/~:Library:Developer:Xcode:UserData:FontAndColorThemes/Cobalt%204.4.dvtcolortheme",
"description": "Cobalt color theme for Xcode"
},
{
"name": "EGO v2",
"url": "https://raw.github.com/lanvige/xCodeTheme/master/EGOv2.dvtcolortheme",
"description": "EGO v2 theme, favorite theme for xCode 4."
},
{
"name": "Humane",
"url": "https://raw.github.com/jbrennan/xcode4themes/master/Humane.dvtcolortheme",
"description": "This theme was originally made for Xcode 3 by Damien Guard"
},
{
"name": "Monokai",
"url": "https://raw.github.com/mclaughj/Monokai-Xcode-Theme/master/Monokai.dvtcolortheme",
"description": "A simple port of the Monokai TextMate theme to Xcode"
},
{
"name": "ObsidianCode",
"url": "https://raw.github.com/jbrennan/xcode4themes/master/ObsidianCode.dvtcolortheme",
"description": "A theme made by Ben Scheirman."
},
{
"name": "Push Popcorn",
"url": "https://raw.github.com/andreagelati/Push-Popcorn/master/Push%20Popcorn.dvtcolortheme",
"description": "A theme made by Andrea Gelati."
},
{
"name": "Railscasts",
"url": "https://raw.github.com/levey/Xcode4theme-Railscasts/master/Railscasts.dvtcolortheme",
"description": "Railscasts theme for Xcode 4.x"
},
{
"name": "RFDusk",
"url": "https://raw.github.com/BB9z/xcode-config/master/UserData/FontAndColorThemes/RFDusk.dvtcolortheme",
"description": "A theme base on dusk."
},
{
"name": "Sidetracked",
"url": "https://raw.github.com/drudge/Sidetracked/master/Sidetracked.dvtcolortheme",
"description": "Stylish, Railscast inspired color scheme for various text/code editors."
},
{
"name": "Solarized Light",
"url": "https://raw.github.com/jbrennan/xcode4themes/master/Solarize%20Light.dvtcolortheme",
"description": "Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications."
},
{
"name": "Solarized Dark",
"url": "https://raw.github.com/jbrennan/xcode4themes/master/Solarize%20Dark.dvtcolortheme",
"description": "Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications."
},
{
"name": "Tomorrow",
"url": "https://raw.github.com/chriskempson/tomorrow-theme/master/Xcode%204/Tomorrow.dvtcolortheme",
"description": "A bright theme with pastel colours and sensible syntax highlighting"
},
{
"name": "Tomorrow Night",
"url": "https://raw.github.com/chriskempson/tomorrow-theme/master/Xcode%204/Tomorrow%20Night.dvtcolortheme",
"description": "A bright theme with pastel colours and sensible syntax highlighting"
},
{
"name": "Tomorrow Night (Bright)",
"url": "https://raw.github.com/chriskempson/tomorrow-theme/master/Xcode%204/Tomorrow%20Night%20Bright.dvtcolortheme",
"description": "A bright theme with pastel colours and sensible syntax highlighting"
}
,
{
"name": "Vale",
"url": "https://raw.github.com/C4MS/Vale/master/Vale.dvtcolortheme",
"description": "Satisfaction for you eyes, made by Chris Medina"
},
{
"name": "Zenburn",
"url": "https://raw.github.com/an0/Zenburn-for-Xcode/master/Zenburn.dvtcolortheme",
"description": "Zenburn is a low-contrast dark color scheme. It’s easy for your eyes and designed to keep you in the zone for long programming sessions."
}
],
"project_templates": [
{
"name": "AFNetworking Templates",
"url": "https://github.com/AFNetworking/Xcode-Project-Templates",
"description": "Start Your Project Off Right, with CocoaPods & AFNetworking"
},
{
"name": "Xcode plugin",
"url": "https://github.com/kattrali/Xcode4-Plugin-Template",
"description": "Project Template for creating a plugin for Xcode4"
},
{
"name": "iOSOpenDev Templates",
"url": "https://github.com/kokoabim/iOSOpenDev-Xcode-Templates",
"description": "http://www.iOSOpenDev.com"
},
{
"name": "Minimal",
"url": "https://github.com/omz/MinimalisticXcodeTemplates",
"description": "Minimalistic, nib-less templates for Xcode 4"
}
],
"file_templates": [
{
"name": "Licensed",
"url": "https://github.com/mattt/Xcode-Licensed-Templates",
"description": "Minimal Xcode Templates for Open Source Developers"
},
{
"name": "TJXcodeTemplates",
"url": "https://github.com/thomasjoulin/TJXcodeTemplates",
"description": "A set of stripped-out Xcode 4 default templates."
},
{
"name": "Cappuccino",
"url": "https://github.com/phranck/Cappuccino-Templates-for-Xcode-4.x",
"description": "A set of file templates for Xcode 4.x to create Cappuccino related classes & categories"
},
{
"name": "GHUnit Templates",
"url": "https://github.com/jessecurry/ghunit-xcode-templates",
"description": "A set of file templates for Xcode 4.x to create GHUnit test cases"
}
]
}
}