Skip to content

Commit

Permalink
Version 1.3 Build 10
Browse files Browse the repository at this point in the history
Bugfixes:

- the app does handle multiline strings correctly and does handle the new Xcode10 format well.

New Features:

- editor supports the "select all" keyboard shortcut
- exported XLIFF XML file does match the exact Xcode behaviour so the diff now looks much nicer :)
- under the hood: Swift 4.2 Upgrade, some minor performance improvements
  • Loading branch information
remuslazar committed Nov 16, 2018
1 parent b0f0e4b commit 0885255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xliff-tool/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 0885255

Please sign in to comment.