瀏覽代碼

decrease minimum ios run to 14.0

alqindiirsyam 3 年之前
父節點
當前提交
27786120b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appbuilder-ios/NexilisLite/NexilisLite.podspec

+ 1 - 1
appbuilder-ios/NexilisLite/NexilisLite.podspec

@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
   spec.homepage     = "https://github.com/yayandw/qmeralite/"
   spec.license      = "MIT"
   spec.author       = { "Yayan D Wicaksono" => "ya2n.wicaksono@gmail.com" }
-  spec.ios.deployment_target = "14.5"
+  spec.ios.deployment_target = "14.0"
   # spec.source       = { :http => 'https://github.com/yayandw/QmeraLite/releases/download/v1.0.2/QmeraLite.zip' }
   spec.source       = { :path => '.' }
   spec.source_files = 'NexilisLite/Source/**/*'