mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-26 04:25:09 +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
|
||||
// CoreStore
|
||||
@@ -29,7 +29,7 @@ import PackageDescription
|
||||
let package = Package(
|
||||
name: "CoreStore",
|
||||
platforms: [
|
||||
.macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4)
|
||||
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)
|
||||
],
|
||||
products: [
|
||||
.library(name: "CoreStore", targets: ["CoreStore"])
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
import CoreData
|
||||
import Foundation
|
||||
|
||||
// MARK: - FieldContainer.Value
|
||||
// MARK: - FieldContainer.Stored
|
||||
|
||||
extension FieldContainer.Stored {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user