Revision: 12283
http://sourceforge.net/p/skim-app/code/12283
Author: hofman
Date: 2021-04-12 17:07:29 +0000 (Mon, 12 Apr 2021)
Log Message:
-----------
No postprocessing of strings file in ibtool script phase
Modified Paths:
--------------
trunk/Skim.xcodeproj/project.pbxproj
Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj 2021-04-12 16:49:34 UTC (rev
12282)
+++ trunk/Skim.xcodeproj/project.pbxproj 2021-04-12 17:07:29 UTC (rev
12283)
@@ -2609,7 +2609,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "#\n# Run the ibtool build phase\n# This
takes a while to generate, so it's not worth\n# the wait for development
builds.\n#\nif [ \"${BUILD_STYLE}\" = \"Debug\" -o \"${CONFIGURATION}\" =
\"Debug\" ]; then\nexit 0\nfi\n#\n# Run the ibtool build phase\n#\ncd
\"${SOURCE_ROOT}\"\n\nfor XIB_FILE in *.xib; do\n
STRINGS_FILE=\"en.lproj/${XIB_FILE%.xib}.strings\"\n /usr/bin/ibtool
--export-strings-file \"${STRINGS_FILE}~\" \"${XIB_FILE}\"\n /usr/bin/python
postprocess-xib-strings.py \"${STRINGS_FILE}~\" \"${STRINGS_FILE}\"\n
/bin/rm \"${STRINGS_FILE}~\"\ndone;\n";
+ shellScript = "#\n# Run the ibtool build phase\n# This
takes a while to generate, so it's not worth\n# the wait for development
builds.\n#\nif [ \"${BUILD_STYLE}\" = \"Debug\" -o \"${CONFIGURATION}\" =
\"Debug\" ]; then\nexit 0\nfi\n#\n# Run the ibtool build phase\n#\ncd
\"${SOURCE_ROOT}/Base.lproj\"\n\nfor XIB_FILE in *.xib; do\n
STRINGS_FILE=\"../en.lproj/${XIB_FILE%.xib}.strings\"\n /usr/bin/ibtool
--export-strings-file \"${STRINGS_FILE}~\" \"${XIB_FILE}\"\n if iconv -f
utf-16 -t utf-8 \"${base_strings_file}~\" | grep -q '[^[:space:]]'; then\n
/bin/rm \"${STRINGS_FILE}\"\n /bin/mv \"${STRINGS_FILE}~\"
\"${STRINGS_FILE}\"\n else\n /bin/rm \"${STRINGS_FILE}~\"\n
fi\ndone;\n";
};
CEF82CA50C77286200A3AD51 /* Run Script: Build Help */ = {
isa = PBXShellScriptBuildPhase;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit