We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16657ba commit a849076Copy full SHA for a849076
fastlane/Fastfile
@@ -64,7 +64,10 @@ platform :ios do
64
sh(%Q[echo 'let JUDGE0_KEY = "#{JUDGE0_KEY}"' >> CodeApp/Constants/Secrets.swift])
65
end
66
67
- run_tests(scheme: "Code UI")
+ run_tests(
68
+ scheme: "Code UI",
69
+ destination: "platform=iOS Simulator,name=iPhone 16,OS=18.5,arch=x86_64"
70
+ )
71
72
match(
73
type: 'appstore',
@@ -105,6 +108,9 @@ platform :ios do
105
108
Dir.chdir("..") do
106
109
sh("./downloadFrameworks.sh")
107
110
111
112
113
114
115
116
0 commit comments