onevcat vor 1 Jahr
Ursprung
Commit
e19c60414b
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      .github/workflows/build.yaml
  2. 2 2
      fastlane/Fastfile

+ 1 - 1
.github/workflows/build.yaml

@@ -12,7 +12,7 @@ jobs:
           'macOS', 
           'macOS', 
           'iOS Simulator,name=iPhone 15', 
           'iOS Simulator,name=iPhone 15', 
           'tvOS Simulator,name=Apple TV', 
           'tvOS Simulator,name=Apple TV', 
-          'watchOS Simulator,name=Apple Watch Series 8 (41mm)'
+          'watchOS Simulator,name=Apple Watch Series 9 (41mm)'
         ]
         ]
         xcode: [
         xcode: [
           '15.4',
           '15.4',

+ 2 - 2
fastlane/Fastfile

@@ -7,9 +7,9 @@ platform :ios do
   desc "Runs all the tests"
   desc "Runs all the tests"
   lane :tests do
   lane :tests do
     test(destination: "platform=macOS")
     test(destination: "platform=macOS")
-    test(destination: "platform=iOS Simulator,name=iPhone 14")
+    test(destination: "platform=iOS Simulator,name=iPhone 15")
     test(destination: "platform=tvOS Simulator,name=Apple TV")
     test(destination: "platform=tvOS Simulator,name=Apple TV")
-    build(destination: "platform=watchOS Simulator,name=Apple Watch Series 8 (41mm)")
+    build(destination: "platform=watchOS Simulator,name=Apple Watch Series 9 (41mm)")
   end
   end
     
     
   lane :test_ci do
   lane :test_ci do