# # # patch "README" # from [abc0324707a6888f6bd29ebe632002d5ee766f83] # to [eb7e0125823210303e2588a208985c2b671da2da] # ============================================================ --- README abc0324707a6888f6bd29ebe632002d5ee766f83 +++ README eb7e0125823210303e2588a208985c2b671da2da @@ -79,6 +79,15 @@ The only known workaround here is to run guitone with administration privileges. +* On Qt 4.3.2 the generation of a valid Xcode project fails because + of problems with escaped characters in the project file. This has + been reported to Trolltech - in the meantime you should do + + $ qmake -spec macx-xcode guitone.pro + $ cd guitone.xcodeproj + $ sed -e 's/\\\\\"/\\\"/g' < project.pbxproj > project.pbxproj.new \ + && mv project.pbxproj.new project.pbxproj + Known Bugs ==========