author | koda |
Fri, 02 Apr 2010 15:30:54 +0000 | |
changeset 3253 | b0b1b1310b7e |
parent 3251 | 221c163ad5d9 |
child 3270 | 9bd8fb1707b9 |
permissions | -rw-r--r-- |
2980 | 1 |
// !$*UTF8*$! |
2 |
{ |
|
3 |
1D6058900D05DD3D006BFB54 /* HedgewarsMobile */ = { |
|
4 |
activeExec = 0; |
|
5 |
executables = ( |
|
6 |
617987D7114AA2CD00BA94A9 /* HedgewarsMobile */, |
|
7 |
); |
|
8 |
}; |
|
9 |
29B97313FDCFA39411CA2CEA /* Project object */ = { |
|
3221 | 10 |
activeBuildConfigurationName = Debug; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
11 |
activeExecutable = 6100DAD3115446B000F455E0 /* iHedgewars */; |
3221 | 12 |
activeSDKPreference = iphonesimulator3.2; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
13 |
activeTarget = 6100DA6E115446B000F455E0 /* iHedgewars */; |
2980 | 14 |
addToTargets = ( |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
15 |
6100DA6E115446B000F455E0 /* iHedgewars */, |
2980 | 16 |
); |
3006 | 17 |
breakpoints = ( |
18 |
); |
|
2980 | 19 |
codeSenseManager = 617987E0114AA2EB00BA94A9 /* Code sense */; |
20 |
executables = ( |
|
21 |
617987D7114AA2CD00BA94A9 /* HedgewarsMobile */, |
|
3025 | 22 |
6100DAD3115446B000F455E0 /* iHedgewars */, |
2980 | 23 |
); |
3063 | 24 |
ignoreBreakpointsInProjectsDict = { |
25 |
SDL_mixer = Ignored; |
|
26 |
SDL_net = Ignored; |
|
27 |
}; |
|
2980 | 28 |
perUserDictionary = { |
3063 | 29 |
"PBXConfiguration.PBXBreakpointsDataSource.v1:1CA1AED706398EBD00589147" = { |
30 |
PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; |
|
31 |
PBXFileTableDataSourceColumnSortingKey = PBXBreakpointsDataSource_BreakpointID; |
|
32 |
PBXFileTableDataSourceColumnWidthsKey = ( |
|
33 |
20, |
|
34 |
20, |
|
35 |
198, |
|
36 |
20, |
|
37 |
99, |
|
38 |
99, |
|
39 |
29, |
|
40 |
20, |
|
41 |
); |
|
42 |
PBXFileTableDataSourceColumnsKey = ( |
|
43 |
PBXBreakpointsDataSource_ActionID, |
|
44 |
PBXBreakpointsDataSource_TypeID, |
|
45 |
PBXBreakpointsDataSource_BreakpointID, |
|
46 |
PBXBreakpointsDataSource_UseID, |
|
47 |
PBXBreakpointsDataSource_LocationID, |
|
48 |
PBXBreakpointsDataSource_ConditionID, |
|
49 |
PBXBreakpointsDataSource_IgnoreCountID, |
|
50 |
PBXBreakpointsDataSource_ContinueID, |
|
51 |
); |
|
52 |
}; |
|
2980 | 53 |
PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { |
54 |
PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; |
|
55 |
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; |
|
56 |
PBXFileTableDataSourceColumnWidthsKey = ( |
|
57 |
20, |
|
3021 | 58 |
354, |
2980 | 59 |
20, |
60 |
48, |
|
61 |
43, |
|
62 |
43, |
|
63 |
20, |
|
64 |
); |
|
65 |
PBXFileTableDataSourceColumnsKey = ( |
|
66 |
PBXFileDataSource_FiletypeID, |
|
67 |
PBXFileDataSource_Filename_ColumnID, |
|
68 |
PBXFileDataSource_Built_ColumnID, |
|
69 |
PBXFileDataSource_ObjectSize_ColumnID, |
|
70 |
PBXFileDataSource_Errors_ColumnID, |
|
71 |
PBXFileDataSource_Warnings_ColumnID, |
|
72 |
PBXFileDataSource_Target_ColumnID, |
|
73 |
); |
|
74 |
}; |
|
75 |
PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { |
|
76 |
PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; |
|
77 |
PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; |
|
78 |
PBXFileTableDataSourceColumnWidthsKey = ( |
|
79 |
20, |
|
3025 | 80 |
314, |
2980 | 81 |
60, |
82 |
20, |
|
83 |
48, |
|
84 |
43, |
|
85 |
43, |
|
86 |
); |
|
87 |
PBXFileTableDataSourceColumnsKey = ( |
|
88 |
PBXFileDataSource_FiletypeID, |
|
89 |
PBXFileDataSource_Filename_ColumnID, |
|
90 |
PBXTargetDataSource_PrimaryAttribute, |
|
91 |
PBXFileDataSource_Built_ColumnID, |
|
92 |
PBXFileDataSource_ObjectSize_ColumnID, |
|
93 |
PBXFileDataSource_Errors_ColumnID, |
|
94 |
PBXFileDataSource_Warnings_ColumnID, |
|
95 |
); |
|
96 |
}; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
97 |
PBXPerProjectTemplateStateSaveDate = 291904903; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
98 |
PBXWorkspaceStateSaveDate = 291904903; |
2980 | 99 |
}; |
100 |
perUserProjectItems = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
101 |
611FD81D1155111700C2203D = 611FD81D1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
102 |
611FD81E1155111700C2203D = 611FD81E1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
103 |
611FD81F1155111700C2203D = 611FD81F1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
104 |
611FD8201155111700C2203D = 611FD8201155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
105 |
611FD8211155111700C2203D = 611FD8211155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
106 |
611FD8281155111700C2203D = 611FD8281155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
107 |
611FD8291155111700C2203D = 611FD8291155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
108 |
611FD82B1155111700C2203D = 611FD82B1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
109 |
611FD82C1155111700C2203D = 611FD82C1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
110 |
611FD82D1155111700C2203D = 611FD82D1155111700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
111 |
611FD95711551C3700C2203D = 611FD95711551C3700C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
112 |
611FD95811551C3700C2203D = 611FD95811551C3700C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
113 |
611FD95911551C3700C2203D = 611FD95911551C3700C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
114 |
611FD96611551E8000C2203D = 611FD96611551E8000C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
115 |
611FDAC41155B77500C2203D = 611FDAC41155B77500C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
116 |
611FDB481155BCE500C2203D = 611FDB481155BCE500C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
117 |
611FDB6B1155C0B300C2203D = 611FDB6B1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
118 |
611FDB6C1155C0B300C2203D = 611FDB6C1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
119 |
611FDB6D1155C0B300C2203D = 611FDB6D1155C0B300C2203D /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
120 |
611FDBF71155D39400C2203D = 611FDBF71155D39400C2203D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
121 |
612D5C451165535400C6D842 = 612D5C451165535400C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
122 |
612D616B1165536300C6D842 = 612D616B1165536300C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
123 |
612D618F1165545F00C6D842 = 612D618F1165545F00C6D842 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
124 |
61430D3B1165551600E2C62D = 61430D3B1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
125 |
61430D3D1165551600E2C62D = 61430D3D1165551600E2C62D /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
126 |
615E2397115F023B00B0ACA1 = 615E2397115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
127 |
615E239A115F023B00B0ACA1 = 615E239A115F023B00B0ACA1 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
128 |
615E239B115F023B00B0ACA1 = 615E239B115F023B00B0ACA1 /* PBXTextBookmark */; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
129 |
615F12CE11655B21002444F2 = 615F12CE11655B21002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
130 |
615F12CF11655B21002444F2 = 615F12CF11655B21002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
131 |
615F12FB116560D9002444F2 = 615F12FB116560D9002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
132 |
615F1316116561BE002444F2 = 615F1316116561BE002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
133 |
615F134D11656569002444F2 = 615F134D11656569002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
134 |
615F13E811657001002444F2 = 615F13E811657001002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
135 |
615F147F11659AC5002444F2 = 615F147F11659AC5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
136 |
615F148B11659BC2002444F2 = 615F148B11659BC2002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
137 |
615F148C11659BC2002444F2 = 615F148C11659BC2002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
138 |
615F14A911659E9A002444F2 = 615F14A911659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
139 |
615F14AA11659E9A002444F2 = 615F14AA11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
140 |
615F14AC11659E9A002444F2 = 615F14AC11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
141 |
615F14AD11659E9A002444F2 = 615F14AD11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
142 |
615F14AE11659E9A002444F2 = 615F14AE11659E9A002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
143 |
615F14B911659F40002444F2 = 615F14B911659F40002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
144 |
615F15291165A792002444F2 = 615F15291165A792002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
145 |
615F154C1165A976002444F2 = 615F154C1165A976002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
146 |
615F154D1165A976002444F2 = 615F154D1165A976002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
147 |
615F154E1165A976002444F2 = 615F154E1165A976002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
148 |
615F15591165AA5C002444F2 = 615F15591165AA5C002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
149 |
615F157011661D95002444F2 /* PBXBookmark */ = 615F157011661D95002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
150 |
615F157111661DA5002444F2 /* PBXTextBookmark */ = 615F157111661DA5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
151 |
615F157211661DA5002444F2 /* PBXTextBookmark */ = 615F157211661DA5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
152 |
615F157711661DA5002444F2 /* PBXTextBookmark */ = 615F157711661DA5002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
153 |
615F158011661FA4002444F2 /* PBXBookmark */ = 615F158011661FA4002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
154 |
615F158311662071002444F2 /* PBXTextBookmark */ = 615F158311662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
155 |
615F158411662071002444F2 /* PBXTextBookmark */ = 615F158411662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
156 |
615F158511662071002444F2 /* PBXTextBookmark */ = 615F158511662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
157 |
615F158611662071002444F2 /* PBXTextBookmark */ = 615F158611662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
158 |
615F158711662071002444F2 /* PBXTextBookmark */ = 615F158711662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
159 |
615F158A11662071002444F2 /* PBXTextBookmark */ = 615F158A11662071002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
160 |
615F158D11662090002444F2 /* PBXTextBookmark */ = 615F158D11662090002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
161 |
615F158E11662090002444F2 /* PBXTextBookmark */ = 615F158E11662090002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
162 |
615F158F11662090002444F2 /* PBXTextBookmark */ = 615F158F11662090002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
163 |
615F15AB1166270F002444F2 /* PBXBookmark */ = 615F15AB1166270F002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
164 |
615F15B0116628F2002444F2 /* PBXBookmark */ = 615F15B0116628F2002444F2 /* PBXBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
165 |
615F15B5116629A0002444F2 /* PBXTextBookmark */ = 615F15B5116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
166 |
615F15B6116629A0002444F2 /* PBXTextBookmark */ = 615F15B6116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
167 |
615F15B7116629A0002444F2 /* PBXTextBookmark */ = 615F15B7116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
168 |
615F15B8116629A0002444F2 /* PBXTextBookmark */ = 615F15B8116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
169 |
615F15B9116629A0002444F2 /* PBXTextBookmark */ = 615F15B9116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
170 |
615F15BA116629A0002444F2 /* PBXTextBookmark */ = 615F15BA116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
171 |
615F15BB116629A0002444F2 /* PBXTextBookmark */ = 615F15BB116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
172 |
615F15BC116629A0002444F2 /* PBXTextBookmark */ = 615F15BC116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
173 |
615F15BD116629A0002444F2 /* PBXTextBookmark */ = 615F15BD116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
174 |
615F15BE116629A0002444F2 /* PBXTextBookmark */ = 615F15BE116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
175 |
615F15BF116629A0002444F2 /* PBXTextBookmark */ = 615F15BF116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
176 |
615F15C2116629A0002444F2 /* PBXTextBookmark */ = 615F15C2116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
177 |
615F15C5116629A0002444F2 /* PBXTextBookmark */ = 615F15C5116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
178 |
615F15C8116629A0002444F2 /* PBXTextBookmark */ = 615F15C8116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
179 |
615F15C9116629A0002444F2 /* PBXTextBookmark */ = 615F15C9116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
180 |
615F15CA116629A0002444F2 /* PBXTextBookmark */ = 615F15CA116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
181 |
615F15CB116629A0002444F2 /* PBXTextBookmark */ = 615F15CB116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
182 |
615F15CC116629A0002444F2 /* PBXTextBookmark */ = 615F15CC116629A0002444F2 /* PBXTextBookmark */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
183 |
615F15CD116629A0002444F2 /* PBXTextBookmark */ = 615F15CD116629A0002444F2 /* PBXTextBookmark */; |
3251 | 184 |
615F15DB11662BE8002444F2 /* PBXTextBookmark */ = 615F15DB11662BE8002444F2 /* PBXTextBookmark */; |
185 |
615F15DC11662BE8002444F2 /* PBXTextBookmark */ = 615F15DC11662BE8002444F2 /* PBXTextBookmark */; |
|
186 |
615F15DD11662BE8002444F2 /* PBXTextBookmark */ = 615F15DD11662BE8002444F2 /* PBXTextBookmark */; |
|
187 |
615F15DE11662BE8002444F2 /* PBXTextBookmark */ = 615F15DE11662BE8002444F2 /* PBXTextBookmark */; |
|
188 |
615F15DF11662BE8002444F2 /* PBXTextBookmark */ = 615F15DF11662BE8002444F2 /* PBXTextBookmark */; |
|
189 |
615F15E011662BE8002444F2 /* PBXTextBookmark */ = 615F15E011662BE8002444F2 /* PBXTextBookmark */; |
|
190 |
615F15E111662BE8002444F2 /* PBXTextBookmark */ = 615F15E111662BE8002444F2 /* PBXTextBookmark */; |
|
191 |
615F15E411662BFD002444F2 /* PBXTextBookmark */ = 615F15E411662BFD002444F2 /* PBXTextBookmark */; |
|
192 |
615F15E511662BFD002444F2 /* PBXTextBookmark */ = 615F15E511662BFD002444F2 /* PBXTextBookmark */; |
|
193 |
615F15E811662C25002444F2 /* PBXTextBookmark */ = 615F15E811662C25002444F2 /* PBXTextBookmark */; |
|
194 |
615F15E911662C25002444F2 /* PBXTextBookmark */ = 615F15E911662C25002444F2 /* PBXTextBookmark */; |
|
195 |
615F15EA11662C25002444F2 /* PBXTextBookmark */ = 615F15EA11662C25002444F2 /* PBXTextBookmark */; |
|
196 |
615F15F011663074002444F2 /* PBXTextBookmark */ = 615F15F011663074002444F2 /* PBXTextBookmark */; |
|
197 |
615F15F111663074002444F2 /* PBXTextBookmark */ = 615F15F111663074002444F2 /* PBXTextBookmark */; |
|
198 |
615F15F411663074002444F2 /* PBXTextBookmark */ = 615F15F411663074002444F2 /* PBXTextBookmark */; |
|
199 |
615F15F511663074002444F2 /* PBXTextBookmark */ = 615F15F511663074002444F2 /* PBXTextBookmark */; |
|
200 |
615F15F611663074002444F2 /* PBXTextBookmark */ = 615F15F611663074002444F2 /* PBXTextBookmark */; |
|
201 |
615F15F711663074002444F2 /* PBXTextBookmark */ = 615F15F711663074002444F2 /* PBXTextBookmark */; |
|
202 |
615F15F811663074002444F2 /* PBXTextBookmark */ = 615F15F811663074002444F2 /* PBXTextBookmark */; |
|
203 |
615F15F911663074002444F2 /* PBXTextBookmark */ = 615F15F911663074002444F2 /* PBXTextBookmark */; |
|
204 |
615F161A116632E9002444F2 /* PBXBookmark */ = 615F161A116632E9002444F2 /* PBXBookmark */; |
|
205 |
615F162511663A99002444F2 /* PBXTextBookmark */ = 615F162511663A99002444F2 /* PBXTextBookmark */; |
|
206 |
615F162611663A99002444F2 /* PBXTextBookmark */ = 615F162611663A99002444F2 /* PBXTextBookmark */; |
|
207 |
615F162711663A99002444F2 /* PBXTextBookmark */ = 615F162711663A99002444F2 /* PBXTextBookmark */; |
|
208 |
615F162811663A99002444F2 /* PBXTextBookmark */ = 615F162811663A99002444F2 /* PBXTextBookmark */; |
|
209 |
615F162B11663A99002444F2 /* PBXTextBookmark */ = 615F162B11663A99002444F2 /* PBXTextBookmark */; |
|
210 |
615F162C11663A99002444F2 /* PBXTextBookmark */ = 615F162C11663A99002444F2 /* PBXTextBookmark */; |
|
211 |
615F162F11663AA9002444F2 /* PBXTextBookmark */ = 615F162F11663AA9002444F2 /* PBXTextBookmark */; |
|
212 |
615F163211663AB0002444F2 /* PBXTextBookmark */ = 615F163211663AB0002444F2 /* PBXTextBookmark */; |
|
213 |
615F163311663AB0002444F2 /* PBXTextBookmark */ = 615F163311663AB0002444F2 /* PBXTextBookmark */; |
|
214 |
615F163411663AB0002444F2 /* PBXTextBookmark */ = 615F163411663AB0002444F2 /* PBXTextBookmark */; |
|
215 |
615F163511663AB0002444F2 /* PBXTextBookmark */ = 615F163511663AB0002444F2 /* PBXTextBookmark */; |
|
216 |
615F163911663BD0002444F2 /* PBXTextBookmark */ = 615F163911663BD0002444F2 /* PBXTextBookmark */; |
|
217 |
615F163A11663BD0002444F2 /* PBXTextBookmark */ = 615F163A11663BD0002444F2 /* PBXTextBookmark */; |
|
218 |
615F163B11663BD0002444F2 /* PBXTextBookmark */ = 615F163B11663BD0002444F2 /* PBXTextBookmark */; |
|
219 |
615F163C11663BD0002444F2 /* PBXTextBookmark */ = 615F163C11663BD0002444F2 /* PBXTextBookmark */; |
|
220 |
615F164111663BDF002444F2 /* PBXTextBookmark */ = 615F164111663BDF002444F2 /* PBXTextBookmark */; |
|
221 |
615F164211663BDF002444F2 /* PBXTextBookmark */ = 615F164211663BDF002444F2 /* PBXTextBookmark */; |
|
222 |
615F164311663BDF002444F2 /* PBXTextBookmark */ = 615F164311663BDF002444F2 /* PBXTextBookmark */; |
|
223 |
615F164411663BDF002444F2 /* PBXTextBookmark */ = 615F164411663BDF002444F2 /* PBXTextBookmark */; |
|
224 |
615F164811663F05002444F2 /* PBXTextBookmark */ = 615F164811663F05002444F2 /* PBXTextBookmark */; |
|
225 |
615F164911663F05002444F2 /* PBXTextBookmark */ = 615F164911663F05002444F2 /* PBXTextBookmark */; |
|
226 |
615F164A11663F05002444F2 /* PBXTextBookmark */ = 615F164A11663F05002444F2 /* PBXTextBookmark */; |
|
227 |
615F164B11663F05002444F2 /* PBXTextBookmark */ = 615F164B11663F05002444F2 /* PBXTextBookmark */; |
|
228 |
615F164F11663F90002444F2 /* PBXBookmark */ = 615F164F11663F90002444F2 /* PBXBookmark */; |
|
229 |
615F165211663FA7002444F2 /* PBXTextBookmark */ = 615F165211663FA7002444F2 /* PBXTextBookmark */; |
|
230 |
615F165311663FA7002444F2 /* PBXTextBookmark */ = 615F165311663FA7002444F2 /* PBXTextBookmark */; |
|
231 |
615F165611663FA7002444F2 /* PBXTextBookmark */ = 615F165611663FA7002444F2 /* PBXTextBookmark */; |
|
232 |
615F165711663FA7002444F2 /* PBXTextBookmark */ = 615F165711663FA7002444F2 /* PBXTextBookmark */; |
|
233 |
615F165811663FA7002444F2 /* PBXTextBookmark */ = 615F165811663FA7002444F2 /* PBXTextBookmark */; |
|
234 |
615F165911663FA7002444F2 /* PBXTextBookmark */ = 615F165911663FA7002444F2 /* PBXTextBookmark */; |
|
235 |
615F165A11663FA7002444F2 /* PBXTextBookmark */ = 615F165A11663FA7002444F2 /* PBXTextBookmark */; |
|
3253 | 236 |
615F165C1166404E002444F2 /* PBXTextBookmark */ = 615F165C1166404E002444F2 /* PBXTextBookmark */; |
237 |
615F165D1166404E002444F2 /* PBXTextBookmark */ = 615F165D1166404E002444F2 /* PBXTextBookmark */; |
|
238 |
615F165E1166404E002444F2 /* PBXTextBookmark */ = 615F165E1166404E002444F2 /* PBXTextBookmark */; |
|
239 |
615F165F1166404E002444F2 /* PBXTextBookmark */ = 615F165F1166404E002444F2 /* PBXTextBookmark */; |
|
240 |
615F16601166404E002444F2 /* PBXTextBookmark */ = 615F16601166404E002444F2 /* PBXTextBookmark */; |
|
241 |
615F16631166410C002444F2 /* PBXTextBookmark */ = 615F16631166410C002444F2 /* PBXTextBookmark */; |
|
242 |
615F16641166410C002444F2 /* PBXTextBookmark */ = 615F16641166410C002444F2 /* PBXTextBookmark */; |
|
243 |
615F16651166410C002444F2 /* PBXTextBookmark */ = 615F16651166410C002444F2 /* PBXTextBookmark */; |
|
244 |
615F166D11664B1A002444F2 /* PBXBookmark */ = 615F166D11664B1A002444F2 /* PBXBookmark */; |
|
245 |
615F166E11664BE1002444F2 /* PBXTextBookmark */ = 615F166E11664BE1002444F2 /* PBXTextBookmark */; |
|
246 |
615F166F11664BE1002444F2 /* PBXTextBookmark */ = 615F166F11664BE1002444F2 /* PBXTextBookmark */; |
|
247 |
615F167011664BE1002444F2 /* PBXTextBookmark */ = 615F167011664BE1002444F2 /* PBXTextBookmark */; |
|
248 |
615F167311664BE1002444F2 /* PBXTextBookmark */ = 615F167311664BE1002444F2 /* PBXTextBookmark */; |
|
249 |
615F167411664BE1002444F2 /* PBXTextBookmark */ = 615F167411664BE1002444F2 /* PBXTextBookmark */; |
|
250 |
615F167511664BE1002444F2 /* PBXTextBookmark */ = 615F167511664BE1002444F2 /* PBXTextBookmark */; |
|
251 |
615F167811664BE1002444F2 /* PBXTextBookmark */ = 615F167811664BE1002444F2 /* PBXTextBookmark */; |
|
252 |
615F167B11664C53002444F2 /* PBXTextBookmark */ = 615F167B11664C53002444F2 /* PBXTextBookmark */; |
|
253 |
615F167C11664C53002444F2 /* PBXTextBookmark */ = 615F167C11664C53002444F2 /* PBXTextBookmark */; |
|
254 |
615F167D11664C53002444F2 /* PBXTextBookmark */ = 615F167D11664C53002444F2 /* PBXTextBookmark */; |
|
255 |
615F168111664CA7002444F2 /* PBXBookmark */ = 615F168111664CA7002444F2 /* PBXBookmark */; |
|
256 |
615F168411664CBC002444F2 /* PBXTextBookmark */ = 615F168411664CBC002444F2 /* PBXTextBookmark */; |
|
257 |
615F168511664CBC002444F2 /* PBXTextBookmark */ = 615F168511664CBC002444F2 /* PBXTextBookmark */; |
|
258 |
615F168811664CBC002444F2 /* PBXTextBookmark */ = 615F168811664CBC002444F2 /* PBXTextBookmark */; |
|
259 |
615F168911664CBC002444F2 /* PBXTextBookmark */ = 615F168911664CBC002444F2 /* PBXTextBookmark */; |
|
260 |
615F168E11664D4D002444F2 /* PBXTextBookmark */ = 615F168E11664D4D002444F2 /* PBXTextBookmark */; |
|
261 |
615F168F11664D4D002444F2 /* PBXTextBookmark */ = 615F168F11664D4D002444F2 /* PBXTextBookmark */; |
|
262 |
615F169011664D4D002444F2 /* PBXTextBookmark */ = 615F169011664D4D002444F2 /* PBXTextBookmark */; |
|
263 |
615F169111664D4D002444F2 /* PBXTextBookmark */ = 615F169111664D4D002444F2 /* PBXTextBookmark */; |
|
264 |
615F169711664D77002444F2 /* PBXTextBookmark */ = 615F169711664D77002444F2 /* PBXTextBookmark */; |
|
265 |
615F169811664D77002444F2 /* PBXTextBookmark */ = 615F169811664D77002444F2 /* PBXTextBookmark */; |
|
266 |
615F169911664D77002444F2 /* PBXTextBookmark */ = 615F169911664D77002444F2 /* PBXTextBookmark */; |
|
267 |
615F169A11664D77002444F2 /* PBXTextBookmark */ = 615F169A11664D77002444F2 /* PBXTextBookmark */; |
|
268 |
615F169E11664E64002444F2 /* PBXTextBookmark */ = 615F169E11664E64002444F2 /* PBXTextBookmark */; |
|
269 |
615F169F11664E64002444F2 /* PBXTextBookmark */ = 615F169F11664E64002444F2 /* PBXTextBookmark */; |
|
270 |
615F16A011664E64002444F2 /* PBXTextBookmark */ = 615F16A011664E64002444F2 /* PBXTextBookmark */; |
|
271 |
615F16A111664E64002444F2 /* PBXTextBookmark */ = 615F16A111664E64002444F2 /* PBXTextBookmark */; |
|
272 |
615F16A611664EE8002444F2 /* PBXTextBookmark */ = 615F16A611664EE8002444F2 /* PBXTextBookmark */; |
|
273 |
615F16A711664EE8002444F2 /* PBXTextBookmark */ = 615F16A711664EE8002444F2 /* PBXTextBookmark */; |
|
274 |
615F16A811664EE8002444F2 /* PBXTextBookmark */ = 615F16A811664EE8002444F2 /* PBXTextBookmark */; |
|
275 |
615F16A911664EE8002444F2 /* PBXTextBookmark */ = 615F16A911664EE8002444F2 /* PBXTextBookmark */; |
|
276 |
615F16AF11664FD9002444F2 /* PBXTextBookmark */ = 615F16AF11664FD9002444F2 /* PBXTextBookmark */; |
|
277 |
615F16B011664FD9002444F2 /* PBXTextBookmark */ = 615F16B011664FD9002444F2 /* PBXTextBookmark */; |
|
278 |
615F16B111664FD9002444F2 /* PBXTextBookmark */ = 615F16B111664FD9002444F2 /* PBXTextBookmark */; |
|
279 |
615F16B211664FD9002444F2 /* PBXTextBookmark */ = 615F16B211664FD9002444F2 /* PBXTextBookmark */; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
280 |
61697B9E1163478A00CCDF37 = 61697B9E1163478A00CCDF37 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
281 |
6179889D114AA5BD00BA94A9 = 6179889D114AA5BD00BA94A9 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
282 |
61799342114B297000BA94A9 = 61799342114B297000BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
283 |
61799343114B297000BA94A9 = 61799343114B297000BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
284 |
6179937111501D7800BA94A9 = 6179937111501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
285 |
6179937411501D7800BA94A9 = 6179937411501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
286 |
6179937511501D7800BA94A9 = 6179937511501D7800BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
287 |
6179938511501FFA00BA94A9 = 6179938511501FFA00BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
288 |
6179943111502CEA00BA94A9 = 6179943111502CEA00BA94A9 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
289 |
618AFC07115BE92A003D411B = 618AFC07115BE92A003D411B /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
290 |
6194CC0711505FCF00A4BA5C = 6194CC0711505FCF00A4BA5C /* PlistBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
291 |
61CCBE60116135FF00833FE8 = 61CCBE60116135FF00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
292 |
61CCBF1E116162CA00833FE8 = 61CCBF1E116162CA00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
293 |
61CCBF451161637F00833FE8 = 61CCBF451161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
294 |
61CCBF461161637F00833FE8 = 61CCBF461161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
295 |
61CCBF471161637F00833FE8 = 61CCBF471161637F00833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
296 |
61CCBF791161657400833FE8 = 61CCBF791161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
297 |
61CCBF7B1161657400833FE8 = 61CCBF7B1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
298 |
61CCBF7C1161657400833FE8 = 61CCBF7C1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
299 |
61CCBF7E1161657400833FE8 = 61CCBF7E1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
300 |
61CCBF7F1161657400833FE8 = 61CCBF7F1161657400833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
301 |
61CCBFD11161833800833FE8 = 61CCBFD11161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
302 |
61CCBFD21161833800833FE8 = 61CCBFD21161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
303 |
61CCBFD31161833800833FE8 = 61CCBFD31161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
304 |
61CCBFD41161833800833FE8 = 61CCBFD41161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
305 |
61CCBFD51161833800833FE8 = 61CCBFD51161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
306 |
61CCBFD71161833800833FE8 = 61CCBFD71161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
307 |
61CCBFD81161833800833FE8 = 61CCBFD81161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
308 |
61CCBFD91161833800833FE8 = 61CCBFD91161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
309 |
61CCBFDA1161833800833FE8 = 61CCBFDA1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
310 |
61CCBFDB1161833800833FE8 = 61CCBFDB1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
311 |
61CCBFDC1161833800833FE8 = 61CCBFDC1161833800833FE8 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
312 |
61CE23E7115E49560098C467 = 61CE23E7115E49560098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
313 |
61CE23FF115E4B290098C467 = 61CE23FF115E4B290098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
314 |
61CE2410115E4F620098C467 = 61CE2410115E4F620098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
315 |
61CE24DC115E641F0098C467 = 61CE24DC115E641F0098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
316 |
61CE2514115E74CC0098C467 = 61CE2514115E74CC0098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
317 |
61CE2515115E74CC0098C467 = 61CE2515115E74CC0098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
318 |
61CE251F115E75A70098C467 = 61CE251F115E75A70098C467 /* PBXBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
319 |
61CE2577115E78900098C467 = 61CE2577115E78900098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
320 |
61CE2578115E78900098C467 = 61CE2578115E78900098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
321 |
61CE25B4115E7C940098C467 = 61CE25B4115E7C940098C467 /* PBXTextBookmark */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
322 |
61E2F0811156B170002D33C1 = 61E2F0811156B170002D33C1 /* PBXTextBookmark */; |
2980 | 323 |
}; |
324 |
sourceControlManager = 617987DF114AA2EB00BA94A9 /* Source Control */; |
|
325 |
userBuildSettings = { |
|
326 |
}; |
|
327 |
}; |
|
328 |
32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */ = { |
|
329 |
uiCtxt = { |
|
3025 | 330 |
sepNavIntBoundsRect = "{{0, 0}, {698, 139}}"; |
331 |
sepNavSelRange = "{181, 0}"; |
|
332 |
sepNavVisRange = "{0, 225}"; |
|
333 |
}; |
|
334 |
}; |
|
335 |
6100DA6E115446B000F455E0 /* iHedgewars */ = { |
|
336 |
activeExec = 0; |
|
337 |
executables = ( |
|
338 |
6100DAD3115446B000F455E0 /* iHedgewars */, |
|
339 |
); |
|
340 |
}; |
|
341 |
6100DAD3115446B000F455E0 /* iHedgewars */ = { |
|
342 |
isa = PBXExecutable; |
|
343 |
activeArgIndices = ( |
|
344 |
); |
|
345 |
argumentStrings = ( |
|
346 |
); |
|
347 |
autoAttachOnCrash = 1; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
348 |
breakpointsEnabled = 1; |
3025 | 349 |
configStateDict = { |
350 |
}; |
|
351 |
customDataFormattersEnabled = 1; |
|
352 |
dataTipCustomDataFormattersEnabled = 1; |
|
353 |
dataTipShowTypeColumn = 1; |
|
354 |
dataTipSortType = 0; |
|
355 |
debuggerPlugin = GDBDebugging; |
|
356 |
disassemblyDisplayState = 0; |
|
357 |
dylibVariantSuffix = ""; |
|
358 |
enableDebugStr = 1; |
|
359 |
environmentEntries = ( |
|
360 |
); |
|
361 |
executableSystemSymbolLevel = 0; |
|
362 |
executableUserSymbolLevel = 0; |
|
363 |
libgmallocEnabled = 0; |
|
364 |
name = iHedgewars; |
|
365 |
savedGlobals = { |
|
366 |
}; |
|
367 |
showTypeColumn = 0; |
|
368 |
sourceDirectories = ( |
|
369 |
); |
|
370 |
variableFormatDictionary = { |
|
371 |
}; |
|
372 |
}; |
|
373 |
611FD81D1155111700C2203D /* PBXTextBookmark */ = { |
|
374 |
isa = PBXTextBookmark; |
|
375 |
fRef = 6179885B114AA48A00BA94A9 /* SDL_image.h */; |
|
376 |
name = "SDL_image.h: 1"; |
|
377 |
rLen = 0; |
|
378 |
rLoc = 0; |
|
379 |
rType = 0; |
|
380 |
vrLen = 265; |
|
381 |
vrLoc = 899; |
|
382 |
}; |
|
383 |
611FD81E1155111700C2203D /* PBXTextBookmark */ = { |
|
384 |
isa = PBXTextBookmark; |
|
385 |
fRef = 6179885A114AA48A00BA94A9 /* PascalImports.h */; |
|
386 |
name = "PascalImports.h: 17"; |
|
387 |
rLen = 0; |
|
388 |
rLoc = 246; |
|
389 |
rType = 0; |
|
390 |
vrLen = 191; |
|
391 |
vrLoc = 0; |
|
392 |
}; |
|
393 |
611FD81F1155111700C2203D /* PBXTextBookmark */ = { |
|
394 |
isa = PBXTextBookmark; |
|
395 |
fRef = 61798858114AA48A00BA94A9 /* IMG_png.c */; |
|
396 |
name = "IMG_png.c: 69"; |
|
397 |
rLen = 0; |
|
398 |
rLoc = 2544; |
|
399 |
rType = 0; |
|
400 |
vrLen = 162; |
|
401 |
vrLoc = 2505; |
|
402 |
}; |
|
403 |
611FD8201155111700C2203D /* PBXTextBookmark */ = { |
|
404 |
isa = PBXTextBookmark; |
|
405 |
fRef = 61798859114AA48A00BA94A9 /* IMG.c */; |
|
406 |
name = "IMG.c: 1"; |
|
407 |
rLen = 0; |
|
408 |
rLoc = 0; |
|
409 |
rType = 0; |
|
410 |
vrLen = 295; |
|
411 |
vrLoc = 1032; |
|
412 |
}; |
|
413 |
611FD8211155111700C2203D /* PBXTextBookmark */ = { |
|
414 |
isa = PBXTextBookmark; |
|
415 |
fRef = 61798857114AA48A00BA94A9 /* CGPointUtils.h */; |
|
416 |
name = "CGPointUtils.h: 10"; |
|
417 |
rLen = 29; |
|
418 |
rLoc = 152; |
|
419 |
rType = 0; |
|
420 |
vrLen = 243; |
|
421 |
vrLoc = 3; |
|
422 |
}; |
|
423 |
611FD8281155111700C2203D /* PBXTextBookmark */ = { |
|
424 |
isa = PBXTextBookmark; |
|
425 |
fRef = 61798871114AA4D000BA94A9 /* SchemeEditViewController.h */; |
|
426 |
name = "SchemeEditViewController.h: 1"; |
|
427 |
rLen = 0; |
|
428 |
rLoc = 0; |
|
429 |
rType = 0; |
|
430 |
vrLen = 176; |
|
431 |
vrLoc = 0; |
|
432 |
}; |
|
433 |
611FD8291155111700C2203D /* PBXTextBookmark */ = { |
|
434 |
isa = PBXTextBookmark; |
|
435 |
fRef = 61798872114AA4D000BA94A9 /* SchemeEditViewController.m */; |
|
436 |
name = "SchemeEditViewController.m: 33"; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
437 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
438 |
rLoc = 835; |
3025 | 439 |
rType = 0; |
440 |
vrLen = 189; |
|
441 |
vrLoc = 0; |
|
442 |
}; |
|
443 |
611FD82B1155111700C2203D /* PBXTextBookmark */ = { |
|
444 |
isa = PBXTextBookmark; |
|
445 |
fRef = 61798877114AA4D000BA94A9 /* TeamEditViewController.h */; |
|
446 |
name = "TeamEditViewController.h: 1"; |
|
447 |
rLen = 0; |
|
448 |
rLoc = 0; |
|
449 |
rType = 0; |
|
450 |
vrLen = 174; |
|
451 |
vrLoc = 0; |
|
452 |
}; |
|
453 |
611FD82C1155111700C2203D /* PBXTextBookmark */ = { |
|
454 |
isa = PBXTextBookmark; |
|
455 |
fRef = 6179887A114AA4D000BA94A9 /* TeamMenuViewController.h */; |
|
456 |
name = "TeamMenuViewController.h: 1"; |
|
457 |
rLen = 0; |
|
458 |
rLoc = 0; |
|
459 |
rType = 0; |
|
460 |
vrLen = 174; |
|
461 |
vrLoc = 0; |
|
462 |
}; |
|
463 |
611FD82D1155111700C2203D /* PBXTextBookmark */ = { |
|
464 |
isa = PBXTextBookmark; |
|
465 |
fRef = 32CA4F630368D1EE00C91783 /* HedgewarsMobile_Prefix.pch */; |
|
466 |
name = "HedgewarsMobile_Prefix.pch: 7"; |
|
467 |
rLen = 0; |
|
468 |
rLoc = 181; |
|
469 |
rType = 0; |
|
470 |
vrLen = 225; |
|
471 |
vrLoc = 0; |
|
472 |
}; |
|
473 |
611FD95711551C3700C2203D /* PBXTextBookmark */ = { |
|
474 |
isa = PBXTextBookmark; |
|
475 |
fRef = 61798856114AA48A00BA94A9 /* CGPointUtils.c */; |
|
476 |
name = "CGPointUtils.c: 19"; |
|
477 |
rLen = 0; |
|
478 |
rLoc = 423; |
|
479 |
rType = 0; |
|
480 |
vrLen = 392; |
|
481 |
vrLoc = 283; |
|
482 |
}; |
|
483 |
611FD95811551C3700C2203D /* PBXBookmark */ = { |
|
484 |
isa = PBXBookmark; |
|
485 |
fRef = 61798A25114ADD2600BA94A9 /* Default.png */; |
|
486 |
}; |
|
487 |
611FD95911551C3700C2203D /* PBXBookmark */ = { |
|
488 |
isa = PBXBookmark; |
|
489 |
fRef = 61798A26114ADD2600BA94A9 /* Icon.png */; |
|
490 |
}; |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
491 |
611FD96611551E8000C2203D /* PBXBookmark */ = { |
3025 | 492 |
isa = PBXBookmark; |
493 |
fRef = 61798A27114ADD2600BA94A9 /* networkButton.png */; |
|
494 |
}; |
|
3027 | 495 |
611FDAC41155B77500C2203D /* PBXTextBookmark */ = { |
496 |
isa = PBXTextBookmark; |
|
497 |
fRef = 61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */; |
|
498 |
name = "SDL_uikitwindow.m: 58"; |
|
499 |
rLen = 0; |
|
500 |
rLoc = 1723; |
|
501 |
rType = 0; |
|
502 |
vrLen = 382; |
|
503 |
vrLoc = 1853; |
|
504 |
}; |
|
505 |
611FDB481155BCE500C2203D /* PBXTextBookmark */ = { |
|
506 |
isa = PBXTextBookmark; |
|
507 |
fRef = 61798878114AA4D000BA94A9 /* TeamEditViewController.m */; |
|
508 |
name = "TeamEditViewController.m: 33"; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
509 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
510 |
rLoc = 764; |
3027 | 511 |
rType = 0; |
512 |
vrLen = 295; |
|
513 |
vrLoc = 763; |
|
514 |
}; |
|
515 |
611FDB6B1155C0B300C2203D /* PBXBookmark */ = { |
|
516 |
isa = PBXBookmark; |
|
517 |
fRef = 611FDB631155BFFF00C2203D /* Default.png */; |
|
518 |
}; |
|
519 |
611FDB6C1155C0B300C2203D /* PBXBookmark */ = { |
|
520 |
isa = PBXBookmark; |
|
521 |
fRef = 611FD9C81155A1F200C2203D /* Background.png */; |
|
522 |
}; |
|
523 |
611FDB6D1155C0B300C2203D /* PBXBookmark */ = { |
|
524 |
isa = PBXBookmark; |
|
525 |
fRef = 611FD9D11155A41000C2203D /* Multiplayer.png */; |
|
526 |
}; |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
527 |
611FDBF71155D39400C2203D /* PBXTextBookmark */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
528 |
isa = PBXTextBookmark; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
529 |
fRef = 617987E1114AA34C00BA94A9 /* CCHandlers.inc */; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
530 |
name = "CCHandlers.inc: 1"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
531 |
rLen = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
532 |
rLoc = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
533 |
rType = 0; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
534 |
vrLen = 201; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
535 |
vrLoc = 686; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
536 |
}; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
537 |
612D5C451165535400C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
538 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
539 |
fRef = 617987FE114AA34C00BA94A9 /* uKeys.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
540 |
name = "uKeys.pas: 106"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
541 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
542 |
rLoc = 2995; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
543 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
544 |
vrLen = 94; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
545 |
vrLoc = 2933; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
546 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
547 |
612D616B1165536300C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
548 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
549 |
fRef = 617987E7114AA34C00BA94A9 /* hwengine.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
550 |
name = "hwengine.pas: 21"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
551 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
552 |
rLoc = 806; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
553 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
554 |
vrLen = 33; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
555 |
vrLoc = 791; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
556 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
557 |
612D618F1165545F00C6D842 /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
558 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
559 |
fRef = 617987E9114AA34C00BA94A9 /* hwLibrary.pas */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
560 |
name = "hwLibrary.pas: 1"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
561 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
562 |
rLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
563 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
564 |
vrLen = 14; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
565 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
566 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
567 |
61430D3B1165551600E2C62D /* PBXTextBookmark */ = { |
3199 | 568 |
isa = PBXTextBookmark; |
569 |
fRef = 617987EC114AA34C00BA94A9 /* PascalExports.pas */; |
|
570 |
name = "PascalExports.pas: 120"; |
|
571 |
rLen = 0; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
572 |
rLoc = 1966; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
573 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
574 |
vrLen = 22; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
575 |
vrLoc = 3; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
576 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
577 |
61430D3D1165551600E2C62D /* PBXTextBookmark */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
578 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
579 |
fRef = 61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
580 |
name = "SDL_uikitwindow.h: 1"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
581 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
582 |
rLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
583 |
rType = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
584 |
vrLen = 3; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
585 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
586 |
}; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
587 |
615E2397115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
588 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
589 |
fRef = 61FA761D115DA0DB00DA6ED0 /* MainMenuViewController.h */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
590 |
name = "MainMenuViewController.h: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
591 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
592 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
593 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
594 |
vrLen = 122; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
595 |
vrLoc = 85; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
596 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
597 |
615E239A115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
598 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
599 |
fRef = 61FA765A115DAACC00DA6ED0 /* MasterViewController.h */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
600 |
name = "MasterViewController.h: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
601 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
602 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
603 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
604 |
vrLen = 124; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
605 |
vrLoc = 53; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
606 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
607 |
615E239B115F023B00B0ACA1 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
608 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
609 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
610 |
name = "MasterViewController.m: 42"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
611 |
rLen = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
612 |
rLoc = 1543; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
613 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
614 |
vrLen = 269; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
615 |
vrLoc = 1592; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
616 |
}; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
617 |
615F12CE11655B21002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
618 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
619 |
fRef = 6179886F114AA4D000BA94A9 /* MainMenuViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
620 |
name = "MainMenuViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
621 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
622 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
623 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
624 |
vrLen = 147; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
625 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
626 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
627 |
615F12CF11655B21002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
628 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
629 |
fRef = 61798874114AA4D000BA94A9 /* SettingsViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
630 |
name = "SettingsViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
631 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
632 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
633 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
634 |
vrLen = 128; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
635 |
vrLoc = 45; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
636 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
637 |
615F12FB116560D9002444F2 /* PBXTextBookmark */ = { |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
638 |
isa = PBXTextBookmark; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
639 |
fRef = 61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
640 |
name = "SDL_uikitappdelegate.m: 32"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
641 |
rLen = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
642 |
rLoc = 1141; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
643 |
rType = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
644 |
vrLen = 185; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
645 |
vrLoc = 981; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
646 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
647 |
615F1316116561BE002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
648 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
649 |
fRef = 61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
650 |
name = "SDL_uikitappdelegate.h: 40"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
651 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
652 |
rLoc = 1430; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
653 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
654 |
vrLen = 331; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
655 |
vrLoc = 1260; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
656 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
657 |
615F1342116564A7002444F2 /* DisclosureDatailController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
658 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
659 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
660 |
lastKnownFileType = sourcecode.c.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
661 |
name = DisclosureDatailController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
662 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureDatailController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
663 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
664 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
665 |
sepNavIntBoundsRect = "{{0, 0}, {532, 234}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
666 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
667 |
sepNavVisRange = "{0, 94}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
668 |
sepNavWindowFrame = "{{94, 427}, {897, 692}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
669 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
670 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
671 |
615F1343116564A7002444F2 /* DisclosureDatailController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
672 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
673 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
674 |
lastKnownFileType = sourcecode.c.objc; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
675 |
name = DisclosureDatailController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
676 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureDatailController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
677 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
678 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
679 |
sepNavIntBoundsRect = "{{0, 0}, {532, 377}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
680 |
sepNavSelRange = "{218, 26}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
681 |
sepNavVisRange = "{201, 111}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
682 |
sepNavWindowFrame = "{{733, 303}, {897, 692}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
683 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
684 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
685 |
615F134D11656569002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
686 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
687 |
fRef = 61798887114AA4E600BA94A9 /* GameSetup.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
688 |
name = "GameSetup.h: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
689 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
690 |
rLoc = 254; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
691 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
692 |
vrLen = 135; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
693 |
vrLoc = 169; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
694 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
695 |
615F136A11656646002444F2 /* DisclosureButtonController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
696 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
697 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
698 |
lastKnownFileType = sourcecode.c.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
699 |
name = DisclosureButtonController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
700 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureButtonController.h; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
701 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
702 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
703 |
sepNavIntBoundsRect = "{{0, 0}, {537, 247}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
704 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
705 |
sepNavVisRange = "{36, 122}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
706 |
}; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
707 |
}; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
708 |
615F136B11656646002444F2 /* DisclosureButtonController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
709 |
isa = PBXFileReference; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
710 |
fileEncoding = 4; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
711 |
lastKnownFileType = sourcecode.c.objc; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
712 |
name = DisclosureButtonController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
713 |
path = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/DisclosureButtonController.m; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
714 |
sourceTree = "<absolute>"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
715 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
716 |
sepNavIntBoundsRect = "{{0, 0}, {1069, 2600}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
717 |
sepNavSelRange = "{5792, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
718 |
sepNavVisRange = "{0, 1429}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
719 |
sepNavWindowFrame = "{{970, 210}, {895, 693}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
720 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
721 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
722 |
615F13E811657001002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
723 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
724 |
fRef = 61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
725 |
name = "SplitViewRootController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
726 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
727 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
728 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
729 |
vrLen = 153; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
730 |
vrLoc = 229; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
731 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
732 |
615F147F11659AC5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
733 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
734 |
fRef = 617987ED114AA34C00BA94A9 /* SDLh.pas */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
735 |
name = "SDLh.pas: 488"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
736 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
737 |
rLoc = 12867; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
738 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
739 |
vrLen = 150; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
740 |
vrLoc = 12762; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
741 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
742 |
615F148B11659BC2002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
743 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
744 |
fRef = 61CE24ED115E71C20098C467 /* PopupMenuViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
745 |
name = "PopupMenuViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
746 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
747 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
748 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
749 |
vrLen = 159; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
750 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
751 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
752 |
615F148C11659BC2002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
753 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
754 |
fRef = 61CE24EC115E71C20098C467 /* PopupMenuViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
755 |
name = "PopupMenuViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
756 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
757 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
758 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
759 |
vrLen = 155; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
760 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
761 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
762 |
615F14A911659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
763 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
764 |
fRef = 61CE24EB115E71C20098C467 /* OverlayViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
765 |
name = "OverlayViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
766 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
767 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
768 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
769 |
vrLen = 153; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
770 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
771 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
772 |
615F14AA11659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
773 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
774 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
775 |
name = "MainMenuViewController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
776 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
777 |
rLoc = 2; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
778 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
779 |
vrLen = 135; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
780 |
vrLoc = 144; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
781 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
782 |
615F14AC11659E9A002444F2 /* PBXTextBookmark */ = { |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
783 |
isa = PBXTextBookmark; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
784 |
fRef = 61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
785 |
name = "DetailViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
786 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
787 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
788 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
789 |
vrLen = 147; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
790 |
vrLoc = 30; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
791 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
792 |
615F14AD11659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
793 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
794 |
fRef = 615F1342116564A7002444F2 /* DisclosureDatailController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
795 |
name = "DisclosureDatailController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
796 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
797 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
798 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
799 |
vrLen = 156; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
800 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
801 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
802 |
615F14AE11659E9A002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
803 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
804 |
fRef = 615F136A11656646002444F2 /* DisclosureButtonController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
805 |
name = "DisclosureButtonController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
806 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
807 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
808 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
809 |
vrLen = 158; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
810 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
811 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
812 |
615F14B911659F40002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
813 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
814 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
815 |
name = "GameSetup.m: 84"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
816 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
817 |
rLoc = 3164; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
818 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
819 |
vrLen = 222; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
820 |
vrLoc = 1100; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
821 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
822 |
615F15291165A792002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
823 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
824 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
825 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
826 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
827 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
828 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
829 |
vrLen = 162; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
830 |
vrLoc = 36; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
831 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
832 |
615F154C1165A976002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
833 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
834 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
835 |
name = "DetailViewController.m: 13"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
836 |
rLen = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
837 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
838 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
839 |
vrLen = 167; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
840 |
vrLoc = 157; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
841 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
842 |
615F154D1165A976002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
843 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
844 |
fRef = 615F1343116564A7002444F2 /* DisclosureDatailController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
845 |
name = "DisclosureDatailController.m: 12"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
846 |
rLen = 26; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
847 |
rLoc = 218; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
848 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
849 |
vrLen = 111; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
850 |
vrLoc = 201; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
851 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
852 |
615F154E1165A976002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
853 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
854 |
fRef = 61CE24EA115E71C20098C467 /* OverlayViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
855 |
name = "OverlayViewController.h: 14"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
856 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
857 |
rLoc = 257; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
858 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
859 |
vrLen = 91; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
860 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
861 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
862 |
615F15591165AA5C002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
863 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
864 |
fRef = 61CE24EC115E71C20098C467 /* PopupMenuViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
865 |
name = "PopupMenuViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
866 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
867 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
868 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
869 |
vrLen = 155; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
870 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
871 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
872 |
615F157011661D95002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
873 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
874 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
875 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
876 |
615F157111661DA5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
877 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
878 |
fRef = 61CE24EC115E71C20098C467 /* PopupMenuViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
879 |
name = "PopupMenuViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
880 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
881 |
rLoc = 0; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
882 |
rType = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
883 |
vrLen = 93; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
884 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
885 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
886 |
615F157211661DA5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
887 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
888 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
889 |
name = "DetailViewController.m: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
890 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
891 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
892 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
893 |
vrLen = 166; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
894 |
vrLoc = 157; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
895 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
896 |
615F157711661DA5002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
897 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
898 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
899 |
name = "DetailViewController.m: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
900 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
901 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
902 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
903 |
vrLen = 1427; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
904 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
905 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
906 |
615F158011661FA4002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
907 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
908 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
909 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
910 |
615F158311662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
911 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
912 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
913 |
name = "DetailViewController.m: 13"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
914 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
915 |
rLoc = 267; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
916 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
917 |
vrLen = 166; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
918 |
vrLoc = 157; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
919 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
920 |
615F158411662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
921 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
922 |
fRef = 615F1342116564A7002444F2 /* DisclosureDatailController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
923 |
name = "DisclosureDatailController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
924 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
925 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
926 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
927 |
vrLen = 94; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
928 |
vrLoc = 0; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
929 |
}; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
930 |
615F158511662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
931 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
932 |
fRef = 615F1343116564A7002444F2 /* DisclosureDatailController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
933 |
name = "DisclosureDatailController.m: 12"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
934 |
rLen = 26; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
935 |
rLoc = 218; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
936 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
937 |
vrLen = 111; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
938 |
vrLoc = 201; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
939 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
940 |
615F158611662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
941 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
942 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
943 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
944 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
945 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
946 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
947 |
vrLen = 139; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
948 |
vrLoc = 59; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
949 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
950 |
615F158711662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
951 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
952 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
953 |
name = "DetailViewController.m: 76"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
954 |
rLen = 0; |
3253 | 955 |
rLoc = 2250; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
956 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
957 |
vrLen = 1890; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
958 |
vrLoc = 1075; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
959 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
960 |
615F158A11662071002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
961 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
962 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
963 |
name = "DisclosureButtonController.m: 102"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
964 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
965 |
rLoc = 3050; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
966 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
967 |
vrLen = 1320; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
968 |
vrLoc = 1777; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
969 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
970 |
615F158D11662090002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
971 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
972 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
973 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
974 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
975 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
976 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
977 |
vrLen = 100; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
978 |
vrLoc = 59; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
979 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
980 |
615F158E11662090002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
981 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
982 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
983 |
name = "DisclosureButtonController.m: 102"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
984 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
985 |
rLoc = 3014; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
986 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
987 |
vrLen = 1324; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
988 |
vrLoc = 1777; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
989 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
990 |
615F158F11662090002444F2 /* PBXTextBookmark */ = { |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
991 |
isa = PBXTextBookmark; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
992 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
993 |
name = "DetailViewController.m: 74"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
994 |
rLen = 0; |
3253 | 995 |
rLoc = 2181; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
996 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
997 |
vrLen = 1859; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
998 |
vrLoc = 1075; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
999 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1000 |
615F159C1166216A002444F2 /* TeamSettingsViewController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1001 |
uiCtxt = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1002 |
sepNavIntBoundsRect = "{{0, 0}, {836, 565}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1003 |
sepNavSelRange = "{328, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1004 |
sepNavVisRange = "{0, 400}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1005 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1006 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1007 |
615F159D1166216A002444F2 /* TeamSettingsViewController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1008 |
uiCtxt = { |
3253 | 1009 |
sepNavIntBoundsRect = "{{0, 0}, {908, 2145}}"; |
1010 |
sepNavSelRange = "{397, 189}"; |
|
1011 |
sepNavVisRange = "{341, 1592}"; |
|
1012 |
sepNavWindowFrame = "{{665, 212}, {895, 693}}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1013 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1014 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1015 |
615F15AB1166270F002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1016 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1017 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1018 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1019 |
615F15AC116628CC002444F2 /* SingleTeamViewController.h */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1020 |
uiCtxt = { |
3251 | 1021 |
sepNavIntBoundsRect = "{{0, 0}, {836, 565}}"; |
3253 | 1022 |
sepNavSelRange = "{338, 0}"; |
1023 |
sepNavVisRange = "{0, 407}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1024 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1025 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1026 |
615F15AD116628CC002444F2 /* SingleTeamViewController.m */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1027 |
uiCtxt = { |
3253 | 1028 |
sepNavFolds = "{\n c = (\n {\n l = DetailViewController;\n r = \"{5267, 24}\";\n s = 1;\n },\n {\n l = DetailViewController;\n r = \"{5318, 24}\";\n s = 1;\n },\n {\n l = \"Nib name\";\n r = \"{5368, 12}\";\n s = 1;\n }\n );\n r = \"{0, 6042}\";\n s = 0;\n}"; |
1029 |
sepNavIntBoundsRect = "{{0, 0}, {1048, 2769}}"; |
|
1030 |
sepNavSelRange = "{3523, 0}"; |
|
1031 |
sepNavVisRange = "{2777, 1199}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1032 |
sepNavWindowFrame = "{{153, 354}, {895, 693}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1033 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1034 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1035 |
615F15B0116628F2002444F2 /* PBXBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1036 |
isa = PBXBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1037 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1038 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1039 |
615F15B5116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1040 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1041 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1042 |
name = "DisclosureButtonController.m: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1043 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1044 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1045 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1046 |
vrLen = 139; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1047 |
vrLoc = 59; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1048 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1049 |
615F15B6116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1050 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1051 |
fRef = 61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1052 |
name = "SplitViewRootController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1053 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1054 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1055 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1056 |
vrLen = 124; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1057 |
vrLoc = 56; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1058 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1059 |
615F15B7116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1060 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1061 |
fRef = 61FA765A115DAACC00DA6ED0 /* MasterViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1062 |
name = "MasterViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1063 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1064 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1065 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1066 |
vrLen = 124; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1067 |
vrLoc = 53; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1068 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1069 |
615F15B8116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1070 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1071 |
fRef = 61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1072 |
name = "SplitViewRootController.m: 1"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1073 |
rLen = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1074 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1075 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1076 |
vrLen = 152; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1077 |
vrLoc = 229; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1078 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1079 |
615F15B9116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1080 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1081 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1082 |
name = "GameSetup.m: 84"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1083 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1084 |
rLoc = 3164; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1085 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1086 |
vrLen = 206; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1087 |
vrLoc = 1116; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1088 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1089 |
615F15BA116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1090 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1091 |
fRef = 61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1092 |
name = "DetailViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1093 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1094 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1095 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1096 |
vrLen = 124; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1097 |
vrLoc = 53; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1098 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1099 |
615F15BB116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1100 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1101 |
fRef = 615F159C1166216A002444F2 /* TeamSettingsViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1102 |
name = "TeamSettingsViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1103 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1104 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1105 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1106 |
vrLen = 96; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1107 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1108 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1109 |
615F15BC116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1110 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1111 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1112 |
name = "TeamSettingsViewController.m: 26"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1113 |
rLen = 0; |
3253 | 1114 |
rLoc = 939; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1115 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1116 |
vrLen = 309; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1117 |
vrLoc = 744; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1118 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1119 |
615F15BD116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1120 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1121 |
fRef = 615F15AC116628CC002444F2 /* SingleTeamViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1122 |
name = "SingleTeamViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1123 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1124 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1125 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1126 |
vrLen = 94; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1127 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1128 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1129 |
615F15BE116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1130 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1131 |
fRef = 615F15AC116628CC002444F2 /* SingleTeamViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1132 |
name = "SingleTeamViewController.h: 1"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1133 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1134 |
rLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1135 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1136 |
vrLen = 57; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1137 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1138 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1139 |
615F15BF116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1140 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1141 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1142 |
name = "DetailViewController.m: 21"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1143 |
rLen = 0; |
3253 | 1144 |
rLoc = 521; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1145 |
rType = 0; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1146 |
vrLen = 2232; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1147 |
vrLoc = 2115; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1148 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1149 |
615F15C2116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1150 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1151 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1152 |
name = "SingleTeamViewController.m: 80"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1153 |
rLen = 0; |
3253 | 1154 |
rLoc = 2382; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1155 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1156 |
vrLen = 1581; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1157 |
vrLoc = 2112; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1158 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1159 |
615F15C5116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1160 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1161 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1162 |
name = "GameSetup.m: 84"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1163 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1164 |
rLoc = 3164; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1165 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1166 |
vrLen = 3225; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1167 |
vrLoc = 1444; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1168 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1169 |
615F15C8116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1170 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1171 |
fRef = 615F159C1166216A002444F2 /* TeamSettingsViewController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1172 |
name = "TeamSettingsViewController.h: 10"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1173 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1174 |
rLoc = 214; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1175 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1176 |
vrLen = 400; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1177 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1178 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1179 |
615F15C9116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1180 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1181 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1182 |
name = "TeamSettingsViewController.m: 6"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1183 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1184 |
rLoc = 154; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1185 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1186 |
vrLen = 1481; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1187 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1188 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1189 |
615F15CA116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1190 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1191 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1192 |
name = "TeamSettingsViewController.m: 10"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1193 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1194 |
rLoc = 234; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1195 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1196 |
vrLen = 1484; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1197 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1198 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1199 |
615F15CB116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1200 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1201 |
fRef = 615F136A11656646002444F2 /* DisclosureButtonController.h */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1202 |
name = "DisclosureButtonController.h: 16"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1203 |
rLen = 45; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1204 |
rLoc = 353; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1205 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1206 |
vrLen = 479; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1207 |
vrLoc = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1208 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1209 |
615F15CC116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1210 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1211 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1212 |
name = "DisclosureButtonController.m: 75"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1213 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1214 |
rLoc = 2027; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1215 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1216 |
vrLen = 1330; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1217 |
vrLoc = 1774; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1218 |
}; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1219 |
615F15CD116629A0002444F2 /* PBXTextBookmark */ = { |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1220 |
isa = PBXTextBookmark; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1221 |
fRef = 615F136B11656646002444F2 /* DisclosureButtonController.m */; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1222 |
name = "DisclosureButtonController.m: 179"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1223 |
rLen = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1224 |
rLoc = 5792; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1225 |
rType = 0; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1226 |
vrLen = 1427; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
1227 |
vrLoc = 0; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
1228 |
}; |
3251 | 1229 |
615F15DB11662BE8002444F2 /* PBXTextBookmark */ = { |
1230 |
isa = PBXTextBookmark; |
|
1231 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1232 |
name = "SingleTeamViewController.m: 109"; |
|
1233 |
rLen = 0; |
|
3253 | 1234 |
rLoc = 3297; |
3251 | 1235 |
rType = 0; |
1236 |
vrLen = 174; |
|
1237 |
vrLoc = 2436; |
|
1238 |
}; |
|
1239 |
615F15DC11662BE8002444F2 /* PBXTextBookmark */ = { |
|
1240 |
isa = PBXTextBookmark; |
|
1241 |
fRef = 615F15AC116628CC002444F2 /* SingleTeamViewController.h */; |
|
1242 |
name = "SingleTeamViewController.h: 1"; |
|
1243 |
rLen = 0; |
|
1244 |
rLoc = 0; |
|
1245 |
rType = 0; |
|
1246 |
vrLen = 94; |
|
1247 |
vrLoc = 0; |
|
1248 |
}; |
|
1249 |
615F15DD11662BE8002444F2 /* PBXTextBookmark */ = { |
|
1250 |
isa = PBXTextBookmark; |
|
1251 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1252 |
name = "TeamSettingsViewController.m: 26"; |
|
1253 |
rLen = 0; |
|
3253 | 1254 |
rLoc = 939; |
3251 | 1255 |
rType = 0; |
1256 |
vrLen = 309; |
|
1257 |
vrLoc = 744; |
|
1258 |
}; |
|
1259 |
615F15DE11662BE8002444F2 /* PBXTextBookmark */ = { |
|
1260 |
isa = PBXTextBookmark; |
|
1261 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1262 |
name = "TeamSettingsViewController.m: 26"; |
|
1263 |
rLen = 0; |
|
3253 | 1264 |
rLoc = 939; |
3251 | 1265 |
rType = 0; |
1266 |
vrLen = 307; |
|
1267 |
vrLoc = 744; |
|
1268 |
}; |
|
1269 |
615F15DF11662BE8002444F2 /* PBXTextBookmark */ = { |
|
1270 |
isa = PBXTextBookmark; |
|
1271 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1272 |
name = "TeamSettingsViewController.m: 10"; |
|
1273 |
rLen = 0; |
|
1274 |
rLoc = 234; |
|
1275 |
rType = 0; |
|
1276 |
vrLen = 1486; |
|
1277 |
vrLoc = 0; |
|
1278 |
}; |
|
1279 |
615F15E011662BE8002444F2 /* PBXTextBookmark */ = { |
|
1280 |
isa = PBXTextBookmark; |
|
1281 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1282 |
name = "TeamSettingsViewController.m: 64"; |
|
1283 |
rLen = 0; |
|
3253 | 1284 |
rLoc = 2416; |
3251 | 1285 |
rType = 0; |
1286 |
vrLen = 1514; |
|
1287 |
vrLoc = 1485; |
|
1288 |
}; |
|
1289 |
615F15E111662BE8002444F2 /* PBXTextBookmark */ = { |
|
1290 |
isa = PBXTextBookmark; |
|
1291 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1292 |
name = "GameSetup.m: 84"; |
|
1293 |
rLen = 0; |
|
1294 |
rLoc = 3164; |
|
1295 |
rType = 0; |
|
1296 |
vrLen = 3225; |
|
1297 |
vrLoc = 1444; |
|
1298 |
}; |
|
1299 |
615F15E411662BFD002444F2 /* PBXTextBookmark */ = { |
|
1300 |
isa = PBXTextBookmark; |
|
1301 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1302 |
name = "TeamSettingsViewController.m: 135"; |
|
1303 |
rLen = 0; |
|
3253 | 1304 |
rLoc = 4974; |
3251 | 1305 |
rType = 0; |
1306 |
vrLen = 728; |
|
1307 |
vrLoc = 4484; |
|
1308 |
}; |
|
1309 |
615F15E511662BFD002444F2 /* PBXTextBookmark */ = { |
|
1310 |
isa = PBXTextBookmark; |
|
1311 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1312 |
name = "TeamSettingsViewController.m: 135"; |
|
1313 |
rLen = 0; |
|
3253 | 1314 |
rLoc = 4974; |
3251 | 1315 |
rType = 0; |
1316 |
vrLen = 836; |
|
1317 |
vrLoc = 4371; |
|
1318 |
}; |
|
1319 |
615F15E811662C25002444F2 /* PBXTextBookmark */ = { |
|
1320 |
isa = PBXTextBookmark; |
|
1321 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1322 |
name = "TeamSettingsViewController.m: 26"; |
|
1323 |
rLen = 0; |
|
3253 | 1324 |
rLoc = 939; |
3251 | 1325 |
rType = 0; |
1326 |
vrLen = 307; |
|
1327 |
vrLoc = 744; |
|
1328 |
}; |
|
1329 |
615F15E911662C25002444F2 /* PBXTextBookmark */ = { |
|
1330 |
isa = PBXTextBookmark; |
|
1331 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1332 |
name = "TeamSettingsViewController.m: 139"; |
|
1333 |
rLen = 0; |
|
3253 | 1334 |
rLoc = 4974; |
3251 | 1335 |
rType = 0; |
1336 |
vrLen = 1615; |
|
1337 |
vrLoc = 3731; |
|
1338 |
}; |
|
1339 |
615F15EA11662C25002444F2 /* PBXTextBookmark */ = { |
|
1340 |
isa = PBXTextBookmark; |
|
1341 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1342 |
name = "GameSetup.m: 84"; |
|
1343 |
rLen = 0; |
|
1344 |
rLoc = 3164; |
|
1345 |
rType = 0; |
|
1346 |
vrLen = 3225; |
|
1347 |
vrLoc = 1444; |
|
1348 |
}; |
|
1349 |
615F15F011663074002444F2 /* PBXTextBookmark */ = { |
|
1350 |
isa = PBXTextBookmark; |
|
1351 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1352 |
name = "TeamSettingsViewController.m: 26"; |
|
1353 |
rLen = 0; |
|
3253 | 1354 |
rLoc = 939; |
3251 | 1355 |
rType = 0; |
1356 |
vrLen = 309; |
|
1357 |
vrLoc = 744; |
|
1358 |
}; |
|
1359 |
615F15F111663074002444F2 /* PBXTextBookmark */ = { |
|
1360 |
isa = PBXTextBookmark; |
|
1361 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1362 |
name = "TeamSettingsViewController.m: 26"; |
|
1363 |
rLen = 0; |
|
3253 | 1364 |
rLoc = 939; |
3251 | 1365 |
rType = 0; |
1366 |
vrLen = 307; |
|
1367 |
vrLoc = 744; |
|
1368 |
}; |
|
1369 |
615F15F411663074002444F2 /* PBXTextBookmark */ = { |
|
1370 |
isa = PBXTextBookmark; |
|
1371 |
fRef = 615F15AC116628CC002444F2 /* SingleTeamViewController.h */; |
|
1372 |
name = "SingleTeamViewController.h: 16"; |
|
1373 |
rLen = 0; |
|
3253 | 1374 |
rLoc = 347; |
3251 | 1375 |
rType = 0; |
1376 |
vrLen = 336; |
|
1377 |
vrLoc = 0; |
|
1378 |
}; |
|
1379 |
615F15F511663074002444F2 /* PBXTextBookmark */ = { |
|
1380 |
isa = PBXTextBookmark; |
|
1381 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1382 |
name = "SingleTeamViewController.m: 31"; |
|
1383 |
rLen = 0; |
|
3253 | 1384 |
rLoc = 320; |
3251 | 1385 |
rType = 0; |
1386 |
vrLen = 988; |
|
1387 |
vrLoc = 194; |
|
1388 |
}; |
|
1389 |
615F15F611663074002444F2 /* PBXTextBookmark */ = { |
|
1390 |
isa = PBXTextBookmark; |
|
1391 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1392 |
name = "SingleTeamViewController.m: 121"; |
|
1393 |
rLen = 0; |
|
3253 | 1394 |
rLoc = 3634; |
3251 | 1395 |
rType = 0; |
1396 |
vrLen = 1167; |
|
1397 |
vrLoc = 2342; |
|
1398 |
}; |
|
1399 |
615F15F711663074002444F2 /* PBXTextBookmark */ = { |
|
1400 |
isa = PBXTextBookmark; |
|
1401 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1402 |
name = "TeamSettingsViewController.m: 139"; |
|
1403 |
rLen = 0; |
|
3253 | 1404 |
rLoc = 4974; |
3251 | 1405 |
rType = 0; |
1406 |
vrLen = 1692; |
|
1407 |
vrLoc = 3731; |
|
1408 |
}; |
|
1409 |
615F15F811663074002444F2 /* PBXTextBookmark */ = { |
|
1410 |
isa = PBXTextBookmark; |
|
1411 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1412 |
name = "TeamSettingsViewController.m: 124"; |
|
1413 |
rLen = 0; |
|
3253 | 1414 |
rLoc = 4269; |
3251 | 1415 |
rType = 0; |
1416 |
vrLen = 1518; |
|
1417 |
vrLoc = 3731; |
|
1418 |
}; |
|
1419 |
615F15F911663074002444F2 /* PBXTextBookmark */ = { |
|
1420 |
isa = PBXTextBookmark; |
|
1421 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1422 |
name = "GameSetup.m: 84"; |
|
1423 |
rLen = 0; |
|
1424 |
rLoc = 3164; |
|
1425 |
rType = 0; |
|
1426 |
vrLen = 3225; |
|
1427 |
vrLoc = 1444; |
|
1428 |
}; |
|
1429 |
615F161A116632E9002444F2 /* PBXBookmark */ = { |
|
1430 |
isa = PBXBookmark; |
|
1431 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1432 |
}; |
|
1433 |
615F162511663A99002444F2 /* PBXTextBookmark */ = { |
|
1434 |
isa = PBXTextBookmark; |
|
1435 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1436 |
name = "TeamSettingsViewController.m: 30"; |
|
1437 |
rLen = 0; |
|
3253 | 1438 |
rLoc = 939; |
3251 | 1439 |
rType = 0; |
1440 |
vrLen = 404; |
|
1441 |
vrLoc = 393; |
|
1442 |
}; |
|
1443 |
615F162611663A99002444F2 /* PBXTextBookmark */ = { |
|
1444 |
isa = PBXTextBookmark; |
|
1445 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1446 |
name = "SingleTeamViewController.m: 104"; |
|
1447 |
rLen = 0; |
|
3253 | 1448 |
rLoc = 3297; |
3251 | 1449 |
rType = 0; |
1450 |
vrLen = 251; |
|
1451 |
vrLoc = 2360; |
|
1452 |
}; |
|
1453 |
615F162711663A99002444F2 /* PBXTextBookmark */ = { |
|
1454 |
isa = PBXTextBookmark; |
|
1455 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1456 |
name = "SingleTeamViewController.m: 105"; |
|
1457 |
rLen = 0; |
|
3253 | 1458 |
rLoc = 3297; |
3251 | 1459 |
rType = 0; |
1460 |
vrLen = 159; |
|
1461 |
vrLoc = 2372; |
|
1462 |
}; |
|
1463 |
615F162811663A99002444F2 /* PBXTextBookmark */ = { |
|
1464 |
isa = PBXTextBookmark; |
|
1465 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1466 |
name = "TeamSettingsViewController.m: 29"; |
|
1467 |
rLen = 0; |
|
3253 | 1468 |
rLoc = 807; |
3251 | 1469 |
rType = 0; |
1470 |
vrLen = 1814; |
|
1471 |
vrLoc = 56; |
|
1472 |
}; |
|
1473 |
615F162B11663A99002444F2 /* PBXTextBookmark */ = { |
|
1474 |
isa = PBXTextBookmark; |
|
1475 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1476 |
name = "MainMenuViewController.m: 78"; |
|
1477 |
rLen = 13; |
|
1478 |
rLoc = 2918; |
|
1479 |
rType = 0; |
|
1480 |
vrLen = 2922; |
|
1481 |
vrLoc = 1557; |
|
1482 |
}; |
|
1483 |
615F162C11663A99002444F2 /* PBXTextBookmark */ = { |
|
1484 |
isa = PBXTextBookmark; |
|
1485 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1486 |
name = "GameSetup.m: 88"; |
|
1487 |
rLen = 0; |
|
1488 |
rLoc = 3450; |
|
1489 |
rType = 0; |
|
1490 |
vrLen = 3225; |
|
1491 |
vrLoc = 1444; |
|
1492 |
}; |
|
1493 |
615F162F11663AA9002444F2 /* PBXTextBookmark */ = { |
|
1494 |
isa = PBXTextBookmark; |
|
1495 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1496 |
name = "TeamSettingsViewController.m: 144"; |
|
1497 |
rLen = 0; |
|
3253 | 1498 |
rLoc = 4974; |
3251 | 1499 |
rType = 0; |
1500 |
vrLen = 867; |
|
1501 |
vrLoc = 4534; |
|
1502 |
}; |
|
1503 |
615F163211663AB0002444F2 /* PBXTextBookmark */ = { |
|
1504 |
isa = PBXTextBookmark; |
|
1505 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1506 |
name = "SingleTeamViewController.m: 105"; |
|
1507 |
rLen = 0; |
|
3253 | 1508 |
rLoc = 3297; |
3251 | 1509 |
rType = 0; |
1510 |
vrLen = 159; |
|
1511 |
vrLoc = 2372; |
|
1512 |
}; |
|
1513 |
615F163311663AB0002444F2 /* PBXTextBookmark */ = { |
|
1514 |
isa = PBXTextBookmark; |
|
1515 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1516 |
name = "TeamSettingsViewController.m: 30"; |
|
1517 |
rLen = 0; |
|
3253 | 1518 |
rLoc = 812; |
3251 | 1519 |
rType = 0; |
1520 |
vrLen = 1794; |
|
1521 |
vrLoc = 56; |
|
1522 |
}; |
|
1523 |
615F163411663AB0002444F2 /* PBXTextBookmark */ = { |
|
1524 |
isa = PBXTextBookmark; |
|
1525 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1526 |
name = "MainMenuViewController.m: 78"; |
|
1527 |
rLen = 13; |
|
1528 |
rLoc = 2918; |
|
1529 |
rType = 0; |
|
1530 |
vrLen = 2922; |
|
1531 |
vrLoc = 1557; |
|
1532 |
}; |
|
1533 |
615F163511663AB0002444F2 /* PBXTextBookmark */ = { |
|
1534 |
isa = PBXTextBookmark; |
|
1535 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1536 |
name = "GameSetup.m: 88"; |
|
1537 |
rLen = 0; |
|
1538 |
rLoc = 3450; |
|
1539 |
rType = 0; |
|
1540 |
vrLen = 3225; |
|
1541 |
vrLoc = 1444; |
|
1542 |
}; |
|
1543 |
615F163911663BD0002444F2 /* PBXTextBookmark */ = { |
|
1544 |
isa = PBXTextBookmark; |
|
1545 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1546 |
name = "SingleTeamViewController.m: 105"; |
|
1547 |
rLen = 0; |
|
3253 | 1548 |
rLoc = 3297; |
3251 | 1549 |
rType = 0; |
1550 |
vrLen = 159; |
|
1551 |
vrLoc = 2372; |
|
1552 |
}; |
|
1553 |
615F163A11663BD0002444F2 /* PBXTextBookmark */ = { |
|
1554 |
isa = PBXTextBookmark; |
|
1555 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1556 |
name = "TeamSettingsViewController.m: 68"; |
|
1557 |
rLen = 0; |
|
3253 | 1558 |
rLoc = 2307; |
3251 | 1559 |
rType = 0; |
1560 |
vrLen = 1556; |
|
1561 |
vrLoc = 2033; |
|
1562 |
}; |
|
1563 |
615F163B11663BD0002444F2 /* PBXTextBookmark */ = { |
|
1564 |
isa = PBXTextBookmark; |
|
1565 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1566 |
name = "MainMenuViewController.m: 78"; |
|
1567 |
rLen = 13; |
|
1568 |
rLoc = 2918; |
|
1569 |
rType = 0; |
|
1570 |
vrLen = 2922; |
|
1571 |
vrLoc = 1557; |
|
1572 |
}; |
|
1573 |
615F163C11663BD0002444F2 /* PBXTextBookmark */ = { |
|
1574 |
isa = PBXTextBookmark; |
|
1575 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1576 |
name = "GameSetup.m: 88"; |
|
1577 |
rLen = 0; |
|
1578 |
rLoc = 3450; |
|
1579 |
rType = 0; |
|
1580 |
vrLen = 3225; |
|
1581 |
vrLoc = 1444; |
|
1582 |
}; |
|
1583 |
615F164111663BDF002444F2 /* PBXTextBookmark */ = { |
|
1584 |
isa = PBXTextBookmark; |
|
1585 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1586 |
name = "SingleTeamViewController.m: 105"; |
|
1587 |
rLen = 0; |
|
3253 | 1588 |
rLoc = 3297; |
3251 | 1589 |
rType = 0; |
1590 |
vrLen = 159; |
|
1591 |
vrLoc = 2372; |
|
1592 |
}; |
|
1593 |
615F164211663BDF002444F2 /* PBXTextBookmark */ = { |
|
1594 |
isa = PBXTextBookmark; |
|
1595 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1596 |
name = "TeamSettingsViewController.m: 72"; |
|
1597 |
rLen = 0; |
|
3253 | 1598 |
rLoc = 2490; |
3251 | 1599 |
rType = 0; |
1600 |
vrLen = 1558; |
|
1601 |
vrLoc = 2033; |
|
1602 |
}; |
|
1603 |
615F164311663BDF002444F2 /* PBXTextBookmark */ = { |
|
1604 |
isa = PBXTextBookmark; |
|
1605 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1606 |
name = "MainMenuViewController.m: 78"; |
|
1607 |
rLen = 13; |
|
1608 |
rLoc = 2918; |
|
1609 |
rType = 0; |
|
1610 |
vrLen = 2922; |
|
1611 |
vrLoc = 1557; |
|
1612 |
}; |
|
1613 |
615F164411663BDF002444F2 /* PBXTextBookmark */ = { |
|
1614 |
isa = PBXTextBookmark; |
|
1615 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1616 |
name = "GameSetup.m: 88"; |
|
1617 |
rLen = 0; |
|
1618 |
rLoc = 3450; |
|
1619 |
rType = 0; |
|
1620 |
vrLen = 3225; |
|
1621 |
vrLoc = 1444; |
|
1622 |
}; |
|
1623 |
615F164811663F05002444F2 /* PBXTextBookmark */ = { |
|
1624 |
isa = PBXTextBookmark; |
|
1625 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1626 |
name = "SingleTeamViewController.m: 105"; |
|
1627 |
rLen = 0; |
|
3253 | 1628 |
rLoc = 3297; |
3251 | 1629 |
rType = 0; |
1630 |
vrLen = 159; |
|
1631 |
vrLoc = 2372; |
|
1632 |
}; |
|
1633 |
615F164911663F05002444F2 /* PBXTextBookmark */ = { |
|
1634 |
isa = PBXTextBookmark; |
|
1635 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1636 |
name = "TeamSettingsViewController.m: 127"; |
|
1637 |
rLen = 0; |
|
3253 | 1638 |
rLoc = 4262; |
3251 | 1639 |
rType = 0; |
1640 |
vrLen = 1535; |
|
1641 |
vrLoc = 4168; |
|
1642 |
}; |
|
1643 |
615F164A11663F05002444F2 /* PBXTextBookmark */ = { |
|
1644 |
isa = PBXTextBookmark; |
|
1645 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1646 |
name = "MainMenuViewController.m: 78"; |
|
1647 |
rLen = 13; |
|
1648 |
rLoc = 2918; |
|
1649 |
rType = 0; |
|
1650 |
vrLen = 2922; |
|
1651 |
vrLoc = 1557; |
|
1652 |
}; |
|
1653 |
615F164B11663F05002444F2 /* PBXTextBookmark */ = { |
|
1654 |
isa = PBXTextBookmark; |
|
1655 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1656 |
name = "GameSetup.m: 88"; |
|
1657 |
rLen = 0; |
|
1658 |
rLoc = 3450; |
|
1659 |
rType = 0; |
|
1660 |
vrLen = 3225; |
|
1661 |
vrLoc = 1444; |
|
1662 |
}; |
|
1663 |
615F164F11663F90002444F2 /* PBXBookmark */ = { |
|
1664 |
isa = PBXBookmark; |
|
1665 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
|
1666 |
}; |
|
1667 |
615F165211663FA7002444F2 /* PBXTextBookmark */ = { |
|
1668 |
isa = PBXTextBookmark; |
|
1669 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1670 |
name = "SingleTeamViewController.m: 105"; |
|
1671 |
rLen = 0; |
|
3253 | 1672 |
rLoc = 3297; |
3251 | 1673 |
rType = 0; |
1674 |
vrLen = 159; |
|
1675 |
vrLoc = 2372; |
|
1676 |
}; |
|
1677 |
615F165311663FA7002444F2 /* PBXTextBookmark */ = { |
|
1678 |
isa = PBXTextBookmark; |
|
1679 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
|
1680 |
name = "DetailViewController.m: 13"; |
|
1681 |
rLen = 0; |
|
1682 |
rLoc = 267; |
|
1683 |
rType = 0; |
|
1684 |
vrLen = 133; |
|
1685 |
vrLoc = 190; |
|
1686 |
}; |
|
1687 |
615F165611663FA7002444F2 /* PBXTextBookmark */ = { |
|
1688 |
isa = PBXTextBookmark; |
|
1689 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
|
1690 |
name = "DetailViewController.m: 21"; |
|
1691 |
rLen = 0; |
|
3253 | 1692 |
rLoc = 470; |
3251 | 1693 |
rType = 0; |
1694 |
vrLen = 1464; |
|
1695 |
vrLoc = 0; |
|
1696 |
}; |
|
1697 |
615F165711663FA7002444F2 /* PBXTextBookmark */ = { |
|
1698 |
isa = PBXTextBookmark; |
|
1699 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1700 |
name = "TeamSettingsViewController.m: 123"; |
|
1701 |
rLen = 23; |
|
3253 | 1702 |
rLoc = 4103; |
3251 | 1703 |
rType = 0; |
1704 |
vrLen = 1535; |
|
1705 |
vrLoc = 4168; |
|
1706 |
}; |
|
1707 |
615F165811663FA7002444F2 /* PBXTextBookmark */ = { |
|
1708 |
isa = PBXTextBookmark; |
|
1709 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1710 |
name = "TeamSettingsViewController.m: 123"; |
|
1711 |
rLen = 23; |
|
3253 | 1712 |
rLoc = 4103; |
3251 | 1713 |
rType = 0; |
1714 |
vrLen = 1535; |
|
1715 |
vrLoc = 4168; |
|
1716 |
}; |
|
1717 |
615F165911663FA7002444F2 /* PBXTextBookmark */ = { |
|
1718 |
isa = PBXTextBookmark; |
|
1719 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1720 |
name = "MainMenuViewController.m: 78"; |
|
1721 |
rLen = 13; |
|
1722 |
rLoc = 2918; |
|
1723 |
rType = 0; |
|
1724 |
vrLen = 2922; |
|
1725 |
vrLoc = 1557; |
|
1726 |
}; |
|
1727 |
615F165A11663FA7002444F2 /* PBXTextBookmark */ = { |
|
1728 |
isa = PBXTextBookmark; |
|
1729 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1730 |
name = "GameSetup.m: 88"; |
|
1731 |
rLen = 0; |
|
1732 |
rLoc = 3450; |
|
1733 |
rType = 0; |
|
1734 |
vrLen = 3225; |
|
1735 |
vrLoc = 1444; |
|
1736 |
}; |
|
3253 | 1737 |
615F165C1166404E002444F2 /* PBXTextBookmark */ = { |
1738 |
isa = PBXTextBookmark; |
|
1739 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
|
1740 |
name = "DetailViewController.m: 13"; |
|
1741 |
rLen = 0; |
|
1742 |
rLoc = 267; |
|
1743 |
rType = 0; |
|
1744 |
vrLen = 135; |
|
1745 |
vrLoc = 190; |
|
1746 |
}; |
|
1747 |
615F165D1166404E002444F2 /* PBXTextBookmark */ = { |
|
1748 |
isa = PBXTextBookmark; |
|
1749 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
|
1750 |
name = "DetailViewController.m: 16"; |
|
1751 |
rLen = 0; |
|
1752 |
rLoc = 325; |
|
1753 |
rType = 0; |
|
1754 |
vrLen = 1489; |
|
1755 |
vrLoc = 0; |
|
1756 |
}; |
|
1757 |
615F165E1166404E002444F2 /* PBXTextBookmark */ = { |
|
1758 |
isa = PBXTextBookmark; |
|
1759 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1760 |
name = "TeamSettingsViewController.m: 123"; |
|
1761 |
rLen = 23; |
|
1762 |
rLoc = 4103; |
|
1763 |
rType = 0; |
|
1764 |
vrLen = 1559; |
|
1765 |
vrLoc = 4168; |
|
1766 |
}; |
|
1767 |
615F165F1166404E002444F2 /* PBXTextBookmark */ = { |
|
1768 |
isa = PBXTextBookmark; |
|
1769 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1770 |
name = "MainMenuViewController.m: 78"; |
|
1771 |
rLen = 13; |
|
1772 |
rLoc = 2918; |
|
1773 |
rType = 0; |
|
1774 |
vrLen = 3017; |
|
1775 |
vrLoc = 1557; |
|
1776 |
}; |
|
1777 |
615F16601166404E002444F2 /* PBXTextBookmark */ = { |
|
1778 |
isa = PBXTextBookmark; |
|
1779 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1780 |
name = "GameSetup.m: 88"; |
|
1781 |
rLen = 0; |
|
1782 |
rLoc = 3450; |
|
1783 |
rType = 0; |
|
1784 |
vrLen = 3377; |
|
1785 |
vrLoc = 1444; |
|
1786 |
}; |
|
1787 |
615F16631166410C002444F2 /* PBXTextBookmark */ = { |
|
1788 |
isa = PBXTextBookmark; |
|
1789 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
|
1790 |
name = "DetailViewController.m: 13"; |
|
1791 |
rLen = 0; |
|
1792 |
rLoc = 267; |
|
1793 |
rType = 0; |
|
1794 |
vrLen = 133; |
|
1795 |
vrLoc = 190; |
|
1796 |
}; |
|
1797 |
615F16641166410C002444F2 /* PBXTextBookmark */ = { |
|
1798 |
isa = PBXTextBookmark; |
|
1799 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1800 |
name = "TeamSettingsViewController.m: 28"; |
|
1801 |
rLen = 0; |
|
1802 |
rLoc = 896; |
|
1803 |
rType = 0; |
|
1804 |
vrLen = 1682; |
|
1805 |
vrLoc = 341; |
|
1806 |
}; |
|
1807 |
615F16651166410C002444F2 /* PBXTextBookmark */ = { |
|
1808 |
isa = PBXTextBookmark; |
|
1809 |
fRef = 61798888114AA4E600BA94A9 /* GameSetup.m */; |
|
1810 |
name = "GameSetup.m: 88"; |
|
1811 |
rLen = 0; |
|
1812 |
rLoc = 3450; |
|
1813 |
rType = 0; |
|
1814 |
vrLen = 3225; |
|
1815 |
vrLoc = 1444; |
|
1816 |
}; |
|
1817 |
615F166D11664B1A002444F2 /* PBXBookmark */ = { |
|
1818 |
isa = PBXBookmark; |
|
1819 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1820 |
}; |
|
1821 |
615F166E11664BE1002444F2 /* PBXTextBookmark */ = { |
|
1822 |
isa = PBXTextBookmark; |
|
1823 |
fRef = 61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */; |
|
1824 |
name = "DetailViewController.m: 13"; |
|
1825 |
rLen = 0; |
|
1826 |
rLoc = 267; |
|
1827 |
rType = 0; |
|
1828 |
vrLen = 135; |
|
1829 |
vrLoc = 190; |
|
1830 |
}; |
|
1831 |
615F166F11664BE1002444F2 /* PBXTextBookmark */ = { |
|
1832 |
isa = PBXTextBookmark; |
|
1833 |
fRef = 61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */; |
|
1834 |
name = "DetailViewController.h: 1"; |
|
1835 |
rLen = 0; |
|
1836 |
rLoc = 0; |
|
1837 |
rType = 0; |
|
1838 |
vrLen = 124; |
|
1839 |
vrLoc = 53; |
|
1840 |
}; |
|
1841 |
615F167011664BE1002444F2 /* PBXTextBookmark */ = { |
|
1842 |
isa = PBXTextBookmark; |
|
1843 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
1844 |
name = "MasterViewController.m: 43"; |
|
1845 |
rLen = 0; |
|
1846 |
rLoc = 1543; |
|
1847 |
rType = 0; |
|
1848 |
vrLen = 202; |
|
1849 |
vrLoc = 1685; |
|
1850 |
}; |
|
1851 |
615F167311664BE1002444F2 /* PBXTextBookmark */ = { |
|
1852 |
isa = PBXTextBookmark; |
|
1853 |
fRef = 615F15AC116628CC002444F2 /* SingleTeamViewController.h */; |
|
1854 |
name = "SingleTeamViewController.h: 17"; |
|
1855 |
rLen = 0; |
|
1856 |
rLoc = 338; |
|
1857 |
rType = 0; |
|
1858 |
vrLen = 407; |
|
1859 |
vrLoc = 0; |
|
1860 |
}; |
|
1861 |
615F167411664BE1002444F2 /* PBXTextBookmark */ = { |
|
1862 |
isa = PBXTextBookmark; |
|
1863 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1864 |
name = "SingleTeamViewController.m: 31"; |
|
1865 |
rLen = 0; |
|
1866 |
rLoc = 1011; |
|
1867 |
rType = 0; |
|
1868 |
vrLen = 1513; |
|
1869 |
vrLoc = 0; |
|
1870 |
}; |
|
1871 |
615F167511664BE1002444F2 /* PBXTextBookmark */ = { |
|
1872 |
isa = PBXTextBookmark; |
|
1873 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1874 |
name = "SingleTeamViewController.m: 13"; |
|
1875 |
rLen = 0; |
|
1876 |
rLoc = 259; |
|
1877 |
rType = 0; |
|
1878 |
vrLen = 1523; |
|
1879 |
vrLoc = 0; |
|
1880 |
}; |
|
1881 |
615F167811664BE1002444F2 /* PBXTextBookmark */ = { |
|
1882 |
isa = PBXTextBookmark; |
|
1883 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1884 |
name = "TeamSettingsViewController.m: 20"; |
|
1885 |
rLen = 189; |
|
1886 |
rLoc = 397; |
|
1887 |
rType = 0; |
|
1888 |
vrLen = 1705; |
|
1889 |
vrLoc = 341; |
|
1890 |
}; |
|
1891 |
615F167B11664C53002444F2 /* PBXTextBookmark */ = { |
|
1892 |
isa = PBXTextBookmark; |
|
1893 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
1894 |
name = "MasterViewController.m: 43"; |
|
1895 |
rLen = 0; |
|
1896 |
rLoc = 1543; |
|
1897 |
rType = 0; |
|
1898 |
vrLen = 155; |
|
1899 |
vrLoc = 1685; |
|
1900 |
}; |
|
1901 |
615F167C11664C53002444F2 /* PBXTextBookmark */ = { |
|
1902 |
isa = PBXTextBookmark; |
|
1903 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1904 |
name = "SingleTeamViewController.m: 118"; |
|
1905 |
rLen = 0; |
|
1906 |
rLoc = 3523; |
|
1907 |
rType = 0; |
|
1908 |
vrLen = 1252; |
|
1909 |
vrLoc = 2661; |
|
1910 |
}; |
|
1911 |
615F167D11664C53002444F2 /* PBXTextBookmark */ = { |
|
1912 |
isa = PBXTextBookmark; |
|
1913 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1914 |
name = "TeamSettingsViewController.m: 20"; |
|
1915 |
rLen = 189; |
|
1916 |
rLoc = 397; |
|
1917 |
rType = 0; |
|
1918 |
vrLen = 1592; |
|
1919 |
vrLoc = 341; |
|
1920 |
}; |
|
1921 |
615F168111664CA7002444F2 /* PBXBookmark */ = { |
|
1922 |
isa = PBXBookmark; |
|
1923 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1924 |
}; |
|
1925 |
615F168411664CBC002444F2 /* PBXTextBookmark */ = { |
|
1926 |
isa = PBXTextBookmark; |
|
1927 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
1928 |
name = "MasterViewController.m: 43"; |
|
1929 |
rLen = 0; |
|
1930 |
rLoc = 1543; |
|
1931 |
rType = 0; |
|
1932 |
vrLen = 155; |
|
1933 |
vrLoc = 1685; |
|
1934 |
}; |
|
1935 |
615F168511664CBC002444F2 /* PBXTextBookmark */ = { |
|
1936 |
isa = PBXTextBookmark; |
|
1937 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1938 |
name = "SingleTeamViewController.m: 33"; |
|
1939 |
rLen = 0; |
|
1940 |
rLoc = 1073; |
|
1941 |
rType = 0; |
|
1942 |
vrLen = 1599; |
|
1943 |
vrLoc = 0; |
|
1944 |
}; |
|
1945 |
615F168811664CBC002444F2 /* PBXTextBookmark */ = { |
|
1946 |
isa = PBXTextBookmark; |
|
1947 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1948 |
name = "MainMenuViewController.m: 96"; |
|
1949 |
rLen = 9; |
|
1950 |
rLoc = 3989; |
|
1951 |
rType = 0; |
|
1952 |
vrLen = 2854; |
|
1953 |
vrLoc = 1720; |
|
1954 |
}; |
|
1955 |
615F168911664CBC002444F2 /* PBXTextBookmark */ = { |
|
1956 |
isa = PBXTextBookmark; |
|
1957 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1958 |
name = "TeamSettingsViewController.m: 20"; |
|
1959 |
rLen = 189; |
|
1960 |
rLoc = 397; |
|
1961 |
rType = 0; |
|
1962 |
vrLen = 1592; |
|
1963 |
vrLoc = 341; |
|
1964 |
}; |
|
1965 |
615F168E11664D4D002444F2 /* PBXTextBookmark */ = { |
|
1966 |
isa = PBXTextBookmark; |
|
1967 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
1968 |
name = "MasterViewController.m: 43"; |
|
1969 |
rLen = 0; |
|
1970 |
rLoc = 1543; |
|
1971 |
rType = 0; |
|
1972 |
vrLen = 155; |
|
1973 |
vrLoc = 1685; |
|
1974 |
}; |
|
1975 |
615F168F11664D4D002444F2 /* PBXTextBookmark */ = { |
|
1976 |
isa = PBXTextBookmark; |
|
1977 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
1978 |
name = "SingleTeamViewController.m: 32"; |
|
1979 |
rLen = 0; |
|
1980 |
rLoc = 1068; |
|
1981 |
rType = 0; |
|
1982 |
vrLen = 1575; |
|
1983 |
vrLoc = 156; |
|
1984 |
}; |
|
1985 |
615F169011664D4D002444F2 /* PBXTextBookmark */ = { |
|
1986 |
isa = PBXTextBookmark; |
|
1987 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
1988 |
name = "MainMenuViewController.m: 96"; |
|
1989 |
rLen = 9; |
|
1990 |
rLoc = 3989; |
|
1991 |
rType = 0; |
|
1992 |
vrLen = 2854; |
|
1993 |
vrLoc = 1720; |
|
1994 |
}; |
|
1995 |
615F169111664D4D002444F2 /* PBXTextBookmark */ = { |
|
1996 |
isa = PBXTextBookmark; |
|
1997 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
1998 |
name = "TeamSettingsViewController.m: 20"; |
|
1999 |
rLen = 189; |
|
2000 |
rLoc = 397; |
|
2001 |
rType = 0; |
|
2002 |
vrLen = 1592; |
|
2003 |
vrLoc = 341; |
|
2004 |
}; |
|
2005 |
615F169711664D77002444F2 /* PBXTextBookmark */ = { |
|
2006 |
isa = PBXTextBookmark; |
|
2007 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
2008 |
name = "MasterViewController.m: 43"; |
|
2009 |
rLen = 0; |
|
2010 |
rLoc = 1543; |
|
2011 |
rType = 0; |
|
2012 |
vrLen = 155; |
|
2013 |
vrLoc = 1685; |
|
2014 |
}; |
|
2015 |
615F169811664D77002444F2 /* PBXTextBookmark */ = { |
|
2016 |
isa = PBXTextBookmark; |
|
2017 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
2018 |
name = "SingleTeamViewController.m: 118"; |
|
2019 |
rLen = 0; |
|
2020 |
rLoc = 3442; |
|
2021 |
rType = 0; |
|
2022 |
vrLen = 1450; |
|
2023 |
vrLoc = 2845; |
|
2024 |
}; |
|
2025 |
615F169911664D77002444F2 /* PBXTextBookmark */ = { |
|
2026 |
isa = PBXTextBookmark; |
|
2027 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
2028 |
name = "MainMenuViewController.m: 96"; |
|
2029 |
rLen = 9; |
|
2030 |
rLoc = 3989; |
|
2031 |
rType = 0; |
|
2032 |
vrLen = 2854; |
|
2033 |
vrLoc = 1720; |
|
2034 |
}; |
|
2035 |
615F169A11664D77002444F2 /* PBXTextBookmark */ = { |
|
2036 |
isa = PBXTextBookmark; |
|
2037 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
2038 |
name = "TeamSettingsViewController.m: 20"; |
|
2039 |
rLen = 189; |
|
2040 |
rLoc = 397; |
|
2041 |
rType = 0; |
|
2042 |
vrLen = 1592; |
|
2043 |
vrLoc = 341; |
|
2044 |
}; |
|
2045 |
615F169E11664E64002444F2 /* PBXTextBookmark */ = { |
|
2046 |
isa = PBXTextBookmark; |
|
2047 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
2048 |
name = "MasterViewController.m: 43"; |
|
2049 |
rLen = 0; |
|
2050 |
rLoc = 1543; |
|
2051 |
rType = 0; |
|
2052 |
vrLen = 155; |
|
2053 |
vrLoc = 1685; |
|
2054 |
}; |
|
2055 |
615F169F11664E64002444F2 /* PBXTextBookmark */ = { |
|
2056 |
isa = PBXTextBookmark; |
|
2057 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
2058 |
name = "SingleTeamViewController.m: 34"; |
|
2059 |
rLen = 0; |
|
2060 |
rLoc = 1097; |
|
2061 |
rType = 0; |
|
2062 |
vrLen = 1638; |
|
2063 |
vrLoc = 0; |
|
2064 |
}; |
|
2065 |
615F16A011664E64002444F2 /* PBXTextBookmark */ = { |
|
2066 |
isa = PBXTextBookmark; |
|
2067 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
2068 |
name = "MainMenuViewController.m: 96"; |
|
2069 |
rLen = 9; |
|
2070 |
rLoc = 3989; |
|
2071 |
rType = 0; |
|
2072 |
vrLen = 2854; |
|
2073 |
vrLoc = 1720; |
|
2074 |
}; |
|
2075 |
615F16A111664E64002444F2 /* PBXTextBookmark */ = { |
|
2076 |
isa = PBXTextBookmark; |
|
2077 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
2078 |
name = "TeamSettingsViewController.m: 20"; |
|
2079 |
rLen = 189; |
|
2080 |
rLoc = 397; |
|
2081 |
rType = 0; |
|
2082 |
vrLen = 1592; |
|
2083 |
vrLoc = 341; |
|
2084 |
}; |
|
2085 |
615F16A611664EE8002444F2 /* PBXTextBookmark */ = { |
|
2086 |
isa = PBXTextBookmark; |
|
2087 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
2088 |
name = "MasterViewController.m: 43"; |
|
2089 |
rLen = 0; |
|
2090 |
rLoc = 1543; |
|
2091 |
rType = 0; |
|
2092 |
vrLen = 155; |
|
2093 |
vrLoc = 1685; |
|
2094 |
}; |
|
2095 |
615F16A711664EE8002444F2 /* PBXTextBookmark */ = { |
|
2096 |
isa = PBXTextBookmark; |
|
2097 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
2098 |
name = "SingleTeamViewController.m: 34"; |
|
2099 |
rLen = 0; |
|
2100 |
rLoc = 1097; |
|
2101 |
rType = 0; |
|
2102 |
vrLen = 1644; |
|
2103 |
vrLoc = 0; |
|
2104 |
}; |
|
2105 |
615F16A811664EE8002444F2 /* PBXTextBookmark */ = { |
|
2106 |
isa = PBXTextBookmark; |
|
2107 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
2108 |
name = "MainMenuViewController.m: 96"; |
|
2109 |
rLen = 9; |
|
2110 |
rLoc = 3989; |
|
2111 |
rType = 0; |
|
2112 |
vrLen = 2854; |
|
2113 |
vrLoc = 1720; |
|
2114 |
}; |
|
2115 |
615F16A911664EE8002444F2 /* PBXTextBookmark */ = { |
|
2116 |
isa = PBXTextBookmark; |
|
2117 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
2118 |
name = "TeamSettingsViewController.m: 20"; |
|
2119 |
rLen = 189; |
|
2120 |
rLoc = 397; |
|
2121 |
rType = 0; |
|
2122 |
vrLen = 1592; |
|
2123 |
vrLoc = 341; |
|
2124 |
}; |
|
2125 |
615F16AF11664FD9002444F2 /* PBXTextBookmark */ = { |
|
2126 |
isa = PBXTextBookmark; |
|
2127 |
fRef = 61FA765B115DAACC00DA6ED0 /* MasterViewController.m */; |
|
2128 |
name = "MasterViewController.m: 43"; |
|
2129 |
rLen = 0; |
|
2130 |
rLoc = 1543; |
|
2131 |
rType = 0; |
|
2132 |
vrLen = 155; |
|
2133 |
vrLoc = 1685; |
|
2134 |
}; |
|
2135 |
615F16B011664FD9002444F2 /* PBXTextBookmark */ = { |
|
2136 |
isa = PBXTextBookmark; |
|
2137 |
fRef = 615F15AD116628CC002444F2 /* SingleTeamViewController.m */; |
|
2138 |
name = "SingleTeamViewController.m: 118"; |
|
2139 |
rLen = 0; |
|
2140 |
rLoc = 3523; |
|
2141 |
rType = 0; |
|
2142 |
vrLen = 1199; |
|
2143 |
vrLoc = 2777; |
|
2144 |
}; |
|
2145 |
615F16B111664FD9002444F2 /* PBXTextBookmark */ = { |
|
2146 |
isa = PBXTextBookmark; |
|
2147 |
fRef = 61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */; |
|
2148 |
name = "MainMenuViewController.m: 96"; |
|
2149 |
rLen = 9; |
|
2150 |
rLoc = 3989; |
|
2151 |
rType = 0; |
|
2152 |
vrLen = 2854; |
|
2153 |
vrLoc = 1720; |
|
2154 |
}; |
|
2155 |
615F16B211664FD9002444F2 /* PBXTextBookmark */ = { |
|
2156 |
isa = PBXTextBookmark; |
|
2157 |
fRef = 615F159D1166216A002444F2 /* TeamSettingsViewController.m */; |
|
2158 |
name = "TeamSettingsViewController.m: 20"; |
|
2159 |
rLen = 189; |
|
2160 |
rLoc = 397; |
|
2161 |
rType = 0; |
|
2162 |
vrLen = 1592; |
|
2163 |
vrLoc = 341; |
|
2164 |
}; |
|
3221 | 2165 |
61697B9E1163478A00CCDF37 /* PBXTextBookmark */ = { |
2166 |
isa = PBXTextBookmark; |
|
2167 |
fRef = 61798803114AA34C00BA94A9 /* uLandTexture.pas */; |
|
2168 |
name = "uLandTexture.pas: 107"; |
|
2169 |
rLen = 0; |
|
2170 |
rLoc = 3388; |
|
2171 |
rType = 0; |
|
2172 |
vrLen = 250; |
|
2173 |
vrLoc = 3; |
|
2174 |
}; |
|
2980 | 2175 |
617987D7114AA2CD00BA94A9 /* HedgewarsMobile */ = { |
2176 |
isa = PBXExecutable; |
|
2177 |
activeArgIndices = ( |
|
2178 |
); |
|
2179 |
argumentStrings = ( |
|
2180 |
); |
|
2181 |
autoAttachOnCrash = 1; |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
2182 |
breakpointsEnabled = 0; |
2980 | 2183 |
configStateDict = { |
2184 |
}; |
|
2185 |
customDataFormattersEnabled = 1; |
|
2186 |
dataTipCustomDataFormattersEnabled = 1; |
|
2187 |
dataTipShowTypeColumn = 1; |
|
2188 |
dataTipSortType = 0; |
|
2189 |
debuggerPlugin = GDBDebugging; |
|
2190 |
disassemblyDisplayState = 0; |
|
2191 |
dylibVariantSuffix = ""; |
|
2192 |
enableDebugStr = 1; |
|
2193 |
environmentEntries = ( |
|
2194 |
); |
|
2195 |
executableSystemSymbolLevel = 0; |
|
2196 |
executableUserSymbolLevel = 0; |
|
2197 |
libgmallocEnabled = 0; |
|
2198 |
name = HedgewarsMobile; |
|
3006 | 2199 |
savedGlobals = { |
2200 |
}; |
|
3015 | 2201 |
showTypeColumn = 1; |
2980 | 2202 |
sourceDirectories = ( |
2203 |
); |
|
3006 | 2204 |
variableFormatDictionary = { |
3015 | 2205 |
$cs = 1; |
2206 |
$ds = 1; |
|
2207 |
$eax = 1; |
|
2208 |
$ebp = 1; |
|
2209 |
$ebx = 1; |
|
2210 |
$ecx = 1; |
|
2211 |
$edi = 1; |
|
2212 |
$edx = 1; |
|
2213 |
$eflags = 1; |
|
2214 |
$eip = 1; |
|
2215 |
$es = 1; |
|
2216 |
$esi = 1; |
|
2217 |
$esp = 1; |
|
2218 |
$fs = 1; |
|
2219 |
$gs = 1; |
|
2220 |
$ss = 1; |
|
3006 | 2221 |
}; |
2980 | 2222 |
}; |
2223 |
617987DF114AA2EB00BA94A9 /* Source Control */ = { |
|
2224 |
isa = PBXSourceControlManager; |
|
2225 |
fallbackIsa = XCSourceControlManager; |
|
2226 |
isSCMEnabled = 0; |
|
2227 |
scmConfiguration = { |
|
2228 |
repositoryNamesForRoots = { |
|
2229 |
"" = ""; |
|
2230 |
}; |
|
2231 |
}; |
|
2232 |
}; |
|
2233 |
617987E0114AA2EB00BA94A9 /* Code sense */ = { |
|
2234 |
isa = PBXCodeSenseManager; |
|
2235 |
indexTemplatePath = ""; |
|
2236 |
}; |
|
2237 |
617987E1114AA34C00BA94A9 /* CCHandlers.inc */ = { |
|
2238 |
uiCtxt = { |
|
3027 | 2239 |
sepNavIntBoundsRect = "{{0, 0}, {735, 10088}}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2240 |
sepNavSelRange = "{17156, 0}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2241 |
sepNavVisRange = "{16604, 999}"; |
3027 | 2242 |
sepNavWindowFrame = "{{406, 184}, {794, 632}}"; |
2980 | 2243 |
}; |
2244 |
}; |
|
3006 | 2245 |
617987E4114AA34C00BA94A9 /* GSHandlers.inc */ = { |
2246 |
uiCtxt = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2247 |
sepNavIntBoundsRect = "{{0, 0}, {572, 39507}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2248 |
sepNavSelRange = "{23048, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2249 |
sepNavVisRange = "{22940, 148}"; |
3027 | 2250 |
sepNavWindowFrame = "{{429, 163}, {794, 632}}"; |
3006 | 2251 |
}; |
2252 |
}; |
|
2980 | 2253 |
617987E7114AA34C00BA94A9 /* hwengine.pas */ = { |
2254 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2255 |
sepNavIntBoundsRect = "{{0, 0}, {537, 7839}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2256 |
sepNavSelRange = "{806, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2257 |
sepNavVisRange = "{791, 33}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2258 |
sepNavWindowFrame = "{{421, 176}, {897, 692}}"; |
2980 | 2259 |
}; |
2260 |
}; |
|
2261 |
617987E9114AA34C00BA94A9 /* hwLibrary.pas */ = { |
|
2262 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2263 |
sepNavIntBoundsRect = "{{0, 0}, {532, 299}}"; |
2980 | 2264 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2265 |
sepNavVisRange = "{0, 14}"; |
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2266 |
sepNavWindowFrame = "{{15, 481}, {897, 692}}"; |
2980 | 2267 |
}; |
2268 |
}; |
|
2269 |
617987EB114AA34C00BA94A9 /* options.inc */ = { |
|
2270 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2271 |
sepNavIntBoundsRect = "{{0, 0}, {532, 572}}"; |
2980 | 2272 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2273 |
sepNavVisRange = "{0, 49}"; |
2980 | 2274 |
sepNavWindowFrame = "{{864, 517}, {921, 605}}"; |
2275 |
}; |
|
2276 |
}; |
|
2277 |
617987EC114AA34C00BA94A9 /* PascalExports.pas */ = { |
|
2278 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2279 |
sepNavIntBoundsRect = "{{0, 0}, {744, 1651}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2280 |
sepNavSelRange = "{724, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2281 |
sepNavVisRange = "{140, 732}"; |
3021 | 2282 |
sepNavWindowFrame = "{{238, 238}, {803, 674}}"; |
2980 | 2283 |
}; |
2284 |
}; |
|
2285 |
617987ED114AA34C00BA94A9 /* SDLh.pas */ = { |
|
2286 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2287 |
sepNavIntBoundsRect = "{{0, 0}, {532, 10569}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2288 |
sepNavSelRange = "{12867, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2289 |
sepNavVisRange = "{12762, 150}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2290 |
sepNavWindowFrame = "{{15, 455}, {927, 718}}"; |
2980 | 2291 |
}; |
2292 |
}; |
|
2293 |
617987F0114AA34C00BA94A9 /* SinTable.inc */ = { |
|
2294 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2295 |
sepNavIntBoundsRect = "{{0, 0}, {532, 13936}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2296 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2297 |
sepNavVisRange = "{0, 49}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2298 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2299 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2300 |
617987F1114AA34C00BA94A9 /* uAI.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2301 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2302 |
sepNavIntBoundsRect = "{{0, 0}, {879, 4862}}"; |
2980 | 2303 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2304 |
sepNavVisRange = "{0, 1860}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2305 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2306 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2307 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2308 |
617987F2114AA34C00BA94A9 /* uAIActions.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2309 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2310 |
sepNavIntBoundsRect = "{{0, 0}, {879, 2847}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2311 |
sepNavSelRange = "{878, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2312 |
sepNavVisRange = "{0, 2061}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2313 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2314 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2315 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2316 |
617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2317 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2318 |
sepNavIntBoundsRect = "{{0, 0}, {1174, 8190}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2319 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2320 |
sepNavVisRange = "{18811, 1378}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2321 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2322 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2323 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2324 |
617987F4114AA34C00BA94A9 /* uAIMisc.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2325 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2326 |
sepNavIntBoundsRect = "{{0, 0}, {719, 6279}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2327 |
sepNavSelRange = "{6716, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2328 |
sepNavVisRange = "{2094, 49}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2329 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
2980 | 2330 |
}; |
2331 |
}; |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2332 |
617987F5114AA34C00BA94A9 /* uAmmos.pas */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2333 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2334 |
sepNavIntBoundsRect = "{{0, 0}, {868, 4966}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2335 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2336 |
sepNavVisRange = "{0, 1559}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2337 |
sepNavWindowFrame = "{{38, 434}, {927, 718}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2338 |
}; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2339 |
}; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2340 |
617987F6114AA34C00BA94A9 /* uChat.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2341 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2342 |
sepNavIntBoundsRect = "{{0, 0}, {879, 3848}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2343 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2344 |
sepNavVisRange = "{0, 1960}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2345 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2346 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2347 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2348 |
617987F7114AA34C00BA94A9 /* uCollisions.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2349 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2350 |
sepNavIntBoundsRect = "{{0, 0}, {532, 4238}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2351 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2352 |
sepNavVisRange = "{111, 3}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2353 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2354 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2355 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2356 |
617987F8114AA34C00BA94A9 /* uConsole.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2357 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2358 |
sepNavIntBoundsRect = "{{0, 0}, {879, 4407}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2359 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2360 |
sepNavVisRange = "{0, 2119}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2361 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2362 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2363 |
}; |
3027 | 2364 |
617987F9114AA34C00BA94A9 /* uConsts.pas */ = { |
2365 |
uiCtxt = { |
|
3199 | 2366 |
sepNavIntBoundsRect = "{{0, 0}, {879, 25077}}"; |
2367 |
sepNavSelRange = "{10318, 0}"; |
|
2368 |
sepNavVisRange = "{9634, 1948}"; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2369 |
sepNavWindowFrame = "{{162, 164}, {938, 967}}"; |
3027 | 2370 |
}; |
2371 |
}; |
|
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2372 |
617987FA114AA34C00BA94A9 /* uFloat.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2373 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2374 |
sepNavIntBoundsRect = "{{0, 0}, {532, 4797}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2375 |
sepNavSelRange = "{0, 0}"; |
3063 | 2376 |
sepNavVisRange = "{0, 49}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2377 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2378 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2379 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2380 |
617987FB114AA34C00BA94A9 /* uGame.pas */ = { |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2381 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2382 |
sepNavIntBoundsRect = "{{0, 0}, {621, 1040}}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2383 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2384 |
sepNavVisRange = "{49, 62}"; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2385 |
sepNavWindowFrame = "{{15, 455}, {927, 718}}"; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2386 |
}; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
2387 |
}; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2388 |
617987FC114AA34C00BA94A9 /* uGears.pas */ = { |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2389 |
uiCtxt = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2390 |
sepNavIntBoundsRect = "{{0, 0}, {768, 30953}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2391 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2392 |
sepNavVisRange = "{258, 58}"; |
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2393 |
sepNavWindowFrame = "{{61, 413}, {927, 718}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2394 |
}; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2395 |
}; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2396 |
617987FD114AA34C00BA94A9 /* uIO.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2397 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2398 |
sepNavIntBoundsRect = "{{0, 0}, {879, 4810}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2399 |
sepNavSelRange = "{0, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2400 |
sepNavVisRange = "{0, 1848}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2401 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2402 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2403 |
}; |
2980 | 2404 |
617987FE114AA34C00BA94A9 /* uKeys.pas */ = { |
2405 |
uiCtxt = { |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2406 |
sepNavIntBoundsRect = "{{0, 0}, {663, 7020}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2407 |
sepNavSelRange = "{2995, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2408 |
sepNavVisRange = "{2933, 94}"; |
2980 | 2409 |
sepNavWindowFrame = "{{674, 505}, {921, 605}}"; |
2410 |
}; |
|
2411 |
}; |
|
3021 | 2412 |
617987FF114AA34C00BA94A9 /* uLand.pas */ = { |
2413 |
uiCtxt = { |
|
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2414 |
sepNavIntBoundsRect = "{{0, 0}, {1734, 16068}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2415 |
sepNavSelRange = "{25370, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2416 |
sepNavVisRange = "{25434, 209}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2417 |
sepNavWindowFrame = "{{287, 275}, {803, 674}}"; |
3021 | 2418 |
}; |
2419 |
}; |
|
2420 |
61798800114AA34C00BA94A9 /* uLandGraphics.pas */ = { |
|
2421 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2422 |
sepNavIntBoundsRect = "{{0, 0}, {1027, 7241}}"; |
3021 | 2423 |
sepNavSelRange = "{204, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2424 |
sepNavVisRange = "{5200, 1985}"; |
3021 | 2425 |
sepNavWindowFrame = "{{61, 457}, {803, 674}}"; |
2426 |
}; |
|
2427 |
}; |
|
2428 |
61798801114AA34C00BA94A9 /* uLandObjects.pas */ = { |
|
2429 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2430 |
sepNavIntBoundsRect = "{{0, 0}, {744, 6812}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2431 |
sepNavSelRange = "{1189, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2432 |
sepNavVisRange = "{114, 1541}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2433 |
sepNavWindowFrame = "{{84, 436}, {803, 674}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2434 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2435 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2436 |
61798802114AA34C00BA94A9 /* uLandTemplates.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2437 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2438 |
sepNavIntBoundsRect = "{{0, 0}, {544, 26650}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2439 |
sepNavSelRange = "{1407, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2440 |
sepNavVisRange = "{1225, 366}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2441 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2442 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2443 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2444 |
61798803114AA34C00BA94A9 /* uLandTexture.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2445 |
uiCtxt = { |
3221 | 2446 |
sepNavIntBoundsRect = "{{0, 0}, {845, 1638}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2447 |
sepNavSelRange = "{3388, 0}"; |
3221 | 2448 |
sepNavVisRange = "{3, 250}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2449 |
sepNavWindowFrame = "{{400, 151}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2450 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2451 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2452 |
61798804114AA34C00BA94A9 /* uLocale.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2453 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2454 |
sepNavIntBoundsRect = "{{0, 0}, {879, 1846}}"; |
3021 | 2455 |
sepNavSelRange = "{0, 0}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2456 |
sepNavVisRange = "{0, 2884}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2457 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2458 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2459 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2460 |
61798805114AA34C00BA94A9 /* uMisc.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2461 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2462 |
sepNavIntBoundsRect = "{{0, 0}, {1034, 9659}}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2463 |
sepNavSelRange = "{19704, 6}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2464 |
sepNavVisRange = "{18808, 1596}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2465 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2466 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2467 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2468 |
61798806114AA34C00BA94A9 /* uRandom.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2469 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2470 |
sepNavIntBoundsRect = "{{0, 0}, {879, 1235}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2471 |
sepNavSelRange = "{1113, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2472 |
sepNavVisRange = "{0, 1817}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2473 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2474 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2475 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2476 |
61798807114AA34C00BA94A9 /* uScript.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2477 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2478 |
sepNavIntBoundsRect = "{{0, 0}, {607, 11297}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2479 |
sepNavSelRange = "{1143, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2480 |
sepNavVisRange = "{1004, 219}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2481 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2482 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2483 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2484 |
61798808114AA34C00BA94A9 /* uSHA.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2485 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2486 |
sepNavIntBoundsRect = "{{0, 0}, {879, 2028}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2487 |
sepNavSelRange = "{1408, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2488 |
sepNavVisRange = "{0, 1914}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2489 |
sepNavWindowFrame = "{{749, 211}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2490 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2491 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2492 |
61798809114AA34C00BA94A9 /* uSound.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2493 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2494 |
sepNavIntBoundsRect = "{{0, 0}, {544, 3302}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2495 |
sepNavSelRange = "{1282, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2496 |
sepNavVisRange = "{1229, 128}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2497 |
sepNavWindowFrame = "{{61, 164}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2498 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2499 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2500 |
6179880A114AA34C00BA94A9 /* uStats.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2501 |
uiCtxt = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2502 |
sepNavIntBoundsRect = "{{0, 0}, {879, 3042}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2503 |
sepNavSelRange = "{905, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2504 |
sepNavVisRange = "{0, 2007}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2505 |
sepNavWindowFrame = "{{84, 143}, {938, 967}}"; |
3021 | 2506 |
}; |
2507 |
}; |
|
2980 | 2508 |
6179880B114AA34C00BA94A9 /* uStore.pas */ = { |
2509 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2510 |
sepNavIntBoundsRect = "{{0, 0}, {824, 19799}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2511 |
sepNavSelRange = "{36649, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2512 |
sepNavVisRange = "{36112, 1360}"; |
3025 | 2513 |
sepNavWindowFrame = "{{38, 478}, {803, 674}}"; |
2514 |
}; |
|
2515 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2516 |
6179880C114AA34C00BA94A9 /* uTeams.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2517 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2518 |
sepNavIntBoundsRect = "{{0, 0}, {775, 6617}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2519 |
sepNavSelRange = "{932, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2520 |
sepNavVisRange = "{831, 110}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2521 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2522 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2523 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2524 |
6179880E114AA34C00BA94A9 /* uVisualGears.pas */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2525 |
uiCtxt = { |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2526 |
sepNavIntBoundsRect = "{{0, 0}, {1321, 11063}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2527 |
sepNavSelRange = "{873, 0}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2528 |
sepNavVisRange = "{0, 2081}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2529 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2530 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2531 |
}; |
3025 | 2532 |
6179880F114AA34C00BA94A9 /* uWorld.pas */ = { |
2533 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2534 |
sepNavIntBoundsRect = "{{0, 0}, {901, 13247}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2535 |
sepNavSelRange = "{1635, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2536 |
sepNavVisRange = "{3460, 1435}"; |
3025 | 2537 |
sepNavWindowFrame = "{{158, 270}, {960, 678}}"; |
2980 | 2538 |
}; |
2539 |
}; |
|
2540 |
61798852114AA44900BA94A9 /* config.inc */ = { |
|
2541 |
uiCtxt = { |
|
2542 |
sepNavIntBoundsRect = "{{0, 0}, {620, 286}}"; |
|
2543 |
sepNavSelRange = "{0, 0}"; |
|
2544 |
sepNavVisRange = "{0, 874}"; |
|
2545 |
}; |
|
2546 |
}; |
|
3025 | 2547 |
61798856114AA48A00BA94A9 /* CGPointUtils.c */ = { |
2548 |
uiCtxt = { |
|
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
2549 |
sepNavIntBoundsRect = "{{0, 0}, {696, 559}}"; |
3025 | 2550 |
sepNavSelRange = "{423, 0}"; |
3026
1a44c0f2b83b
move interface files around to use standard names in different versions
koda
parents:
3025
diff
changeset
|
2551 |
sepNavVisRange = "{170, 505}"; |
3025 | 2552 |
sepNavWindowFrame = "{{107, 411}, {960, 678}}"; |
2553 |
}; |
|
2554 |
}; |
|
2555 |
61798857114AA48A00BA94A9 /* CGPointUtils.h */ = { |
|
2556 |
uiCtxt = { |
|
2557 |
sepNavIntBoundsRect = "{{0, 0}, {719, 195}}"; |
|
2558 |
sepNavSelRange = "{152, 29}"; |
|
2559 |
sepNavVisRange = "{3, 243}"; |
|
2560 |
}; |
|
2561 |
}; |
|
2980 | 2562 |
61798858114AA48A00BA94A9 /* IMG_png.c */ = { |
2563 |
uiCtxt = { |
|
3025 | 2564 |
sepNavIntBoundsRect = "{{0, 0}, {1524, 6266}}"; |
2980 | 2565 |
sepNavSelRange = "{2544, 0}"; |
3025 | 2566 |
sepNavVisRange = "{2505, 162}"; |
2567 |
}; |
|
2568 |
}; |
|
2569 |
61798859114AA48A00BA94A9 /* IMG.c */ = { |
|
2570 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2571 |
sepNavIntBoundsRect = "{{0, 0}, {786, 1820}}"; |
3025 | 2572 |
sepNavSelRange = "{0, 0}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2573 |
sepNavVisRange = "{0, 776}"; |
2980 | 2574 |
}; |
2575 |
}; |
|
3015 | 2576 |
6179885A114AA48A00BA94A9 /* PascalImports.h */ = { |
2577 |
uiCtxt = { |
|
3025 | 2578 |
sepNavIntBoundsRect = "{{0, 0}, {537, 637}}"; |
3015 | 2579 |
sepNavSelRange = "{246, 0}"; |
3025 | 2580 |
sepNavVisRange = "{0, 191}"; |
3015 | 2581 |
sepNavWindowFrame = "{{685, 352}, {803, 674}}"; |
2582 |
}; |
|
2583 |
}; |
|
3025 | 2584 |
6179885B114AA48A00BA94A9 /* SDL_image.h */ = { |
2585 |
uiCtxt = { |
|
2586 |
sepNavIntBoundsRect = "{{0, 0}, {558, 1144}}"; |
|
2587 |
sepNavSelRange = "{0, 0}"; |
|
2588 |
sepNavVisRange = "{899, 265}"; |
|
2589 |
}; |
|
2590 |
}; |
|
3006 | 2591 |
61798863114AA4AA00BA94A9 /* SDL_uikitappdelegate.h */ = { |
2592 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2593 |
sepNavIntBoundsRect = "{{0, 0}, {1004, 611}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2594 |
sepNavSelRange = "{1430, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2595 |
sepNavVisRange = "{1109, 510}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2596 |
sepNavWindowFrame = "{{156, 236}, {803, 674}}"; |
3006 | 2597 |
}; |
2980 | 2598 |
}; |
2599 |
61798864114AA4AA00BA94A9 /* SDL_uikitappdelegate.m */ = { |
|
2600 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2601 |
sepNavIntBoundsRect = "{{0, 0}, {796, 1885}}"; |
3251 | 2602 |
sepNavSelRange = "{2947, 79}"; |
2603 |
sepNavVisRange = "{1968, 1414}"; |
|
3199 | 2604 |
sepNavWindowFrame = "{{156, 236}, {803, 674}}"; |
3006 | 2605 |
}; |
2606 |
}; |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2607 |
61798867114AA4AA00BA94A9 /* SDL_uikitwindow.h */ = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2608 |
uiCtxt = { |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2609 |
sepNavIntBoundsRect = "{{0, 0}, {532, 572}}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2610 |
sepNavSelRange = "{0, 0}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2611 |
sepNavVisRange = "{0, 3}"; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2612 |
}; |
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
3221
diff
changeset
|
2613 |
}; |
3006 | 2614 |
61798868114AA4AA00BA94A9 /* SDL_uikitwindow.m */ = { |
2615 |
uiCtxt = { |
|
3029
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2616 |
sepNavIntBoundsRect = "{{0, 0}, {696, 1690}}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2617 |
sepNavSelRange = "{1722, 0}"; |
67483e87590c
a couple of smaller cleanups that didn't get in previous commit
koda
parents:
3027
diff
changeset
|
2618 |
sepNavVisRange = "{1635, 665}"; |
3027 | 2619 |
sepNavWindowFrame = "{{880, 321}, {794, 632}}"; |
2980 | 2620 |
}; |
2621 |
}; |
|
3006 | 2622 |
6179886E114AA4D000BA94A9 /* MainMenuViewController.h */ = { |
2623 |
uiCtxt = { |
|
3122
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
2624 |
sepNavIntBoundsRect = "{{0, 0}, {716, 495}}"; |
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
2625 |
sepNavSelRange = "{354, 0}"; |
e005359efc59
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
koda
parents:
3117
diff
changeset
|
2626 |
sepNavVisRange = "{0, 692}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2627 |
sepNavWindowFrame = "{{525, 308}, {775, 623}}"; |
3006 | 2628 |
}; |
2629 |
}; |
|
2630 |
6179886F114AA4D000BA94A9 /* MainMenuViewController.m */ = { |
|
2631 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2632 |
sepNavIntBoundsRect = "{{0, 0}, {901, 2431}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2633 |
sepNavSelRange = "{1601, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2634 |
sepNavVisRange = "{1080, 935}"; |
3113 | 2635 |
sepNavWindowFrame = "{{525, 308}, {775, 623}}"; |
3006 | 2636 |
}; |
2980 | 2637 |
}; |
3025 | 2638 |
61798871114AA4D000BA94A9 /* SchemeEditViewController.h */ = { |
2639 |
uiCtxt = { |
|
2640 |
sepNavIntBoundsRect = "{{0, 0}, {719, 273}}"; |
|
2641 |
sepNavSelRange = "{0, 0}"; |
|
2642 |
sepNavVisRange = "{0, 176}"; |
|
2643 |
}; |
|
2644 |
}; |
|
3021 | 2645 |
61798872114AA4D000BA94A9 /* SchemeEditViewController.m */ = { |
2646 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2647 |
sepNavIntBoundsRect = "{{0, 0}, {1146, 936}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2648 |
sepNavSelRange = "{1129, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2649 |
sepNavVisRange = "{0, 1678}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2650 |
sepNavWindowFrame = "{{508, 144}, {938, 967}}"; |
3021 | 2651 |
}; |
2652 |
}; |
|
2653 |
61798874114AA4D000BA94A9 /* SettingsViewController.h */ = { |
|
2654 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2655 |
sepNavIntBoundsRect = "{{0, 0}, {551, 494}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2656 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2657 |
sepNavVisRange = "{45, 128}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2658 |
sepNavWindowFrame = "{{38, 307}, {927, 845}}"; |
3021 | 2659 |
}; |
2660 |
}; |
|
3006 | 2661 |
61798875114AA4D000BA94A9 /* SettingsViewController.m */ = { |
2662 |
uiCtxt = { |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2663 |
sepNavIntBoundsRect = "{{0, 0}, {901, 4173}}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2664 |
sepNavSelRange = "{6297, 0}"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2665 |
sepNavVisRange = "{8001, 1601}"; |
3091 | 2666 |
sepNavWindowFrame = "{{38, 307}, {927, 845}}"; |
3006 | 2667 |
}; |
2668 |
}; |
|
3025 | 2669 |
61798877114AA4D000BA94A9 /* TeamEditViewController.h */ = { |
2670 |
uiCtxt = { |
|
2671 |
sepNavIntBoundsRect = "{{0, 0}, {532, 195}}"; |
|
2672 |
sepNavSelRange = "{0, 0}"; |
|
2673 |
sepNavVisRange = "{0, 174}"; |
|
2674 |
}; |
|
2675 |
}; |
|
3027 | 2676 |
61798878114AA4D000BA94A9 /* TeamEditViewController.m */ = { |
2677 |
uiCtxt = { |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2678 |
sepNavIntBoundsRect = "{{0, 0}, {1146, 816}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2679 |
sepNavSelRange = "{1057, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2680 |
sepNavVisRange = "{0, 1408}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2681 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3027 | 2682 |
}; |
2683 |
}; |
|
3025 | 2684 |
6179887A114AA4D000BA94A9 /* TeamMenuViewController.h */ = { |
2685 |
uiCtxt = { |
|
2686 |
sepNavIntBoundsRect = "{{0, 0}, {532, 195}}"; |
|
2687 |
sepNavSelRange = "{0, 0}"; |
|
2688 |
sepNavVisRange = "{0, 174}"; |
|
2689 |
}; |
|
2690 |
}; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2691 |
6179887B114AA4D000BA94A9 /* TeamMenuViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2692 |
uiCtxt = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2693 |
sepNavIntBoundsRect = "{{0, 0}, {532, 806}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2694 |
sepNavSelRange = "{0, 0}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2695 |
sepNavVisRange = "{0, 148}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2696 |
sepNavWindowFrame = "{{38, 185}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2697 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
2698 |
}; |
3006 | 2699 |
61798887114AA4E600BA94A9 /* GameSetup.h */ = { |
2700 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2701 |
sepNavIntBoundsRect = "{{0, 0}, {572, 416}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2702 |
sepNavSelRange = "{254, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2703 |
sepNavVisRange = "{169, 135}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
2704 |
sepNavWindowFrame = "{{761, 205}, {897, 692}}"; |
3006 | 2705 |
}; |
2706 |
}; |
|
2707 |
61798888114AA4E600BA94A9 /* GameSetup.m */ = { |
|
2708 |
uiCtxt = { |
|
3253 | 2709 |
sepNavIntBoundsRect = "{{0, 0}, {1412, 4667}}"; |
2710 |
sepNavSelRange = "{630, 0}"; |
|
2711 |
sepNavVisRange = "{0, 1506}"; |
|
3221 | 2712 |
sepNavWindowFrame = "{{760, 256}, {1079, 870}}"; |
3006 | 2713 |
}; |
2980 | 2714 |
}; |
2715 |
6179889D114AA5BD00BA94A9 /* PBXTextBookmark */ = { |
|
2716 |
isa = PBXTextBookmark; |
|
2717 |
fRef = 61798852114AA44900BA94A9 /* config.inc */; |
|
2718 |
name = "config.inc: 1"; |
|
2719 |
rLen = 0; |
|
2720 |
rLoc = 0; |
|
2721 |
rType = 0; |
|
2722 |
vrLen = 874; |
|
2723 |
vrLoc = 0; |
|
2724 |
}; |
|
3006 | 2725 |
6179928B114AE0C800BA94A9 /* UpdateDataFolder */ = { |
2726 |
activeExec = 0; |
|
2980 | 2727 |
}; |
3006 | 2728 |
61799342114B297000BA94A9 /* PBXBookmark */ = { |
2729 |
isa = PBXBookmark; |
|
2730 |
fRef = 61798A23114ADD2600BA94A9 /* borderBottom.png */; |
|
2731 |
}; |
|
2732 |
61799343114B297000BA94A9 /* PBXBookmark */ = { |
|
2733 |
isa = PBXBookmark; |
|
2734 |
fRef = 61798A21114ADD2600BA94A9 /* backgroundRight.png */; |
|
2735 |
}; |
|
2736 |
6179937111501D7800BA94A9 /* PBXBookmark */ = { |
|
2737 |
isa = PBXBookmark; |
|
2738 |
fRef = 61798A1E114ADD2600BA94A9 /* backgroundBottom.png */; |
|
2980 | 2739 |
}; |
3006 | 2740 |
6179937411501D7800BA94A9 /* PBXBookmark */ = { |
2980 | 2741 |
isa = PBXBookmark; |
3006 | 2742 |
fRef = 61798A29114ADD2600BA94A9 /* settingsButton.png */; |
2980 | 2743 |
}; |
3006 | 2744 |
6179937511501D7800BA94A9 /* PBXBookmark */ = { |
2745 |
isa = PBXBookmark; |
|
2746 |
fRef = 61798A2A114ADD2600BA94A9 /* storeButton.png */; |
|
2980 | 2747 |
}; |
3006 | 2748 |
6179938511501FFA00BA94A9 /* PBXBookmark */ = { |
2980 | 2749 |
isa = PBXBookmark; |
3006 | 2750 |
fRef = 6179934E114BD5AB00BA94A9 /* menuCorner.png */; |
2751 |
}; |
|
2752 |
6179943111502CEA00BA94A9 /* PBXBookmark */ = { |
|
2753 |
isa = PBXBookmark; |
|
2754 |
fRef = 6179936711501D3D00BA94A9 /* arrowDown.png */; |
|
2755 |
}; |
|
3063 | 2756 |
618AFC07115BE92A003D411B /* PBXBookmark */ = { |
2757 |
isa = PBXBookmark; |
|
2758 |
fRef = 61798A20114ADD2600BA94A9 /* backgroundLeft.png */; |
|
2759 |
}; |
|
3015 | 2760 |
6194CC0711505FCF00A4BA5C /* PlistBookmark */ = { |
2761 |
isa = PlistBookmark; |
|
2762 |
fRef = 8D1107310486CEB800E47090 /* Info.plist */; |
|
2763 |
fallbackIsa = PBXBookmark; |
|
2764 |
isK = 0; |
|
2765 |
kPath = ( |
|
2766 |
CFBundleIdentifier, |
|
2767 |
); |
|
2768 |
name = /Users/vittorio/hedgewars/trunk/project_files/HedgewarsMobile/Info.plist; |
|
2769 |
rLen = 0; |
|
2770 |
rLoc = 9223372036854775808; |
|
2771 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2772 |
61CCBE60116135FF00833FE8 /* PBXTextBookmark */ = { |
3021 | 2773 |
isa = PBXTextBookmark; |
2774 |
fRef = 61798800114AA34C00BA94A9 /* uLandGraphics.pas */; |
|
2775 |
name = "uLandGraphics.pas: 6"; |
|
2776 |
rLen = 0; |
|
2777 |
rLoc = 204; |
|
2778 |
rType = 0; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2779 |
vrLen = 130; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2780 |
vrLoc = 186; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2781 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2782 |
61CCBF1E116162CA00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2783 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2784 |
fRef = 617987F3114AA34C00BA94A9 /* uAIAmmoTests.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2785 |
name = "uAIAmmoTests.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2786 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2787 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2788 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2789 |
vrLen = 125; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2790 |
vrLoc = 3102; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2791 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2792 |
61CCBF451161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2793 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2794 |
fRef = 617987F0114AA34C00BA94A9 /* SinTable.inc */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2795 |
name = "SinTable.inc: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2796 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2797 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2798 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2799 |
vrLen = 49; |
3021 | 2800 |
vrLoc = 0; |
2801 |
}; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2802 |
61CCBF461161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2803 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2804 |
fRef = 617987F4114AA34C00BA94A9 /* uAIMisc.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2805 |
name = "uAIMisc.pas: 205"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2806 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2807 |
rLoc = 6716; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2808 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2809 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2810 |
vrLoc = 2094; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2811 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2812 |
61CCBF471161637F00833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2813 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2814 |
fRef = 617987F5114AA34C00BA94A9 /* uAmmos.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2815 |
name = "uAmmos.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2816 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2817 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2818 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2819 |
vrLen = 130; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2820 |
vrLoc = 186; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2821 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2822 |
61CCBF791161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2823 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2824 |
fRef = 617987EB114AA34C00BA94A9 /* options.inc */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2825 |
name = "options.inc: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2826 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2827 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2828 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2829 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2830 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2831 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2832 |
61CCBF7B1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2833 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2834 |
fRef = 617987FA114AA34C00BA94A9 /* uFloat.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2835 |
name = "uFloat.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2836 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2837 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2838 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2839 |
vrLen = 49; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2840 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2841 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2842 |
61CCBF7C1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2843 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2844 |
fRef = 6179880E114AA34C00BA94A9 /* uVisualGears.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2845 |
name = "uVisualGears.pas: 23"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2846 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2847 |
rLoc = 873; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2848 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2849 |
vrLen = 53; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2850 |
vrLoc = 822; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2851 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2852 |
61CCBF7E1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2853 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2854 |
fRef = 61798809114AA34C00BA94A9 /* uSound.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2855 |
name = "uSound.pas: 42"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2856 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2857 |
rLoc = 1282; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2858 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2859 |
vrLen = 128; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2860 |
vrLoc = 1229; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2861 |
}; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2862 |
61CCBF7F1161657400833FE8 /* PBXTextBookmark */ = { |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2863 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2864 |
fRef = 61798807114AA34C00BA94A9 /* uScript.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2865 |
name = "uScript.pas: 32"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2866 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2867 |
rLoc = 1143; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2868 |
rType = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2869 |
vrLen = 219; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2870 |
vrLoc = 1004; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2871 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2872 |
61CCBFD11161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2873 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2874 |
fRef = 617987FD114AA34C00BA94A9 /* uIO.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2875 |
name = "uIO.pas: 1"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2876 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2877 |
rLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2878 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2879 |
vrLen = 3; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2880 |
vrLoc = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2881 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2882 |
61CCBFD21161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2883 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2884 |
fRef = 617987F7114AA34C00BA94A9 /* uCollisions.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2885 |
name = "uCollisions.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2886 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2887 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2888 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2889 |
vrLen = 3; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2890 |
vrLoc = 111; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2891 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2892 |
61CCBFD31161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2893 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2894 |
fRef = 617987F9114AA34C00BA94A9 /* uConsts.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2895 |
name = "uConsts.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2896 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2897 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2898 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2899 |
vrLen = 72; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2900 |
vrLoc = 114; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2901 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2902 |
61CCBFD41161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2903 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2904 |
fRef = 617987FB114AA34C00BA94A9 /* uGame.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2905 |
name = "uGame.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2906 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2907 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2908 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2909 |
vrLen = 62; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2910 |
vrLoc = 49; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2911 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2912 |
61CCBFD51161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2913 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2914 |
fRef = 617987FC114AA34C00BA94A9 /* uGears.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2915 |
name = "uGears.pas: 1"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2916 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2917 |
rLoc = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2918 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2919 |
vrLen = 58; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2920 |
vrLoc = 258; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2921 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2922 |
61CCBFD71161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2923 |
isa = PBXTextBookmark; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2924 |
fRef = 6179880C114AA34C00BA94A9 /* uTeams.pas */; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2925 |
name = "uTeams.pas: 23"; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2926 |
rLen = 0; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2927 |
rLoc = 932; |
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2928 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2929 |
vrLen = 110; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2930 |
vrLoc = 831; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2931 |
}; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2932 |
61CCBFD81161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2933 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2934 |
fRef = 6179880B114AA34C00BA94A9 /* uStore.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2935 |
name = "uStore.pas: 1115"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2936 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2937 |
rLoc = 36904; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2938 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2939 |
vrLen = 383; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2940 |
vrLoc = 3; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2941 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2942 |
61CCBFD91161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2943 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2944 |
fRef = 61798805114AA34C00BA94A9 /* uMisc.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2945 |
name = "uMisc.pas: 24"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2946 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2947 |
rLoc = 853; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2948 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2949 |
vrLen = 89; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2950 |
vrLoc = 766; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2951 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2952 |
61CCBFDA1161833800833FE8 /* PBXTextBookmark */ = { |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2953 |
isa = PBXTextBookmark; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2954 |
fRef = 61798802114AA34C00BA94A9 /* uLandTemplates.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2955 |
name = "uLandTemplates.pas: 37"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2956 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2957 |
rLoc = 1407; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2958 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2959 |
vrLen = 366; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2960 |
vrLoc = 1225; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2961 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2962 |
61CCBFDB1161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2963 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2964 |
fRef = 617987FF114AA34C00BA94A9 /* uLand.pas */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2965 |
name = "uLand.pas: 912"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2966 |
rLen = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2967 |
rLoc = 25370; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2968 |
rType = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2969 |
vrLen = 209; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2970 |
vrLoc = 25434; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2971 |
}; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2972 |
61CCBFDC1161833800833FE8 /* PBXTextBookmark */ = { |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2973 |
isa = PBXTextBookmark; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2974 |
fRef = 617987E4114AA34C00BA94A9 /* GSHandlers.inc */; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2975 |
name = "GSHandlers.inc: 716"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2976 |
rLen = 0; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2977 |
rLoc = 23048; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2978 |
rType = 0; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2979 |
vrLen = 148; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2980 |
vrLoc = 22940; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
2981 |
}; |
3113 | 2982 |
61CE23E7115E49560098C467 /* PBXTextBookmark */ = { |
2983 |
isa = PBXTextBookmark; |
|
2984 |
fRef = 6179880F114AA34C00BA94A9 /* uWorld.pas */; |
|
2985 |
name = "uWorld.pas: 526"; |
|
2986 |
rLen = 0; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
2987 |
rLoc = 16649; |
3113 | 2988 |
rType = 0; |
2989 |
vrLen = 482; |
|
2990 |
vrLoc = 16577; |
|
2991 |
}; |
|
2992 |
61CE23FF115E4B290098C467 /* PBXBookmark */ = { |
|
2993 |
isa = PBXBookmark; |
|
2994 |
fRef = 611FD9CB1155A28C00C2203D /* HedgewarsTitle.png */; |
|
2995 |
}; |
|
2996 |
61CE2410115E4F620098C467 /* PBXBookmark */ = { |
|
2997 |
isa = PBXBookmark; |
|
2998 |
fRef = 611FD9CF1155A40700C2203D /* NetworkPlay.png */; |
|
2999 |
}; |
|
3000 |
61CE24DC115E641F0098C467 /* PBXTextBookmark */ = { |
|
3001 |
isa = PBXTextBookmark; |
|
3002 |
fRef = 61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */; |
|
3003 |
name = "SplitViewRootController.h: 1"; |
|
3004 |
rLen = 0; |
|
3005 |
rLoc = 0; |
|
3006 |
rType = 0; |
|
3007 |
vrLen = 177; |
|
3008 |
vrLoc = 3; |
|
3009 |
}; |
|
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3010 |
61CE24EA115E71C20098C467 /* OverlayViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3011 |
uiCtxt = { |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3012 |
sepNavIntBoundsRect = "{{0, 0}, {532, 455}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3013 |
sepNavSelRange = "{257, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3014 |
sepNavVisRange = "{0, 91}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
3015 |
sepNavWindowFrame = "{{15, 206}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3016 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3017 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3018 |
61CE24EB115E71C20098C467 /* OverlayViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3019 |
uiCtxt = { |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3020 |
sepNavIntBoundsRect = "{{0, 0}, {532, 3406}}"; |
3170
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
3021 |
sepNavSelRange = "{0, 0}"; |
1dbf4f8eaac0
ifrontend: predispone teams in a proper data structure
koda
parents:
3165
diff
changeset
|
3022 |
sepNavVisRange = "{0, 153}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3023 |
sepNavWindowFrame = "{{586, 162}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3024 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3025 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3026 |
61CE24EC115E71C20098C467 /* PopupMenuViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3027 |
uiCtxt = { |
3253 | 3028 |
sepNavIntBoundsRect = "{{0, 0}, {838, 564}}"; |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3029 |
sepNavSelRange = "{0, 0}"; |
3253 | 3030 |
sepNavVisRange = "{0, 365}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3031 |
sepNavWindowFrame = "{{530, 457}, {897, 692}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3032 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3033 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3034 |
61CE24ED115E71C20098C467 /* PopupMenuViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3035 |
uiCtxt = { |
3253 | 3036 |
sepNavIntBoundsRect = "{{0, 0}, {838, 1534}}"; |
3037 |
sepNavSelRange = "{3509, 0}"; |
|
3038 |
sepNavVisRange = "{1105, 1225}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3039 |
sepNavWindowFrame = "{{530, 457}, {897, 692}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3040 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3041 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3042 |
61CE250B115E749A0098C467 /* OverlayViewController.h */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3043 |
uiCtxt = { |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3044 |
sepNavIntBoundsRect = "{{0, 0}, {879, 814}}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3045 |
sepNavSelRange = "{664, 0}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3046 |
sepNavVisRange = "{0, 718}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3047 |
sepNavWindowFrame = "{{1103, 125}, {938, 967}}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3048 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3049 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3050 |
61CE250C115E749A0098C467 /* OverlayViewController.m */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3051 |
uiCtxt = { |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3052 |
sepNavIntBoundsRect = "{{0, 0}, {936, 3510}}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3053 |
sepNavSelRange = "{4169, 0}"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3054 |
sepNavVisRange = "{0, 369}"; |
3116
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3055 |
sepNavWindowFrame = "{{737, 168}, {938, 967}}"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3056 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3057 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3058 |
61CE2514115E74CC0098C467 /* PBXBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3059 |
isa = PBXBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3060 |
fRef = 61798A2B114ADD2600BA94A9 /* title.png */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3061 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3062 |
61CE2515115E74CC0098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3063 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3064 |
fRef = 6179886E114AA4D000BA94A9 /* MainMenuViewController.h */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3065 |
name = "MainMenuViewController.h: 1"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3066 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3067 |
rLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3068 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3069 |
vrLen = 148; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3070 |
vrLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3071 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3072 |
61CE251F115E75A70098C467 /* PBXBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3073 |
isa = PBXBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3074 |
fRef = 61798A28114ADD2600BA94A9 /* playButton.png */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3075 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3076 |
61CE2577115E78900098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3077 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3078 |
fRef = 61798875114AA4D000BA94A9 /* SettingsViewController.m */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3079 |
name = "SettingsViewController.m: 94"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3080 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3081 |
rLoc = 2739; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3082 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3083 |
vrLen = 167; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3084 |
vrLoc = 2736; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3085 |
}; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3086 |
61CE2578115E78900098C467 /* PBXTextBookmark */ = { |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3087 |
isa = PBXTextBookmark; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3088 |
fRef = 6179887B114AA4D000BA94A9 /* TeamMenuViewController.m */; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3089 |
name = "TeamMenuViewController.m: 1"; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3090 |
rLen = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3091 |
rLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3092 |
rType = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3093 |
vrLen = 148; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3094 |
vrLoc = 0; |
97dc65a47b15
branch ipad/iphone files to keep compatibility between versions
koda
parents:
3113
diff
changeset
|
3095 |
}; |
3117
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3096 |
61CE25B4115E7C940098C467 /* PBXTextBookmark */ = { |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3097 |
isa = PBXTextBookmark; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3098 |
fRef = 61CE250C115E749A0098C467 /* OverlayViewController.m */; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3099 |
name = "OverlayViewController.m: 129"; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3100 |
rLen = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3101 |
rLoc = 3947; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3102 |
rType = 0; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3103 |
vrLen = 488; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3104 |
vrLoc = 3790; |
f3e363a9b7db
complete previous commit (which broken my local copy as well)
koda
parents:
3116
diff
changeset
|
3105 |
}; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3106 |
61E2F0811156B170002D33C1 /* PBXTextBookmark */ = { |
3034 | 3107 |
isa = PBXTextBookmark; |
3040
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3108 |
fRef = 617987F6114AA34C00BA94A9 /* uChat.pas */; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3109 |
name = "uChat.pas: 1"; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3110 |
rLen = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3111 |
rLoc = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3112 |
rType = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3113 |
vrLen = 181; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3114 |
vrLoc = 0; |
3e7f4a30e18a
Insert commit message here (to get along with palewolf)
koda
parents:
3034
diff
changeset
|
3115 |
}; |
3113 | 3116 |
61FA761D115DA0DB00DA6ED0 /* MainMenuViewController.h */ = { |
3117 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3118 |
sepNavIntBoundsRect = "{{0, 0}, {868, 717}}"; |
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
3119 |
sepNavSelRange = "{0, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3120 |
sepNavVisRange = "{0, 427}"; |
3113 | 3121 |
sepNavWindowFrame = "{{275, 284}, {927, 845}}"; |
3122 |
}; |
|
3090 | 3123 |
}; |
3113 | 3124 |
61FA761E115DA0DB00DA6ED0 /* MainMenuViewController.m */ = { |
3125 |
uiCtxt = { |
|
3253 | 3126 |
sepNavIntBoundsRect = "{{0, 0}, {868, 2353}}"; |
3127 |
sepNavSelRange = "{3989, 9}"; |
|
3128 |
sepNavVisRange = "{1720, 2854}"; |
|
3129 |
sepNavWindowFrame = "{{681, 203}, {927, 845}}"; |
|
3113 | 3130 |
}; |
3090 | 3131 |
}; |
3113 | 3132 |
61FA7644115DA6A300DA6ED0 /* SplitViewRootController.h */ = { |
3133 |
uiCtxt = { |
|
3134 |
sepNavIntBoundsRect = "{{0, 0}, {579, 299}}"; |
|
3135 |
sepNavSelRange = "{0, 0}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3136 |
sepNavVisRange = "{56, 124}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3137 |
sepNavWindowFrame = "{{213, 231}, {927, 845}}"; |
3113 | 3138 |
}; |
3091 | 3139 |
}; |
3113 | 3140 |
61FA7645115DA6A300DA6ED0 /* SplitViewRootController.m */ = { |
3141 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3142 |
sepNavIntBoundsRect = "{{0, 0}, {943, 1144}}"; |
3113 | 3143 |
sepNavSelRange = "{0, 0}"; |
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3144 |
sepNavVisRange = "{229, 152}"; |
3113 | 3145 |
sepNavWindowFrame = "{{60, 197}, {927, 845}}"; |
3146 |
}; |
|
3147 |
}; |
|
3148 |
61FA765A115DAACC00DA6ED0 /* MasterViewController.h */ = { |
|
3149 |
uiCtxt = { |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3150 |
sepNavIntBoundsRect = "{{0, 0}, {586, 325}}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3151 |
sepNavSelRange = "{0, 0}"; |
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3152 |
sepNavVisRange = "{53, 124}"; |
3113 | 3153 |
sepNavWindowFrame = "{{199, 160}, {927, 845}}"; |
3154 |
}; |
|
3091 | 3155 |
}; |
3113 | 3156 |
61FA765B115DAACC00DA6ED0 /* MasterViewController.m */ = { |
3157 |
uiCtxt = { |
|
3253 | 3158 |
sepNavIntBoundsRect = "{{0, 0}, {1048, 1638}}"; |
3159 |
sepNavSelRange = "{1543, 0}"; |
|
3160 |
sepNavVisRange = "{1685, 155}"; |
|
3165
3ec07a7d8456
just some very sane stuff for the iphone port (plus some macro on pascal files)
koda
parents:
3122
diff
changeset
|
3161 |
sepNavWindowFrame = "{{92, 210}, {927, 845}}"; |
3113 | 3162 |
}; |
3091 | 3163 |
}; |
3113 | 3164 |
61FA7665115DAB1B00DA6ED0 /* DetailViewController.h */ = { |
3165 |
uiCtxt = { |
|
3253 | 3166 |
sepNavIntBoundsRect = "{{0, 0}, {838, 312}}"; |
3167 |
sepNavSelRange = "{0, 0}"; |
|
3168 |
sepNavVisRange = "{53, 124}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3169 |
sepNavWindowFrame = "{{364, 237}, {927, 845}}"; |
3113 | 3170 |
}; |
3091 | 3171 |
}; |
3113 | 3172 |
61FA7666115DAB1B00DA6ED0 /* DetailViewController.m */ = { |
3173 |
uiCtxt = { |
|
3253 | 3174 |
sepNavIntBoundsRect = "{{0, 0}, {691, 1768}}"; |
3175 |
sepNavSelRange = "{267, 0}"; |
|
3176 |
sepNavVisRange = "{190, 135}"; |
|
3250
d5cd1a617123
intial support for team configuration on the ifrontend
koda
parents:
3245
diff
changeset
|
3177 |
sepNavWindowFrame = "{{543, 159}, {927, 845}}"; |
3113 | 3178 |
}; |
3179 |
}; |
|
2980 | 3180 |
928301160F10CAFC00CC5A3C /* fpc */ = { |
3181 |
activeExec = 0; |
|
3182 |
}; |
|
3183 |
} |