[Libreoffice-commits] core.git: ios/iosremote

Tor Lillqvist tml at iki.fi
Thu Aug 22 06:50:17 PDT 2013


 ios/iosremote/iosremote.xcodeproj/project.pbxproj |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7015a34a1455b100f0c7d324c68930823da22bd8
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 22 11:26:54 2013 +0300

    Use project-relative paths
    
    Change-Id: Ibb2a62d85d291138b002fb72ef3f681a46376bc9

diff --git a/ios/iosremote/iosremote.xcodeproj/project.pbxproj b/ios/iosremote/iosremote.xcodeproj/project.pbxproj
index e5af589..fa36f51 100644
--- a/ios/iosremote/iosremote.xcodeproj/project.pbxproj
+++ b/ios/iosremote/iosremote.xcodeproj/project.pbxproj
@@ -735,7 +735,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "python /Users/me/Documents/Coding/libreoffice/core/ios/iosremote/localize.py --mainIdiom=en --mainStoryboard=/Users/me/Documents/Coding/libreoffice/core/ios/iosremote/iosremote/en.lproj/iPhone_autoSize.storyboard fr zh-Hans\n\npython /Users/me/Documents/Coding/libreoffice/core/ios/iosremote/localize.py --mainIdiom=en --mainStoryboard=/Users/me/Documents/Coding/libreoffice/core/ios/iosremote/en.lproj/iPad_autosize.storyboard fr zh-Hans";
+			shellScript = "python ${PROJECT_DIR}/localize.py --mainIdiom=en --mainStoryboard=${PROJECT_DIR}/iosremote/en.lproj/iPhone_autoSize.storyboard fr zh-Hans\n\npython ${PROJECT_DIR}/localize.py --mainIdiom=en --mainStoryboard=${PROJECT_DIR}/en.lproj/iPad_autosize.storyboard fr zh-Hans";
 		};
 /* End PBXShellScriptBuildPhase section */
 


More information about the Libreoffice-commits mailing list