1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513
|
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
256AC3DA0F4B6AC300CF3369 /* mysql_parserAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* mysql_parserAppDelegate.m */; };
27103291197E91B1005D7CF5 /* MySQLSimpleParser.c in Sources */ = {isa = PBXBuildFile; fileRef = 2710328F197E91B1005D7CF5 /* MySQLSimpleParser.c */; };
277BCD551559412700F6C2CD /* MySQLLexer.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD511559412700F6C2CD /* MySQLLexer.c */; settings = {COMPILER_FLAGS = "-Wno-sign-compare"; }; };
277BCD561559412700F6C2CD /* MySQLParser.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD531559412700F6C2CD /* MySQLParser.c */; };
277BCD8C1559415700F6C2CD /* antlr3baserecognizer.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD751559415700F6C2CD /* antlr3baserecognizer.c */; };
277BCD8D1559415700F6C2CD /* antlr3basetree.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD761559415700F6C2CD /* antlr3basetree.c */; };
277BCD8E1559415700F6C2CD /* antlr3basetreeadaptor.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD771559415700F6C2CD /* antlr3basetreeadaptor.c */; };
277BCD8F1559415700F6C2CD /* antlr3bitset.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD781559415700F6C2CD /* antlr3bitset.c */; };
277BCD901559415700F6C2CD /* antlr3collections.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD791559415700F6C2CD /* antlr3collections.c */; };
277BCD911559415700F6C2CD /* antlr3commontoken.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD7A1559415700F6C2CD /* antlr3commontoken.c */; };
277BCD921559415700F6C2CD /* antlr3commontree.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD7B1559415700F6C2CD /* antlr3commontree.c */; };
277BCD931559415700F6C2CD /* antlr3commontreeadaptor.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD7C1559415700F6C2CD /* antlr3commontreeadaptor.c */; };
277BCD941559415700F6C2CD /* antlr3commontreenodestream.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD7D1559415700F6C2CD /* antlr3commontreenodestream.c */; };
277BCD951559415700F6C2CD /* antlr3convertutf.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD7E1559415700F6C2CD /* antlr3convertutf.c */; };
277BCD961559415700F6C2CD /* antlr3cyclicdfa.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD7F1559415700F6C2CD /* antlr3cyclicdfa.c */; };
277BCD971559415700F6C2CD /* antlr3debughandlers.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD801559415700F6C2CD /* antlr3debughandlers.c */; };
277BCD981559415700F6C2CD /* antlr3encodings.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD811559415700F6C2CD /* antlr3encodings.c */; };
277BCD991559415700F6C2CD /* antlr3exception.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD821559415700F6C2CD /* antlr3exception.c */; };
277BCD9A1559415700F6C2CD /* antlr3filestream.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD831559415700F6C2CD /* antlr3filestream.c */; };
277BCD9B1559415700F6C2CD /* antlr3inputstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD841559415700F6C2CD /* antlr3inputstream.c */; };
277BCD9C1559415700F6C2CD /* antlr3intstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD851559415700F6C2CD /* antlr3intstream.c */; };
277BCD9D1559415700F6C2CD /* antlr3lexer.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD861559415700F6C2CD /* antlr3lexer.c */; };
277BCD9E1559415700F6C2CD /* antlr3parser.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD871559415700F6C2CD /* antlr3parser.c */; };
277BCD9F1559415700F6C2CD /* antlr3rewritestreams.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD881559415700F6C2CD /* antlr3rewritestreams.c */; };
277BCDA01559415700F6C2CD /* antlr3string.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD891559415700F6C2CD /* antlr3string.c */; };
277BCDA11559415700F6C2CD /* antlr3tokenstream.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD8A1559415700F6C2CD /* antlr3tokenstream.c */; };
277BCDA21559415700F6C2CD /* antlr3treeparser.c in Sources */ = {isa = PBXBuildFile; fileRef = 277BCD8B1559415700F6C2CD /* antlr3treeparser.c */; };
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
256AC3D80F4B6AC300CF3369 /* mysql_parserAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mysql_parserAppDelegate.h; sourceTree = "<group>"; };
256AC3D90F4B6AC300CF3369 /* mysql_parserAppDelegate.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = mysql_parserAppDelegate.m; sourceTree = "<group>"; wrapsLines = 0; };
256AC3F00F4B6AF500CF3369 /* mysql_parser_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mysql_parser_Prefix.pch; sourceTree = "<group>"; };
2710328F197E91B1005D7CF5 /* MySQLSimpleParser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = MySQLSimpleParser.c; path = ../../MySQLSimpleParser.c; sourceTree = "<group>"; };
27103290197E91B1005D7CF5 /* MySQLSimpleParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MySQLSimpleParser.h; path = ../../MySQLSimpleParser.h; sourceTree = "<group>"; };
277BCD511559412700F6C2CD /* MySQLLexer.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MySQLLexer.c; path = ../../MySQLLexer.c; sourceTree = SOURCE_ROOT; };
277BCD521559412700F6C2CD /* MySQLLexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MySQLLexer.h; path = ../../MySQLLexer.h; sourceTree = SOURCE_ROOT; };
277BCD531559412700F6C2CD /* MySQLParser.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MySQLParser.c; path = ../../MySQLParser.c; sourceTree = SOURCE_ROOT; tabWidth = 2; wrapsLines = 0; };
277BCD541559412700F6C2CD /* MySQLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MySQLParser.h; path = ../../MySQLParser.h; sourceTree = SOURCE_ROOT; };
277BCD571559414300F6C2CD /* antlr3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3.h; path = "../../../../ext/antlr-runtime/include/antlr3.h"; sourceTree = SOURCE_ROOT; };
277BCD581559414300F6C2CD /* antlr3baserecognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3baserecognizer.h; path = "../../../../ext/antlr-runtime/include/antlr3baserecognizer.h"; sourceTree = SOURCE_ROOT; };
277BCD591559414300F6C2CD /* antlr3basetree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3basetree.h; path = "../../../../ext/antlr-runtime/include/antlr3basetree.h"; sourceTree = SOURCE_ROOT; };
277BCD5A1559414300F6C2CD /* antlr3basetreeadaptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3basetreeadaptor.h; path = "../../../../ext/antlr-runtime/include/antlr3basetreeadaptor.h"; sourceTree = SOURCE_ROOT; };
277BCD5B1559414300F6C2CD /* antlr3bitset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3bitset.h; path = "../../../../ext/antlr-runtime/include/antlr3bitset.h"; sourceTree = SOURCE_ROOT; };
277BCD5C1559414300F6C2CD /* antlr3collections.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3collections.h; path = "../../../../ext/antlr-runtime/include/antlr3collections.h"; sourceTree = SOURCE_ROOT; };
277BCD5D1559414300F6C2CD /* antlr3commontoken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3commontoken.h; path = "../../../../ext/antlr-runtime/include/antlr3commontoken.h"; sourceTree = SOURCE_ROOT; };
277BCD5E1559414300F6C2CD /* antlr3commontree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3commontree.h; path = "../../../../ext/antlr-runtime/include/antlr3commontree.h"; sourceTree = SOURCE_ROOT; };
277BCD5F1559414300F6C2CD /* antlr3commontreeadaptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3commontreeadaptor.h; path = "../../../../ext/antlr-runtime/include/antlr3commontreeadaptor.h"; sourceTree = SOURCE_ROOT; };
277BCD601559414300F6C2CD /* antlr3commontreenodestream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3commontreenodestream.h; path = "../../../../ext/antlr-runtime/include/antlr3commontreenodestream.h"; sourceTree = SOURCE_ROOT; };
277BCD611559414300F6C2CD /* antlr3convertutf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3convertutf.h; path = "../../../../ext/antlr-runtime/include/antlr3convertutf.h"; sourceTree = SOURCE_ROOT; };
277BCD621559414300F6C2CD /* antlr3cyclicdfa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3cyclicdfa.h; path = "../../../../ext/antlr-runtime/include/antlr3cyclicdfa.h"; sourceTree = SOURCE_ROOT; };
277BCD631559414300F6C2CD /* antlr3debugeventlistener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3debugeventlistener.h; path = "../../../../ext/antlr-runtime/include/antlr3debugeventlistener.h"; sourceTree = SOURCE_ROOT; };
277BCD641559414300F6C2CD /* antlr3defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3defs.h; path = "../../../../ext/antlr-runtime/include/antlr3defs.h"; sourceTree = SOURCE_ROOT; };
277BCD651559414300F6C2CD /* antlr3encodings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3encodings.h; path = "../../../../ext/antlr-runtime/include/antlr3encodings.h"; sourceTree = SOURCE_ROOT; };
277BCD661559414300F6C2CD /* antlr3errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3errors.h; path = "../../../../ext/antlr-runtime/include/antlr3errors.h"; sourceTree = SOURCE_ROOT; };
277BCD671559414300F6C2CD /* antlr3exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3exception.h; path = "../../../../ext/antlr-runtime/include/antlr3exception.h"; sourceTree = SOURCE_ROOT; };
277BCD681559414300F6C2CD /* antlr3filestream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3filestream.h; path = "../../../../ext/antlr-runtime/include/antlr3filestream.h"; sourceTree = SOURCE_ROOT; };
277BCD691559414300F6C2CD /* antlr3input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3input.h; path = "../../../../ext/antlr-runtime/include/antlr3input.h"; sourceTree = SOURCE_ROOT; };
277BCD6A1559414300F6C2CD /* antlr3interfaces.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3interfaces.h; path = "../../../../ext/antlr-runtime/include/antlr3interfaces.h"; sourceTree = SOURCE_ROOT; };
277BCD6B1559414300F6C2CD /* antlr3intstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3intstream.h; path = "../../../../ext/antlr-runtime/include/antlr3intstream.h"; sourceTree = SOURCE_ROOT; };
277BCD6C1559414300F6C2CD /* antlr3lexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3lexer.h; path = "../../../../ext/antlr-runtime/include/antlr3lexer.h"; sourceTree = SOURCE_ROOT; };
277BCD6D1559414300F6C2CD /* antlr3memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3memory.h; path = "../../../../ext/antlr-runtime/include/antlr3memory.h"; sourceTree = SOURCE_ROOT; };
277BCD6E1559414300F6C2CD /* antlr3parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3parser.h; path = "../../../../ext/antlr-runtime/include/antlr3parser.h"; sourceTree = SOURCE_ROOT; };
277BCD6F1559414300F6C2CD /* antlr3parsetree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3parsetree.h; path = "../../../../ext/antlr-runtime/include/antlr3parsetree.h"; sourceTree = SOURCE_ROOT; };
277BCD701559414300F6C2CD /* antlr3recognizersharedstate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3recognizersharedstate.h; path = "../../../../ext/antlr-runtime/include/antlr3recognizersharedstate.h"; sourceTree = SOURCE_ROOT; };
277BCD711559414300F6C2CD /* antlr3rewritestreams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3rewritestreams.h; path = "../../../../ext/antlr-runtime/include/antlr3rewritestreams.h"; sourceTree = SOURCE_ROOT; };
277BCD721559414300F6C2CD /* antlr3string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3string.h; path = "../../../../ext/antlr-runtime/include/antlr3string.h"; sourceTree = SOURCE_ROOT; };
277BCD731559414300F6C2CD /* antlr3tokenstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3tokenstream.h; path = "../../../../ext/antlr-runtime/include/antlr3tokenstream.h"; sourceTree = SOURCE_ROOT; };
277BCD741559414300F6C2CD /* antlr3treeparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = antlr3treeparser.h; path = "../../../../ext/antlr-runtime/include/antlr3treeparser.h"; sourceTree = SOURCE_ROOT; };
277BCD751559415700F6C2CD /* antlr3baserecognizer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3baserecognizer.c; path = "../../../../ext/antlr-runtime/src/antlr3baserecognizer.c"; sourceTree = SOURCE_ROOT; };
277BCD761559415700F6C2CD /* antlr3basetree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3basetree.c; path = "../../../../ext/antlr-runtime/src/antlr3basetree.c"; sourceTree = SOURCE_ROOT; };
277BCD771559415700F6C2CD /* antlr3basetreeadaptor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3basetreeadaptor.c; path = "../../../../ext/antlr-runtime/src/antlr3basetreeadaptor.c"; sourceTree = SOURCE_ROOT; };
277BCD781559415700F6C2CD /* antlr3bitset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3bitset.c; path = "../../../../ext/antlr-runtime/src/antlr3bitset.c"; sourceTree = SOURCE_ROOT; };
277BCD791559415700F6C2CD /* antlr3collections.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3collections.c; path = "../../../../ext/antlr-runtime/src/antlr3collections.c"; sourceTree = SOURCE_ROOT; };
277BCD7A1559415700F6C2CD /* antlr3commontoken.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3commontoken.c; path = "../../../../ext/antlr-runtime/src/antlr3commontoken.c"; sourceTree = SOURCE_ROOT; };
277BCD7B1559415700F6C2CD /* antlr3commontree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3commontree.c; path = "../../../../ext/antlr-runtime/src/antlr3commontree.c"; sourceTree = SOURCE_ROOT; };
277BCD7C1559415700F6C2CD /* antlr3commontreeadaptor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3commontreeadaptor.c; path = "../../../../ext/antlr-runtime/src/antlr3commontreeadaptor.c"; sourceTree = SOURCE_ROOT; };
277BCD7D1559415700F6C2CD /* antlr3commontreenodestream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3commontreenodestream.c; path = "../../../../ext/antlr-runtime/src/antlr3commontreenodestream.c"; sourceTree = SOURCE_ROOT; };
277BCD7E1559415700F6C2CD /* antlr3convertutf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3convertutf.c; path = "../../../../ext/antlr-runtime/src/antlr3convertutf.c"; sourceTree = SOURCE_ROOT; };
277BCD7F1559415700F6C2CD /* antlr3cyclicdfa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3cyclicdfa.c; path = "../../../../ext/antlr-runtime/src/antlr3cyclicdfa.c"; sourceTree = SOURCE_ROOT; };
277BCD801559415700F6C2CD /* antlr3debughandlers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3debughandlers.c; path = "../../../../ext/antlr-runtime/src/antlr3debughandlers.c"; sourceTree = SOURCE_ROOT; };
277BCD811559415700F6C2CD /* antlr3encodings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3encodings.c; path = "../../../../ext/antlr-runtime/src/antlr3encodings.c"; sourceTree = SOURCE_ROOT; };
277BCD821559415700F6C2CD /* antlr3exception.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3exception.c; path = "../../../../ext/antlr-runtime/src/antlr3exception.c"; sourceTree = SOURCE_ROOT; };
277BCD831559415700F6C2CD /* antlr3filestream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3filestream.c; path = "../../../../ext/antlr-runtime/src/antlr3filestream.c"; sourceTree = SOURCE_ROOT; };
277BCD841559415700F6C2CD /* antlr3inputstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3inputstream.c; path = "../../../../ext/antlr-runtime/src/antlr3inputstream.c"; sourceTree = SOURCE_ROOT; };
277BCD851559415700F6C2CD /* antlr3intstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3intstream.c; path = "../../../../ext/antlr-runtime/src/antlr3intstream.c"; sourceTree = SOURCE_ROOT; };
277BCD861559415700F6C2CD /* antlr3lexer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3lexer.c; path = "../../../../ext/antlr-runtime/src/antlr3lexer.c"; sourceTree = SOURCE_ROOT; };
277BCD871559415700F6C2CD /* antlr3parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3parser.c; path = "../../../../ext/antlr-runtime/src/antlr3parser.c"; sourceTree = SOURCE_ROOT; };
277BCD881559415700F6C2CD /* antlr3rewritestreams.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3rewritestreams.c; path = "../../../../ext/antlr-runtime/src/antlr3rewritestreams.c"; sourceTree = SOURCE_ROOT; };
277BCD891559415700F6C2CD /* antlr3string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3string.c; path = "../../../../ext/antlr-runtime/src/antlr3string.c"; sourceTree = SOURCE_ROOT; };
277BCD8A1559415700F6C2CD /* antlr3tokenstream.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3tokenstream.c; path = "../../../../ext/antlr-runtime/src/antlr3tokenstream.c"; sourceTree = SOURCE_ROOT; };
277BCD8B1559415700F6C2CD /* antlr3treeparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = antlr3treeparser.c; path = "../../../../ext/antlr-runtime/src/antlr3treeparser.c"; sourceTree = SOURCE_ROOT; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
8D1107310486CEB800E47090 /* mysql_parser-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "mysql_parser-Info.plist"; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* mysql.parser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = mysql.parser.app; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
8D11072E0486CEB800E47090 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
080E96DDFE201D6D7F000001 /* Classes */ = {
isa = PBXGroup;
children = (
256AC3D80F4B6AC300CF3369 /* mysql_parserAppDelegate.h */,
256AC3D90F4B6AC300CF3369 /* mysql_parserAppDelegate.m */,
);
name = Classes;
sourceTree = "<group>";
};
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
);
name = "Linked Frameworks";
sourceTree = "<group>";
};
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
isa = PBXGroup;
children = (
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
8D1107320486CEB800E47090 /* mysql.parser.app */,
);
name = Products;
sourceTree = "<group>";
};
278112EF154ADAA800907D01 /* ANTLR runtime */ = {
isa = PBXGroup;
children = (
277BCD751559415700F6C2CD /* antlr3baserecognizer.c */,
277BCD761559415700F6C2CD /* antlr3basetree.c */,
277BCD771559415700F6C2CD /* antlr3basetreeadaptor.c */,
277BCD781559415700F6C2CD /* antlr3bitset.c */,
277BCD791559415700F6C2CD /* antlr3collections.c */,
277BCD7A1559415700F6C2CD /* antlr3commontoken.c */,
277BCD7B1559415700F6C2CD /* antlr3commontree.c */,
277BCD7C1559415700F6C2CD /* antlr3commontreeadaptor.c */,
277BCD7D1559415700F6C2CD /* antlr3commontreenodestream.c */,
277BCD7E1559415700F6C2CD /* antlr3convertutf.c */,
277BCD7F1559415700F6C2CD /* antlr3cyclicdfa.c */,
277BCD801559415700F6C2CD /* antlr3debughandlers.c */,
277BCD811559415700F6C2CD /* antlr3encodings.c */,
277BCD821559415700F6C2CD /* antlr3exception.c */,
277BCD831559415700F6C2CD /* antlr3filestream.c */,
277BCD841559415700F6C2CD /* antlr3inputstream.c */,
277BCD851559415700F6C2CD /* antlr3intstream.c */,
277BCD861559415700F6C2CD /* antlr3lexer.c */,
277BCD871559415700F6C2CD /* antlr3parser.c */,
277BCD881559415700F6C2CD /* antlr3rewritestreams.c */,
277BCD891559415700F6C2CD /* antlr3string.c */,
277BCD8A1559415700F6C2CD /* antlr3tokenstream.c */,
277BCD8B1559415700F6C2CD /* antlr3treeparser.c */,
277BCD571559414300F6C2CD /* antlr3.h */,
277BCD581559414300F6C2CD /* antlr3baserecognizer.h */,
277BCD591559414300F6C2CD /* antlr3basetree.h */,
277BCD5A1559414300F6C2CD /* antlr3basetreeadaptor.h */,
277BCD5B1559414300F6C2CD /* antlr3bitset.h */,
277BCD5C1559414300F6C2CD /* antlr3collections.h */,
277BCD5D1559414300F6C2CD /* antlr3commontoken.h */,
277BCD5E1559414300F6C2CD /* antlr3commontree.h */,
277BCD5F1559414300F6C2CD /* antlr3commontreeadaptor.h */,
277BCD601559414300F6C2CD /* antlr3commontreenodestream.h */,
277BCD611559414300F6C2CD /* antlr3convertutf.h */,
277BCD621559414300F6C2CD /* antlr3cyclicdfa.h */,
277BCD631559414300F6C2CD /* antlr3debugeventlistener.h */,
277BCD641559414300F6C2CD /* antlr3defs.h */,
277BCD651559414300F6C2CD /* antlr3encodings.h */,
277BCD661559414300F6C2CD /* antlr3errors.h */,
277BCD671559414300F6C2CD /* antlr3exception.h */,
277BCD681559414300F6C2CD /* antlr3filestream.h */,
277BCD691559414300F6C2CD /* antlr3input.h */,
277BCD6A1559414300F6C2CD /* antlr3interfaces.h */,
277BCD6B1559414300F6C2CD /* antlr3intstream.h */,
277BCD6C1559414300F6C2CD /* antlr3lexer.h */,
277BCD6D1559414300F6C2CD /* antlr3memory.h */,
277BCD6E1559414300F6C2CD /* antlr3parser.h */,
277BCD6F1559414300F6C2CD /* antlr3parsetree.h */,
277BCD701559414300F6C2CD /* antlr3recognizersharedstate.h */,
277BCD711559414300F6C2CD /* antlr3rewritestreams.h */,
277BCD721559414300F6C2CD /* antlr3string.h */,
277BCD731559414300F6C2CD /* antlr3tokenstream.h */,
277BCD741559414300F6C2CD /* antlr3treeparser.h */,
);
name = "ANTLR runtime";
sourceTree = "<group>";
};
278FD340153C6CE1004ABEFF /* Parser */ = {
isa = PBXGroup;
children = (
277BCD511559412700F6C2CD /* MySQLLexer.c */,
277BCD521559412700F6C2CD /* MySQLLexer.h */,
277BCD531559412700F6C2CD /* MySQLParser.c */,
277BCD541559412700F6C2CD /* MySQLParser.h */,
27103290197E91B1005D7CF5 /* MySQLSimpleParser.h */,
2710328F197E91B1005D7CF5 /* MySQLSimpleParser.c */,
);
name = Parser;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA /* mysql.parser */ = {
isa = PBXGroup;
children = (
278112EF154ADAA800907D01 /* ANTLR runtime */,
278FD340153C6CE1004ABEFF /* Parser */,
080E96DDFE201D6D7F000001 /* Classes */,
29B97315FDCFA39411CA2CEA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
19C28FACFE9D520D11CA2CBB /* Products */,
);
name = mysql.parser;
sourceTree = "<group>";
};
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
256AC3F00F4B6AF500CF3369 /* mysql_parser_Prefix.pch */,
29B97316FDCFA39411CA2CEA /* main.m */,
);
name = "Other Sources";
sourceTree = "<group>";
};
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
8D1107310486CEB800E47090 /* mysql_parser-Info.plist */,
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
);
name = Resources;
sourceTree = "<group>";
};
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
isa = PBXGroup;
children = (
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
8D1107260486CEB800E47090 /* mysql.parser */ = {
isa = PBXNativeTarget;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "mysql.parser" */;
buildPhases = (
27748BDB175F1E9B008C6F46 /* Regenerate Parser */,
8D1107290486CEB800E47090 /* Resources */,
8D11072C0486CEB800E47090 /* Sources */,
8D11072E0486CEB800E47090 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = mysql.parser;
productInstallPath = "$(HOME)/Applications";
productName = mysql.parser;
productReference = 8D1107320486CEB800E47090 /* mysql.parser.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0710;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "mysql.parser" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* mysql.parser */;
projectDirPath = "";
projectRoot = "";
targets = (
8D1107260486CEB800E47090 /* mysql.parser */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
8D1107290486CEB800E47090 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
27748BDB175F1E9B008C6F46 /* Regenerate Parser */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Regenerate Parser";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd ${SRCROOT}/..\nif [ ! -f ../MySQLParser.h ]; then ./build-parser; fi\nif [ ! -f ../MySQLParser.c ]; then ./build-parser; fi\nif [ ! -f ../MySQLLexer.h ]; then ./build-parser; fi\nif [ ! -f ../MySQLLexer.c ]; then ./build-parser; fi\n\nif [ MySQL.g -nt ../MySQLParser.c ]; then\n./build-parser-mac;\nfi";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
8D11072C0486CEB800E47090 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8D11072D0486CEB800E47090 /* main.m in Sources */,
256AC3DA0F4B6AC300CF3369 /* mysql_parserAppDelegate.m in Sources */,
277BCD551559412700F6C2CD /* MySQLLexer.c in Sources */,
277BCD561559412700F6C2CD /* MySQLParser.c in Sources */,
277BCD8C1559415700F6C2CD /* antlr3baserecognizer.c in Sources */,
277BCD8D1559415700F6C2CD /* antlr3basetree.c in Sources */,
277BCD8E1559415700F6C2CD /* antlr3basetreeadaptor.c in Sources */,
277BCD8F1559415700F6C2CD /* antlr3bitset.c in Sources */,
277BCD901559415700F6C2CD /* antlr3collections.c in Sources */,
277BCD911559415700F6C2CD /* antlr3commontoken.c in Sources */,
277BCD921559415700F6C2CD /* antlr3commontree.c in Sources */,
277BCD931559415700F6C2CD /* antlr3commontreeadaptor.c in Sources */,
277BCD941559415700F6C2CD /* antlr3commontreenodestream.c in Sources */,
277BCD951559415700F6C2CD /* antlr3convertutf.c in Sources */,
277BCD961559415700F6C2CD /* antlr3cyclicdfa.c in Sources */,
277BCD971559415700F6C2CD /* antlr3debughandlers.c in Sources */,
277BCD981559415700F6C2CD /* antlr3encodings.c in Sources */,
277BCD991559415700F6C2CD /* antlr3exception.c in Sources */,
277BCD9A1559415700F6C2CD /* antlr3filestream.c in Sources */,
277BCD9B1559415700F6C2CD /* antlr3inputstream.c in Sources */,
277BCD9C1559415700F6C2CD /* antlr3intstream.c in Sources */,
27103291197E91B1005D7CF5 /* MySQLSimpleParser.c in Sources */,
277BCD9D1559415700F6C2CD /* antlr3lexer.c in Sources */,
277BCD9E1559415700F6C2CD /* antlr3parser.c in Sources */,
277BCD9F1559415700F6C2CD /* antlr3rewritestreams.c in Sources */,
277BCDA01559415700F6C2CD /* antlr3string.c in Sources */,
277BCDA11559415700F6C2CD /* antlr3tokenstream.c in Sources */,
277BCDA21559415700F6C2CD /* antlr3treeparser.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
089C165DFE840E0CC02AAC07 /* English */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
1DDD58150DA1D0A300B32029 /* English */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = mysql_parser_Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = "";
GCC_VERSION = "";
HEADER_SEARCH_PATHS = (
"../../../../ext/antlr-runtime/include",
/usr/local/include,
);
INFOPLIST_FILE = "mysql_parser-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.oracle.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = mysql.parser;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = mysql_parser_Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = "";
GCC_VERSION = "";
INFOPLIST_FILE = "mysql_parser-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.oracle.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = mysql.parser;
SDKROOT = macosx;
};
name = Release;
};
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = ANTLR3_USE_64BIT;
GCC_VERSION = "";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PREPROCESSOR_DEFINITIONS = ANTLR3_USE_64BIT;
GCC_VERSION = "";
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
SDKROOT = macosx;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "mysql.parser" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4B08A954540054247B /* Debug */,
C01FCF4C08A954540054247B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "mysql.parser" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */,
C01FCF5008A954540054247B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}
|