agilelamp-driver 0.1.3 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest.txt +19 -3
- data/PostInstall.txt +5 -0
- data/bin/install-agilelamp-driver +45 -23
- data/config/hoe.rb +2 -3
- data/lib/agilelamp-driver.rb +11 -1
- data/src/AgileLampDriver/English.lproj/InfoPlist.strings +0 -0
- data/src/AgileLampDriver/English.lproj/locversion.plist +14 -0
- data/src/AgileLampDriver/Info.plist +73 -0
- data/src/AgileLampDriver/USB Missile Launcher.xcodeproj/dgwilson.mode1 +1327 -0
- data/src/AgileLampDriver/USB Missile Launcher.xcodeproj/dgwilson.mode1v3 +1456 -0
- data/src/AgileLampDriver/USB Missile Launcher.xcodeproj/dgwilson.pbxuser +90 -0
- data/src/AgileLampDriver/USB Missile Launcher.xcodeproj/glenn.mode1 +1327 -0
- data/src/AgileLampDriver/USB Missile Launcher.xcodeproj/glenn.pbxuser +91 -0
- data/src/AgileLampDriver/USB Missile Launcher.xcodeproj/julien.pbxuser +504 -0
- data/src/AgileLampDriver/USB Missile Launcher.xcodeproj/project.pbxproj +321 -0
- data/src/AgileLampDriver/k8055.cpp +1 -0
- data/src/AgileLampDriver/k8055.h +1 -0
- data/src/AgileLampDriver/version.plist +16 -0
- data/src/README +18 -0
- data/src/agilelamp-driver +0 -0
- data/src/agilelamp.c +67 -22
- data/src/install_kext +21 -0
- metadata +23 -27
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
@@ -0,0 +1,91 @@
|
|
1
|
+
// !$*UTF8*$!
|
2
|
+
{
|
3
|
+
089C1669FE841209C02AAC07 /* Project object */ = {
|
4
|
+
activeBuildConfigurationName = Development;
|
5
|
+
activeBuildStyle = 06AA1265FFB2107B11CA28AA /* Development */;
|
6
|
+
activeTarget = 32D94FC30562CBF700B6AF17 /* USB Missile Launcher */;
|
7
|
+
codeSenseManager = 213D03C00A27F0D4006447D9 /* Code sense */;
|
8
|
+
perUserDictionary = {
|
9
|
+
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
|
10
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
11
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
12
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
13
|
+
20,
|
14
|
+
243,
|
15
|
+
20,
|
16
|
+
48.1626,
|
17
|
+
43,
|
18
|
+
43,
|
19
|
+
20,
|
20
|
+
);
|
21
|
+
PBXFileTableDataSourceColumnsKey = (
|
22
|
+
PBXFileDataSource_FiletypeID,
|
23
|
+
PBXFileDataSource_Filename_ColumnID,
|
24
|
+
PBXFileDataSource_Built_ColumnID,
|
25
|
+
PBXFileDataSource_ObjectSize_ColumnID,
|
26
|
+
PBXFileDataSource_Errors_ColumnID,
|
27
|
+
PBXFileDataSource_Warnings_ColumnID,
|
28
|
+
PBXFileDataSource_Target_ColumnID,
|
29
|
+
);
|
30
|
+
};
|
31
|
+
PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
|
32
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
33
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
34
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
35
|
+
20,
|
36
|
+
200,
|
37
|
+
63,
|
38
|
+
20,
|
39
|
+
48,
|
40
|
+
43,
|
41
|
+
43,
|
42
|
+
);
|
43
|
+
PBXFileTableDataSourceColumnsKey = (
|
44
|
+
PBXFileDataSource_FiletypeID,
|
45
|
+
PBXFileDataSource_Filename_ColumnID,
|
46
|
+
PBXTargetDataSource_PrimaryAttribute,
|
47
|
+
PBXFileDataSource_Built_ColumnID,
|
48
|
+
PBXFileDataSource_ObjectSize_ColumnID,
|
49
|
+
PBXFileDataSource_Errors_ColumnID,
|
50
|
+
PBXFileDataSource_Warnings_ColumnID,
|
51
|
+
);
|
52
|
+
};
|
53
|
+
PBXPerProjectTemplateStateSaveDate = 170391969;
|
54
|
+
PBXWorkspaceStateSaveDate = 170391969;
|
55
|
+
};
|
56
|
+
sourceControlManager = 213D03BF0A27F0D4006447D9 /* Source Control */;
|
57
|
+
userBuildSettings = {
|
58
|
+
};
|
59
|
+
};
|
60
|
+
089C167EFE841241C02AAC07 /* English */ = {
|
61
|
+
uiCtxt = {
|
62
|
+
sepNavIntBoundsRect = "{{0, 0}, {996, 649}}";
|
63
|
+
sepNavSelRange = "{44, 0}";
|
64
|
+
sepNavVisRect = "{{0, 0}, {996, 649}}";
|
65
|
+
sepNavWindowFrame = "{{38, 28}, {1035, 778}}";
|
66
|
+
};
|
67
|
+
};
|
68
|
+
213D03BF0A27F0D4006447D9 /* Source Control */ = {
|
69
|
+
isa = PBXSourceControlManager;
|
70
|
+
fallbackIsa = XCSourceControlManager;
|
71
|
+
isSCMEnabled = 0;
|
72
|
+
scmConfiguration = {
|
73
|
+
};
|
74
|
+
scmType = "";
|
75
|
+
};
|
76
|
+
213D03C00A27F0D4006447D9 /* Code sense */ = {
|
77
|
+
isa = PBXCodeSenseManager;
|
78
|
+
indexTemplatePath = "";
|
79
|
+
};
|
80
|
+
32D94FC30562CBF700B6AF17 /* USB Missile Launcher */ = {
|
81
|
+
activeExec = 0;
|
82
|
+
};
|
83
|
+
32D94FCF0562CBF700B6AF17 /* Info.plist */ = {
|
84
|
+
uiCtxt = {
|
85
|
+
sepNavIntBoundsRect = "{{0, 0}, {996, 910}}";
|
86
|
+
sepNavSelRange = "{244, 0}";
|
87
|
+
sepNavVisRect = "{{0, 261}, {996, 649}}";
|
88
|
+
sepNavWindowFrame = "{{15, 49}, {1035, 778}}";
|
89
|
+
};
|
90
|
+
};
|
91
|
+
}
|
@@ -0,0 +1,504 @@
|
|
1
|
+
// !$*UTF8*$!
|
2
|
+
{
|
3
|
+
089C1669FE841209C02AAC07 = {
|
4
|
+
activeBuildStyle = 06AA1265FFB2107B11CA28AA;
|
5
|
+
activeTarget = 32D94FC30562CBF700B6AF17;
|
6
|
+
codeSenseManager = F944652708069D0C00539834;
|
7
|
+
perUserDictionary = {
|
8
|
+
PBXConfiguration.PBXFileTableDataSource3.PBXBookmarksDataSource = {
|
9
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
10
|
+
PBXFileTableDataSourceColumnSortingKey = PBXBookmarksDataSource_NameID;
|
11
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
12
|
+
205.2085,
|
13
|
+
189.5991,
|
14
|
+
);
|
15
|
+
PBXFileTableDataSourceColumnsKey = (
|
16
|
+
PBXBookmarksDataSource_LocationID,
|
17
|
+
PBXBookmarksDataSource_NameID,
|
18
|
+
);
|
19
|
+
};
|
20
|
+
PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
|
21
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
22
|
+
PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
|
23
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
24
|
+
22,
|
25
|
+
372.7974,
|
26
|
+
);
|
27
|
+
PBXFileTableDataSourceColumnsKey = (
|
28
|
+
PBXExecutablesDataSource_ActiveFlagID,
|
29
|
+
PBXExecutablesDataSource_NameID,
|
30
|
+
);
|
31
|
+
};
|
32
|
+
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
|
33
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
34
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Target_ColumnID;
|
35
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
36
|
+
20,
|
37
|
+
190,
|
38
|
+
20,
|
39
|
+
39,
|
40
|
+
43,
|
41
|
+
43,
|
42
|
+
20,
|
43
|
+
);
|
44
|
+
PBXFileTableDataSourceColumnsKey = (
|
45
|
+
PBXFileDataSource_FiletypeID,
|
46
|
+
PBXFileDataSource_Filename_ColumnID,
|
47
|
+
PBXFileDataSource_Built_ColumnID,
|
48
|
+
PBXFileDataSource_ObjectSize_ColumnID,
|
49
|
+
PBXFileDataSource_Errors_ColumnID,
|
50
|
+
PBXFileDataSource_Warnings_ColumnID,
|
51
|
+
PBXFileDataSource_Target_ColumnID,
|
52
|
+
);
|
53
|
+
};
|
54
|
+
PBXConfiguration.PBXFileTableDataSource3.PBXFindDataSource = {
|
55
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
56
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFindDataSource_LocationID;
|
57
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
58
|
+
196.2974,
|
59
|
+
198.2085,
|
60
|
+
);
|
61
|
+
PBXFileTableDataSourceColumnsKey = (
|
62
|
+
PBXFindDataSource_MessageID,
|
63
|
+
PBXFindDataSource_LocationID,
|
64
|
+
);
|
65
|
+
};
|
66
|
+
PBXConfiguration.PBXFileTableDataSource3.PBXSymbolsDataSource = {
|
67
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
68
|
+
PBXFileTableDataSourceColumnSortingKey = PBXSymbolsDataSource_SymbolNameID;
|
69
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
70
|
+
16,
|
71
|
+
111.8008,
|
72
|
+
141.0356,
|
73
|
+
118.2085,
|
74
|
+
);
|
75
|
+
PBXFileTableDataSourceColumnsKey = (
|
76
|
+
PBXSymbolsDataSource_SymbolTypeIconID,
|
77
|
+
PBXSymbolsDataSource_SymbolNameID,
|
78
|
+
PBXSymbolsDataSource_SymbolTypeID,
|
79
|
+
PBXSymbolsDataSource_ReferenceNameID,
|
80
|
+
);
|
81
|
+
};
|
82
|
+
PBXConfiguration.PBXFileTableDataSource3.XCSCMDataSource = {
|
83
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
84
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
85
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
86
|
+
20,
|
87
|
+
20,
|
88
|
+
172,
|
89
|
+
20,
|
90
|
+
33,
|
91
|
+
43,
|
92
|
+
43,
|
93
|
+
20,
|
94
|
+
);
|
95
|
+
PBXFileTableDataSourceColumnsKey = (
|
96
|
+
PBXFileDataSource_SCM_ColumnID,
|
97
|
+
PBXFileDataSource_FiletypeID,
|
98
|
+
PBXFileDataSource_Filename_ColumnID,
|
99
|
+
PBXFileDataSource_Built_ColumnID,
|
100
|
+
PBXFileDataSource_ObjectSize_ColumnID,
|
101
|
+
PBXFileDataSource_Errors_ColumnID,
|
102
|
+
PBXFileDataSource_Warnings_ColumnID,
|
103
|
+
PBXFileDataSource_Target_ColumnID,
|
104
|
+
);
|
105
|
+
};
|
106
|
+
PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = {
|
107
|
+
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
|
108
|
+
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
|
109
|
+
PBXFileTableDataSourceColumnWidthsKey = (
|
110
|
+
20,
|
111
|
+
167,
|
112
|
+
41,
|
113
|
+
20,
|
114
|
+
41,
|
115
|
+
43,
|
116
|
+
43,
|
117
|
+
);
|
118
|
+
PBXFileTableDataSourceColumnsKey = (
|
119
|
+
PBXFileDataSource_FiletypeID,
|
120
|
+
PBXFileDataSource_Filename_ColumnID,
|
121
|
+
PBXTargetDataSource_PrimaryAttribute,
|
122
|
+
PBXFileDataSource_Built_ColumnID,
|
123
|
+
PBXFileDataSource_ObjectSize_ColumnID,
|
124
|
+
PBXFileDataSource_Errors_ColumnID,
|
125
|
+
PBXFileDataSource_Warnings_ColumnID,
|
126
|
+
);
|
127
|
+
};
|
128
|
+
PBXPerProjectTemplateStateSaveDate = 134919214;
|
129
|
+
PBXPrepackagedSmartGroups_v2 = (
|
130
|
+
{
|
131
|
+
PBXTransientLocationAtTop = bottom;
|
132
|
+
absolutePathToBundle = "";
|
133
|
+
activationKey = OldTargetSmartGroup;
|
134
|
+
clz = PBXTargetSmartGroup;
|
135
|
+
description = "Displays all targets of the project.";
|
136
|
+
globalID = 1C37FABC04509CD000000102;
|
137
|
+
name = Targets;
|
138
|
+
preferences = {
|
139
|
+
image = Targets;
|
140
|
+
};
|
141
|
+
},
|
142
|
+
{
|
143
|
+
PBXTransientLocationAtTop = bottom;
|
144
|
+
absolutePathToBundle = "";
|
145
|
+
clz = PBXTargetSmartGroup2;
|
146
|
+
description = "Displays all targets of the project as well as nested build phases.";
|
147
|
+
globalID = 1C37FBAC04509CD000000102;
|
148
|
+
name = Targets;
|
149
|
+
preferences = {
|
150
|
+
image = Targets;
|
151
|
+
};
|
152
|
+
},
|
153
|
+
{
|
154
|
+
PBXTransientLocationAtTop = bottom;
|
155
|
+
absolutePathToBundle = "";
|
156
|
+
clz = PBXExecutablesSmartGroup;
|
157
|
+
description = "Displays all executables of the project.";
|
158
|
+
globalID = 1C37FAAC04509CD000000102;
|
159
|
+
name = Executables;
|
160
|
+
preferences = {
|
161
|
+
image = Executable;
|
162
|
+
};
|
163
|
+
},
|
164
|
+
{
|
165
|
+
" PBXTransientLocationAtTop " = bottom;
|
166
|
+
absolutePathToBundle = "";
|
167
|
+
clz = PBXErrorsWarningsSmartGroup;
|
168
|
+
description = "Displays files with errors or warnings.";
|
169
|
+
globalID = 1C08E77C0454961000C914BD;
|
170
|
+
name = "Errors and Warnings";
|
171
|
+
preferences = {
|
172
|
+
fnmatch = "";
|
173
|
+
image = WarningsErrors;
|
174
|
+
recursive = 1;
|
175
|
+
regex = "";
|
176
|
+
root = "<PROJECT>";
|
177
|
+
};
|
178
|
+
},
|
179
|
+
{
|
180
|
+
PBXTransientLocationAtTop = bottom;
|
181
|
+
absolutePathToBundle = "";
|
182
|
+
clz = PBXFilenameSmartGroup;
|
183
|
+
description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";
|
184
|
+
globalID = 1CC0EA4004350EF90044410B;
|
185
|
+
name = "Implementation Files";
|
186
|
+
preferences = {
|
187
|
+
canSave = 1;
|
188
|
+
fnmatch = "";
|
189
|
+
image = SmartFolder;
|
190
|
+
isLeaf = 0;
|
191
|
+
recursive = 1;
|
192
|
+
regex = "?*\\.[mcMC]";
|
193
|
+
root = "<PROJECT>";
|
194
|
+
};
|
195
|
+
},
|
196
|
+
{
|
197
|
+
PBXTransientLocationAtTop = bottom;
|
198
|
+
absolutePathToBundle = "";
|
199
|
+
clz = PBXFilenameSmartGroup;
|
200
|
+
description = "This group displays Interface Builder NIB Files.";
|
201
|
+
globalID = 1CC0EA4004350EF90041110B;
|
202
|
+
name = "NIB Files";
|
203
|
+
preferences = {
|
204
|
+
canSave = 1;
|
205
|
+
fnmatch = "*.nib";
|
206
|
+
image = SmartFolder;
|
207
|
+
isLeaf = 0;
|
208
|
+
recursive = 1;
|
209
|
+
regex = "";
|
210
|
+
root = "<PROJECT>";
|
211
|
+
};
|
212
|
+
},
|
213
|
+
{
|
214
|
+
PBXTransientLocationAtTop = no;
|
215
|
+
absolutePathToBundle = "";
|
216
|
+
clz = PBXFindSmartGroup;
|
217
|
+
description = "Displays Find Results.";
|
218
|
+
globalID = 1C37FABC05509CD000000102;
|
219
|
+
name = "Find Results";
|
220
|
+
preferences = {
|
221
|
+
image = spyglass;
|
222
|
+
};
|
223
|
+
},
|
224
|
+
{
|
225
|
+
PBXTransientLocationAtTop = no;
|
226
|
+
absolutePathToBundle = "";
|
227
|
+
clz = PBXBookmarksSmartGroup;
|
228
|
+
description = "Displays Project Bookmarks.";
|
229
|
+
globalID = 1C37FABC05539CD112110102;
|
230
|
+
name = Bookmarks;
|
231
|
+
preferences = {
|
232
|
+
image = Bookmarks;
|
233
|
+
};
|
234
|
+
},
|
235
|
+
{
|
236
|
+
PBXTransientLocationAtTop = bottom;
|
237
|
+
absolutePathToBundle = "";
|
238
|
+
clz = XCSCMSmartGroup;
|
239
|
+
description = "Displays files with interesting SCM status.";
|
240
|
+
globalID = E2644B35053B69B200211256;
|
241
|
+
name = SCM;
|
242
|
+
preferences = {
|
243
|
+
image = PBXRepository;
|
244
|
+
isLeaf = 0;
|
245
|
+
};
|
246
|
+
},
|
247
|
+
{
|
248
|
+
PBXTransientLocationAtTop = bottom;
|
249
|
+
absolutePathToBundle = "";
|
250
|
+
clz = PBXSymbolsSmartGroup;
|
251
|
+
description = "Displays all symbols for the project.";
|
252
|
+
globalID = 1C37FABC04509CD000100104;
|
253
|
+
name = "Project Symbols";
|
254
|
+
preferences = {
|
255
|
+
image = ProjectSymbols;
|
256
|
+
isLeaf = 1;
|
257
|
+
};
|
258
|
+
},
|
259
|
+
{
|
260
|
+
PBXTransientLocationAtTop = bottom;
|
261
|
+
absolutePathToBundle = "";
|
262
|
+
clz = PBXFilenameSmartGroup;
|
263
|
+
description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";
|
264
|
+
globalID = PBXTemplateMarker;
|
265
|
+
name = "Simple Filter SmartGroup";
|
266
|
+
preferences = {
|
267
|
+
canSave = 1;
|
268
|
+
fnmatch = "*.nib";
|
269
|
+
image = SmartFolder;
|
270
|
+
isLeaf = 0;
|
271
|
+
recursive = 1;
|
272
|
+
regex = "";
|
273
|
+
root = "<PROJECT>";
|
274
|
+
};
|
275
|
+
},
|
276
|
+
{
|
277
|
+
PBXTransientLocationAtTop = bottom;
|
278
|
+
absolutePathToBundle = "";
|
279
|
+
clz = PBXFilenameSmartGroup;
|
280
|
+
description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter.";
|
281
|
+
globalID = PBXTemplateMarker;
|
282
|
+
name = "Simple Regular Expression SmartGroup";
|
283
|
+
preferences = {
|
284
|
+
canSave = 1;
|
285
|
+
fnmatch = "";
|
286
|
+
image = SmartFolder;
|
287
|
+
isLeaf = 0;
|
288
|
+
recursive = 1;
|
289
|
+
regex = "?*\\.[mcMC]";
|
290
|
+
root = "<PROJECT>";
|
291
|
+
};
|
292
|
+
},
|
293
|
+
);
|
294
|
+
PBXWorkspaceContents = (
|
295
|
+
{
|
296
|
+
PBXProjectWorkspaceModule_StateKey_Rev39 = {
|
297
|
+
PBXProjectWorkspaceModule_DataSourceSelectionKey_Rev6 = {
|
298
|
+
BoundsStr = "{{0, 0}, {403, 284}}";
|
299
|
+
Rows = (
|
300
|
+
);
|
301
|
+
VisibleRectStr = "{{0, 0}, {403, 284}}";
|
302
|
+
};
|
303
|
+
PBXProjectWorkspaceModule_EditorOpen = false;
|
304
|
+
PBXProjectWorkspaceModule_EmbeddedNavigatorGroup = {
|
305
|
+
PBXSplitModuleInNavigatorKey = {
|
306
|
+
SplitCount = 1;
|
307
|
+
};
|
308
|
+
};
|
309
|
+
PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
|
310
|
+
PBXProjectWorkspaceModule_SGTM_Geometry = {
|
311
|
+
_collapsingFrameDimension = 0;
|
312
|
+
_indexOfCollapsedView = 0;
|
313
|
+
_percentageOfCollapsedView = 0;
|
314
|
+
sizes = (
|
315
|
+
"{{0, 0}, {182, 301}}",
|
316
|
+
"{{182, 0}, {418, 301}}",
|
317
|
+
);
|
318
|
+
};
|
319
|
+
};
|
320
|
+
PBXProjectWorkspaceModule_OldDetailFrame = "{{0, 0}, {418, 301}}";
|
321
|
+
PBXProjectWorkspaceModule_OldEditorFrame = "{{0, 0}, {750, 480}}";
|
322
|
+
PBXProjectWorkspaceModule_OldSuperviewFrame = "{{182, 0}, {418, 301}}";
|
323
|
+
PBXProjectWorkspaceModule_SGTM = {
|
324
|
+
PBXBottomSmartGroupGIDs = (
|
325
|
+
1C37FBAC04509CD000000102,
|
326
|
+
1C37FAAC04509CD000000102,
|
327
|
+
1C08E77C0454961000C914BD,
|
328
|
+
1CC0EA4004350EF90044410B,
|
329
|
+
1CC0EA4004350EF90041110B,
|
330
|
+
1C37FABC05509CD000000102,
|
331
|
+
1C37FABC05539CD112110102,
|
332
|
+
E2644B35053B69B200211256,
|
333
|
+
1C37FABC04509CD000100104,
|
334
|
+
);
|
335
|
+
PBXSmartGroupTreeModuleColumnData = {
|
336
|
+
PBXSmartGroupTreeModuleColumnWidthsKey = (
|
337
|
+
165,
|
338
|
+
);
|
339
|
+
PBXSmartGroupTreeModuleColumnsKey_v4 = (
|
340
|
+
MainColumn,
|
341
|
+
);
|
342
|
+
};
|
343
|
+
PBXSmartGroupTreeModuleOutlineStateKey_v7 = {
|
344
|
+
PBXSmartGroupTreeModuleOutlineStateExpansionKey = (
|
345
|
+
);
|
346
|
+
PBXSmartGroupTreeModuleOutlineStateSelectionKey = (
|
347
|
+
(
|
348
|
+
0,
|
349
|
+
),
|
350
|
+
);
|
351
|
+
PBXSmartGroupTreeModuleOutlineStateVisibleRectKey = "{{0, 0}, {165, 283}}";
|
352
|
+
};
|
353
|
+
PBXTopSmartGroupGIDs = (
|
354
|
+
);
|
355
|
+
};
|
356
|
+
};
|
357
|
+
},
|
358
|
+
);
|
359
|
+
"PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXBuildResultsModule" = {
|
360
|
+
};
|
361
|
+
"PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXDebugCLIModule" = {
|
362
|
+
};
|
363
|
+
"PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXNavigatorGroup" = {
|
364
|
+
PBXSplitModuleInNavigatorKey = {
|
365
|
+
SplitCount = 1;
|
366
|
+
};
|
367
|
+
};
|
368
|
+
"PBXWorkspaceContents:PBXConfiguration.PBXModule.PBXProjectWorkspaceModule" = {
|
369
|
+
PBXProjectWorkspaceModule_StateKey_Rev39 = {
|
370
|
+
PBXProjectWorkspaceModule_EditorOpen = false;
|
371
|
+
PBXProjectWorkspaceModule_EmbeddedNavigatorGroup = {
|
372
|
+
PBXSplitModuleInNavigatorKey = {
|
373
|
+
SplitCount = 1;
|
374
|
+
};
|
375
|
+
};
|
376
|
+
PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
|
377
|
+
PBXProjectWorkspaceModule_SGTM_Geometry = {
|
378
|
+
_collapsingFrameDimension = 0;
|
379
|
+
_indexOfCollapsedView = 0;
|
380
|
+
_percentageOfCollapsedView = 0;
|
381
|
+
sizes = (
|
382
|
+
"{{0, 0}, {182, 301}}",
|
383
|
+
"{{182, 0}, {418, 301}}",
|
384
|
+
);
|
385
|
+
};
|
386
|
+
};
|
387
|
+
PBXProjectWorkspaceModule_OldDetailFrame = "{{0, 0}, {418, 301}}";
|
388
|
+
PBXProjectWorkspaceModule_OldEditorFrame = "{{0, 0}, {750, 480}}";
|
389
|
+
PBXProjectWorkspaceModule_OldSuperviewFrame = "{{182, 0}, {418, 301}}";
|
390
|
+
PBXProjectWorkspaceModule_SGTM = {
|
391
|
+
PBXBottomSmartGroupGIDs = (
|
392
|
+
1C37FBAC04509CD000000102,
|
393
|
+
1C37FAAC04509CD000000102,
|
394
|
+
1C08E77C0454961000C914BD,
|
395
|
+
1CC0EA4004350EF90044410B,
|
396
|
+
1CC0EA4004350EF90041110B,
|
397
|
+
1C37FABC05509CD000000102,
|
398
|
+
1C37FABC05539CD112110102,
|
399
|
+
E2644B35053B69B200211256,
|
400
|
+
1C37FABC04509CD000100104,
|
401
|
+
);
|
402
|
+
PBXSmartGroupTreeModuleColumnData = {
|
403
|
+
PBXSmartGroupTreeModuleColumnWidthsKey = (
|
404
|
+
165,
|
405
|
+
);
|
406
|
+
PBXSmartGroupTreeModuleColumnsKey_v4 = (
|
407
|
+
MainColumn,
|
408
|
+
);
|
409
|
+
};
|
410
|
+
PBXSmartGroupTreeModuleOutlineStateKey_v7 = {
|
411
|
+
PBXSmartGroupTreeModuleOutlineStateExpansionKey = (
|
412
|
+
);
|
413
|
+
PBXSmartGroupTreeModuleOutlineStateSelectionKey = (
|
414
|
+
);
|
415
|
+
PBXSmartGroupTreeModuleOutlineStateVisibleRectKey = "{{0, 0}, {165, 283}}";
|
416
|
+
};
|
417
|
+
PBXTopSmartGroupGIDs = (
|
418
|
+
);
|
419
|
+
};
|
420
|
+
};
|
421
|
+
};
|
422
|
+
PBXWorkspaceGeometries = (
|
423
|
+
{
|
424
|
+
Frame = "{{0, 0}, {600, 301}}";
|
425
|
+
PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
|
426
|
+
};
|
427
|
+
RubberWindowFrame = "50 403 600 343 0 0 1024 746 ";
|
428
|
+
},
|
429
|
+
);
|
430
|
+
"PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXBuildResultsModule" = {
|
431
|
+
Frame = "{{0, 0}, {480, 217}}";
|
432
|
+
PBXModuleWindowStatusBarHidden = YES;
|
433
|
+
RubberWindowFrame = "272 422 480 238 0 0 1024 746 ";
|
434
|
+
};
|
435
|
+
"PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXDebugCLIModule" = {
|
436
|
+
Frame = "{{0, 0}, {400, 201}}";
|
437
|
+
PBXModuleWindowStatusBarHidden = YES;
|
438
|
+
RubberWindowFrame = "50 718 400 222 0 0 1024 746 ";
|
439
|
+
};
|
440
|
+
"PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXNavigatorGroup" = {
|
441
|
+
Frame = "{{0, 0}, {750, 481}}";
|
442
|
+
PBXModuleWindowStatusBarHidden = YES;
|
443
|
+
RubberWindowFrame = "84 176 750 502 0 0 1024 746 ";
|
444
|
+
};
|
445
|
+
"PBXWorkspaceGeometries:PBXConfiguration.PBXModule.PBXProjectWorkspaceModule" = {
|
446
|
+
Frame = "{{0, 0}, {600, 301}}";
|
447
|
+
PBXProjectWorkspaceModule_GeometryKey_Rev15 = {
|
448
|
+
};
|
449
|
+
RubberWindowFrame = "50 403 600 343 0 0 1024 746 ";
|
450
|
+
};
|
451
|
+
PBXWorkspaceStateSaveDate = 134919214;
|
452
|
+
};
|
453
|
+
sourceControlManager = F944652608069D0C00539834;
|
454
|
+
userBuildSettings = {
|
455
|
+
};
|
456
|
+
};
|
457
|
+
089C167EFE841241C02AAC07 = {
|
458
|
+
uiCtxt = {
|
459
|
+
sepNavIntBoundsRect = "{{0, 0}, {705, 449}}";
|
460
|
+
sepNavSelRange = "{208, 17}";
|
461
|
+
sepNavVisRect = "{{0, 0}, {705, 449}}";
|
462
|
+
sepNavWindowFrame = "{{84, 120}, {750, 558}}";
|
463
|
+
};
|
464
|
+
};
|
465
|
+
1A224C3FFF42367911CA2CB7 = {
|
466
|
+
uiCtxt = {
|
467
|
+
sepNavIntBoundsRect = "{{0, 0}, {705, 449}}";
|
468
|
+
sepNavSelRange = "{0, 0}";
|
469
|
+
sepNavVisRect = "{{0, 0}, {705, 449}}";
|
470
|
+
sepNavWindowFrame = "{{84, 120}, {750, 558}}";
|
471
|
+
};
|
472
|
+
};
|
473
|
+
32D94FC30562CBF700B6AF17 = {
|
474
|
+
activeExec = 0;
|
475
|
+
};
|
476
|
+
32D94FCF0562CBF700B6AF17 = {
|
477
|
+
uiCtxt = {
|
478
|
+
sepNavIntBoundsRect = "{{0, 0}, {705, 1469}}";
|
479
|
+
sepNavSelRange = "{627, 0}";
|
480
|
+
sepNavVisRect = "{{0, 0}, {705, 449}}";
|
481
|
+
sepNavWindowFrame = "{{61, 141}, {750, 558}}";
|
482
|
+
};
|
483
|
+
};
|
484
|
+
F944652608069D0C00539834 = {
|
485
|
+
isa = PBXSourceControlManager;
|
486
|
+
scmConfiguration = {
|
487
|
+
};
|
488
|
+
scmType = scm.cvs;
|
489
|
+
};
|
490
|
+
F944652708069D0C00539834 = {
|
491
|
+
indexTemplatePath = "";
|
492
|
+
isa = PBXCodeSenseManager;
|
493
|
+
usesDefaults = 1;
|
494
|
+
wantsCodeCompletion = 1;
|
495
|
+
wantsCodeCompletionAutoPopup = 0;
|
496
|
+
wantsCodeCompletionAutoSuggestions = 0;
|
497
|
+
wantsCodeCompletionCaseSensitivity = 1;
|
498
|
+
wantsCodeCompletionOnlyMatchingItems = 1;
|
499
|
+
wantsCodeCompletionParametersIncluded = 1;
|
500
|
+
wantsCodeCompletionPlaceholdersInserted = 1;
|
501
|
+
wantsCodeCompletionTabCompletes = 1;
|
502
|
+
wantsIndex = 1;
|
503
|
+
};
|
504
|
+
}
|