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 553cf8b commit 7f65cf3Copy full SHA for 7f65cf3
demo_app/ios/fastlane/Fastfile
@@ -34,6 +34,8 @@ platform :ios do
34
readonly: true
35
)
36
37
+ sh('security default-keychain')
38
+
39
sh('cd ../.. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart')
40
end
41
0 commit comments