Skip to content

Commit

Permalink
added podspec template arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele authored and Daniele committed Mar 21, 2014
1 parent 5ee5d6d commit e6de5b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
Binary file modified Products/TesseractOCR.framework/Versions/A/Resources/Info.plist
Binary file not shown.
Binary file modified Products/TesseractOCR.framework/Versions/A/TesseractOCR
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,11 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = "-lstdc++";
SDKROOT = iphoneos;
VALID_ARCHS = "armv7 armv7s";
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Debug;
};
Expand Down Expand Up @@ -285,7 +285,7 @@
OTHER_LDFLAGS = "-lstdc++";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "armv7 armv7s";
VALID_ARCHS = "armv7 armv7s arm64";
};
name = Release;
};
Expand Down
13 changes: 2 additions & 11 deletions Tesseract OCR iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
64F74CC1172FD75F0068E657 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
LastUpgradeCheck = 0510;
ORGANIZATIONNAME = "Daniele Galiotto - www.g8production.com";
};
buildConfigurationList = 64F74CC4172FD75F0068E657 /* Build configuration list for PBXProject "Tesseract OCR iOS" */;
Expand Down Expand Up @@ -869,11 +869,6 @@
64A0293617307C1D002B12E7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD_INCLUDING_64_BIT)",
x86_64,
i386,
);
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "compiler-default";
COMBINE_HIDPI_IMAGES = YES;
Expand Down Expand Up @@ -907,11 +902,6 @@
64A0293717307C1D002B12E7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD_INCLUDING_64_BIT)",
x86_64,
i386,
);
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "compiler-default";
COMBINE_HIDPI_IMAGES = YES;
Expand Down Expand Up @@ -947,6 +937,7 @@
buildSettings = {
DEAD_CODE_STRIPPING = YES;
LINK_WITH_STANDARD_LIBRARIES = YES;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-ObjC",
"-lstdc++",
Expand Down

0 comments on commit e6de5b8

Please sign in to comment.