From: znek Date: Mon, 11 Jul 2005 09:33:26 +0000 (+0000) Subject: updates for Xcode 2.1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eb5950199fbaa786b796091fc9e3f059b05b6e4;p=sope updates for Xcode 2.1 git-svn-id: http://svn.opengroupware.org/SOPE/trunk@879 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/maintenance/ChangeLog b/maintenance/ChangeLog index 3bd00818..3d462932 100644 --- a/maintenance/ChangeLog +++ b/maintenance/ChangeLog @@ -1,3 +1,7 @@ +2005-07-11 Marcus Mueller + + * syncXcodeVersions.sh: updated for Xcode 2.1 + 2005-06-08 Marcus Mueller * znek-fix-xcode-projects.sh: updated for Xcode 2.1 diff --git a/maintenance/syncXcodeVersions.sh b/maintenance/syncXcodeVersions.sh index 5fa29007..d40f63be 100755 --- a/maintenance/syncXcodeVersions.sh +++ b/maintenance/syncXcodeVersions.sh @@ -30,7 +30,7 @@ set_sope_versions() { SOPE_SUBMINOR=$4 # magic happens here - sed -e "s/\(SOPE_MAJOR_VERSION=\)\([1234567890]*\)/\1${SOPE_MAJOR}/" -e "s/\(SOPE_MINOR_VERSION=\)\([1234567890]*\)/\1${SOPE_MINOR}/" -e "s/\(SOPE_SUBMINOR_VERSION=\)\([1234567890]*\)/\1${SOPE_SUBMINOR}/" "${PROJECT}" > "${PROJECT}.new" + sed -e "s/\(SOPE_MAJOR_VERSION=\)\([1234567890]*\)/\1${SOPE_MAJOR}/" -e "s/\(SOPE_MINOR_VERSION=\)\([1234567890]*\)/\1${SOPE_MINOR}/" -e "s/\(SOPE_SUBMINOR_VERSION=\)\([1234567890]*\)/\1${SOPE_SUBMINOR}/" -e "s/\(WEP_SUBMINOR_VERSION=\)\([1234567890]*\)/\1${SOPE_SUBMINOR}/" "${PROJECT}" > "${PROJECT}.new" mv ${PROJECT}.new ${PROJECT} } @@ -121,7 +121,7 @@ source ${PROJECT_ROOT}/Version GLOBAL_MAJOR_VERSION=$MAJOR_VERSION GLOBAL_MINOR_VERSION=$MINOR_VERSION -PROJECTS=`find ${PROJECT_ROOT} -type d -name "*.xcode"` +PROJECTS=`find ${PROJECT_ROOT} -type d -name "*.xcodeproj"` for PROJECT in $PROJECTS do # skip Recycler contents