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
ci: test workflows, labelers, other CI related (#8)
* chore: format swift test files, fix RunnerTests.swift
* docs: update swift format command to reflect the macOS native tests
* ci: check swift format for the plugin native tests and the example Runner
* docs: update swift format command to format the example Runner Swift files in README
* ci: configure GitHub labelers
* ci: add CODEOWNERS and dependabot
* docs: add macOS native unit test command, other commands, a TODO in code coverage workflow
* ci: add tests GitHub workflow
* ci: cache swift-format
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,10 @@ This package uses [pigeon](https://pub.dev/packages/pigeon) for platform communi
133
133
```shell
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
-
$ swift-format format --in-place --recursive macos/native_image_picker_macos/Sources/native_image_picker_macos # To format the Swift code.
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