Skip to content

Commit

Permalink
Merge pull request #1371 from shogo4405/feature/cocoapods-visionOS
Browse files Browse the repository at this point in the history
CocoaPods visionOS supports
  • Loading branch information
shogo4405 authored Mar 27, 2024
2 parents 391f97c + dd91877 commit d9a0592
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 d9a0592

Please sign in to comment.