Skip to content

Commit

Permalink
A few small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamchapman committed Apr 11, 2019
1 parent a0ff017 commit 05ee1ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Tesseract OCR iOS.xcodeproj/project.pbxproj
Expand Up @@ -1162,7 +1162,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-ObjC",
Expand Down Expand Up @@ -1208,7 +1208,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
Expand Down Expand Up @@ -1362,7 +1362,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = "";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-ObjC",
Expand Down
4 changes: 0 additions & 4 deletions TesseractOCR/G8HierarchicalRecognizedBlock.h
Expand Up @@ -7,11 +7,7 @@
//

#import <Foundation/Foundation.h>
#if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
#import <TesseractOCR/TesseractOCR.h>
#elif TARGET_OS_MAC
#import <TesseractOCRmacOS/TesseractOCR.h>
#endif

@interface G8HierarchicalRecognizedBlock : G8RecognizedBlock

Expand Down
2 changes: 1 addition & 1 deletion TesseractOCRiOS.podspec
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.ios.private_header_files = 'TesseractOCR/ios/include/**/*.h'
s.ios.frameworks = 'UIKit', 'Foundation'

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'
s.ios.vendored_library = 'TesseractOCR/ios/lib/*.a'

s.macos.source_files = 'TesseractOCR/*.{h,m,mm}', 'TesseractOCR/macos/include/**/*.h'
Expand Down

0 comments on commit 05ee1ae

Please sign in to comment.