Skip to content

Commit 64d3185

Browse files
committed
add all Scripts to Xcode in logical order, use section_divider in manual import
1 parent 71fb98d commit 64d3185

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

LoopWorkspace.xcworkspace/contents.xcworkspacedata

Lines changed: 21 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Scripts/manual_import_localizations.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme
3131

3232
# Apply translations
3333
foreach file in xliff_in/*.xliff
34-
echo "**********************************"
34+
section_divider
3535
echo " importing ${file}"
36-
echo "**********************************"
36+
section_divider
3737
xcodebuild -workspace LoopWorkspace.xcworkspace -scheme "LoopWorkspace" -importLocalizations -localizationPath $file
3838
end
3939

0 commit comments

Comments
 (0)