Skip to content

Commit 1d49ae8

Browse files
committed
Upgrade xcode project and update swift in CI to 5.5.2
1 parent 739ceb5 commit 1d49ae8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

BitByteData.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
attributes = {
247247
DefaultBuildSystemTypeForWorkspace = Latest;
248248
LastSwiftUpdateCheck = 1000;
249-
LastUpgradeCheck = 1310;
249+
LastUpgradeCheck = 1320;
250250
ORGANIZATIONNAME = "Timofey Solomko";
251251
TargetAttributes = {
252252
065DD5DE21673BC100704028 = {

BitByteData.xcodeproj/xcshareddata/xcschemes/BitByteData.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1310"
3+
LastUpgradeVersion = "1320"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stages:
4242
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4343
macosSwift55:
4444
imageName: 'macOS-11'
45-
DEVELOPER_DIR: '/Applications/Xcode_13.1.app'
45+
DEVELOPER_DIR: '/Applications/Xcode_13.2.app'
4646
WATCHOS_ACTIONS: 'clean test'
4747
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4848
pool:
@@ -87,7 +87,7 @@ stages:
8787
containerImage: 'swift:5.4.3-bionic'
8888
linuxSwift55:
8989
imageName: 'ubuntu-18.04'
90-
containerImage: 'swift:5.5.1-bionic'
90+
containerImage: 'swift:5.5.2-bionic'
9191
pool:
9292
vmImage: $(imageName)
9393
container: $[ variables['containerImage'] ]
@@ -111,7 +111,7 @@ stages:
111111
SWIFT_VERSION: '5.4.3'
112112
windowsSwift55:
113113
imageName: 'windows-2019'
114-
SWIFT_VERSION: '5.5.1'
114+
SWIFT_VERSION: '5.5.2'
115115
pool:
116116
vmImage: $(imageName)
117117
variables:

0 commit comments

Comments
 (0)