소스 검색

Update scan script

onevcat 3 년 전
부모
커밋
eaec493cdf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -7,7 +7,7 @@ platform :ios do
   desc "Runs all the tests"
   desc "Runs all the tests"
   lane :tests do
   lane :tests do
     test(destination: "platform=macOS", swift_version: "5.0")
     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")
     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")
     build(destination: "platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm", swift_version: "5.0")
   end
   end