Skip to content

Commit

Permalink
[pigeon] transitioned compilation tests to platform tests (flutter#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke authored Jun 25, 2021
1 parent 2db5e2d commit 66a6816
Show file tree
Hide file tree
Showing 19 changed files with 118 additions and 1,061 deletions.
2 changes: 0 additions & 2 deletions packages/pigeon/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
build/
platform_tests/ios_unit_tests/ios/Runner/messages.h
platform_tests/ios_unit_tests/ios/Runner/messages.m
xcuserdata/
.gradle/
.flutter-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/pigeon/pigeons/host2flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:pigeon/pigeon.dart';

@ConfigurePigeon(PigeonOptions(
objcOptions: ObjcOptions(
prefix: 'AC',
prefix: 'H2F',
),
))
class SearchRequest {
Expand Down
2 changes: 1 addition & 1 deletion packages/pigeon/pigeons/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:pigeon/pigeon.dart';

@ConfigurePigeon(PigeonOptions(
javaOptions: JavaOptions(
className: 'Pigeon',
className: 'MessagePigeon',
package: 'dev.flutter.aaclarke.pigeon',
),
objcOptions: ObjcOptions(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.java

This file was deleted.

Loading

0 comments on commit 66a6816

Please sign in to comment.