Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Decybel07 committed May 19, 2018
1 parent db5118d commit ec2ea73
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .codebeatignore
@@ -1 +1 @@
Source/IBInspectables/*
Source/IBInspectables/
22 changes: 3 additions & 19 deletions .jazzy.yml
@@ -1,28 +1,12 @@
module: L10n-swift
module_version: 5.2.1
author: Adrian Bobrowski
author_url: https://github.com/Decybel07
github_url: https://github.com/Decybel07/L10n-swift
root_url: https://decybel07.github.io/L10n-swift/

clean: true
theme: fullwidth
skip_undocumented: true
readme: README.md

output: docs

custom_categories:
- name: Core
children:
- L10n
- Localizable
- Logger
- Notification.Name
- name: Extension
children:
- String
- Date
- NSNumber
- Double
- Int
- name: IBInspectable
children:
- IBL10n
36 changes: 19 additions & 17 deletions .travis.yml
Expand Up @@ -12,32 +12,32 @@ env:

matrix:
# iOS
- LANG=en_GB.UTF-8 DESTINATION="OS=9.1,name=iPad Air" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- LANG=ja_JP.UTF-8 DESTINATION="OS=9.2,name=iPad Air 2" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- LANG=zh_HK.UTF-8 DESTINATION="OS=10.1,name=iPad Pro (12.9-inch)" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=9.1,name=iPad Air" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=9.2,name=iPad Air 2" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=10.1,name=iPad Pro (12.9-inch)" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"

- LANG=en_GB.UTF-8 DESTINATION="OS=9.1,name=iPhone 6" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- LANG=en_US.UTF-8 DESTINATION="OS=10.0,name=iPhone 7" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- LANG=pl_PL.UTF-8 DESTINATION="OS=11.0,name=iPhone 8 Plus" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- LANG=ja_JP.UTF-8 DESTINATION="OS=11.0,name=iPhone X" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=9.1,name=iPhone 6" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=10.0,name=iPhone 7" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=11.0,name=iPhone 8 Plus" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"
- DESTINATION="OS=11.0,name=iPhone X" PLATFORM="$IOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="YES"

# watchOS
- LANG=en_US.UTF-8 DESTINATION="OS=2.0,name=Apple Watch - 38mm" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- LANG=ja_JP.UTF-8 DESTINATION="OS=3.2,name=Apple Watch Series 2 - 42mm" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- LANG=zh_HK.UTF-8 DESTINATION="OS=4.0,name=Apple Watch Series 3 - 42mm" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- DESTINATION="OS=2.0,name=Apple Watch - 38mm" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- DESTINATION="OS=3.2,name=Apple Watch Series 2 - 42mm" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- DESTINATION="OS=4.0,name=Apple Watch Series 3 - 42mm" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"

# iOS + watchOS
- LANG=en_GB.UTF-8 DESTINATION="OS=10.3.1,name=iPhone 6s Plus" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="NO" BUILD_EXAMPLE="NO"
- LANG=ar_AE.UTF-8 DESTINATION="OS=10.3.1,name=iPhone 7 Plus" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="NO" BUILD_EXAMPLE="NO"
- LANG=ja_JP.UTF-8 DESTINATION="OS=11.0,name=iPhone 8" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="NO" BUILD_EXAMPLE="NO"
- DESTINATION="OS=10.3.1,name=iPhone 6s Plus" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="NO" BUILD_EXAMPLE="NO"
- DESTINATION="OS=10.3.1,name=iPhone 7 Plus" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="NO" BUILD_EXAMPLE="NO"
- DESTINATION="OS=11.0,name=iPhone 8" PLATFORM="$WATCHOS" RUN_TESTS="NO" BUILD_FRAMEWORK="NO" BUILD_EXAMPLE="NO"

# tvOS
- LANG=en_US.UTF-8 DESTINATION="OS=9.0,name=Apple TV 1080p" PLATFORM="$TVOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- LANG=ar_AE.UTF-8 DESTINATION="OS=10.2,name=Apple TV 1080p" PLATFORM="$TVOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- LANG=ar_AE.UTF-8 DESTINATION="OS=11.0,name=Apple TV 4K" PLATFORM="$TVOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- DESTINATION="OS=9.0,name=Apple TV 1080p" PLATFORM="$TVOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- DESTINATION="OS=10.2,name=Apple TV 1080p" PLATFORM="$TVOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- DESTINATION="OS=11.0,name=Apple TV 4K" PLATFORM="$TVOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"

# macOS
- LANG=en_US.UTF-8 DESTINATION="arch=x86_64" PLATFORM="$MACOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"
- DESTINATION="arch=x86_64" PLATFORM="$MACOS" RUN_TESTS="YES" BUILD_FRAMEWORK="YES" BUILD_EXAMPLE="NO"

script:
- set -o pipefail
Expand All @@ -64,3 +64,5 @@ script:
xcodebuild -project "Example/Example.xcodeproj" -scheme "$EXAMPLE_SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty;
xcodebuild -project "Example/Example.xcodeproj" -scheme "$EXAMPLE_SCHEME" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO build| xcpretty;
fi
after_success:
- bash <(curl -s https://codecov.io/bash)
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@

# Change Log
---
## [5.3.0](https://github.com/Decybel07/L10n-swift/tree/5.3.0) (2018-05-18)
* Support for base internacionalization [#12](https://github.com/Decybel07/L10n-swift/issues/12)
* Add extension to use strings with args [#9](https://github.com/Decybel07/L10n-swift/issues/9)

## [5.2.1](https://github.com/Decybel07/L10n-swift/tree/5.2.1) (2018-05-06)
* Extracting classes that load files

Expand Down
2 changes: 1 addition & 1 deletion L10n-swift.podspec
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|
spec.name = 'L10n-swift'
spec.module_name = 'L10n_swift'
spec.version = '5.2.1'
spec.version = '5.3.0'
spec.summary = 'Localization of an application with ability to change language "on the fly" and support for plural forms in any language.'

spec.description = <<-DESC
Expand Down
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -8,9 +8,10 @@
[![Language Swift3](https://img.shields.io/badge/languages-Swift%203.0+-FFAC45.svg?style=flat)](https://developer.apple.com/swift/)
[![CocoaPods Platform](https://img.shields.io/cocoapods/p/L10n-swift.svg?style=flat&label=platform)](http://cocoapods.org/pods/L10n-swift)
[![CocoaPods License](https://img.shields.io/cocoapods/l/L10n-swift.svg?style=flat&label=license)](https://github.com/Decybel07/L10n-swift/blob/master/LICENSE)
[![Docs percent](https://img.shields.io/badge/docs-100%25-brightgreen.svg)](http://cocoadocs.org/docsets/L10n-swift/)
[![Docs percent](https://img.shields.io/cocoapods/metrics/doc-percent/L10n-swift.svg)](http://cocoadocs.org/docsets/L10n-swift/)
[![Pod method Compatible](https://img.shields.io/badge/supports-CocoaPods%20%7C%20Carthage%20%7C%20Swift%20Package%20Manager-green.svg?style=flat)](#-installation)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3063467ecae74021b7666787333eac54)](https://www.codacy.com/app/Decybel07/L10n-swift/dashboard)
<!--[![codecov](https://codecov.io/gh/Decybel07/L10n-swift/branch/master/graph/badge.svg)](https://codecov.io/gh/Decybel07/L10n-swift)-->
<!--[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3063467ecae74021b7666787333eac54)](https://www.codacy.com/app/Decybel07/L10n-swift/dashboard)-->
[![codebeat badge](https://codebeat.co/badges/5f83f891-8cd6-4b12-9340-562a74c51442)](https://codebeat.co/projects/github-com-decybel07-l10n-swift-master)
[![Mentioned in Awesome-swift](https://awesome.re/mentioned-badge.svg)](https://github.com/matteocrippa/awesome-swift)

Expand Down Expand Up @@ -68,13 +69,13 @@ pod try L10n-swift
### [CocoaPods](http://cocoapods.org)

```ruby
pod 'L10n-swift', '~> 5.2'
pod 'L10n-swift', '~> 5.3'
```

### [Carthage](https://github.com/Carthage/Carthage)

```ogdl
github "Decybel07/L10n-swift", ~> 5.2
github "Decybel07/L10n-swift", ~> 5.3
```

### [Swift Package Manager](https://swift.org/package-manager/)
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.2.1</string>
<string>5.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit ec2ea73

Please sign in to comment.