Skip to content

Commit

Permalink
disable visionOS in cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Jan 17, 2024
1 parent 9506d7b commit bff6acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Turf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.13"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"
s.visionos.deployment_target = "1.0"
# CocoaPods doesn't support releasing of visionOS pods yet, need to wait for v1.15.0 release of CocoaPods
# with this fix https://github.com/CocoaPods/CocoaPods/pull/12159.
# s.visionos.deployment_target = "1.0"

# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

Expand Down

0 comments on commit bff6acd

Please sign in to comment.