Author: gavincornwell
Date: Wed Mar 26 18:03:54 2014
New Revision: 1581969

URL: http://svn.apache.org/r1581969
Log:
Reverted the previous project settings change as it's caused the unit tests to 
stop running.

Modified:
    chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/project.pbxproj
    
chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme

Modified: chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/project.pbxproj
URL: 
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/project.pbxproj?rev=1581969&r1=1581968&r2=1581969&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/project.pbxproj 
(original)
+++ chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/project.pbxproj Wed 
Mar 26 18:03:54 2014
@@ -903,7 +903,7 @@
                8280729A15153DE800EF635C /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
-                               LastUpgradeCheck = 0510;
+                               LastUpgradeCheck = 0500;
                                ORGANIZATIONNAME = "Apache Software Foundation";
                        };
                        buildConfigurationList = 8280729D15153DE800EF635C /* 
Build configuration list for PBXProject "ObjectiveCMIS" */;
@@ -1183,6 +1183,7 @@
                828072C815153DE900EF635C /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
                                DSTROOT = /tmp/ObjectiveCMIS.dst;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = 
"ObjectiveCMIS/ObjectiveCMIS-Prefix.pch";
@@ -1198,6 +1199,7 @@
                828072C915153DE900EF635C /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
                                DSTROOT = /tmp/ObjectiveCMIS.dst;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = 
"ObjectiveCMIS/ObjectiveCMIS-Prefix.pch";
@@ -1213,6 +1215,7 @@
                828072CB15153DE900EF635C /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
                                FRAMEWORK_SEARCH_PATHS = (
                                        
"$(SDKROOT)/Developer/Library/Frameworks",
                                        "$(inherited)",
@@ -1227,6 +1230,7 @@
                828072CC15153DE900EF635C /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
                                FRAMEWORK_SEARCH_PATHS = (
                                        
"$(SDKROOT)/Developer/Library/Frameworks",
                                        "$(inherited)",

Modified: 
chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme
URL: 
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme?rev=1581969&r1=1581968&r2=1581969&view=diff
==============================================================================
--- 
chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme
 (original)
+++ 
chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme
 Wed Mar 26 18:03:54 2014
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Scheme
-   LastUpgradeVersion = "0510"
+   LastUpgradeVersion = "0500"
    version = "1.3">
    <BuildAction
       parallelizeBuildables = "YES"


Reply via email to