Skip to content

Commit

Permalink
Specify platform to exclude tvOS, watchOS (#541) (#542)
Browse files Browse the repository at this point in the history
tvOS and watchOS sdks and their simulators are not installed by default
  with Xcode 14. So specifying osx and ios to workaround them.
This podspec is mean to bring in the binaries to Pods folder so other tools
  are able to use it. It does not build or mean to be consumed as a library
  • Loading branch information
chenxiao0228 committed Sep 18, 2022
1 parent b62c5e3 commit dd6d563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bluepill.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Pod::Spec.new do |s|
s.name = 'Bluepill'
s.version = `echo $(git describe --always --tags | cut -c 2-)`
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '12.0'
s.summary = 'A tool to run iOS tests in parallel using multiple simulators.'
s.homepage = 'https://github.com/linkedin/bluepill'
s.license = { type: 'BSD', file: 'LICENSE' }
Expand Down

0 comments on commit dd6d563

Please sign in to comment.