Skip to content

Commit

Permalink
PAI-132 Updated files required to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joanna Bednarz committed Nov 14, 2017
1 parent b7ffd25 commit 5fe5f1f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9
osx_image: xcode9.1

env:
- NSUnbufferedIO=YES
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [1.1.0](https://github.com/PGSSoft/AutoMate/releases/tag/1.1.0)
## [1.2.0](https://github.com/PGSSoft/AutoMate-ModelGenie/releases/tag/1.2.0)
Released on 2017-11-14.

#### Added
- Compatibility with Xcode 9.1 and Swift 4.0.

## [1.1.0](https://github.com/PGSSoft/AutoMate-ModelGenie/releases/tag/1.1.0)
Released on 2017-03-29.

#### Added
Expand Down
2 changes: 1 addition & 1 deletion GitHub.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ios.prepareEnv(xcode: "/Applications/Xcode_8.3.app", danger_bitbucket: null)
ios.prepareEnv(xcode: "/Applications/Xcode_9.1.app", danger_bitbucket: null)

node("ios") {
timeout(45) {
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ios.prepareEnv(xcode: "/Applications/Xcode_8.3.app")
ios.prepareEnv(xcode: "/Applications/Xcode_9.1.app")

node("ios") {
timeout(45) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[`AutoMate`](https://github.com/PGSSoft/AutoMate) is a Swift framework containing a set of helpful `XCTest` extensions for writing UI automation tests. This Model Generator project is used internally to generate localized texts for privacy alerts, languages and countries settings.

[![Swift 3.1](https://img.shields.io/badge/Swift-3.1-orange.svg?style=flat)](https://swift.org)
[![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](https://swift.org)
[![License](https://img.shields.io/github/license/PGSSoft/AutoMate-ModelGenie.svg)](https://github.com/PGSSoft/AutoMate-ModelGenie/blob/master/LICENSE)

## Usage
Expand Down

0 comments on commit 5fe5f1f

Please sign in to comment.