diff --git a/CHANGELOG b/CHANGELOG index 7eaa588a..e417c615 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,7 +5,7 @@ * Project updated CocoaPods to 1.15.2 * Public aliases for masked Factory objects - Issue #154 * Fix key issue when building xcframeworks - Issue #173 -* Add VisionOS target to podspec and package.swift - PR #186 +* Add VisionOS target to package.swift - PR #186 * Add Privacy Manifest file - PR #180 * Update README to include example for use with Swift's new Observable macro - PR #172 diff --git a/Factory.podspec b/Factory.podspec index acbc6ad5..199d0020 100644 --- a/Factory.podspec +++ b/Factory.podspec @@ -21,7 +21,4 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.14" s.osx.framework = 'AppKit' - - s.visionos.deployment_target = "1.0" - s.visionos.framework = 'SwiftUI' end