mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-20 08:34:23 +01:00
Updated Package.swift
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// swift-tools-version:5.0
|
// swift-tools-version:5.5
|
||||||
//
|
//
|
||||||
// Package.swift
|
// Package.swift
|
||||||
// CoreStore
|
// CoreStore
|
||||||
@@ -29,7 +29,7 @@ import PackageDescription
|
|||||||
let package = Package(
|
let package = Package(
|
||||||
name: "CoreStore",
|
name: "CoreStore",
|
||||||
platforms: [
|
platforms: [
|
||||||
.macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4)
|
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
|
||||||
],
|
],
|
||||||
products: [
|
products: [
|
||||||
.library(name: "CoreStore", targets: ["CoreStore"])
|
.library(name: "CoreStore", targets: ["CoreStore"])
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
import CoreData
|
import CoreData
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
// MARK: - FieldContainer.Value
|
// MARK: - FieldContainer.Stored
|
||||||
|
|
||||||
extension FieldContainer.Stored {
|
extension FieldContainer.Stored {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user