xcode project cleanup

git-svn-id: https://zxing.googlecode.com/svn/trunk@1877 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2011-08-08 14:39:37 +00:00
parent 0740925b0d
commit 806a2508e5
2 changed files with 22 additions and 11 deletions

View file

@ -39,6 +39,13 @@
remoteGlobalIDString = D2AAC07D0554694100DB518D;
remoteInfo = ZXingWidget;
};
3BFFCD1D13F02BB900A2B7EB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1F027F7611A7BAD4006B06DE /* ZXingWidget.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 1D60398D13DF7CAD006F4B51;
remoteInfo = ZXingTests;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@ -117,6 +124,7 @@
isa = PBXGroup;
children = (
1F027F7E11A7BAD4006B06DE /* libZXingWidget.a */,
3BFFCD1E13F02BB900A2B7EB /* ZXingTests.octest */,
);
name = Products;
sourceTree = "<group>";
@ -229,6 +237,13 @@
remoteRef = 1F027F7D11A7BAD4006B06DE /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
3BFFCD1E13F02BB900A2B7EB /* ZXingTests.octest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = ZXingTests.octest;
remoteRef = 3BFFCD1D13F02BB900A2B7EB /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */

View file

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
@ -1169,8 +1169,11 @@
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
};
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "ZXingWidget" */;
compatibilityVersion = "Xcode 3.1";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
@ -1380,7 +1383,6 @@
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = "ZXingTests-Info.plist";
@ -1392,7 +1394,6 @@
"-framework",
UIKit,
);
PREBINDING = NO;
PRODUCT_NAME = ZXingTests;
SDKROOT = iphoneos;
WRAPPER_EXTENSION = octest;
@ -1410,7 +1411,6 @@
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
);
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
INFOPLIST_FILE = "ZXingTests-Info.plist";
OTHER_LDFLAGS = (
@ -1421,7 +1421,6 @@
"-framework",
UIKit,
);
PREBINDING = NO;
PRODUCT_NAME = ZXingTests;
SDKROOT = iphoneos;
WRAPPER_EXTENSION = octest;
@ -1438,7 +1437,6 @@
DEAD_CODE_STRIPPING = YES;
EXPORTED_SYMBOLS_FILE = exportList;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@ -1493,8 +1491,7 @@
"HEADER_SEARCH_PATHS[arch=*]" = "";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphoneos4.2;
SDKROOT = iphoneos;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",
@ -1514,8 +1511,7 @@
HEADER_SEARCH_PATHS = ../../cpp/core/src;
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO;
SDKROOT = iphoneos4.2;
SDKROOT = iphoneos;
WARNING_CFLAGS = (
"-Wall",
"-Wextra",