File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 246246 attributes = {
247247 DefaultBuildSystemTypeForWorkspace = Latest;
248248 LastSwiftUpdateCheck = 1000;
249- LastUpgradeCheck = 1320 ;
249+ LastUpgradeCheck = 1330 ;
250250 ORGANIZATIONNAME = "Timofey Solomko";
251251 TargetAttributes = {
252252 065DD5DE21673BC100704028 = {
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments