Przeglądaj źródła

Update scan script

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

+ 1 - 1
fastlane/Fastfile

@@ -7,7 +7,7 @@ platform :ios do
   desc "Runs all the tests"
   lane :tests do
     test(destination: "platform=macOS", swift_version: "5.0")
-    test(destination: "platform=iOS Simulator,name=iPhone 12", swift_version: "5.0")
+    test(destination: "platform=iOS Simulator,name=iPhone 14", swift_version: "5.0")
     test(destination: "platform=tvOS Simulator,name=Apple TV", swift_version: "5.0")
     build(destination: "platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm", swift_version: "5.0")
   end