Skip to content

Commit

Permalink
Server: update to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Sep 27, 2019
1 parent 63f2e49 commit 5f41f37
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AppStub/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### 2.0.0

* Add support for new Apple hardware: iPhone 11, 11 Pro and 11 Pro Max, iPad
mini 5th Gen and iPad Air 2019 #350
* Update private headers for Xcode 11 GM #348
* Publish DeviceAgent.iOS artifacts to blob storage #330
* Control ADO pipeline triggers in yaml #331
* Add support for Xcode 10.3 #332
* Use KeyVault for secrets in ADO pipeline #333
* Update private headers for Xcode 11 beta 6 #334
* Xcode 11 beta 6: deal with visibility, keyboard, and 3 finger taps #335
* SpringBoard alerts: read alert titles from .strings files #336
* SpringBoard alerts: implement tools to parse output of strings files and store
as json #338
* Spring Board alerts: dismiss algorithm can handle cases were alert buttons
have alternative titles #339
* Spring Board alerts: use regex to match alert titles (improve on existing
'contains' logic) #342
* Improve SpringBoard alert extraction tools #343
* Import only current language for springboard-alerts #344
* Add one-off fixes for existing SpringBoard alert bugs #345

### 1.4.0

* Add Xcode 11 support #317 #318 #319 #320 #321 #322
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| develop | [versioning](VERSIONING.md) | [license](LICENSE) | [contributing](CONTRIBUTING.md)|
|---------|-----------------------------|--------------------|--------------------------------|
|[![Build Status](https://calabash-ci.xyz/buildStatus/icon?job=DeviceAgent.iOS/develop)](https://calabash-ci.xyz/job/DeviceAgent.iOS/develop) | [![Version](https://img.shields.io/badge/version-1.3.3-green.svg)](https://img.shields.io/badge/version-1.3.3-green.svg) |[![License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](LICENSE) | [![Contributing](https://img.shields.io/badge/contrib-gitflow-orange.svg)](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/)|
| develop | master | [versioning](VERSIONING.md) | [license](LICENSE) | [contributing](CONTRIBUTING.md)|
|---------|--------|-----------------------------|--------------------|--------------------------------|
|[![Build Status](https://msmobilecenter.visualstudio.com/Mobile-Center/_apis/build/status/test-cloud/xamarin-uitest/calabash.DeviceAgent.iOS?branchName=develop)](https://msmobilecenter.visualstudio.com/Mobile-Center/_build/latest?definitionId=3510&branchName=develop) | [![Build Status](https://msmobilecenter.visualstudio.com/Mobile-Center/_apis/build/status/test-cloud/xamarin-uitest/calabash.DeviceAgent.iOS?branchName=master)](https://msmobilecenter.visualstudio.com/Mobile-Center/_build/latest?definitionId=3510&branchName=master) | [![Version](https://img.shields.io/badge/version-2.0.0-green.svg)](https://img.shields.io/badge/version-2.0.0-green.svg) |[![License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](LICENSE) | [![Contributing](https://img.shields.io/badge/contrib-gitflow-orange.svg)](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/)|

## DeviceAgent.iOS

Expand Down

0 comments on commit 5f41f37

Please sign in to comment.