Commit 763e543a authored by alexey.musinov's avatar alexey.musinov

[mobile] правки для сборки компонент скриптом

parent 318ccb92
......@@ -532,6 +532,7 @@
PLIST_FILE_OUTPUT_FORMAT = "same-as-input";
PRODUCT_NAME = libxml2_ios;
SDKROOT = iphoneos;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
......@@ -556,6 +557,7 @@
PLIST_FILE_OUTPUT_FORMAT = "same-as-input";
PRODUCT_NAME = libxml2_ios;
SDKROOT = iphoneos;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
......
......@@ -442,11 +442,11 @@
../../../Common/DocxFormat/Source/XML/libxml2/XML/include,
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
ONLY_ACTIVE_ARCH = NO;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
......@@ -485,7 +485,7 @@
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
......
......@@ -1193,7 +1193,7 @@
PRODUCT_NAME = X2tConverter;
PUBLIC_HEADERS_FOLDER_PATH = ../include;
SDKROOT = iphoneos;
VALID_ARCHS = "arm64 armv7 armv7s";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
......@@ -1232,7 +1232,7 @@
PRODUCT_NAME = X2tConverter;
PUBLIC_HEADERS_FOLDER_PATH = ../include;
SDKROOT = iphoneos;
VALID_ARCHS = "arm64 armv7 armv7s";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment