From 6b2425b375ee2e9ae0cd50d94493efb2256ebd80 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 1 Jun 2017 20:11:38 +0200 Subject: Revert "remove cocoa frontend" This reverts commit d6c07925417eaea27c85996bc243f93e27b1bcd0. --- frontends/cocoa/extract-strings.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 frontends/cocoa/extract-strings.sh (limited to 'frontends/cocoa/extract-strings.sh') diff --git a/frontends/cocoa/extract-strings.sh b/frontends/cocoa/extract-strings.sh new file mode 100755 index 000000000..c3f582619 --- /dev/null +++ b/frontends/cocoa/extract-strings.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +for i in $1/*.xib +do + xib=`basename "$i"` + strings="$2/$xib.strings" + + ibtool "$i" --generate-strings-file "$strings" +done + + -- cgit v1.2.3