Updated Package.swift

This commit is contained in:
John Estropia
2022-06-22 19:20:40 +09:00
parent d1f83badef
commit afddd2edbd
2 changed files with 3 additions and 3 deletions

View File

@@ -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"])

View File

@@ -26,7 +26,7 @@
import CoreData
import Foundation
// MARK: - FieldContainer.Value
// MARK: - FieldContainer.Stored
extension FieldContainer.Stored {