We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d4440 commit 4486454Copy full SHA for 4486454
Package.swift
@@ -20,7 +20,8 @@ let package = Package(
20
name: "Loro",
21
platforms: [
22
.iOS(.v13),
23
- .macOS(.v10_15)
+ .macOS(.v10_15),
24
+ .visionOS(.v1)
25
],
26
products: [
27
// Products define the executables and libraries a package produces, making them visible to other packages.
README.md
@@ -36,7 +36,7 @@ let package = Package(
36
products: [......],
37
dependencies:[
38
...,
39
- .package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2")
+ .package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.0")
40
41
targets:[
42
.executableTarget(
0 commit comments