소스 검색

No need to have such a recent OS release for tvos.

August Mueller 1 년 전
부모
커밋
2695b21342
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FMDB.podspec

+ 1 - 1
FMDB.podspec

@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
   s.ios.deployment_target = '11.0'
   s.osx.deployment_target = '10.13'
   s.watchos.deployment_target = '7.0'
-  s.tvos.deployment_target = '16.0'
+  s.tvos.deployment_target = '11.0'
   s.default_subspec = 'standard'
 
   # use the built-in library version of sqlite3