[iphone] issue 606 fixed. 1 click build problem with ScanTest seems fixed. Base SDK is now temporarly 4.2 which I can change if people are having problem with this. Seems like issue 606 was due to some obscurely corrupted project config file

git-svn-id: https://zxing.googlecode.com/svn/trunk@1638 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
rpechayr 2010-11-09 10:23:23 +00:00
parent df4df6d95c
commit 60bca1b22c
2 changed files with 13 additions and 6 deletions

View file

@ -10,8 +10,8 @@
1D3623260D0F684500981E51 /* ScanTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* ScanTestAppDelegate.m */; }; 1D3623260D0F684500981E51 /* ScanTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* ScanTestAppDelegate.m */; };
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
1F027F7F11A7BADA006B06DE /* libZXingWidget.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F027F7E11A7BAD4006B06DE /* libZXingWidget.a */; };
1F027F8511A7BB77006B06DE /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F027F8411A7BB77006B06DE /* libiconv.dylib */; }; 1F027F8511A7BB77006B06DE /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F027F8411A7BB77006B06DE /* libiconv.dylib */; };
1F5924BF128955A6006245C2 /* libZXingWidget.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F027F7E11A7BAD4006B06DE /* libZXingWidget.a */; };
1FF586FD11BBD81D00E8E868 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF586FC11BBD81D00E8E868 /* main.mm */; }; 1FF586FD11BBD81D00E8E868 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF586FC11BBD81D00E8E868 /* main.mm */; };
2892E4100DC94CBA00A64D0F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2892E40F0DC94CBA00A64D0F /* CoreGraphics.framework */; }; 2892E4100DC94CBA00A64D0F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2892E40F0DC94CBA00A64D0F /* CoreGraphics.framework */; };
28AD73600D9D9599002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD735F0D9D9599002E5188 /* MainWindow.xib */; }; 28AD73600D9D9599002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD735F0D9D9599002E5188 /* MainWindow.xib */; };
@ -74,11 +74,11 @@
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
2892E4100DC94CBA00A64D0F /* CoreGraphics.framework in Frameworks */, 2892E4100DC94CBA00A64D0F /* CoreGraphics.framework in Frameworks */,
E5345BF11198D81A000CB77F /* AudioToolbox.framework in Frameworks */, E5345BF11198D81A000CB77F /* AudioToolbox.framework in Frameworks */,
1F027F7F11A7BADA006B06DE /* libZXingWidget.a in Frameworks */,
1F027F8511A7BB77006B06DE /* libiconv.dylib in Frameworks */, 1F027F8511A7BB77006B06DE /* libiconv.dylib in Frameworks */,
3BCED5C8120F84C900131FA0 /* AVFoundation.framework in Frameworks */, 3BCED5C8120F84C900131FA0 /* AVFoundation.framework in Frameworks */,
3BCED5CE120F84E000131FA0 /* CoreVideo.framework in Frameworks */, 3BCED5CE120F84E000131FA0 /* CoreVideo.framework in Frameworks */,
3BCED5EB120F885C00131FA0 /* CoreMedia.framework in Frameworks */, 3BCED5EB120F885C00131FA0 /* CoreMedia.framework in Frameworks */,
1F5924BF128955A6006245C2 /* libZXingWidget.a in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -324,7 +324,7 @@
); );
IPHONEOS_DEPLOYMENT_TARGET = 4.0; IPHONEOS_DEPLOYMENT_TARGET = 4.0;
PREBINDING = NO; PREBINDING = NO;
SDKROOT = iphoneos4.1; SDKROOT = iphoneos4.2;
}; };
name = Debug; name = Debug;
}; };
@ -343,7 +343,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 4.0; IPHONEOS_DEPLOYMENT_TARGET = 4.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PREBINDING = NO; PREBINDING = NO;
SDKROOT = iphoneos4.1; SDKROOT = iphoneos4.2;
}; };
name = Release; name = Release;
}; };

View file

@ -1009,7 +1009,14 @@
isa = PBXProject; isa = PBXProject;
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "ZXingWidget" */; buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "ZXingWidget" */;
compatibilityVersion = "Xcode 3.1"; compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 0867D691FE84028FC02AAC07 /* ZXingWidget */; mainGroup = 0867D691FE84028FC02AAC07 /* ZXingWidget */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = ""; projectDirPath = "";
@ -1196,7 +1203,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 4.0; IPHONEOS_DEPLOYMENT_TARGET = 4.0;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO; PREBINDING = NO;
SDKROOT = iphoneos4.0; SDKROOT = iphoneos4.2;
WARNING_CFLAGS = "-Werror"; WARNING_CFLAGS = "-Werror";
}; };
name = Debug; name = Debug;
@ -1212,7 +1219,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 4.0; IPHONEOS_DEPLOYMENT_TARGET = 4.0;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO; PREBINDING = NO;
SDKROOT = iphoneos4.0; SDKROOT = iphoneos4.2;
WARNING_CFLAGS = "-Werror"; WARNING_CFLAGS = "-Werror";
}; };
name = Release; name = Release;