You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,9 @@ This package uses [pigeon](https://pub.dev/packages/pigeon) for platform communi
134
134
$ dart run pigeon --input pigeons/messages.dart # To generate the required Dart and host-language code.
135
135
$ dart run build_runner build --delete-conflicting-outputs # To generate the mock classes.
136
136
$ swift-format format --in-place --recursive macos/native_image_picker_macos/Sources/native_image_picker_macos example/macos/Runner example/macos/RunnerTests example/macos/RunnerUITests # To format the Swift code.
137
+
$ dart format .# To format the Dart code.
138
+
$ (cd example/macos && xcodebuild test -workspace Runner.xcworkspace -scheme Runner -configuration Debug -quiet) # To run the native macOS unit tests.
0 commit comments