Skip to content

Commit

Permalink
visionOS supports
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Jan 12, 2024
1 parent 6eb40db commit 7a5e18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HaishinKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "12.0"
s.tvos.source_files = "Platforms/iOS/*.{h,swift}"

# s.visionos.deployment_target = "1.0"
# s.visionos.source_files = "Platforms/iOS/*.{h,swift}"
s.visionos.deployment_target = "1.0"
s.visionos.source_files = "Platforms/iOS/*.{h,swift}"

s.source_files = "Sources/**/*.swift"
s.dependency 'Logboard', '~> 2.4.1'
s.dependency 'Logboard', '~> 2.4.2'

end

0 comments on commit 7a5e18f

Please sign in to comment.