@@ -6,9 +6,9 @@ platform :ios do
66  desc  "Runs all the tests" 
77  lane  :tests  do 
88    test ( destination : "platform=macOS" ) 
9-     test ( destination : "platform=iOS Simulator,name=iPhone 15 ,OS=17 .5" ) 
10-     test ( destination : "platform=tvOS Simulator,name=Apple TV,OS=17 .5" ) 
11-     build ( destination : "platform=watchOS Simulator,name=Apple Watch Series 9 (41mm ),OS=10 .5" ) 
9+     test ( destination : "platform=iOS Simulator,name=iPhone 16 ,OS=18 .5" ) 
10+     test ( destination : "platform=tvOS Simulator,name=Apple TV,OS=18 .5" ) 
11+     build ( destination : "platform=watchOS Simulator,name=Apple Watch Series 10 (42mm ),OS=11 .5" ) 
1212  end 
1313
1414  lane  :test_ci  do 
@@ -93,7 +93,7 @@ platform :ios do
9393  lane  :xcframework  do  |options |
9494    version  =  options [ :version ] 
9595    swift_version  =  options [ :swift_version ]  || "5.0" 
96-     xcode_version  =  options [ :xcode_version ]  || "16.4 " 
96+     xcode_version  =  options [ :xcode_version ]  || "26.0.1 " 
9797
9898    xcodes ( version : xcode_version ,  select_for_current_build_only : true ) 
9999    FileUtils . rm_rf  '../build' 
@@ -166,7 +166,7 @@ platform :ios do
166166  end 
167167
168168  before_all  do  |lane |
169-     xcode_version  =  ENV [ "XCODE_VERSION" ]  || "16.4 " 
169+     xcode_version  =  ENV [ "XCODE_VERSION" ]  || "26.0.1 " 
170170    xcodes ( version : xcode_version ,  select_for_current_build_only : true ) 
171171  end 
172172
0 commit comments