Update of /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30626
Modified Files:
project.pbxproj
Log Message:
ARvrml ppc-only.
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj/project.pbxproj,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** project.pbxproj 31 May 2006 22:10:28 -0000 1.11
--- project.pbxproj 1 Jun 2006 03:41:19 -0000 1.12
***************
*** 1679,1683 ****
788C838C089AB5B9003E3825 /* simpleLite.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = simpleLite.app; sourceTree = BUILT_PRODUCTS_DIR; };
788C83A7089AB67A003E3825 /* simpleLite-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = "simpleLite-Info.plist"; sourceTree = "<group>"; };
! 788C83C5089AB6AE003E3825 /* simpleVRML.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = simpleVRML.app; sourceTree = BUILT_PRODUCTS_DIR; };
788C83F0089AB8B1003E3825 /* simpleVRML-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = "simpleVRML-Info.plist"; sourceTree = "<group>"; };
78A519D1089ABA58005197A0 /* twoView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = twoView.app; sourceTree = BUILT_PRODUCTS_DIR; };
--- 1679,1683 ----
788C838C089AB5B9003E3825 /* simpleLite.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = simpleLite.app; sourceTree = BUILT_PRODUCTS_DIR; };
788C83A7089AB67A003E3825 /* simpleLite-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = "simpleLite-Info.plist"; sourceTree = "<group>"; };
! 788C83C5089AB6AE003E3825 /* simpleVRML.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = simpleVRML.app; sourceTree = BUILT_PRODUCTS_DIR; };
788C83F0089AB8B1003E3825 /* simpleVRML-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = "simpleVRML-Info.plist"; sourceTree = "<group>"; };
78A519D1089ABA58005197A0 /* twoView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = twoView.app; sourceTree = BUILT_PRODUCTS_DIR; };
***************
*** 5967,5974 ****
isa = XCBuildConfiguration;
buildSettings = {
! ARCHS = (
! ppc,
! i386,
! );
COPY_PHASE_STRIP = NO;
DEPLOYMENT_LOCATION = YES;
--- 5967,5971 ----
isa = XCBuildConfiguration;
buildSettings = {
! ARCHS = ppc;
COPY_PHASE_STRIP = NO;
DEPLOYMENT_LOCATION = YES;
***************
*** 5995,6002 ****
isa = XCBuildConfiguration;
buildSettings = {
! ARCHS = (
! ppc,
! i386,
! );
COPY_PHASE_STRIP = YES;
DEPLOYMENT_LOCATION = YES;
--- 5992,5996 ----
isa = XCBuildConfiguration;
buildSettings = {
! ARCHS = ppc;
COPY_PHASE_STRIP = YES;
DEPLOYMENT_LOCATION = YES;
|