Skip to content

Commit

Permalink
increase version to 3.2.3. small fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ивлев Александр Евгеньевич committed Apr 20, 2018
1 parent 08e1eb0 commit c3a890c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ env:
- OSX_SDK=macosx
- TVOS_SDK=appletvsimulator
matrix:
- DESTINATION="OS=8.4,name=iPhone 5" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" ACTION="test"
# - DESTINATION="OS=8.4,name=iPhone 5" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" ACTION="test"
- DESTINATION="OS=9.3,name=iPhone 6" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" ACTION="test"
- DESTINATION="OS=10.3,name=iPhone 6S Plus" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" ACTION="test"
# - DESTINATION="OS=10.3,name=iPhone 6S Plus" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" ACTION="test"
- DESTINATION="OS=11.2,name=iPhone 8 Plus" SCHEME="DITranquillity-iOS" SDK="$IOS_SDK" PLATFORM="iOS" ACTION="test"
- DESTINATION="arch=x86_64" SCHEME="DITranquillity-OSX" SDK="$OSX_SDK" PLATFORM="Mac" ACTION="test"
- DESTINATION="OS=9.2,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" ACTION="test"
- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" ACTION="test"
- DESTINATION="OS=11.0,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" ACTION="test"
- DESTINATION="arch=x86_64" SCHEME="DITranquillity-OSX" SDK="$OSX_SDK" PLATFORM="Mac" ACTION="build"
- DESTINATION="OS=9.2,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" ACTION="build"
- DESTINATION="OS=10.0,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" ACTION="build"
- DESTINATION="OS=11.0,name=Apple TV 1080p" SCHEME="DITranquillity-tvOS" SDK="$TVOS_SDK" PLATFORM="tvOS" ACTION="build"
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![License](https://img.shields.io/github/license/ivlevAstef/DITranquillity.svg?maxAge=2592000)](http://cocoapods.org/pods/DITranquillity)
[![Platform](https://img.shields.io/cocoapods/p/DITranquillity.svg?style=flat)](http://cocoapods.org/pods/DITranquillity)
[![Swift Version](https://img.shields.io/badge/Swift-3.0--4.1-F16D39.svg?style=flat)](https://developer.apple.com/swift)
[![Dependency Status](https://www.versioneye.com/objective-c/DITranquillity/3.2.2/badge.svg?style=flat)](https://www.versioneye.com/objective-c/DITranquillity/3.2.2)
[![Dependency Status](https://www.versioneye.com/objective-c/DITranquillity/3.2.3/badge.svg?style=flat)](https://www.versioneye.com/objective-c/DITranquillity/3.2.3)

# DITranquillity
The small library for [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) in applications written on pure Swift for iOS/OSX/tvOS. Despite its size, it solves a large enough range of tasks, including Storyboard support. Its main advantage - modularity of support, detailed errors description and lots of opportunities.
Expand Down Expand Up @@ -202,7 +202,7 @@ To install DITranquillity with CocoaPods, add the following lines to your Podfil
## Requirements
iOS 8.0+,macOS 10.10+,tvOS 9.0+; ARC

* Swift 4.1: Xcode 9.3; version >= 3.2.2
* Swift 4.1: Xcode 9.3; version >= 3.2.3
* Swift 4.0: Xcode 9.0; version >= 3.0.5
* Swift 3.0-3.2: Xcode 8.0-9.0; version >= 0.9.5
* Swift 2.3: Xcode 7.0; version < 0.9.5
Expand Down
2 changes: 1 addition & 1 deletion Sources/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.2.2</string>
<string>3.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion jazzy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jazzy \
--author_url https://github.com/ivlevAstef \
--github_url https://github.com/ivlevAstef/DITranquillity \
--github-file-prefix https://github.com/ivlevAstef/DITranquillity/tree/master \
--module-version 3.2.2 \
--module-version 3.2.3 \
--xcodebuild-arguments -scheme,DITranquillity-iOS \
--module DITranquillity \
--root-url https://github.com/ivlevAstef/DITranquillity/code/ \
Expand Down

0 comments on commit c3a890c

Please sign in to comment.