Skip to content

Commit

Permalink
add visionos to podspec (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
grachyov authored Feb 4, 2025
1 parent c4a2ec0 commit f79accc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SwiftProtobuf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,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"

s.cocoapods_version = '>= 1.7.0'
s.cocoapods_version = '>= 1.13.0'

s.source_files = 'Sources/SwiftProtobuf/**/*.swift'
s.resource_bundle = {'SwiftProtobuf' => ['Sources/SwiftProtobuf/PrivacyInfo.xcprivacy']}
Expand Down

0 comments on commit f79accc

Please # to comment.