Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlongco committed Mar 17, 2024
1 parent 182abaf commit 587995f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions Factory.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 587995f

Please sign in to comment.