Skip to content

Commit f1c7b71

Browse files
committed
Upgrade xcode project to 13.3, add swift 5.6 in CI (except macos), update xcode for swift 5.5 in ci to 13.2.1
1 parent 09e2bcc commit f1c7b71

3 files changed

Lines changed: 14 additions & 3 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 = 1320;
249+
LastUpgradeCheck = 1330;
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 = "1320"
3+
LastUpgradeVersion = "1330"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

azure-pipelines.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,14 @@ stages:
3737
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
3838
macosSwift55:
3939
imageName: 'macOS-11'
40-
DEVELOPER_DIR: '/Applications/Xcode_13.2.app'
40+
DEVELOPER_DIR: '/Applications/Xcode_13.2.1.app'
4141
WATCHOS_ACTIONS: 'clean test'
4242
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
43+
# macosSwift56:
44+
# imageName: 'macOS-12'
45+
# DEVELOPER_DIR: '/Applications/Xcode_13.3.app'
46+
# WATCHOS_ACTIONS: 'clean test'
47+
# WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4348
pool:
4449
vmImage: $(imageName)
4550
steps:
@@ -80,6 +85,9 @@ stages:
8085
linuxSwift55:
8186
imageName: 'ubuntu-18.04'
8287
containerImage: 'swift:5.5.3-bionic'
88+
linuxSwift56:
89+
imageName: 'ubuntu-18.04'
90+
containerImage: 'swift:5.6-bionic'
8391
pool:
8492
vmImage: $(imageName)
8593
container: $[ variables['containerImage'] ]
@@ -104,6 +112,9 @@ stages:
104112
windowsSwift55:
105113
imageName: 'windows-2019'
106114
SWIFT_VERSION: '5.5.3'
115+
windowsSwift56:
116+
imageName: 'windows-2019'
117+
SWIFT_VERSION: '5.6'
107118
pool:
108119
vmImage: $(imageName)
109120
variables:

0 commit comments

Comments
 (0)