Skip to content

Commit

Permalink
- disabled watchOS pod, due to bug in cocoapods, preventing pod lib l…
Browse files Browse the repository at this point in the history
…int and pod trunk push to pass validation - CocoaPods/CocoaPods#11558
  • Loading branch information
KoCMoHaBTa committed Oct 2, 2022
1 parent d6b993a commit 19ea4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MHIdentityKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.swift_version = "5.7"
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "4.0"
#s.watchos.deployment_target = "4.0"
s.tvos.deployment_target = "11.0"

s.source_files = "#{s.name}/**/*.swift", "#{s.name}/**/*.{h,m}"
Expand All @@ -20,6 +20,6 @@ Pod::Spec.new do |s|
s.ios.exclude_files = "#{s.name}/**/macOS/*.swift", "#{s.name}/**/tvOS/*.swift", "#{s.name}/**/watchOS/*.swift"
s.osx.exclude_files = "#{s.name}/**/iOS/*.swift", "#{s.name}/**/tvOS/*.swift", "#{s.name}/**/watchOS/*.swift"
s.tvos.exclude_files = "#{s.name}/**/iOS/*.swift", "#{s.name}/**/macOS/*.swift", "#{s.name}/**/watchOS/*.swift"
s.watchos.exclude_files = "#{s.name}/**/iOS/*.swift", "#{s.name}/**/macOS/*.swift", "#{s.name}/**/tvOS/*.swift"
#s.watchos.exclude_files = "#{s.name}/**/iOS/*.swift", "#{s.name}/**/macOS/*.swift", "#{s.name}/**/tvOS/*.swift"

end

0 comments on commit 19ea4ed

Please sign in to comment.