]> err.no Git - sope/commitdiff
updates for Xcode 2.1
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 11 Jul 2005 09:33:26 +0000 (09:33 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 11 Jul 2005 09:33:26 +0000 (09:33 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@879 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

maintenance/ChangeLog
maintenance/syncXcodeVersions.sh

index 3bd0081877cbeb6223c831f09b7004a90a5e01bd..3d462932b8680a190088d4cfe5366ca441396aa2 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-11  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * syncXcodeVersions.sh: updated for Xcode 2.1
+
 2005-06-08  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * znek-fix-xcode-projects.sh: updated for Xcode 2.1
index 5fa290077da1dc17c50026c12e8353a3c5ae042c..d40f63be5c9886330cb50234a0d29625e9ff93cd 100755 (executable)
@@ -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