Skip to content

Commit 4b3caed

Browse files
committed
visionOS
1 parent 4377bcf commit 4b3caed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Examples/Basic.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
PRODUCT_BUNDLE_IDENTIFIER = com.whiloop.Basic;
307307
PRODUCT_NAME = "$(TARGET_NAME)";
308308
SUPPORTS_MACCATALYST = YES;
309+
SWIFT_VERSION = 6.0;
309310
TARGETED_DEVICE_FAMILY = "1,2";
310311
};
311312
name = Debug;
@@ -327,6 +328,7 @@
327328
PRODUCT_BUNDLE_IDENTIFIER = com.whiloop.Basic;
328329
PRODUCT_NAME = "$(TARGET_NAME)";
329330
SUPPORTS_MACCATALYST = YES;
331+
SWIFT_VERSION = 6.0;
330332
TARGETED_DEVICE_FAMILY = "1,2";
331333
};
332334
name = Release;

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ import PackageDescription
55
let package = Package(
66
name: "SwiftDraw",
77
platforms: [
8-
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
8+
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .visionOS(.v1)
99
],
1010
products: [
11-
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1211
.executable(name: "swiftdrawcli", targets: ["CommandLine"]),
1312
.library(
1413
name: "SwiftDraw",

0 commit comments

Comments
 (0)