We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df55e3b commit 28ee6ffCopy full SHA for 28ee6ff
fastlane/Fastfile
@@ -57,7 +57,7 @@ platform :ios do
57
scheme: 'openHABTestsSwift',
58
xcargs: '-skipPackagePluginValidation',
59
testplan: 'openHABTests',
60
- device: ['iPhone 16 Pro Max'],
+ devices: ['iPhone 16 Pro Max'],
61
clean: true
62
)
63
end
0 commit comments