File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1515trigger :
1616 tags :
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)
You can’t perform that action at this time.
0 commit comments