From 0f0d540a8c91baa5f6c141aa10e252967f087761 Mon Sep 17 00:00:00 2001 From: Daniele Pantaleone Date: Wed, 7 Feb 2024 14:01:33 +0100 Subject: [PATCH] Removed watchOS and tvOS from supported platforms --- PersistedProperty.podspec | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/PersistedProperty.podspec b/PersistedProperty.podspec index 8db1a92..e72d475 100755 --- a/PersistedProperty.podspec +++ b/PersistedProperty.podspec @@ -7,8 +7,6 @@ Pod::Spec.new do |s| s.authors = { "Daniele Pantaleone" => "danielepantaleone@me.com" } s.ios.deployment_target = "11.0" s.osx.deployment_target = "10.14" - s.tvos.deployment_target = "13.0" - s.watchos.deployment_target = "8.0" s.source = { :git => "https://github.com/danielepantaleone/PersistedProperty.git", :tag => "#{s.version}" } s.source_files = "Sources/PersistedProperty/**/*.swift" s.resources = "Sources/PersistedProperty/**/*.xcprivacy" diff --git a/README.md b/README.md index 6b2695c..54804ee 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A Swift-based lightweight framework that enable the persistence of Swift propert ## Feature Highlights -- Compatible with iOS, macOS, watchOS and tvOS +- Compatible with iOS and macOS - Native support for `UserDefaults` based storage - Native support for iOS `KeyChain` based storage - Property persistence achieved through the `@Persisted` property wrapper