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
|
// !$*UTF8*$!
{
224FD22A1611BBA400681975 /* grabberDemo */ = {
isa = PBXExecutable;
activeArgIndices = (
);
argumentStrings = (
);
autoAttachOnCrash = 1;
breakpointsEnabled = 0;
configStateDict = {
};
customDataFormattersEnabled = 1;
dataTipCustomDataFormattersEnabled = 1;
dataTipShowTypeColumn = 1;
dataTipSortType = 0;
debuggerPlugin = GDBDebugging;
disassemblyDisplayState = 0;
dylibVariantSuffix = "";
enableDebugStr = 1;
environmentEntries = (
);
executableSystemSymbolLevel = 0;
executableUserSymbolLevel = 0;
libgmallocEnabled = 0;
name = grabberDemo;
savedGlobals = {
};
showTypeColumn = 0;
sourceDirectories = (
);
};
224FD2361611BBC400681975 /* Source Control */ = {
isa = PBXSourceControlManager;
fallbackIsa = XCSourceControlManager;
isSCMEnabled = 0;
scmConfiguration = {
repositoryNamesForRoots = {
"" = "";
};
};
};
224FD2371611BBC400681975 /* Code sense */ = {
isa = PBXCodeSenseManager;
indexTemplatePath = "";
};
22B5B8E01611FA970057A410 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */;
name = "testApp.cpp: 23";
rLen = 1;
rLoc = 394;
rType = 0;
vrLen = 569;
vrLoc = 0;
};
22E51A351611E82500E23AFF /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */;
name = "main.cpp: 17";
rLen = 0;
rLoc = 418;
rType = 0;
vrLen = 418;
vrLoc = 0;
};
22E51A371611E82500E23AFF /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */;
name = "testApp.cpp: 115";
rLen = 0;
rLoc = 2706;
rType = 0;
vrLen = 812;
vrLoc = 239;
};
E4B69B4C0A3A1720003C02F2 /* Project object */ = {
activeBuildConfigurationName = Debug;
activeExecutable = 224FD22A1611BBA400681975 /* grabberDemo */;
activeTarget = E4B69B5A0A3A1756003C02F2 /* grabberDemo */;
codeSenseManager = 224FD2371611BBC400681975 /* Code sense */;
executables = (
224FD22A1611BBA400681975 /* grabberDemo */,
);
perUserDictionary = {
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
PBXFileTableDataSourceColumnWidthsKey = (
20,
577,
20,
48,
43,
43,
20,
);
PBXFileTableDataSourceColumnsKey = (
PBXFileDataSource_FiletypeID,
PBXFileDataSource_Filename_ColumnID,
PBXFileDataSource_Built_ColumnID,
PBXFileDataSource_ObjectSize_ColumnID,
PBXFileDataSource_Errors_ColumnID,
PBXFileDataSource_Warnings_ColumnID,
PBXFileDataSource_Target_ColumnID,
);
};
PBXPerProjectTemplateStateSaveDate = 370274729;
PBXWorkspaceStateSaveDate = 370274729;
};
perUserProjectItems = {
22B5B8E01611FA970057A410 /* PBXTextBookmark */ = 22B5B8E01611FA970057A410 /* PBXTextBookmark */;
22E51A351611E82500E23AFF /* PBXTextBookmark */ = 22E51A351611E82500E23AFF /* PBXTextBookmark */;
22E51A371611E82500E23AFF /* PBXTextBookmark */ = 22E51A371611E82500E23AFF /* PBXTextBookmark */;
};
sourceControlManager = 224FD2361611BBC400681975 /* Source Control */;
userBuildSettings = {
};
};
E4B69B5A0A3A1756003C02F2 /* grabberDemo */ = {
activeExec = 0;
executables = (
224FD22A1611BBA400681975 /* grabberDemo */,
);
};
E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {755, 366}}";
sepNavSelRange = "{418, 0}";
sepNavVisRange = "{0, 418}";
};
};
E4B69E1E0A3A1BDC003C02F2 /* testApp.cpp */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {755, 1495}}";
sepNavSelRange = "{394, 1}";
sepNavVisRange = "{0, 569}";
};
};
E4B69E1F0A3A1BDC003C02F2 /* testApp.h */ = {
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {917, 446}}";
sepNavSelRange = "{0, 0}";
sepNavVisRange = "{0, 478}";
sepNavWindowFrame = "{{15, 4}, {976, 574}}";
};
};
}
|