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 19afe5c commit 86694f5Copy full SHA for 86694f5
Package.swift
@@ -7,6 +7,10 @@ import PackageDescription
7
8
let package = Package(
9
name: "ObjectBox",
10
+ platforms: [
11
+ // This should match the requirements of ObjectBox.xcframework (so the ObjectBox Swift API and native libraries)
12
+ .macOS(.v10_15), .iOS(.v12),
13
+ ],
14
products: [
15
.plugin(name: "ObjectBoxPlugin", targets: ["ObjectBoxGeneratorCommand"]),
16
.library(name: "ObjectBox.xcframework", targets: ["ObjectBox.xcframework"]),
0 commit comments