Browse Source

Add SPM build in lint command

onevcat 5 năm trước cách đây
mục cha
commit
d816c6f2d0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -54,6 +54,7 @@ platform :ios do
   lane :lint do
     # carthage(command: "build", no_skip_current: true, platform: "iOS")
     pod_lib_lint
+    spm
   end
   
   desc "Release new version"