File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 350350 SUPPORTED_PLATFORMS = "iphoneos appletvos iphonesimulator appletvsimulator macosx";
351351 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
352352 SWIFT_STRICT_CONCURRENCY = complete;
353- SWIFT_VERSION = 5 .0;
353+ SWIFT_VERSION = 6 .0;
354354 TVOS_DEPLOYMENT_TARGET = 15.6;
355355 VERSIONING_SYSTEM = "apple-generic";
356356 VERSION_INFO_PREFIX = "";
370370 SUPPORTED_PLATFORMS = "iphoneos appletvos iphonesimulator appletvsimulator macosx";
371371 SWIFT_OPTIMIZATION_LEVEL = "-O";
372372 SWIFT_STRICT_CONCURRENCY = complete;
373- SWIFT_VERSION = 5 .0;
373+ SWIFT_VERSION = 6 .0;
374374 TVOS_DEPLOYMENT_TARGET = 15.6;
375375 VALIDATE_PRODUCT = YES;
376376 VERSIONING_SYSTEM = "apple-generic";
Original file line number Diff line number Diff line change 22
33# Align 3
44
5+ ## Align 3.3
6+
7+ * Sep 13, 2024*
8+
9+ - Add ` Sendable ` and ` @MainActor ` annotations
10+ - Add compatibility with Swift 6 and Xcode 16
11+
512## Align 3.2
613
714* April 13, 2024*
You can’t perform that action at this time.
0 commit comments