|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 413F03321A5FBBDD000C194B /* UIImage+G8FixOrientation.h in Headers */ = {isa = PBXBuildFile; fileRef = 413F03301A5FBBDD000C194B /* UIImage+G8FixOrientation.h */; }; |
| 11 | + 413F03331A5FBBDD000C194B /* UIImage+G8FixOrientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 413F03311A5FBBDD000C194B /* UIImage+G8FixOrientation.m */; }; |
10 | 12 | 73C0A7961A5932C400D823D4 /* G8Tesseract.h in Headers */ = {isa = PBXBuildFile; fileRef = 64A029D617307CD0002B12E7 /* G8Tesseract.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 13 | 73C0A7971A5932C800D823D4 /* G8Tesseract.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64A029D717307CD0002B12E7 /* G8Tesseract.mm */; }; |
12 | 14 | 73C0A7981A5932CC00D823D4 /* G8TesseractDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4141211F1A4C578800583ED4 /* G8TesseractDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
25 | 27 | /* End PBXBuildFile section */ |
26 | 28 |
|
27 | 29 | /* Begin PBXFileReference section */ |
| 30 | + 413F03301A5FBBDD000C194B /* UIImage+G8FixOrientation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+G8FixOrientation.h"; sourceTree = "<group>"; }; |
| 31 | + 413F03311A5FBBDD000C194B /* UIImage+G8FixOrientation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+G8FixOrientation.m"; sourceTree = "<group>"; }; |
28 | 32 | 4141211F1A4C578800583ED4 /* G8TesseractDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = G8TesseractDelegate.h; sourceTree = "<group>"; }; |
29 | 33 | 418997A71A42CC8B00D6477C /* G8Constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = G8Constants.h; sourceTree = "<group>"; }; |
30 | 34 | 41A95DE81A3AF39B0085093C /* G8TesseractParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = G8TesseractParameters.h; sourceTree = "<group>"; }; |
|
246 | 250 | 418997A71A42CC8B00D6477C /* G8Constants.h */, |
247 | 251 | 6490748A198A5A5600D728CC /* UIImage+G8Filters.h */, |
248 | 252 | 6490748B198A5A5600D728CC /* UIImage+G8Filters.m */, |
| 253 | + 413F03301A5FBBDD000C194B /* UIImage+G8FixOrientation.h */, |
| 254 | + 413F03311A5FBBDD000C194B /* UIImage+G8FixOrientation.m */, |
249 | 255 | 41C7E8231A3F0682000DC42B /* Core */, |
250 | 256 | 41C7E8211A3F0650000DC42B /* Readme */, |
251 | 257 | 64A0293017307C1D002B12E7 /* Supporting Files */, |
|
465 | 471 | isa = PBXHeadersBuildPhase; |
466 | 472 | buildActionMask = 2147483647; |
467 | 473 | files = ( |
| 474 | + 413F03321A5FBBDD000C194B /* UIImage+G8FixOrientation.h in Headers */, |
468 | 475 | 73C0A7961A5932C400D823D4 /* G8Tesseract.h in Headers */, |
469 | 476 | 73C0A79D1A5932F900D823D4 /* G8TesseractParameters.h in Headers */, |
470 | 477 | 73C0A7A01A59330A00D823D4 /* UIImage+G8Filters.h in Headers */, |
|
548 | 555 | 73C0A7A11A59330E00D823D4 /* UIImage+G8Filters.m in Sources */, |
549 | 556 | 73C0A79C1A5932F500D823D4 /* G8RecognitionOperation.m in Sources */, |
550 | 557 | 73C0A7971A5932C800D823D4 /* G8Tesseract.mm in Sources */, |
| 558 | + 413F03331A5FBBDD000C194B /* UIImage+G8FixOrientation.m in Sources */, |
551 | 559 | 73C0A79E1A5932FD00D823D4 /* G8TesseractParameters.m in Sources */, |
552 | 560 | ); |
553 | 561 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments