File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // swift-tools-version:5.0
1+ // swift-tools-version:5.1
22import PackageDescription
33
44let package = Package (
Original file line number Diff line number Diff line change 11# BitByteData
22
3- [ ![ Swift 5.X ] ( https://img.shields.io/badge/Swift-5.X -blue.svg )] ( https://developer.apple.com/swift/ )
3+ [ ![ Swift 5.1+ ] ( https://img.shields.io/badge/Swift-5.1+ -blue.svg )] ( https://developer.apple.com/swift/ )
44[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-lightgrey.svg )] ( https://raw.githubusercontent.com/tsolomko/BitByteData/master/LICENSE )
55[ ![ Build Status] ( https://dev.azure.com/tsolomko/BitByteData/_apis/build/status/tsolomko.BitByteData?branchName=develop )] ( https://dev.azure.com/tsolomko/BitByteData/_build/latest?definitionId=2&branchName=develop )
66
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ stages:
1515 - job : macos
1616 strategy :
1717 matrix :
18- macosSwift50 :
19- imageName : ' macOS-10.15'
20- DEVELOPER_DIR : ' /Applications/Xcode_10.3.app'
21- WATCHOS_ACTIONS : ' clean build'
22- WATCHOS_SIMULATOR : ' Apple Watch Series 4 - 44mm'
2318 macosSwift51 :
2419 imageName : ' macOS-10.15'
2520 DEVELOPER_DIR : ' /Applications/Xcode_11.3.1.app'
@@ -70,9 +65,6 @@ stages:
7065 - job : linux
7166 strategy :
7267 matrix :
73- linuxSwift50 :
74- imageName : ' ubuntu-18.04'
75- containerImage : ' swift:5.0.3-bionic'
7668 linuxSwift51 :
7769 imageName : ' ubuntu-18.04'
7870 containerImage : ' swift:5.1.5-bionic'
You can’t perform that action at this time.
0 commit comments