Skip to content

Commit 60f05c0

Browse files
committed
Use xcode 13.4 for swift 5.6 in ci and upgrade xcode project
1 parent a77c4bb commit 60f05c0

3 files changed

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

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ stages:
4242
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4343
macosSwift56:
4444
imageName: 'macOS-12'
45-
DEVELOPER_DIR: '/Applications/Xcode_13.3.1.app'
45+
DEVELOPER_DIR: '/Applications/Xcode_13.4.app'
4646
WATCHOS_ACTIONS: 'clean test'
4747
WATCHOS_SIMULATOR: 'Apple Watch Series 6 - 44mm'
4848
pool:

0 commit comments

Comments
 (0)