Skip to content

Commit

Permalink
Merge branch 'deploy/3.3.3' into productive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 4, 2016
2 parents 26a2eba + 24d2572 commit c1b940a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
11 changes: 7 additions & 4 deletions BartyCrouch CLI/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@

import Foundation

CommandLineParser().parse { commonOptions, subCommandOptions in

CommandLineActor().act(commonOptions: commonOptions, subCommandOptions: subCommandOptions)

func run() {
CommandLineParser().parse { commonOptions, subCommandOptions in

CommandLineActor().act(commonOptions: commonOptions, subCommandOptions: subCommandOptions)
}
}

run()
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
alt="codebeat badge">
</a>
<a href="https://github.com/Flinesoft/BartyCrouch/releases">
<img src="https://img.shields.io/badge/Version-3.3.2-blue.svg"
alt="Version: 3.3.2">
<img src="https://img.shields.io/badge/Version-3.3.3-blue.svg"
alt="Version: 3.3.3">
</a>
<img src="https://img.shields.io/badge/Swift-3-FFAC45.svg"
alt="Swift: 3">
Expand All @@ -34,7 +34,6 @@
• <a href="#license">License</a>
</p>


# BartyCrouch

BartyCrouch **incrementally updates** your Strings files from your Code *and* from Interface Builder files. "Incrementally" means that BartyCrouch will by default **keep** both your already **translated values** and even your altered comments. Additionally you can also use BartyCrouch for **machine translating** from one language to 40+ other languages. Using BartyCrouch is as easy as **running a few simple commands** from the command line what can even be **automated using a [build script](#build-script)** within your project.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.3.2</string>
<string>3.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c1b940a

Please sign in to comment.