Skip to content

Commit

Permalink
Backport changes for Xcode 14 to Xcode 13.4 branch (#540)
Browse files Browse the repository at this point in the history
* Specify platform to exclude tvOS, watchOS

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 authored Sep 18, 2022
1 parent ed41355 commit c542d39
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 c542d39

Please sign in to comment.