From: Diemo S. <di...@us...> - 2013-03-05 14:23:13
|
Update of /cvsroot/sdif/SDIF/macosxbuild/SDIF.xcodeproj In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10482/macosxbuild/SDIF.xcodeproj Modified Files: project.pbxproj Log Message: update version number Index: project.pbxproj =================================================================== RCS file: /cvsroot/sdif/SDIF/macosxbuild/SDIF.xcodeproj/project.pbxproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.pbxproj 9 Apr 2009 09:35:28 -0000 1.6 --- project.pbxproj 5 Mar 2013 14:23:11 -0000 1.7 *************** *** 173,179 **** /* Begin PBXFileReference section */ ! 0F5C2959047E760E006640BC /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = file; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 6C639A6E08460E9100D1DBE2 /* SdifRWLowLevel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SdifRWLowLevel.h; path = ../sdif/SdifRWLowLevel.h; sourceTree = SOURCE_ROOT; }; ! 6C8EEA15084602CE00972C15 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; }; F4A4105A079BCB8E00ADEFEF /* SDIF.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDIF.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F4A410A7079BCB8E00ADEFEF /* libsdif.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsdif.a; sourceTree = BUILT_PRODUCTS_DIR; }; --- 173,179 ---- /* Begin PBXFileReference section */ ! 0F5C2959047E760E006640BC /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 6C639A6E08460E9100D1DBE2 /* SdifRWLowLevel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SdifRWLowLevel.h; path = ../sdif/SdifRWLowLevel.h; sourceTree = SOURCE_ROOT; }; ! 6C8EEA15084602CE00972C15 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; F4A4105A079BCB8E00ADEFEF /* SDIF.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDIF.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F4A410A7079BCB8E00ADEFEF /* libsdif.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsdif.a; sourceTree = BUILT_PRODUCTS_DIR; }; *************** *** 462,466 **** --- 462,473 ---- buildConfigurationList = 21AFA3B60907D5740018539F /* Build configuration list for PBXProject "SDIF" */; compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); mainGroup = 0F5C28A5047E732E006640BC; projectDirPath = ""; *************** *** 630,636 **** PRODUCT_NAME = SDIF; SECTORDER_FLAGS = ""; - VERSION_MAJOR = 3; - VERSION_MINOR = 10; - VERSION_RELEASE = 5; WARNING_CFLAGS = ( "-Wmost", --- 637,640 ---- *************** *** 688,694 **** PRODUCT_NAME = SDIF; SECTORDER_FLAGS = ""; - VERSION_MAJOR = 3; - VERSION_MINOR = 10; - VERSION_RELEASE = 5; WARNING_CFLAGS = ( "-Wmost", --- 692,695 ---- *************** *** 913,917 **** VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 1; }; name = Development; --- 914,918 ---- VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 4; }; name = Development; *************** *** 926,933 **** CURRENT_PROJECT_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)"; FRAMEWORK_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR)"; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 1; }; name = Deployment; --- 927,935 ---- CURRENT_PROJECT_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)"; FRAMEWORK_VERSION = "$(VERSION_MAJOR).$(VERSION_MINOR)"; + GCC_VERSION = 4.0; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 4; }; name = Deployment; *************** *** 940,944 **** VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 1; }; name = Default; --- 942,946 ---- VERSION_MAJOR = 3; VERSION_MINOR = 11; ! VERSION_RELEASE = 4; }; name = Default; |