onevcat 5 anni fa
parent
commit
024c64377e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -25,7 +25,7 @@ platform :ios do
     
   lane :test_ci do
     if ENV["DESTINATION"].include? "watchOS" then
-        build_watch_os(destination: ENV["DESTINATION"], swift_version: ENV["SWIFT_VERSION"])
+        build(destination: ENV["DESTINATION"], swift_version: ENV["SWIFT_VERSION"])
     else
         test(destination: ENV["DESTINATION"], swift_version: ENV["SWIFT_VERSION"])
     end