Przeglądaj źródła

Fix fastlane for 10.12

onevcat 9 lat temu
rodzic
commit
ce9b4dd954
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -11,7 +11,7 @@ platform :ios do
   desc "Runs all the tests"
   lane :test_all_schemes do
     scan(scheme: "Kingfisher", clean: true)
-    scan(scheme: "Kingfisher-macOS", clean: true)
+    scan(scheme: "Kingfisher-macOS", clean: true, destination: 'platform=macOS')
     scan(scheme: "Kingfisher-tvOS", clean: true)
   end