switch to local spm
This commit is contained in:
27
ios/Package.swift
Normal file
27
ios/Package.swift
Normal file
@@ -0,0 +1,27 @@
|
||||
// swift-tools-version: 5.4
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "Libcore",
|
||||
platforms: [
|
||||
// Minimum platform version
|
||||
.iOS(.v13),
|
||||
.tvOS(.v13)
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
name: "Libcore",
|
||||
targets: ["Libcore"]),
|
||||
],
|
||||
dependencies: [
|
||||
// No dependencies
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
name: "Libcore",
|
||||
path: "Frameworks/Libcore.xcframework"
|
||||
)
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user