mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
force build to gcc rather than system default (which seemed to change in xc4)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1746 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
1a50656dc8
commit
28b923ba5f
|
@ -1,5 +1,5 @@
|
|||
ZXing for iOS is a sub-project of zxing project partially maintained by
|
||||
independent developers. As of 26th of MArch 2011, it contains 3 iOS projects:
|
||||
independent developers. As of 26th of March 2011, it contains 3 iOS projects:
|
||||
- BarCodes: Zxing iOS app. Available on app store.
|
||||
- ZXingWidget: a Library that can be included in any iOS app
|
||||
- ScanTest: a simple demo app for ZXingWidget
|
||||
|
|
|
@ -313,7 +313,7 @@
|
|||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_VERSION = "";
|
||||
GCC_VERSION = 4.2;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
|
@ -338,6 +338,7 @@
|
|||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_VERSION = 4.2;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
|
|
Loading…
Reference in a new issue