Skip to content

Commit 8d0bd68

Browse files
committed
Merge branch 'release/2.1.0' into develop
2 parents fecd8c3 + b91397a commit 8d0bd68

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

AppStub/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.2</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.1.0
2+
3+
Fixes various problems in dismiss-SpringBoard-alert system.
4+
15
### 2.0.2
26

37
* Add push notification alerts from iOS 12, 13 #358

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| develop | master | [versioning](VERSIONING.md) | [license](LICENSE) | [contributing](CONTRIBUTING.md)|
22
|---------|--------|-----------------------------|--------------------|--------------------------------|
3-
|[![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.2-green.svg)](https://img.shields.io/badge/version-2.0.2-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/)|
3+
|[![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.1.0-green.svg)](https://img.shields.io/badge/version-2.1.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/)|
44

55
## DeviceAgent.iOS
66

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variables:
1010
#
1111
# Apple has fixed this bug in Xcode 11.2. When that is released, we should
1212
# change this to 'Mojave-Xcode-11.2"
13-
AzurePublishWhen: "Mojave-Xcode-10.3"
13+
AzurePublishWhen: "Mojave-Xcode-11.2"
1414

1515
trigger:
1616
tags:
@@ -90,7 +90,6 @@ jobs:
9090
- script: bundle exec bin/ci/cucumber.rb
9191
displayName: "exec cucumber"
9292

93-
# azureStorage* env vars are defined in the pipeline UI as secret variables
9493
- bash: "./bin/ci/az-publish.sh"
9594
env:
9695
AZURE_STORAGE_ACCOUNT: $(AzureStorageAccount)

0 commit comments

Comments
 (0)