Skip to content

Commit 7f65cf3

Browse files
committed
Debug default keychain
1 parent 553cf8b commit 7f65cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo_app/ios/fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ platform :ios do
3434
readonly: true
3535
)
3636

37+
sh('security default-keychain')
38+
3739
sh('cd ../.. && patrol build ios --release --verbose --target integration_test/auto_resize_test.dart')
3840
end
3941
end

0 commit comments

Comments
 (0)