Skip to content

Commit

Permalink
Add visionOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel authored and nlutsenko committed Aug 27, 2024
1 parent fa0ca2c commit 3bfcc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SocketRocket.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '11.0'
s.visionos.deployment_target = '1.0'

s.ios.frameworks = 'CFNetwork', 'Security'
s.osx.frameworks = 'CoreServices', 'Security'
Expand Down

0 comments on commit 3bfcc7a

Please sign in to comment.