From 951b791420d5ce76cae04c2910ac7d6ed5594b1c Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Wed, 26 Nov 2014 23:26:56 +0000 Subject: [PATCH] fix capitalization git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@38206 72102866-910b-0410-8b05-ffd578937521 --- Performance.xcodeproj/project.pbxproj | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/Performance.xcodeproj/project.pbxproj b/Performance.xcodeproj/project.pbxproj index 25fb7d3..3e08c56 100644 --- a/Performance.xcodeproj/project.pbxproj +++ b/Performance.xcodeproj/project.pbxproj @@ -51,7 +51,7 @@ 85872EBF1284CFC700B4601E /* GSTicker.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GSTicker.m; sourceTree = ""; }; 85872EC01284CFC700B4601E /* Performance.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Performance.h; sourceTree = ""; }; 8591FBED1A13422800923420 /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ChangeLog; sourceTree = ""; }; - 85B560B3128C6E47003BAF08 /* performance.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = performance.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 85B560B3128C6E47003BAF08 /* Performance.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Performance.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; /* End PBXFileReference section */ @@ -71,12 +71,12 @@ 034768DFFF38A50411DB9C8B /* Products */ = { isa = PBXGroup; children = ( - 85B560B3128C6E47003BAF08 /* performance.framework */, + 85B560B3128C6E47003BAF08 /* Performance.framework */, ); name = Products; sourceTree = ""; }; - 0867D691FE84028FC02AAC07 /* performance */ = { + 0867D691FE84028FC02AAC07 /* Performance */ = { isa = PBXGroup; children = ( 08FB77AEFE84172EC02AAC07 /* Classes */, @@ -85,7 +85,7 @@ 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */, 034768DFFF38A50411DB9C8B /* Products */, ); - name = performance; + name = Performance; sourceTree = ""; }; 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = { @@ -193,8 +193,8 @@ ); name = Performance; productInstallPath = "$(HOME)/Library/Frameworks"; - productName = performance; - productReference = 85B560B3128C6E47003BAF08 /* performance.framework */; + productName = Performance; + productReference = 85B560B3128C6E47003BAF08 /* Performance.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -202,6 +202,9 @@ /* Begin PBXProject section */ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + ORGANIZATIONNAME = gnustep.org; + }; buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Performance" */; compatibilityVersion = "Xcode 2.4"; developmentRegion = English; @@ -212,7 +215,7 @@ French, German, ); - mainGroup = 0867D691FE84028FC02AAC07 /* performance */; + mainGroup = 0867D691FE84028FC02AAC07 /* Performance */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; projectDirPath = ""; projectRoot = ""; @@ -310,7 +313,7 @@ INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Library/Frameworks"; PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; - PRODUCT_NAME = performance; + PRODUCT_NAME = Performance; WRAPPER_EXTENSION = framework; }; name = Release; @@ -318,11 +321,13 @@ 1DEB91B208733DA50010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(NATIVE_ARCH_ACTUAL)"; + ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES; + PRODUCT_NAME = Performance; SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; SYMROOT = "$(PROJECT_DIR)/build"; }; @@ -337,6 +342,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES; + PRODUCT_NAME = Performance; SDKROOT = /Developer/SDKs/MacOSX10.5.sdk; SYMROOT = "$(PROJECT_DIR)/build"; };