mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
add a distribution configuration (a copy of release)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1846 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
61c3e38802
commit
4a545af746
|
@ -1251,6 +1251,45 @@
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
3B3173B113BE422C0082266B /* Distribution */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||||
|
GCC_C_LANGUAGE_STANDARD = c99;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
HEADER_SEARCH_PATHS = ../../cpp/core/src;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
|
||||||
|
OTHER_LDFLAGS = "-ObjC";
|
||||||
|
PREBINDING = NO;
|
||||||
|
SDKROOT = iphoneos4.2;
|
||||||
|
WARNING_CFLAGS = (
|
||||||
|
"-Wall",
|
||||||
|
"-Wextra",
|
||||||
|
"-Werror",
|
||||||
|
"-Wno-unused-parameter",
|
||||||
|
);
|
||||||
|
};
|
||||||
|
name = Distribution;
|
||||||
|
};
|
||||||
|
3B3173B213BE422C0082266B /* Distribution */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||||
|
GCC_MODEL_TUNING = G5;
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = ZXingWidget_Prefix.pch;
|
||||||
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||||
|
GCC_VERSION = 4.2;
|
||||||
|
HEADER_SEARCH_PATHS = ../../cpp/core/src;
|
||||||
|
INSTALL_PATH = /usr/local/lib;
|
||||||
|
PRODUCT_NAME = ZXingWidget;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SKIP_INSTALL = YES;
|
||||||
|
};
|
||||||
|
name = Distribution;
|
||||||
|
};
|
||||||
/* End XCBuildConfiguration section */
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
/* Begin XCConfigurationList section */
|
||||||
|
@ -1259,6 +1298,7 @@
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
1DEB921F08733DC00010E9CD /* Debug */,
|
1DEB921F08733DC00010E9CD /* Debug */,
|
||||||
1DEB922008733DC00010E9CD /* Release */,
|
1DEB922008733DC00010E9CD /* Release */,
|
||||||
|
3B3173B213BE422C0082266B /* Distribution */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
|
@ -1268,6 +1308,7 @@
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
1DEB922308733DC00010E9CD /* Debug */,
|
1DEB922308733DC00010E9CD /* Debug */,
|
||||||
1DEB922408733DC00010E9CD /* Release */,
|
1DEB922408733DC00010E9CD /* Release */,
|
||||||
|
3B3173B113BE422C0082266B /* Distribution */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
|
|
Loading…
Reference in a new issue